diff options
author | gerald <gerald@FreeBSD.org> | 2014-07-19 12:47:41 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-07-19 12:47:41 +0000 |
commit | 797f4dcc3a96ca1dd1d81524b7ec688f361c8062 (patch) | |
tree | 26fd8e4f6b67f5c4c95e379ce908db1938f4943a | |
parent | f33c491e726a7d618436e2d66b7530745fcda993 (diff) | |
download | FreeBSD-ports-797f4dcc3a96ca1dd1d81524b7ec688f361c8062.zip FreeBSD-ports-797f4dcc3a96ca1dd1d81524b7ec688f361c8062.tar.gz |
Update to GCC 4.7.4, the latest (and final) release in the GCC 4.7
series that closes this branch.
Extend full-regression-test by running contrib/test_summary.
Also clean *.la files in LIBEXEC, and recursively so, there and for
TARGLIB.
-rw-r--r-- | lang/gcc/Makefile | 9 | ||||
-rw-r--r-- | lang/gcc/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 04c4f88..bb6e303 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.7.3 -PORTREVISION= 1 +PORTVERSION= 4.7.4 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} @@ -129,11 +128,13 @@ pre-configure: .if defined(MAINTAINER_MODE) full-regression-test: build - cd ${WRKSRC}; ${MAKE_CMD} -sk check + cd ${WRKSRC}; ${MAKE_CMD} -sk check \ + ; ${SRCDIR}/contrib/test_summary .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/gcc/distinfo b/lang/gcc/distinfo index 224eeb6..1bcb022 100644 --- a/lang/gcc/distinfo +++ b/lang/gcc/distinfo @@ -1,2 +1,2 @@ -SHA256 (gcc-4.7.3.tar.bz2) = 2f7c37eb4fc14422ff2358a9ef59c974a75ab41204ef0e49fc34ab1d8981a9c3 -SIZE (gcc-4.7.3.tar.bz2) = 82904224 +SHA256 (gcc-4.7.4.tar.bz2) = 92e61c6dc3a0a449e62d72a38185fda550168a86702dea07125ebd3ec3996282 +SIZE (gcc-4.7.4.tar.bz2) = 82935453 |