From 20dca57b87c36e8896568e78616c585ea9559f79 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 22 Apr 2006 22:25:04 +0000 Subject: BROKEN: Does not compile --- comms/rxtx/Makefile | 2 ++ java/jakarta-commons-pool/Makefile | 2 ++ net-mgmt/pfpro/Makefile | 2 ++ security/gnu-crypto/Makefile | 2 ++ 4 files changed, 8 insertions(+) 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 -- cgit