Update to the 20141109 snapshot of GCC 5.0.
Mark IGNORE on FreeBSD 10.0 and later; an upstream fix should make it into the next snapshot.
This commit is contained in:
parent
b22bca432a
commit
707633db47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372637
2 changed files with 7 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc5
|
||||
PORTVERSION= 5.0.s20141102
|
||||
PORTVERSION= 5.0.s20141109
|
||||
CATEGORIES= lang java
|
||||
MASTER_SITES= ${MASTER_SITE_GCC}
|
||||
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
|
||||
|
@ -50,6 +50,10 @@ BOOTSTRAP_DESC= Build using a full bootstrap
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 1000000
|
||||
IGNORE= fails to build, fix pending
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
|
||||
.else
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gcc-5-20141102.tar.bz2) = bf49d00b435d1f655cdd06570b33e55afd985e8a432dc522c8ee910e0af5991d
|
||||
SIZE (gcc-5-20141102.tar.bz2) = 87426361
|
||||
SHA256 (gcc-5-20141109.tar.bz2) = 772a82d3a37eced38cbf6f3f4669da6e1d3a07e40d8c3ffe9aafc61079b10c29
|
||||
SIZE (gcc-5-20141109.tar.bz2) = 87445953
|
||||
|
|
Loading…
Reference in a new issue