1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Upgrade to the 4-March-2002 GCC 3.1 development snapshot.

This commit is contained in:
David E. O'Brien 2002-03-09 09:00:59 +00:00
parent 23d74dd8a5
commit dd21b96f87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55760
6 changed files with 66 additions and 54 deletions

View File

@ -6,11 +6,12 @@
# $FreeBSD$
#
SNAPDATE= 2002-02-25
SNAPDATE= 2002-03-04
SNAPVER= ${SNAPDATE:S/-//g}
PORTNAME= gcc31
PORTVERSION= ${SNAPVER}
PORTNAME= gcc
PORTVERSION= 3.1
PORTREVISION= ${SNAPVER}
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
ftp://ftp.netwinder.org/pub/build/gcc/i386/${SNAPVER}/ \
@ -134,14 +135,13 @@ post-install:
# These 3 libraries are moved from PREFIX/lib to avoid conflicts
# with the stock compiler.
${MV} -f ${PREFIX}/lib/libiberty.a ${TARGLIB}
${MV} -f ${PREFIX}/lib/libstdc++.* ${PREFIX}/lib/libsupc++.* ${TARGLIB}
-${MV} -f ${PREFIX}/lib/ieee ${TARGLIB}
#.if defined(WANT_SHAREDLIBS)
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
#.endif
.for info in cpp cppinternals g77 gcc gcj
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
.for file in libstdc++ libsupc++ libg2c libfrtbegin libobjc
${MV} -f ${PREFIX}/lib/${file}.* ${TARGLIB}
.endfor
-${MV} -f ${PREFIX}/lib/ieee ${TARGLIB}
#.for info in cpp cppinternals g77 gcc gcj
# install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
#.endfor
cd ${PREFIX} ;\
${FIND} ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
>${WRKDIR}/PLIST.gcc-lib
@ -157,4 +157,9 @@ post-install:
${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-gcc-lib
cd ${WRKDIR} ; ex < ex.script
chklatest:
ncftpls \
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/gcc/snapshots/ \
| grep LATEST
.include <bsd.port.post.mk>

View File

@ -1,5 +1,5 @@
MD5 (gcc-core-20020225.tar.bz2) = a1d6a6d6d5b5116061c69d1114581a0f
MD5 (gcc-g++-20020225.tar.bz2) = e434b91945db07d55c528696384a77b3
MD5 (gcc-g77-20020225.tar.bz2) = 3fbe3e1e73be55477f5d6658805b3878
MD5 (gcc-java-20020225.tar.bz2) = 534bef8761bede48bb16c2cc213bf53a
MD5 (gcc-objc-20020225.tar.bz2) = 966e62ce336cfd18e2d5ff904f5ec830
MD5 (gcc-core-20020304.tar.bz2) = 7e00b5db31643ce0bc6bb29830d439a0
MD5 (gcc-g++-20020304.tar.bz2) = 43b3c3e9ae659b97cfe19bc304de0d1c
MD5 (gcc-g77-20020304.tar.bz2) = 6f6e65e3a95afa6bcdbda37a186136e8
MD5 (gcc-java-20020304.tar.bz2) = 82271f468dd692fa9e4cf73e1ef39fdd
MD5 (gcc-objc-20020304.tar.bz2) = 3601c26883e5ffa450a3924c1ca43f64

View File

@ -1,4 +1,5 @@
@comment $FreeBSD$
bin/cpp31
bin/g++filt31
bin/g++31
bin/g77-31
@ -17,17 +18,17 @@ bin/grepjar31
@comment Insert PLIST.gcc-lib here
@comment -=[ begin PLIST.gcc-lib ]=-
@comment -=[ end PLIST.gcc-lib ]=-
@unexec install-info --delete %D/info/cppinternals.info %D/info/dir
@unexec install-info --delete %D/info/gcc.info %D/info/dir
@unexec install-info --delete %D/info/g77.info %D/info/dir
info/cpp.info
info/cppinternals.info
info/g77.info
info/gcc.info
info/gcj.info
@exec install-info %D/info/cppinternals.info %D/info/dir
@exec install-info %D/info/g77.info %D/info/dir
@exec install-info %D/info/gcc.info %D/info/dir
@exec install-info %D/info/gcj.info %D/info/dir
@comment @unexec install-info --delete %D/info/cppinternals.info %D/info/dir
@comment @unexec install-info --delete %D/info/gcc.info %D/info/dir
@comment @unexec install-info --delete %D/info/g77.info %D/info/dir
@comment info/cpp.info
@comment info/cppinternals.info
@comment info/g77.info
@comment info/gcc.info
@comment info/gcj.info
@comment @exec install-info %D/info/cppinternals.info %D/info/dir
@comment @exec install-info %D/info/g77.info %D/info/dir
@comment @exec install-info %D/info/gcc.info %D/info/dir
@comment @exec install-info %D/info/gcj.info %D/info/dir
@comment @dirrm %%GNU_HOST%%/include
@comment @dirrm %%GNU_HOST%%

View File

@ -6,11 +6,12 @@
# $FreeBSD$
#
SNAPDATE= 2002-02-25
SNAPDATE= 2002-03-04
SNAPVER= ${SNAPDATE:S/-//g}
PORTNAME= gcc31
PORTVERSION= ${SNAPVER}
PORTNAME= gcc
PORTVERSION= 3.1
PORTREVISION= ${SNAPVER}
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
ftp://ftp.netwinder.org/pub/build/gcc/i386/${SNAPVER}/ \
@ -134,14 +135,13 @@ post-install:
# These 3 libraries are moved from PREFIX/lib to avoid conflicts
# with the stock compiler.
${MV} -f ${PREFIX}/lib/libiberty.a ${TARGLIB}
${MV} -f ${PREFIX}/lib/libstdc++.* ${PREFIX}/lib/libsupc++.* ${TARGLIB}
-${MV} -f ${PREFIX}/lib/ieee ${TARGLIB}
#.if defined(WANT_SHAREDLIBS)
# ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB}
#.endif
.for info in cpp cppinternals g77 gcc gcj
install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
.for file in libstdc++ libsupc++ libg2c libfrtbegin libobjc
${MV} -f ${PREFIX}/lib/${file}.* ${TARGLIB}
.endfor
-${MV} -f ${PREFIX}/lib/ieee ${TARGLIB}
#.for info in cpp cppinternals g77 gcc gcj
# install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir
#.endfor
cd ${PREFIX} ;\
${FIND} ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
>${WRKDIR}/PLIST.gcc-lib
@ -157,4 +157,9 @@ post-install:
${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-gcc-lib
cd ${WRKDIR} ; ex < ex.script
chklatest:
ncftpls \
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/gcc/snapshots/ \
| grep LATEST
.include <bsd.port.post.mk>

View File

@ -1,5 +1,5 @@
MD5 (gcc-core-20020225.tar.bz2) = a1d6a6d6d5b5116061c69d1114581a0f
MD5 (gcc-g++-20020225.tar.bz2) = e434b91945db07d55c528696384a77b3
MD5 (gcc-g77-20020225.tar.bz2) = 3fbe3e1e73be55477f5d6658805b3878
MD5 (gcc-java-20020225.tar.bz2) = 534bef8761bede48bb16c2cc213bf53a
MD5 (gcc-objc-20020225.tar.bz2) = 966e62ce336cfd18e2d5ff904f5ec830
MD5 (gcc-core-20020304.tar.bz2) = 7e00b5db31643ce0bc6bb29830d439a0
MD5 (gcc-g++-20020304.tar.bz2) = 43b3c3e9ae659b97cfe19bc304de0d1c
MD5 (gcc-g77-20020304.tar.bz2) = 6f6e65e3a95afa6bcdbda37a186136e8
MD5 (gcc-java-20020304.tar.bz2) = 82271f468dd692fa9e4cf73e1ef39fdd
MD5 (gcc-objc-20020304.tar.bz2) = 3601c26883e5ffa450a3924c1ca43f64

View File

@ -1,4 +1,5 @@
@comment $FreeBSD$
bin/cpp31
bin/g++filt31
bin/g++31
bin/g77-31
@ -17,17 +18,17 @@ bin/grepjar31
@comment Insert PLIST.gcc-lib here
@comment -=[ begin PLIST.gcc-lib ]=-
@comment -=[ end PLIST.gcc-lib ]=-
@unexec install-info --delete %D/info/cppinternals.info %D/info/dir
@unexec install-info --delete %D/info/gcc.info %D/info/dir
@unexec install-info --delete %D/info/g77.info %D/info/dir
info/cpp.info
info/cppinternals.info
info/g77.info
info/gcc.info
info/gcj.info
@exec install-info %D/info/cppinternals.info %D/info/dir
@exec install-info %D/info/g77.info %D/info/dir
@exec install-info %D/info/gcc.info %D/info/dir
@exec install-info %D/info/gcj.info %D/info/dir
@comment @unexec install-info --delete %D/info/cppinternals.info %D/info/dir
@comment @unexec install-info --delete %D/info/gcc.info %D/info/dir
@comment @unexec install-info --delete %D/info/g77.info %D/info/dir
@comment info/cpp.info
@comment info/cppinternals.info
@comment info/g77.info
@comment info/gcc.info
@comment info/gcj.info
@comment @exec install-info %D/info/cppinternals.info %D/info/dir
@comment @exec install-info %D/info/g77.info %D/info/dir
@comment @exec install-info %D/info/gcc.info %D/info/dir
@comment @exec install-info %D/info/gcj.info %D/info/dir
@comment @dirrm %%GNU_HOST%%/include
@comment @dirrm %%GNU_HOST%%