1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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.
This commit is contained in:
Gerald Pfeifer 2014-07-19 12:47:41 +00:00
parent a99e0c3598
commit 5eb25eb500
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362259
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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