mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Welcome gcc-ecj45, a new port that provides a pre-built version of the
Eclipse Java Compiler (ECJ) used to build and support the Java frontend of GCC, the GNU Compiler Collection. This is not new code to us, but breaks out what we have been manually (and redundantly) carrying in our four GCC 4.6, 4.7 and 4.8 ports lang/gcc, lang/gcc46, lang/gcc47 and lang/gcc48. PR: 175072
This commit is contained in:
parent
4c2e3a8b13
commit
cd95f27ce7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310694
@ -85,6 +85,7 @@
|
||||
SUBDIR += gawk
|
||||
SUBDIR += gcc
|
||||
SUBDIR += gcc-aux
|
||||
SUBDIR += gcc-ecj45
|
||||
SUBDIR += gcc34
|
||||
SUBDIR += gcc42
|
||||
SUBDIR += gcc44
|
||||
|
22
lang/gcc-ecj45/Makefile
Normal file
22
lang/gcc-ecj45/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Gerald Pfeifer <gerald@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc-ecj
|
||||
PORTVERSION= 4.5
|
||||
CATEGORIES= lang java
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||
MASTER_SITE_SUBDIR+= java/
|
||||
DISTNAME= ecj-${PORTVERSION}.jar
|
||||
EXTRACT_SUFX=
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= gerald@FreeBSD.org
|
||||
COMMENT= Eclipse Java Compiler used to build GCC Java
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= share/java/${DISTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/share/java/
|
||||
|
||||
.include <bsd.port.mk>
|
2
lang/gcc-ecj45/distinfo
Normal file
2
lang/gcc-ecj45/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ecj-4.5.jar) = 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781
|
||||
SIZE (ecj-4.5.jar) = 1470676
|
2
lang/gcc-ecj45/pkg-descr
Normal file
2
lang/gcc-ecj45/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
A pre-built version of the Eclipse Java Compiler (ECJ) used to build
|
||||
and support the Java frontend of the GNU Compiler Collection (GCC).
|
Loading…
Reference in New Issue
Block a user