aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc48
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-07-11 08:27:29 +0800
committerGerald Pfeifer <gerald@FreeBSD.org>2014-07-11 08:27:29 +0800
commitf7740de34b6ed2885a77045b01c985dd31b24239 (patch)
treed3701f40bd7c518cd43df1ad973cbdd8bf777f19 /lang/gcc48
parent1abd2898978a2c8d7758d875d87c8d64b248698a (diff)
downloadfreebsd-ports-gnome-f7740de34b6ed2885a77045b01c985dd31b24239.tar.gz
freebsd-ports-gnome-f7740de34b6ed2885a77045b01c985dd31b24239.tar.zst
freebsd-ports-gnome-f7740de34b6ed2885a77045b01c985dd31b24239.zip
Update to the 20140710 snapshot of GCC 4.8.4.
Also clean *.la files in LIBEXEC, and recursively so, here and for TARGLIB.
Diffstat (limited to 'lang/gcc48')
-rw-r--r--lang/gcc48/Makefile5
-rw-r--r--lang/gcc48/distinfo4
2 files changed, 5 insertions, 4 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index 1b3eb4644a40..1032f5b8ec48 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc48
-PORTVERSION= 4.8.4.s20140626
+PORTVERSION= 4.8.4.s20140710
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
@@ -134,7 +134,8 @@ full-regression-test: build
.endif
post-install:
- ${RM} -f ${STAGEDIR}${TARGLIB}/*.la
+ ${FIND} ${STAGEDIR}${TARGLIB} ${STAGEDIR}${LIBEXEC} \
+ -name '*.la' | ${XARGS} ${RM}
${RM} -f ${STAGEDIR}${PREFIX}/man/man7/*
${RM} -f ${STAGEDIR}${PREFIX}/bin/rebuild-gcj-db${SUFFIX} \
${STAGEDIR}${PREFIX}/man/man1/rebuild-gcj-db${SUFFIX}.1
diff --git a/lang/gcc48/distinfo b/lang/gcc48/distinfo
index 13280516ac82..9af4e3d541d0 100644
--- a/lang/gcc48/distinfo
+++ b/lang/gcc48/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.8-20140626.tar.bz2) = f6f83e6023ec30c892bef8921fc3439bc30b0cc7be5e5022de15a4e8db61f1eb
-SIZE (gcc-4.8-20140626.tar.bz2) = 81910197
+SHA256 (gcc-4.8-20140710.tar.bz2) = f5a333a27260480d2aa4dd9b8da5d246a70bee546c4159f66a31b4b7ef0eb0bc
+SIZE (gcc-4.8-20140710.tar.bz2) = 81893972