mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Replace USE_GMAKE by USES=gmake.
Update to the 20130817 snapshot of GCC 4.7.4.
This commit is contained in:
parent
a0346dcf94
commit
a6c44cfa9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324896
2 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 4.7.4.20130810
|
||||
PORTVERSION= 4.7.4.20130817
|
||||
CATEGORIES= lang java
|
||||
MASTER_SITES= ${MASTER_SITE_GCC}
|
||||
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
|
||||
|
@ -29,10 +29,9 @@ GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/}
|
|||
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
|
||||
LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX}
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64
|
||||
USES= bison gmake iconv
|
||||
USE_BINUTILS= yes
|
||||
USES= bison iconv
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
|
||||
PATCH_WRKSRC= ${SRCDIR}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gcc-4.7-20130810.tar.bz2) = e7e5a88e7ed24a2c10c02439381d523415d379e5e7dd0f6f66e930803d27220b
|
||||
SIZE (gcc-4.7-20130810.tar.bz2) = 78797393
|
||||
SHA256 (gcc-4.7-20130817.tar.bz2) = 3752ec9a294ae2d619dc3a7e47e4ce3dfd754a6304a96b6822f8f9697ebd79ea
|
||||
SIZE (gcc-4.7-20130817.tar.bz2) = 78810078
|
||||
|
|
Loading…
Add table
Reference in a new issue