From 0efa1dc4259c626fe7e96c7d35d438b7fa03ba89 Mon Sep 17 00:00:00 2001 From: gerald Date: Sat, 10 Jan 2004 12:20:00 +0000 Subject: Update to the 2004-01-07 snapshot of GCC 3.4. Merge in my 2004-01-05 changes which combine and simplify the post-install handling of target libraries and GCJ include files and my 2003-12-14 change which simplifies handling of .info files from the lang/gcc33 port. --- lang/gcc34/Makefile | 26 +++++++------------------- lang/gcc34/distinfo | 12 ++++++------ lang/gcc34/pkg-plist | 3 --- 3 files changed, 13 insertions(+), 28 deletions(-) (limited to 'lang/gcc34') diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 364ac5ba945..92e7aa4917f 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -SNAPDATE= 2003-12-31 +SNAPDATE= 2004-01-07 #CVS_DATE= ${SNAPDATE} 18:53:04 EDT PORTNAME= gcc @@ -153,37 +153,25 @@ post-install: -${MV} -f ${PREFIX}/lib/libgcj.* ${TARGLIB} ${RM} -f ${PREFIX}/lib/libiberty.a ${RM} -f ${TARGLIB}/*.la -.for info in ${INFO} - install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir -.endfor # I am sick and tired of the anonyance that man pages can only be generated if # perl 5.6 is installed. This is becoming a royal PITA on non-5-CURRENT systems .for mp in ${_MANPAGES} ( ${TEST} -e ${mp} || ${TOUCH} ${TOUCH_FLAGS} ${mp} ) .endfor - cd ${PREFIX} ;\ - ${FIND} ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \ - >${WRKDIR}/PLIST.lib - cd ${PREFIX} ;\ - ${FIND} ${TARGLIB:S/^${PREFIX}\///} -type d \ - | sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.lib - (${ECHO_CMD} "@unexec rmdir %D/lib/gcc/${CONFIGURE_TARGET} 2>&1 || true" ; ${ECHO_CMD} "@unexec rmdir %D/lib/gcc 2>&1 || true") >> ${WRKDIR}/PLIST.lib - # Handle GCJ include files. - ${RM} -f ${WRKDIR}/PLIST.gcj-inc -.for inc in ${PREFIX}/include/gcj ${PREFIX}/include/gnu ${PREFIX}/include/java ${PREFIX}/include/javax + # Handle target libraries and GCJ include files. + ${RM} -f ${WRKDIR}/PLIST.lib +.for inc in ${TARGLIB} include/gcj include/gnu include/java include/javax cd ${PREFIX} ;\ ${FIND} ${inc:S/^${PREFIX}\///} -type f -o -type l \ - >>${WRKDIR}/PLIST.gcj-inc ;\ + >>${WRKDIR}/PLIST.lib ;\ ${FIND} ${inc:S/^${PREFIX}\///} -type d \ - | sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.gcj-inc + | sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.lib .endfor + (${ECHO_CMD} "@unexec rmdir %D/lib/gcc/${CONFIGURE_TARGET} 2>&1 || true" ; ${ECHO_CMD} "@unexec rmdir %D/lib/gcc 2>&1 || true") >> ${WRKDIR}/PLIST.lib ${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script ${ECHO_CMD} "/Insert PLIST.lib" >> ${WRKDIR}/ex.script ${ECHO_CMD} "d" >> ${WRKDIR}/ex.script ${ECHO_CMD} "r ${WRKDIR}/PLIST.lib" >> ${WRKDIR}/ex.script - ${ECHO_CMD} "/Insert PLIST.gcj-inc" >> ${WRKDIR}/ex.script - ${ECHO_CMD} "d" >> ${WRKDIR}/ex.script - ${ECHO_CMD} "r ${WRKDIR}/PLIST.gcj-inc" >> ${WRKDIR}/ex.script ${ECHO_CMD} "x!" >> ${WRKDIR}/ex.script ${CP} -p ${TMPPLIST} ${TMPPLIST}.pre cd ${WRKDIR} ; ex < ex.script diff --git a/lang/gcc34/distinfo b/lang/gcc34/distinfo index 745c2ba4f8c..35f240627d8 100644 --- a/lang/gcc34/distinfo +++ b/lang/gcc34/distinfo @@ -1,6 +1,6 @@ -MD5 (gcc-core-3.4-20031231.tar.bz2) = 615f3a8df9fbe35a9fa171e16fca3f07 -MD5 (gcc-g++-3.4-20031231.tar.bz2) = f3efb6c41e0f792d5b1fa3af4a33214b -MD5 (gcc-g77-3.4-20031231.tar.bz2) = 242a7b36b70b9a759cf5ed276ce3a3be -MD5 (gcc-java-3.4-20031231.tar.bz2) = 6e5def364fc52b57e39d4a73c32659e3 -MD5 (gcc-objc-3.4-20031231.tar.bz2) = 1b8977b0e7074118bf715285a313d594 -MD5 (gcc-testsuite-3.4-20031231.tar.bz2) = 4f5819e3787418fd0550b4b16ceb9f3e +MD5 (gcc-core-3.4-20040107.tar.bz2) = 2de4606dde0d9dfafb96ab271e028081 +MD5 (gcc-g++-3.4-20040107.tar.bz2) = 5210c6e084b0e1bd9f02d4b012d936f8 +MD5 (gcc-g77-3.4-20040107.tar.bz2) = c30706a558bc88ca16f2c45b1b3eb244 +MD5 (gcc-java-3.4-20040107.tar.bz2) = ece8ad9079c75347516cfb9159543833 +MD5 (gcc-objc-3.4-20040107.tar.bz2) = c9d9d241639a883cf214756f08198452 +MD5 (gcc-testsuite-3.4-20040107.tar.bz2) = cff08732e9a7833c4461990eb68034f7 diff --git a/lang/gcc34/pkg-plist b/lang/gcc34/pkg-plist index 63ed478b829..0119d6a0585 100644 --- a/lang/gcc34/pkg-plist +++ b/lang/gcc34/pkg-plist @@ -52,6 +52,3 @@ share/java/libgcj-%%GCC_VER%%.jar @comment Insert PLIST.lib here @comment -=[ begin PLIST.lib ]=- @comment -=[ end PLIST.lib ]=- -@comment Insert PLIST.gcj-inc here -@comment -=[ begin PLIST.gcj-inc ]=- -@comment -=[ end PLIST.gcj-inc ]=- -- cgit tion value='gstreamer-1.16'>gstreamer-1.16 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/kde4-l10n-zh_TW
Commit message (Expand)AuthorAgeFilesLines
* Update to KDE 3.5.3lofi2006-06-062-11/+10
* Update to KDE 3.5.2lofi2006-03-312-64/+11
* Update to KDE 3.5.1.lofi2006-02-011-3/+3
* Update to KDE 3.5.0lofi2006-01-093-56/+30
* Update to KDE 3.4lofi2005-03-212-1/+7
* Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly.lofi2004-12-231-1/+0
* Fix kde3-i18n ports.lofi2004-12-161-2/+2
* Update to KDE 3.3.2lofi2004-12-141-2/+2
* Update to KDE 3.3.1lofi2004-11-081-2/+2
* Update to KDE 3.3lofi2004-08-313-4/+3
* Update to version 3.2.3lofi2004-06-101-2/+2
* Update to KDE 3.2.2lofi2004-04-202-18/+2
* Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-102-2/+3
* Update to KDE 3.2.0lofi2004-02-053-20/+48
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
* Translation update: fix checksum.will2003-09-221-1/+1
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-181-2/+1
* Update KDE to the latest official release, KDE 3.1.3lofi2003-07-291-1/+2
* Update to KDE 3.1.2lioux2003-05-202-4/+4
* Rejoice, for the long awaited upgrade to kde 3.1.1 is here!alane2003-04-061-1/+1
* pkg-comment police: Purge them in this category while I'm here.foxfair2003-02-262-1/+1
* Upgrade kde-i18n to 3.1. Note that the following modules did not get awill2003-01-292-8/+114
* Change main category to chinese so pkgdb doesn't get sick over a missingalane2002-10-161-1/+1
* 1. Removed comments from pkg-plist files per will's request.alane2002-10-111-1/+1
* Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted towill2002-08-252-4/+3
* 1. Changed the lib depends on gettext to a build depends. This will meanalane2002-08-031-2/+2
* Bump PORTREVISION. KDE is fragile enough in its dependencies; we don'talane2002-08-021-0/+1
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
* Fix MASTER_SITE_SUBDIR.will2002-07-101-1/+1
* Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.will2002-07-053-69/+5
* Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-163-4/+54
* Please welcome Qt3/KDE3 to our ports tree. This includes work since thewill2002-04-225-9/+378
* Make this port support zh_TW.Big5 locale.clive2001-11-301-1/+1
* Remove directory missing in version 2.2demon2001-08-201-1/+1