aboutsummaryrefslogtreecommitdiff
path: root/lang/pgcc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-09-05 22:15:15 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-09-05 22:15:15 +0000
commit244bef6ca30b03051f3e97bcd5703c40bb1ab303 (patch)
tree1978982b1afc38c71ffeed1eb5a9bd5ecffba43b /lang/pgcc
parentd37a67eabec1fde3a634d498b92b13b783b7a669 (diff)
downloadports-244bef6ca30b03051f3e97bcd5703c40bb1ab303.tar.gz
ports-244bef6ca30b03051f3e97bcd5703c40bb1ab303.zip
Notes
Diffstat (limited to 'lang/pgcc')
-rw-r--r--lang/pgcc/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile
index 742b86fbfab2..26e007319bb6 100644
--- a/lang/pgcc/Makefile
+++ b/lang/pgcc/Makefile
@@ -26,19 +26,18 @@ PATCH_SITES= http://www.gcc.ml.org/data/source/ \
ftp://ftp.hitachi-sk.co.jp/pub/pentium-gcc/source/ \
ftp://ftp.fu-berlin.de/unix/languages/pgcc/source/
PATCHFILES= egcs-1.1.2-pgcc-1.1.3.diff.gz
+PATCH_DIST_STRIP= -p1
MAINTAINER= obrien@FreeBSD.org
-BROKEN='waiting for new patches against gcc-2.95'
-
-USE_BZIP2= yes
-
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
-USE_BZIP2= yes
+BROKEN='waiting for new patches against gcc-2.95.1'
.include <bsd.port.pre.mk>
+USE_BZIP2= yes
+
EGCS_REV= pgcc-2.91.66
LIBSTDCPP_REV= 2.9.0
@@ -49,7 +48,6 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_TARGET= ${ARCH}-portbld-freebsdaout${OSREL}
.endif
-PATCH_DIST_STRIP?= -p1
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNU_CONFIGURE= yes
USE_GMAKE= yes