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

Tobias Kortkamp tobik at FreeBSD.org
Sun Nov 24 16:30:34 UTC 2019


Author: tobik
Date: Sun Nov 24 16:30:34 2019
New Revision: 518335
URL: https://svnweb.freebsd.org/changeset/ports/518335

Log:
  lang/gcc6-aux: Canonicalize option names
  
  /!\ gcc6-aux-20180516_1,1: Makefile warnings, please consider fixing /!\
  
  These options name have characters outside of [-_A-Z0-9]:
  
  Bootstrap Standard

Modified:
  head/lang/gcc6-aux/Makefile

Modified: head/lang/gcc6-aux/Makefile
==============================================================================
--- head/lang/gcc6-aux/Makefile	Sun Nov 24 15:53:00 2019	(r518334)
+++ head/lang/gcc6-aux/Makefile	Sun Nov 24 16:30:34 2019	(r518335)
@@ -30,9 +30,9 @@ NO_MTREE=		yes
 CPPFLAGS+=		-I${LOCALBASE}/include
 LDFLAGS+=		-L${LOCALBASE}/lib
 
-OPTIONS_GROUP=		Standard Bootstrap
-OPTIONS_GROUP_Standard=	FORTRAN OBJC NLS TESTSUITE ALLSTAGES STATIC
-OPTIONS_GROUP_Bootstrap=BOOTSTRAP
+OPTIONS_GROUP=		STANDARD BOOTSTRAP
+OPTIONS_GROUP_STANDARD=	FORTRAN OBJC NLS TESTSUITE ALLSTAGES STATIC
+OPTIONS_GROUP_BOOTSTRAP=BOOTSTRAP
 OPTIONS_DEFAULT=	FORTRAN OBJC
 NO_OPTIONS_SORT=	yes
 


More information about the svn-ports-head mailing list