1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to the 20140706 snapshot of GCC 4.10.

Also clean *.la files in LIBEXEC, and recursively so here and for
TARGLIB.

Sort USES.
This commit is contained in:
Gerald Pfeifer 2014-07-08 21:53:52 +00:00
parent b38e4d17af
commit 3ede6d9498
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361297
2 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc410
PORTVERSION= 4.10.0.s20140629
PORTVERSION= 4.10.0.s20140706
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
@ -32,7 +32,7 @@ DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/}
GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64
USES= gmake iconv perl5 tar:bzip2 makeinfo
USES= gmake iconv makeinfo perl5 tar:bzip2
USE_BINUTILS= yes
USE_PERL5= build
SSP_UNSAFE= yes
@ -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

View File

@ -1,2 +1,2 @@
SHA256 (gcc-4.10-20140629.tar.bz2) = d96ac9e6c2f8fe16e57e10910b11c9598b1962f7f738a50228a0cd0f2f22332c
SIZE (gcc-4.10-20140629.tar.bz2) = 86470624
SHA256 (gcc-4.10-20140706.tar.bz2) = 8d3450fe20f53a78403d15a0dd98a115f475a659d96b96bc8b36df4b80b5fcce
SIZE (gcc-4.10-20140706.tar.bz2) = 86452806