aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-03-06 12:06:29 +0000
committerRene Ladan <rene@FreeBSD.org>2023-03-06 12:06:58 +0000
commit967e918236c712a855766343cd324233d32ac1b7 (patch)
tree803f3a7eb1d3521ac746c674b7ad7bd86450e1d7
parentf98c438a01911643667fecb0780638d60d3843dd (diff)
downloadports-967e918236c712a855766343cd324233d32ac1b7.tar.gz
ports-967e918236c712a855766343cd324233d32ac1b7.zip
lang/gcc-ecj45/: Remove expired port:
2023-03-06 lang/gcc-ecj45: Long time unsupported upstream, use java/eclipse-ecj instead
-rw-r--r--MOVED1
-rw-r--r--lang/Makefile1
-rw-r--r--lang/gcc-ecj45/Makefile24
-rw-r--r--lang/gcc-ecj45/distinfo2
-rw-r--r--lang/gcc-ecj45/pkg-descr2
5 files changed, 1 insertions, 29 deletions
diff --git a/MOVED b/MOVED
index a1d09dfd3cbb..1332b7d9c296 100644
--- a/MOVED
+++ b/MOVED
@@ -17776,3 +17776,4 @@ accessibility/at-spi2-atk|accessibility/at-spi2-core|2023-03-02|Integrated into
net/tshark|net/wireshark@nox11|2023-03-03|Tshark is now the nox11 flavor of wireshark
net/tshark-lite|net/wireshark@nox11|2023-03-03|Tshark is now the nox11 flavor of wireshark
net/wireshark-lite|net/wireshark|2023-03-03|The lite port of wireshark can be controlled with OPTIONS
+lang/gcc-ecj45|java/eclipse-ecj|2023-03-06|Has expired: Long time unsupported upstream, use java/eclipse-ecj instead
diff --git a/lang/Makefile b/lang/Makefile
index 8c172967d2d4..a901446d4178 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -90,7 +90,6 @@
SUBDIR += gauche
SUBDIR += gawk
SUBDIR += gcc
- SUBDIR += gcc-ecj45
SUBDIR += gcc10
SUBDIR += gcc11
SUBDIR += gcc11-devel
diff --git a/lang/gcc-ecj45/Makefile b/lang/gcc-ecj45/Makefile
deleted file mode 100644
index 0b84ff78289a..000000000000
--- a/lang/gcc-ecj45/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= gcc-ecj
-PORTVERSION= 4.5
-CATEGORIES= lang java
-MASTER_SITES= SOURCEWARE/java/
-DISTNAME= ecj-${PORTVERSION}.jar
-EXTRACT_SUFX= # empty
-EXTRACT_ONLY= # empty
-
-MAINTAINER= gerald@FreeBSD.org
-COMMENT= Eclipse Java Compiler used to build GCC Java
-
-LICENSE= EPL
-
-DEPRECATED= Long time unsupported upstream, use java/eclipse-ecj instead
-EXPIRATION_DATE= 2023-03-06
-
-NO_BUILD= yes
-NO_ARCH= yes
-PLIST_FILES= share/java/${DISTNAME}
-
-do-install:
- ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/share/java
-
-.include <bsd.port.mk>
diff --git a/lang/gcc-ecj45/distinfo b/lang/gcc-ecj45/distinfo
deleted file mode 100644
index 60bad1c187b3..000000000000
--- a/lang/gcc-ecj45/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ecj-4.5.jar) = 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781
-SIZE (ecj-4.5.jar) = 1470676
diff --git a/lang/gcc-ecj45/pkg-descr b/lang/gcc-ecj45/pkg-descr
deleted file mode 100644
index 905e601d74f1..000000000000
--- a/lang/gcc-ecj45/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-A pre-built version of the Eclipse Java Compiler (ECJ) used to build
-and support the Java frontend of the GNU Compiler Collection (GCC).