summaryrefslogtreecommitdiff
path: root/lang/pgcc/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-06-08 12:59:01 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-06-08 12:59:01 +0000
commit2be30561567f90ab949b37207fba266d5d22dc69 (patch)
tree2e4d5863574494f0dd5f8b40996fbc365b98b392 /lang/pgcc/Makefile
parentAlign all info entries at 4th tab stop (as in system info entries). (diff)
update pgcc-current port.
Please note, that I left out the very last diff, because after that configure doesn't work properly anymore. PR: Reviewed by: Submitted by: Obtained from:
Notes
Notes: svn path=/head/; revision=6803
Diffstat (limited to 'lang/pgcc/Makefile')
-rw-r--r--lang/pgcc/Makefile25
1 files changed, 20 insertions, 5 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile
index ee273e4834ce..846caa13e7cd 100644
--- a/lang/pgcc/Makefile
+++ b/lang/pgcc/Makefile
@@ -3,7 +3,7 @@
# Date created: Mi 18 Dez 1996 00:26:20 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.1.1.1 1996/12/18 16:40:16 andreas Exp $
+# $Id: Makefile,v 1.2 1996/12/24 05:29:43 asami Exp $
#
DISTNAME= gcc-2.7.2
@@ -12,14 +12,29 @@ CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
# note this is an http site
-PATCH_SITES= http://www.nightflight.com/~pcg/data/
-PATCHFILES= gcc-2.7.2-961122.diff.gz
+PATCH_SITES= http://www.iti.cs.tu-bs.de/soft/www.goof.com/pcg/data/ \
+ http://www.nightflight.com/~pcg/data/ \
+ http://www.goof.com/pcg/data/ \
+ http://www.pmi.saitama-med.ac.jp/pcg/data/ \
+ http://linux.cis.nctu.edu.tw/pcg/data/
-MAINTAINER= andreas@klemm.gtn.com
+PATCHFILES= gcc-2.7.2-970222.diff.gz \
+ pgcc-970222-970308.diff.gz \
+ pgcc-970308-970329.diff.gz \
+ pgcc-970329-970404.diff.gz \
+ pgcc-970404-970426.diff.gz \
+ pgcc-970426-970502.diff.gz \
+ pgcc-970502-970509.diff.gz
+# This one makes configure fail:
+# pgcc-970509-970522.diff.gz
+
+MAINTAINER= andreas@FreeBSD.ORG
PATCH_DIST_STRIP= -p1 -N -E
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --with-gnu-as --with-gnu-ld pentium-freebsd
+CONFIGURE_ARGS= --prefix=${PREFIX} --with-gnu-as --with-gnu-ld \
+ pentium-freebsd
+
MAN1= gcc.1 g++.1 cccp.1
do-build: