svn commit: r433114 - head/lang/gcc5

Gerald Pfeifer gerald at FreeBSD.org
Wed Feb 1 21:54:00 UTC 2017


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


More information about the svn-ports-all mailing list