summaryrefslogtreecommitdiffstats
path: root/devel/i386-rtems-gcj/Makefile
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-09-18 15:19:10 +0000
committerade <ade@FreeBSD.org>2000-09-18 15:19:10 +0000
commit69abcc00f72515a3a3cc2cb8a3cb69e514643399 (patch)
treebd29f34398babf6ea7bf5e6c6e7f704fd2ca9525 /devel/i386-rtems-gcj/Makefile
parent856585d58f743d4c902dccc1fac3bab2a1bdbcc6 (diff)
downloadFreeBSD-ports-69abcc00f72515a3a3cc2cb8a3cb69e514643399.zip
FreeBSD-ports-69abcc00f72515a3a3cc2cb8a3cb69e514643399.tar.gz
Update the rtems java (gcj) ports to the latest patches
from OARCorp. This also remove some "extra" file problems. PR: 21019 Submitted by: maintainer
Diffstat (limited to 'devel/i386-rtems-gcj/Makefile')
-rw-r--r--devel/i386-rtems-gcj/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/devel/i386-rtems-gcj/Makefile b/devel/i386-rtems-gcj/Makefile
index 7d89f51..9244c8a 100644
--- a/devel/i386-rtems-gcj/Makefile
+++ b/devel/i386-rtems-gcj/Makefile
@@ -7,19 +7,18 @@
PORTNAME= gcj
PORTVERSION= 2.95.2
+PORTREVISION= 9
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/betas/rtems-4.5.0-beta/c_tools/source/ \
- http://www.thehousleys.net/rtems-4.5.0b3/
+MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
+ http://rtems.thehousleys.net/
DISTFILES= ${JAVANAME}.tar.gz ${NEWLIBNAME}.tar.gz
-PATCHFILES= ${JAVANAME}-rtems-20000531.diff.gz \
- ${NEWLIBNAME}-rtems-20000606.diff.gz
-PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/betas/rtems-4.5.0-beta/c_tools/source/ \
- http://www.thehousleys.net/rtems-4.5.0b3/
+PATCHFILES= ${JAVANAME}-rtems-20000724.diff.gz \
+ ${NEWLIBNAME}-rtems-20000828.diff
+PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
+ http://rtems.thehousleys.net/
MAINTAINER= jim@thehousleys.net
-BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf
-
DIST_SUBDIR= rtems
LCLTARGET?= i386-rtems
@@ -29,13 +28,14 @@ NEWLIBNAME= newlib-1.8.2
MASTERDIR= ${.CURDIR}/../i386-rtems-gcj
PLIST= ${PKGDIR}/PLIST.${LCLTARGET}
-BUILD_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc
+BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \
+ ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc
RUN_DEPENDS= ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc
PKGNAMEPREFIX= ${LCLTARGET}-
USE_GMAKE= yes
GNU_CONFIGURE= yes
-ALL_TARGET= all info
+ALL_TARGET= all
CONFIGURE_TARGET?= --target=${LCLTARGET}
CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --with-newlib --verbose \
OpenPOWER on IntegriCloud