Date: Sun, 24 Nov 2019 16:30:34 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518335 - head/lang/gcc6-aux Message-ID: <201911241630.xAOGUYoX089887@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911241630.xAOGUYoX089887>