mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update to the 4.4.7 release which closes the GCC 4.7 release series
and branch. Feature safe: yes
This commit is contained in:
parent
c06c3bf04e
commit
b8357b9919
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293527
@ -7,11 +7,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 4.4.7.20120306
|
||||
PORTVERSION= 4.4.7
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_GCC}
|
||||
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}
|
||||
DISTNAME= gcc-${VERSIONSTRING}
|
||||
MASTER_SITE_SUBDIR= releases/gcc-${VERSIONSTRING}
|
||||
|
||||
MAINTAINER= gerald@FreeBSD.org
|
||||
COMMENT= GNU Compiler Collection 4.4
|
||||
@ -22,7 +22,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
|
||||
|
||||
DEPRECATED= Superseded by GCC 4.6, only kept for the sake of cad/salome
|
||||
|
||||
VERSIONSTRING= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/}
|
||||
VERSIONSTRING= ${PORTVERSION}
|
||||
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
|
||||
LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX}
|
||||
ONLY_FOR_ARCHS= amd64 i386 sparc64
|
||||
@ -67,7 +67,7 @@ CONFIGURE_ARGS+=--disable-nls \
|
||||
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
|
||||
ALL_TARGET= bootstrap-lean
|
||||
USE_LDCONFIG= ${TARGLIB}
|
||||
PLIST_SUB= GCC_VER=${PORTVERSION:C/(.+)\.[0-9]+/\1/} \
|
||||
PLIST_SUB= GCC_VER=${PORTVERSION} \
|
||||
GNU_HOST=${CONFIGURE_TARGET} \
|
||||
SUFFIX=${SUFFIX}
|
||||
MAN1= cpp${SUFFIX}.1 \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gcc-4.4-20120306.tar.bz2) = 4aec0ba901848f60ef4cd57741cb2826da6971ed80d76dbf77c663c00b3c0f99
|
||||
SIZE (gcc-4.4-20120306.tar.bz2) = 59613755
|
||||
SHA256 (gcc-4.4.7.tar.bz2) = 5ff75116b8f763fa0fb5621af80fc6fb3ea0f1b1a57520874982f03f26cd607f
|
||||
SIZE (gcc-4.4.7.tar.bz2) = 63179340
|
||||
|
Loading…
Reference in New Issue
Block a user