aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2014-02-15 09:11:37 +0800
committergerald <gerald@FreeBSD.org>2014-02-15 09:11:37 +0800
commit1b588974ba51fe76b25da426cd47fdba202c62c7 (patch)
treec3e730448dec10ed7897550a2413f2c0987eac3b
parent343dc39ebf8a4e68363e103746fcc58653b32477 (diff)
downloadfreebsd-ports-gnome-1b588974ba51fe76b25da426cd47fdba202c62c7.tar.gz
freebsd-ports-gnome-1b588974ba51fe76b25da426cd47fdba202c62c7.tar.zst
freebsd-ports-gnome-1b588974ba51fe76b25da426cd47fdba202c62c7.zip
Update to the 20140213 snapshot of GCC 4.8.3.
Configure with --enable-gnu-indirect-function to enable the "ifunc" attribute, a GCC extension. [1] Remove the man7 pages, which we are not packaging, from the staging area to silence some warnings some are concerned about. [2] Submitted by: jmg [1], miwi [2] Discussed with: kib [1], antoine [2]
-rw-r--r--lang/gcc48/Makefile3
-rw-r--r--lang/gcc48/distinfo4
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index 7e337e8547b7..1ee8fd46ae83 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc48
-PORTVERSION= 4.8.3.s20140116
+PORTVERSION= 4.8.3.s20140213
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
@@ -129,6 +129,7 @@ full-regression-test: build
post-install:
${RM} -f ${STAGEDIR}${TARGLIB}/*.la
+ ${RM} -f ${STAGEDIR}${PREFIX}/man/man7/*
# Add target libraries and include files to packaging list.
${RM} -f ${WRKDIR}/PLIST.lib
.for d in ${TARGLIB:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///} include/gcj include/gnu include/java include/javax
diff --git a/lang/gcc48/distinfo b/lang/gcc48/distinfo
index 1cb98cd6a6ed..3cd58e87e9b9 100644
--- a/lang/gcc48/distinfo
+++ b/lang/gcc48/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.8-20140116.tar.bz2) = bba7542a6845931e244576c23fcf62c5766b769c12f9af5e0cdf99ea2ec51408
-SIZE (gcc-4.8-20140116.tar.bz2) = 81863240
+SHA256 (gcc-4.8-20140213.tar.bz2) = dcb4d8200c48b9b538b611b2b125401478f9b21a2801f86a80ba7075ba3906b3
+SIZE (gcc-4.8-20140213.tar.bz2) = 81844524