diff options
author | tobik <tobik@FreeBSD.org> | 2017-10-05 21:53:40 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2017-10-05 21:53:40 +0800 |
commit | 555ddb0432a5d670fc9724ca6800323c5966138a (patch) | |
tree | 6bb4e443b8b37bbdac78dd621637d3e0919dc9de /lang | |
parent | e343c9df08ececd49a0fb5dddf084c90c4006259 (diff) | |
download | freebsd-ports-gnome-555ddb0432a5d670fc9724ca6800323c5966138a.tar.gz freebsd-ports-gnome-555ddb0432a5d670fc9724ca6800323c5966138a.tar.zst freebsd-ports-gnome-555ddb0432a5d670fc9724ca6800323c5966138a.zip |
lang/gcc6-aux: Update to 20170802 snapshot [1]
- Make sure gmake can be found during the build when PREFIX is
different from LOCALBASE [1]
- This also fixes fetching the port since the 20170202 snapshot is
gone from a lot of mirrors [2]
PR: 221883 [1, 2], 222133 [2]
Submitted by: frederic.praca@free.fr (based on) [1]
Reported by: mayhem30@gmail.com [2]
MFH: 2017Q4
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc6-aux/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc6-aux/Makefile.version | 6 | ||||
-rw-r--r-- | lang/gcc6-aux/distinfo | 6 |
3 files changed, 11 insertions, 9 deletions
diff --git a/lang/gcc6-aux/Makefile b/lang/gcc6-aux/Makefile index 041fbc5c0a86..d732d22f6a40 100644 --- a/lang/gcc6-aux/Makefile +++ b/lang/gcc6-aux/Makefile @@ -7,7 +7,7 @@ PORTREVISION= ${MAIN_PR} CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/src/:boot \ LOCAL/marino:boot GCC/${MS_SUBDIR} -DISTFILES= ${IDENTIFICATION}.tar.bz2 +DISTFILES= ${IDENTIFICATION}.tar.xz MAINTAINER= ports@FreeBSD.org COMMENT= Version of GCC ${GCC_BRANCH} with full Ada support @@ -86,24 +86,26 @@ BSFILENAME= ada-bootstrap.${GARCH}.${OPSYS:tl}.${OSREL:S/.//}.tar.bz2 # If we find gnatmake and friends in a standard location, then we'll use this # compiler instead of downloading the bootstrap. +# Add ${LOCALBASE}/bin for gmake .if exists (${LOCALBASE}/${PORTNAME}/bin/ada) .if exists (${LOCALBASE}/${PORTNAME}/bin/gnatbind) .if exists (${LOCALBASE}/${PORTNAME}/bin/gnatlink) .if exists (${LOCALBASE}/${PORTNAME}/bin/gnatmake) FULL_GNATGCC=${LOCALBASE}/${PORTNAME}/bin/ada FULL_GNATGXX=${LOCALBASE}/${PORTNAME}/bin/g++ -FULL_PATH=/sbin:/bin:/usr/sbin:/usr/bin:${PREFIX}/${PORTNAME}/bin:${PREFIX}/bin +FULL_PATH=/sbin:/bin:/usr/sbin:/usr/bin:${PREFIX}/${PORTNAME}/bin:${PREFIX}/bin:${LOCALBASE}/bin .endif .endif .endif .endif # If FULL_GNATGCC is not set, we'll request the bootstrap compiler +# Add ${LOCALBASE}/bin for gmake .if ${FULL_GNATGCC} == NOT_SET INTENDED_COMPILER=BOOTSTRAP FULL_GNATGCC=${BOOTSTRAP_PREFIX}/bin/gcc FULL_GNATGXX=${BOOTSTRAP_PREFIX}/bin/g++ -FULL_PATH=${BOOTSTRAP_PREFIX}/bin:/sbin:/bin:/usr/sbin:/usr/bin:${PREFIX}/bin +FULL_PATH=${BOOTSTRAP_PREFIX}/bin:/sbin:/bin:/usr/sbin:/usr/bin:${PREFIX}/bin:${LOCALBASE}/bin DISTFILES+= ${BOOTSTRAP_COMPILER}:boot .endif diff --git a/lang/gcc6-aux/Makefile.version b/lang/gcc6-aux/Makefile.version index a92ae84bf621..73adce8160f2 100644 --- a/lang/gcc6-aux/Makefile.version +++ b/lang/gcc6-aux/Makefile.version @@ -1,11 +1,11 @@ # $FreeBSD$ GCC_BRANCH= 6 -GCC_POINT= 3.1 +GCC_POINT= 4.1 GCC_VERSION= ${GCC_BRANCH}.${GCC_POINT} -SNAPSHOT= 20170202 +SNAPSHOT= 20170802 BUILD_RELEASE= no -MAIN_PR= 2 +MAIN_PR= 0 UTIL_PR= 0 ARMV7_PR= 1 ARM64_PR= 2 diff --git a/lang/gcc6-aux/distinfo b/lang/gcc6-aux/distinfo index bd9515158a21..04d6104d4d2b 100644 --- a/lang/gcc6-aux/distinfo +++ b/lang/gcc6-aux/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1486228714 -SHA256 (gcc-6-20170202.tar.bz2) = 339411f9ec780ba1f779417ea2a3206b69ee11de293aea27fff4658d7e56d0c5 -SIZE (gcc-6-20170202.tar.bz2) = 95743873 +TIMESTAMP = 1503523153 +SHA256 (gcc-6-20170802.tar.xz) = 6da53170cb1fd50fc49cae567e741a0e6334babcc1d23e7302221b18adcce34c +SIZE (gcc-6-20170802.tar.xz) = 72581920 SHA256 (ada-bootstrap.i386.freebsd.100B.tar.bz2) = 7231209f2600275f554f788ad1d036cf633c4339ebd25bd479a5bb1ddcddedf3 SIZE (ada-bootstrap.i386.freebsd.100B.tar.bz2) = 41229192 SHA256 (ada-bootstrap.x86_64.dragonfly.41.tar.bz2) = eb7785d8b842aee2bb04b43adfb1346b178ee4e83d8775b4e6705fd23f1586f0 |