Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2017 21:53:58 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433114 - head/lang/gcc5
Message-ID:  <201702012153.v11LrwQ0009617@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Wed Feb  1 21:53:58 2017
New Revision: 433114
URL: https://svnweb.freebsd.org/changeset/ports/433114

Log:
  Sort ONLY_FOR_ARCHS.

Modified:
  head/lang/gcc5/Makefile

Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile	Wed Feb  1 21:49:18 2017	(r433113)
+++ head/lang/gcc5/Makefile	Wed Feb  1 21:53:58 2017	(r433114)
@@ -28,7 +28,7 @@ CPE_VERSION=	${GCC_VERSION}
 
 GCC_VERSION=	${PORTVERSION}
 SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}
-ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 sparc64 arm armv6 armv6hf
+ONLY_FOR_ARCHS=	amd64 arm armv6 armv6hf i386 powerpc powerpc64 sparc64
 USES=		compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2
 USE_BINUTILS=	yes
 USE_PERL5=	build



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702012153.v11LrwQ0009617>