diff options
author | kris <kris@FreeBSD.org> | 2006-04-23 06:25:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-04-23 06:25:04 +0800 |
commit | 20dca57b87c36e8896568e78616c585ea9559f79 (patch) | |
tree | bfa87975b96c8277c558b3865807b52062ac5d29 | |
parent | 89deb0c59b0d56875c5fa2120a31c0103b147d07 (diff) | |
download | freebsd-ports-gnome-20dca57b87c36e8896568e78616c585ea9559f79.tar.gz freebsd-ports-gnome-20dca57b87c36e8896568e78616c585ea9559f79.tar.zst freebsd-ports-gnome-20dca57b87c36e8896568e78616c585ea9559f79.zip |
BROKEN: Does not compile
-rw-r--r-- | comms/rxtx/Makefile | 2 | ||||
-rw-r--r-- | java/jakarta-commons-pool/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/pfpro/Makefile | 2 | ||||
-rw-r--r-- | security/gnu-crypto/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index b0396136f85c..b2ea561d10d7 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([^\.]*)$/-\1/:S/p/pre/} MAINTAINER= jb.quenot@caraldi.com COMMENT= Native interface to serial ports in Java +BROKEN= Does not compile + USE_GMAKE= yes USE_JAVA= yes JAVA_VERSION= 1.2+ diff --git a/java/jakarta-commons-pool/Makefile b/java/jakarta-commons-pool/Makefile index 3290797f04d0..07868b444bfc 100644 --- a/java/jakarta-commons-pool/Makefile +++ b/java/jakarta-commons-pool/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= ${JAR_DEPENDS} JAR_DEPENDS= ${JAVALIBDIR}/commons-collections.jar:${PORTSDIR}/java/jakarta-commons-collections +BROKEN= Does not compile + USE_JAVA= yes JAVA_VERSION= 1.2+ diff --git a/net-mgmt/pfpro/Makefile b/net-mgmt/pfpro/Makefile index 397fd9cfe383..90884ce49d48 100644 --- a/net-mgmt/pfpro/Makefile +++ b/net-mgmt/pfpro/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ${JAVALIBDIR}/castor.jar:${PORTSDIR}/java/castor \ ${JAVALIBDIR}/jakarta-oro.jar:${PORTSDIR}/java/jakarta-oro \ ${JAVALIBDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j +BROKEN= Does not compile + USE_JAVA= yes JAVA_VERSION= 1.4 USE_ANT= yes diff --git a/security/gnu-crypto/Makefile b/security/gnu-crypto/Makefile index 0da59e59577a..4eda9650ebdb 100644 --- a/security/gnu-crypto/Makefile +++ b/security/gnu-crypto/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lioux@FreeBSD.org COMMENT= Java cryptographic primitives and tools +BROKEN= Does not compile + USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes |