Date: Sun, 5 Feb 2017 07:21:44 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433378 - head/lang/gcc6-aux Message-ID: <201702050721.v157LiSU032822@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702050721.v157LiSU032822>