summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2011-11-26 20:41:05 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2011-11-26 20:41:05 +0000
commit2ed4454fe9c5ed6d78d648e9a1594f4e471c72ec (patch)
treec93028b5860b4be395d1a2336bf35c8248a4d7cb
parent- Mark BROKEN: does not compile (diff)
Update to the 20111119 snapshot of GCC 4.7.0 which brings support
for transactional memory on i386, amd64 and alpha. We handle the corresponding info file inclusively by listing all supported architecture and move the libquadmath info file to the same schema. Feature safe: yes
Notes
Notes: svn path=/head/; revision=286467
-rw-r--r--lang/gcc47/Makefile7
-rw-r--r--lang/gcc47/distinfo4
-rw-r--r--lang/gcc48/Makefile7
-rw-r--r--lang/gcc48/distinfo4
4 files changed, 12 insertions, 10 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile
index 0b2a01867cfe..a282c30d1f96 100644
--- a/lang/gcc47/Makefile
+++ b/lang/gcc47/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gcc
-PORTVERSION= 4.7.0.20111105
+PORTVERSION= 4.7.0.20111119
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}
@@ -90,8 +90,9 @@ INFO= gcc${SUFFIX}/cpp \
gcc${SUFFIX}/gccint \
gcc${SUFFIX}/gfortran \
gcc${SUFFIX}/libgomp
-.if ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64"
-INFO+= gcc${SUFFIX}/libquadmath
+.if ${ARCH} == "i386" || ${ARCH} == "amd64" || ${ARCH} == "alpha"
+INFO+= gcc${SUFFIX}/libquadmath \
+ gcc${SUFFIX}/libitm
.endif
.if ! defined(WITHOUT_JAVA)
diff --git a/lang/gcc47/distinfo b/lang/gcc47/distinfo
index 2fa27cc60c0e..bcdf1de76d01 100644
--- a/lang/gcc47/distinfo
+++ b/lang/gcc47/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.7-20111105.tar.bz2) = 59696e267462d2bc6f9830e10e54c6316721a874bf6a0aa1dad4522592f025da
-SIZE (gcc-4.7-20111105.tar.bz2) = 76281173
+SHA256 (gcc-4.7-20111119.tar.bz2) = 86b352a2ac041a6590ef35dbdec91febed5b4293ef7456d208c49feb0359506e
+SIZE (gcc-4.7-20111119.tar.bz2) = 76707966
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index 0b2a01867cfe..a282c30d1f96 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gcc
-PORTVERSION= 4.7.0.20111105
+PORTVERSION= 4.7.0.20111119
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING}
@@ -90,8 +90,9 @@ INFO= gcc${SUFFIX}/cpp \
gcc${SUFFIX}/gccint \
gcc${SUFFIX}/gfortran \
gcc${SUFFIX}/libgomp
-.if ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64"
-INFO+= gcc${SUFFIX}/libquadmath
+.if ${ARCH} == "i386" || ${ARCH} == "amd64" || ${ARCH} == "alpha"
+INFO+= gcc${SUFFIX}/libquadmath \
+ gcc${SUFFIX}/libitm
.endif
.if ! defined(WITHOUT_JAVA)
diff --git a/lang/gcc48/distinfo b/lang/gcc48/distinfo
index 2fa27cc60c0e..bcdf1de76d01 100644
--- a/lang/gcc48/distinfo
+++ b/lang/gcc48/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.7-20111105.tar.bz2) = 59696e267462d2bc6f9830e10e54c6316721a874bf6a0aa1dad4522592f025da
-SIZE (gcc-4.7-20111105.tar.bz2) = 76281173
+SHA256 (gcc-4.7-20111119.tar.bz2) = 86b352a2ac041a6590ef35dbdec91febed5b4293ef7456d208c49feb0359506e
+SIZE (gcc-4.7-20111119.tar.bz2) = 76707966