diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-04-04 20:51:40 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-04-04 20:51:40 +0000 |
commit | 5771a967158e217b1e70655b459ce9769124bd49 (patch) | |
tree | 88f2a5d0b2c198231cd5cdb8ab85a18388de3972 /java | |
parent | security/py-txtorcon: Update 19.1.0 -> 20.0.0 (diff) |
Deprecate ports broken for more than 6 months
Diffstat (limited to 'java')
-rw-r--r-- | java/castor/Makefile | 2 | ||||
-rw-r--r-- | java/eclipse-windowbuilder/Makefile | 2 | ||||
-rw-r--r-- | java/java-cup/Makefile | 2 | ||||
-rw-r--r-- | java/jdbcpool/Makefile | 2 | ||||
-rw-r--r-- | java/jflex/Makefile | 2 | ||||
-rw-r--r-- | java/jomp/Makefile | 2 | ||||
-rw-r--r-- | java/langspec/Makefile | 2 | ||||
-rw-r--r-- | java/trove4j/Makefile | 2 | ||||
-rw-r--r-- | java/xdoclet/Makefile | 2 |
9 files changed, 18 insertions, 0 deletions
diff --git a/java/castor/Makefile b/java/castor/Makefile index 7bbdcd04f4e5..b14a96612ce5 100644 --- a/java/castor/Makefile +++ b/java/castor/Makefile @@ -11,6 +11,8 @@ MAINTAINER= crees@FreeBSD.org COMMENT= Data binding for XML (JAXB) and SQL database (JDO) BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-05-05 LICENSE= APACHE20 diff --git a/java/eclipse-windowbuilder/Makefile b/java/eclipse-windowbuilder/Makefile index c8c52fe772be..f0c957a4b12b 100644 --- a/java/eclipse-windowbuilder/Makefile +++ b/java/eclipse-windowbuilder/Makefile @@ -18,6 +18,8 @@ MAINTAINER= ale@FreeBSD.org COMMENT= Powerful and easy to use Java GUI designer for Eclipse BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-05-05 LICENSE= EPL diff --git a/java/java-cup/Makefile b/java/java-cup/Makefile index ba664b2f87f0..a298110d9189 100644 --- a/java/java-cup/Makefile +++ b/java/java-cup/Makefile @@ -14,6 +14,8 @@ MAINTAINER= eg@fbsd.lt COMMENT= LALR parser generator in Java BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-05-05 BROKEN_armv6= fails to build: build.xml: Java returned: 1 BROKEN_armv7= fails to build: build.xml: Java returned: 1 diff --git a/java/jdbcpool/Makefile b/java/jdbcpool/Makefile index 1f2cfd779116..4810bb0b80db 100644 --- a/java/jdbcpool/Makefile +++ b/java/jdbcpool/Makefile @@ -11,6 +11,8 @@ MAINTAINER= java@FreeBSD.org COMMENT= JDBC connection pool BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-05-05 USE_JAVA= yes NO_BUILD= yes diff --git a/java/jflex/Makefile b/java/jflex/Makefile index 0b4993cd7839..ab0d5f7c01f3 100644 --- a/java/jflex/Makefile +++ b/java/jflex/Makefile @@ -15,6 +15,8 @@ MAINTAINER= eg@fbsd.lt COMMENT= The Fast Lexical Analyser Generator for Java[tm] BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-05-05 BUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:java/junit diff --git a/java/jomp/Makefile b/java/jomp/Makefile index ce195bf1e058..063e22f0f6e3 100644 --- a/java/jomp/Makefile +++ b/java/jomp/Makefile @@ -14,6 +14,8 @@ MAINTAINER= brueffer@FreeBSD.org COMMENT= Prototype OpenMP implementation for Java BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-05-05 USE_JAVA= yes diff --git a/java/langspec/Makefile b/java/langspec/Makefile index 1aa17276439f..1e49956bcead 100644 --- a/java/langspec/Makefile +++ b/java/langspec/Makefile @@ -10,6 +10,8 @@ MAINTAINER= ale@FreeBSD.org COMMENT= The Java Language Specification BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-05-05 USES= zip NO_BUILD= yes diff --git a/java/trove4j/Makefile b/java/trove4j/Makefile index 857c463ae2b1..6d7f46ad8d74 100644 --- a/java/trove4j/Makefile +++ b/java/trove4j/Makefile @@ -11,6 +11,8 @@ MAINTAINER= danilo@FreeBSD.org COMMENT= High performance collections API for Java BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-05-05 USE_JAVA= yes NO_BUILD= yes diff --git a/java/xdoclet/Makefile b/java/xdoclet/Makefile index 324d9eaab06d..ba69f03fd3d6 100644 --- a/java/xdoclet/Makefile +++ b/java/xdoclet/Makefile @@ -14,6 +14,8 @@ MAINTAINER= lxv@omut.org COMMENT= Java attribute-oriented code generation engine BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-05-05 RUN_DEPENDS= ${LOCALBASE}/bin/ant:devel/apache-ant |