svn commit: r371491 - head/lang/gcc49
Gerald Pfeifer
gerald at FreeBSD.org
Sat Oct 25 18:46:16 UTC 2014
Author: gerald
Date: Sat Oct 25 18:46:15 2014
New Revision: 371491
URL: https://svnweb.freebsd.org/changeset/ports/371491
QAT: https://qat.redports.org/buildarchive/r371491/
Log:
Update to the 20141022 snapshot of GCC 4.9.2.
Also remove those traces of @dirrm that were are added dynamically
via the Makefile.
Modified:
head/lang/gcc49/Makefile
head/lang/gcc49/distinfo
Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile Sat Oct 25 17:00:11 2014 (r371490)
+++ head/lang/gcc49/Makefile Sat Oct 25 18:46:15 2014 (r371491)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc49
-PORTVERSION= 4.9.2.s20141015
+PORTVERSION= 4.9.2.s20141022
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
@@ -142,8 +142,6 @@ post-stage:
.for d in ${TARGLIB:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///} include/gcj include/gnu include/java include/javax
cd ${STAGEDIR}${PREFIX} ; if [ -d $d ]; then \
${FIND} $d -type f -o -type l >>${WRKDIR}/PLIST.lib ;\
- ${FIND} $d -type d | ${SORT} -r \
- | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.lib ;\
fi
.endfor
cd ${WRKDIR} ; ${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST}
Modified: head/lang/gcc49/distinfo
==============================================================================
--- head/lang/gcc49/distinfo Sat Oct 25 17:00:11 2014 (r371490)
+++ head/lang/gcc49/distinfo Sat Oct 25 18:46:15 2014 (r371491)
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.9-20141015.tar.bz2) = c4f6079e57f8ca234a85c672e24bc1f7ea2febec5de569744b9b5113c2cc9a82
-SIZE (gcc-4.9-20141015.tar.bz2) = 85521689
+SHA256 (gcc-4.9-20141022.tar.bz2) = bfa823e12b291e8b7869e286eff6778a51c5bf2f78f01e71859e74b81627ddef
+SIZE (gcc-4.9-20141022.tar.bz2) = 85510287
More information about the svn-ports-head
mailing list