summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-01-11 00:32:35 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-01-11 00:32:35 +0000
commitdf25cb3f0a0cdb9820f8bf0db2c7e3ae25281cc0 (patch)
tree671c9b3acfba05a0d4c09f0a5b49f2dad8a57667 /lang
parentUpgrade to beta 1.4-980105. (screen redraw problem with 'K' fixed) (diff)
remove unneded port. egcs is the successor.
Notes
Notes: svn path=/head/; revision=9319
Diffstat (limited to 'lang')
-rw-r--r--lang/pgcc/Makefile56
-rw-r--r--lang/pgcc/distinfo3
-rw-r--r--lang/pgcc/files/patch-aa12
-rw-r--r--lang/pgcc/files/patch-ab20
-rw-r--r--lang/pgcc/pkg-comment1
-rw-r--r--lang/pgcc/pkg-descr20
-rw-r--r--lang/pgcc/pkg-plist69
7 files changed, 0 insertions, 181 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile
deleted file mode 100644
index 5cb2f7aa8c18..000000000000
--- a/lang/pgcc/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# New ports collection makefile for: pgcc-current - Pentium gcc
-# Version required: gcc-2.7.2 + Pentium patches current developement
-# Date created: Mi 18 Dez 1996 00:26:20 MET
-# Whom: Andreas Klemm <andreas@klemm.gtn.com>
-#
-# $Id: Makefile,v 1.8 1997/10/17 05:30:26 andreas Exp $
-#
-
-DISTNAME= gcc-2.7.2
-PKGNAME= pgcc-2.7.2c
-CATEGORIES= lang
-MASTER_SITES= ftp://ftp.cygnus.com/pub/egcs/snapshots/1997-09-24/ \
- ftp://ftp.ninemoons.com/pub/egcs/snapshots/1997-09-24/ \
- ftp://gd.tuwien.ac.at/gnu/egcs/snapshots/1997-09-24/ \
- ftp://ftp.ilog.fr/pub/Mirrors/egcs/snapshots/1997-09-24/ \
- ftp://ftp.goof.com/pub/pcg/egcs/snapshots/1997-09-24/ \
- http://www.goof.com/pcg/data/egcs/snapshots/1997-09-24/
-DISTFILES= egcs-970924.tar.gz
-
-MAINTAINER= andreas@FreeBSD.ORG
-
-PATCH_SITES= http://www.goof.com/pcg/data/source/ \
- ftp://ftp.maisel.int-evry.fr/pub/linux/pentium/source/
-
-PATCHFILES= egcs-970924-pgcc-970924.diff.gz \
- pgcc-970924-971008.diff.gz
-
-FETCH_DEPENDS= ${PREFIX}/bin/autoconf:${PORTSDIR}/devel/autoconf
-
-BROKEN= "problems during patch, PLIST needs closer look"
-WRKSRC= ${WRKDIR}/egcs-970924
-PATCH= patch -p1
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --with-gnu-as --with-gnu-ld \
- pentium-freebsd
-
-MAN1= gcc.1 g++.1 cccp.1
-
-pre-configure:
- cd ${WRKSRC} && autoconf
- cd ${WRKSRC} && ./configure
- cd ${WRKSRC} && ${MAKE} maintainer-clean
-
-do-build:
- cd ${WRKSRC} && ${MAKE} bootstrap
-
-do-install:
- cd ${WRKSRC} \
- && ${MAKE} install CC="stage2/xgcc -Bstage2/" CFLAGS="-pipe -O2"
-
-post-install:
- ${MV} ${PREFIX}/bin/c++ ${PREFIX}/bin/pc++
- ${MV} ${PREFIX}/bin/g++ ${PREFIX}/bin/pg++
- ${MV} ${PREFIX}/bin/gcc ${PREFIX}/bin/pgcc
-
-.include <bsd.port.mk>
diff --git a/lang/pgcc/distinfo b/lang/pgcc/distinfo
deleted file mode 100644
index 63b7e9c05ad2..000000000000
--- a/lang/pgcc/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (egcs-970924.tar.gz) = f191fa2cf93ccab0af02b54e56c09e69
-MD5 (egcs-970924-pgcc-970924.diff.gz) = 8ee8ff6adc282549b110e50f2087d5a9
-MD5 (pgcc-970924-971008.diff.gz) = 82b2180fc583aa07d56e5a3be8c48a15
diff --git a/lang/pgcc/files/patch-aa b/lang/pgcc/files/patch-aa
deleted file mode 100644
index 13097d723151..000000000000
--- a/lang/pgcc/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- config/i386/freebsd.h.orig Tue Dec 17 22:43:42 1996
-+++ config/i386/freebsd.h Tue Dec 17 22:44:35 1996
-@@ -21,7 +21,9 @@
- Boston, MA 02111-1307, USA. */
-
- /* This goes away when the math-emulator is fixed */
-+#ifndef TARGET_CPU_DEFAULT
- #define TARGET_CPU_DEFAULT 0400 /* TARGET_NO_FANCY_MATH_387 */
-+#endif
-
- /* This is tested by i386gas.h. */
- #define YES_UNDERSCORES
diff --git a/lang/pgcc/files/patch-ab b/lang/pgcc/files/patch-ab
deleted file mode 100644
index 69bdb147b7a5..000000000000
--- a/lang/pgcc/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.orig Wed Dec 18 00:15:45 1996
-+++ Makefile.in Wed Dec 18 00:24:31 1996
-@@ -53,7 +53,7 @@
- # TCFLAGS is used for compilations with the GCC just built.
- XCFLAGS =
- TCFLAGS =
--CFLAGS = -g
-+CFLAGS = -pipe -O
- BOOT_CFLAGS = -O $(CFLAGS)
- # These exists to be overridden by the x-* and t-* files, respectively.
- X_CFLAGS =
-@@ -460,7 +460,7 @@
- # Both . and srcdir are used, in that order,
- # so that tm.h and config.h will be found in the compilation
- # subdirectory rather than in the source directory.
--INCLUDES = -I. -I$(srcdir) -I$(srcdir)/config
-+INCLUDES = -I. -I$(srcdir) -I$(srcdir)/config -I$(srcdir)/cp/inc
-
- # Always use -I$(srcdir)/config when compiling.
- .c.o:
diff --git a/lang/pgcc/pkg-comment b/lang/pgcc/pkg-comment
deleted file mode 100644
index ded9090ddcbd..000000000000
--- a/lang/pgcc/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-gcc optimized for INTEL Pentium CPU, Developer Release
diff --git a/lang/pgcc/pkg-descr b/lang/pgcc/pkg-descr
deleted file mode 100644
index a56bdced512d..000000000000
--- a/lang/pgcc/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
- The Pentium Compiler GROUP
-
-Mail me at marc@cerebro.inka.de for anything concerning this FAQ.
-
- What is the Pentium GCC Workgroup for?
-
-The PCG was created because all the patched GCC's are somewhat unstable
-(i.e. they cannot compile some programs) and somewhat insecure (they
-sometimes generate wrong code, although this goes unnoticed in many cases!).
-
-The PWG wants to
-
- o improve the stability of the compiler
- o enhance the quality of the generated code (better optimizations)
- o get cygnus and/or gnu to include some optimizations in the
- "official" GNU cc
-
-More Info:
-
- http://www.goof.com/pcg/
diff --git a/lang/pgcc/pkg-plist b/lang/pgcc/pkg-plist
deleted file mode 100644
index 6d3d12826a6e..000000000000
--- a/lang/pgcc/pkg-plist
+++ /dev/null
@@ -1,69 +0,0 @@
-bin/pc++
-bin/pg++
-bin/pgcc
-bin/gcov
-bin/pentium-freebsd-gcc
-bin/protoize
-bin/unprotoize
-lib/gcc-lib/pentium-freebsd/2.7.2p/SYSCALLS.c.X
-lib/gcc-lib/pentium-freebsd/2.7.2p/cc1
-lib/gcc-lib/pentium-freebsd/2.7.2p/cc1obj
-lib/gcc-lib/pentium-freebsd/2.7.2p/cc1plus
-lib/gcc-lib/pentium-freebsd/2.7.2p/cpp
-lib/gcc-lib/pentium-freebsd/2.7.2p/include/README
-lib/gcc-lib/pentium-freebsd/2.7.2p/include/float.h
-lib/gcc-lib/pentium-freebsd/2.7.2p/include/limits.h
-lib/gcc-lib/pentium-freebsd/2.7.2p/include/objc/NXConstStr.h
-lib/gcc-lib/pentium-freebsd/2.7.2p/include/objc/Object.h
-lib/gcc-lib/pentium-freebsd/2.7.2p/include/objc/Protocol.h
-lib/gcc-lib/pentium-freebsd/2.7.2p/include/objc/encoding.h
-lib/gcc-lib/pentium-freebsd/2.7.2p/include/objc/hash.h
-lib/gcc-lib/pentium-freebsd/2.7.2p/include/objc/objc-api.h
-lib/gcc-lib/pentium-freebsd/2.7.2p/include/objc/objc-list.h
-lib/gcc-lib/pentium-freebsd/2.7.2p/include/objc/objc.h
-lib/gcc-lib/pentium-freebsd/2.7.2p/include/objc/sarray.h
-lib/gcc-lib/pentium-freebsd/2.7.2p/include/objc/thr.h
-lib/gcc-lib/pentium-freebsd/2.7.2p/include/objc/typedstream.h
-lib/gcc-lib/pentium-freebsd/2.7.2p/include/syslimits.h
-lib/gcc-lib/pentium-freebsd/2.7.2p/libgcc.a
-lib/gcc-lib/pentium-freebsd/2.7.2p/libobjc.a
-lib/gcc-lib/pentium-freebsd/2.7.2p/specs
-man/man1/cccp.1.gz
-man/man1/g++.1.gz
-man/man1/gcc.1.gz
-pentium-freebsd/include/assert.h
-@unexec install-info --delete
-info/cpp.info
-info/cpp.info-1
-info/cpp.info-2
-info/cpp.info-3
-info/gcc.info
-info/gcc.info-1
-info/gcc.info-10
-info/gcc.info-11
-info/gcc.info-12
-info/gcc.info-13
-info/gcc.info-14
-info/gcc.info-15
-info/gcc.info-16
-info/gcc.info-17
-info/gcc.info-18
-info/gcc.info-19
-info/gcc.info-2
-info/gcc.info-20
-info/gcc.info-21
-info/gcc.info-22
-info/gcc.info-23
-info/gcc.info-24
-info/gcc.info-25
-info/gcc.info-26
-info/gcc.info-27
-info/gcc.info-28
-info/gcc.info-3
-info/gcc.info-4
-info/gcc.info-5
-info/gcc.info-6
-info/gcc.info-7
-info/gcc.info-8
-info/gcc.info-9
-@exec install-info