svn commit: r451312 - head/lang/gcc6-aux

Tobias Kortkamp tobik at FreeBSD.org
Thu Oct 5 13:53:41 UTC 2017


Author: tobik
Date: Thu Oct  5 13:53:40 2017
New Revision: 451312
URL: https://svnweb.freebsd.org/changeset/ports/451312

Log:
  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 at free.fr (based on) [1]
  Reported by:	mayhem30 at gmail.com [2]
  MFH:		2017Q4

Modified:
  head/lang/gcc6-aux/Makefile
  head/lang/gcc6-aux/Makefile.version
  head/lang/gcc6-aux/distinfo

Modified: head/lang/gcc6-aux/Makefile
==============================================================================
--- head/lang/gcc6-aux/Makefile	Thu Oct  5 13:48:15 2017	(r451311)
+++ head/lang/gcc6-aux/Makefile	Thu Oct  5 13:53:40 2017	(r451312)
@@ -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 at FreeBSD.org
 COMMENT=	Version of GCC ${GCC_BRANCH} with full Ada support
@@ -86,24 +86,26 @@ BSFILENAME=		ada-bootstrap.${GARCH}.${OPSYS:tl}.${OSRE
 
 # 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
 

Modified: head/lang/gcc6-aux/Makefile.version
==============================================================================
--- head/lang/gcc6-aux/Makefile.version	Thu Oct  5 13:48:15 2017	(r451311)
+++ head/lang/gcc6-aux/Makefile.version	Thu Oct  5 13:53:40 2017	(r451312)
@@ -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

Modified: head/lang/gcc6-aux/distinfo
==============================================================================
--- head/lang/gcc6-aux/distinfo	Thu Oct  5 13:48:15 2017	(r451311)
+++ head/lang/gcc6-aux/distinfo	Thu Oct  5 13:53:40 2017	(r451312)
@@ -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


More information about the svn-ports-all mailing list