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

John Marino marino at FreeBSD.org
Sun Feb 5 07:21:45 UTC 2017


Author: marino
Date: Sun Feb  5 07:21:44 2017
New Revision: 433378
URL: https://svnweb.freebsd.org/changeset/ports/433378

Log:
  lang/gcc6-aux: Fix cross-compiler slave ports (stage QA)
  
  I knew about the version bump but somehow missed implementing it,
  resulting in stage failures for those slave ports that have pkg-plist
  defined.  Bump them all as well.

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

Modified: head/lang/gcc6-aux/Makefile.version
==============================================================================
--- head/lang/gcc6-aux/Makefile.version	Sun Feb  5 07:19:09 2017	(r433377)
+++ head/lang/gcc6-aux/Makefile.version	Sun Feb  5 07:21:44 2017	(r433378)
@@ -1,15 +1,15 @@
 # $FreeBSD$
 
 GCC_BRANCH=		6
-GCC_POINT=		3.0
+GCC_POINT=		3.1
 GCC_VERSION=		${GCC_BRANCH}.${GCC_POINT}
 SNAPSHOT=		20170202
 BUILD_RELEASE=		no
 MAIN_PR=		0
 UTIL_PR=		0
-ARMV7_PR=		0
-ARM64_PR=		0
-X86_PR=			0
+ARMV7_PR=		1
+ARM64_PR=		1
+X86_PR=			1
 
 .if ${BUILD_RELEASE:Mno}
 # Snapshot naming pattern


More information about the svn-ports-all mailing list