diff options
author | gerald <gerald@FreeBSD.org> | 2003-10-16 03:22:46 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-10-16 03:22:46 +0800 |
commit | 2764cb5f45f085d998022c5d10c64b8f12cfa85d (patch) | |
tree | 2db00c147391c2458c996a212d1605f0313a52fc /lang | |
parent | 63a34262943717f31cf69c63dffc2926b0fda494 (diff) | |
download | freebsd-ports-gnome-2764cb5f45f085d998022c5d10c64b8f12cfa85d.tar.gz freebsd-ports-gnome-2764cb5f45f085d998022c5d10c64b8f12cfa85d.tar.zst freebsd-ports-gnome-2764cb5f45f085d998022c5d10c64b8f12cfa85d.zip |
Update from the 2003-08-04 to the 2003-10-13 snapshot which essentially
will become GCC 3.3.2. Fix the incorrect pkg-descr on binaries installed.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc33/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc33/distinfo | 12 | ||||
-rw-r--r-- | lang/gcc33/pkg-descr | 7 |
3 files changed, 10 insertions, 11 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index 0a379627e07d..1ab61fabcc75 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -SNAPDATE= 2003-08-04 +SNAPDATE= 2003-10-13 #CVS_DATE= ${SNAPDATE} 18:53:04 EDT PORTNAME= gcc diff --git a/lang/gcc33/distinfo b/lang/gcc33/distinfo index 5a2e3ce1e570..65fdddf1ba34 100644 --- a/lang/gcc33/distinfo +++ b/lang/gcc33/distinfo @@ -1,7 +1,7 @@ -MD5 (gcc-core-3.3-20030804.tar.bz2) = 6068c456fa84affb5b44bdc3c4008b9f -MD5 (gcc-g++-3.3-20030804.tar.bz2) = bb0d8dcdecd3362d9f1182e3d03469c4 -MD5 (gcc-g77-3.3-20030804.tar.bz2) = 32691136dcf1c5241622108a28d368ea -MD5 (gcc-java-3.3-20030804.tar.bz2) = 277ad624e85d926e09061e62fc784e4a -MD5 (gcc-objc-3.3-20030804.tar.bz2) = 10694c78411ecf2e76ec906d66988c97 -MD5 (gcc-testsuite-3.3-20030804.tar.bz2) = c4776e62aafaa5e24da77c4f72463dca +MD5 (gcc-core-3.3-20031013.tar.bz2) = 2746741a59abf56cd04e1b43d2ebe255 +MD5 (gcc-g++-3.3-20031013.tar.bz2) = 0488d38b4a51eb2e7eb8dcd37ab777c5 +MD5 (gcc-g77-3.3-20031013.tar.bz2) = 71de21211aaa2fa4de3461fb0086dc6c +MD5 (gcc-java-3.3-20031013.tar.bz2) = 7d0b2e8d515baafb19477424642bd6b5 +MD5 (gcc-objc-3.3-20031013.tar.bz2) = 0a1f454c5da3d8ac9ae0e8ec26e8b260 +MD5 (gcc-testsuite-3.3-20031013.tar.bz2) = 5bea9083cb93c8edf37d928c44a2764e MD5 (bounds-checking-gcc-3.3.1-1.00.patch.bz2) = e14f935f9636cca2259799f21d63dc79 diff --git a/lang/gcc33/pkg-descr b/lang/gcc33/pkg-descr index c2c52fc7e3f0..7bb6ae0d57ff 100644 --- a/lang/gcc33/pkg-descr +++ b/lang/gcc33/pkg-descr @@ -1,7 +1,6 @@ -GCC, the GNU Compiler Collection includes gcc, g++, g77, and gcj. +GCC, the GNU Compiler Collection includes gcc, g++, gcj, and g77. -Beware: This port installs new versions of "gcc", "g++", "c++" and -so forth into the "${PREFIX}/bin" directory. Mind your PATHs if you -don't want to use this compiler by default. +This port installs the various front ends as gcc33, g++33, gcj33, +and g77-33 into the ${PREFIX}/bin directory. WWW: http://gcc.gnu.org/ |