diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 07:08:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 07:08:21 +0000 |
commit | 654d5b9628fcd021bf6d1501ced7084eb22995ab (patch) | |
tree | 54d1169b0cf20a81ddab48cbea28e627e48f9b32 | |
parent | e0e7cc9d880cb3bc3d13a66b9485a7f678d4cae1 (diff) |
Notes
-rw-r--r-- | devel/hs-hmake/Makefile | 2 | ||||
-rw-r--r-- | games/jtans/Makefile | 2 | ||||
-rw-r--r-- | java/jcckit/Makefile | 2 | ||||
-rw-r--r-- | lang/sisc/Makefile | 2 | ||||
-rw-r--r-- | misc/pipe/Makefile | 2 | ||||
-rw-r--r-- | science/psi3/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/devel/hs-hmake/Makefile b/devel/hs-hmake/Makefile index 13b62b24fcc8..f7ce62414824 100644 --- a/devel/hs-hmake/Makefile +++ b/devel/hs-hmake/Makefile @@ -16,6 +16,8 @@ PKGNAMEPREFIX= hs- MAINTAINER= haskell@FreeBSD.org COMMENT= Intelligent compilation management tool for Haskell programs +BROKEN= Size mismatch + .include <bsd.port.pre.mk> BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc diff --git a/games/jtans/Makefile b/games/jtans/Makefile index 9e599722765f..4d7312564f8a 100644 --- a/games/jtans/Makefile +++ b/games/jtans/Makefile @@ -20,6 +20,8 @@ COMMENT= A (not so) ancient puzzle RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper +BROKEN= Size mismatch + NO_WRKSUBDIR= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # empty diff --git a/java/jcckit/Makefile b/java/jcckit/Makefile index 54ca77e4afcf..11002457a979 100644 --- a/java/jcckit/Makefile +++ b/java/jcckit/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Java Chart Construction Kit +BROKEN= Size mismatch + USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.1+ diff --git a/lang/sisc/Makefile b/lang/sisc/Makefile index 29ed1df70524..de9f9940dce0 100644 --- a/lang/sisc/Makefile +++ b/lang/sisc/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An extensible Java-based Scheme interpreter +BROKEN= Size mismatch + USE_JAVA= yes JAVA_VERSION= 1.3+ diff --git a/misc/pipe/Makefile b/misc/pipe/Makefile index fbf2f1bdbc45..ec58168de914 100644 --- a/misc/pipe/Makefile +++ b/misc/pipe/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-beta-1.0 MAINTAINER= ports@FreeBSD.org COMMENT= Platform Independent Petri-Net Editor +BROKEN= Size mismatch + USE_ZIP= yes WRKSRC= ${WRKDIR}/PIPE NO_WRKSUBDIR= yes diff --git a/science/psi3/Makefile b/science/psi3/Makefile index edaac76e1719..f683ca4c4e32 100644 --- a/science/psi3/Makefile +++ b/science/psi3/Makefile @@ -24,6 +24,8 @@ COMMENT= An electronic structure programs for high-accuracy computations LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas +BROKEN= Size mismatch + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes |