diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-01 03:45:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-01 03:45:12 +0000 |
commit | e0b379fa6f3d155233755f07a2c1262bcdb4faa8 (patch) | |
tree | 47a0ecc20682a7a4895cc432843a845b1c7f6905 /java | |
parent | - Add LICENSE. (diff) |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=430235
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse/Makefile | 2 | ||||
-rw-r--r-- | java/jboss71/Makefile | 2 | ||||
-rw-r--r-- | java/jboss72/Makefile | 2 | ||||
-rw-r--r-- | java/openjfx8-devel/Makefile | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 65eabe24b530..62f7e087a411 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -18,8 +18,6 @@ BUILD_DEPENDS= ${LOCALBASE}/share/java/maven33/bin/mvn:devel/maven33 LIB_DEPENDS= libcairo.so:graphics/cairo \ libwebkitgtk-1.0.so:www/webkit-gtk2 -BROKEN_FreeBSD_9_i386= does not build on FreeBSD 9.x i386 - ONLY_FOR_ARCHS= i386 amd64 CONFLICTS_INSTALL= eclipse diff --git a/java/jboss71/Makefile b/java/jboss71/Makefile index 7263b04907f1..cde4895e2193 100644 --- a/java/jboss71/Makefile +++ b/java/jboss71/Makefile @@ -16,8 +16,6 @@ COMMENT= JBoss 7.1.3.Final DEPRECATED= Unsupported, replaced by wildfly EXPIRATION_DATE=2017-02-07 -BROKEN_FreeBSD_9_i386= does not build on FreeBSD 9.x i386 - USE_GITHUB= YES GH_ACCOUNT= jbossas GH_PROJECT= jboss-as diff --git a/java/jboss72/Makefile b/java/jboss72/Makefile index ddc15ba572a0..d86168821a00 100644 --- a/java/jboss72/Makefile +++ b/java/jboss72/Makefile @@ -18,8 +18,6 @@ LICENSE= GPLv2 DEPRECATED= Unsupported, replaced by wildfly EXPIRATION_DATE=2017-02-07 -BROKEN_FreeBSD_9_i386= does not build on FreeBSD 9.x i386 - USE_GITHUB= YES GH_ACCOUNT= jbossas GH_PROJECT= jboss-as diff --git a/java/openjfx8-devel/Makefile b/java/openjfx8-devel/Makefile index 24fee56bd132..fa256fc74934 100644 --- a/java/openjfx8-devel/Makefile +++ b/java/openjfx8-devel/Makefile @@ -30,8 +30,6 @@ USE_JAVA= yes USE_LDCONFIG= yes JAVA_VERSION= 1.8 -BROKEN_FreeBSD_9= does not build - ONLY_FOR_ARCHS= i386 amd64 PLIST_SUB= ARCH=${ARCH} \ JAVA_HOME=${JAVA_HOME} |