svn commit: r429387 - in head: audio/soundtouch devel/ponscripter-sekai games/openbor www/firefox

Jan Beich jbeich at FreeBSD.org
Sun Dec 25 00:23:15 UTC 2016


Author: jbeich
Date: Sun Dec 25 00:23:13 2016
New Revision: 429387
URL: https://svnweb.freebsd.org/changeset/ports/429387

Log:
  Simplify spelling for softfp defaults

Modified:
  head/audio/soundtouch/Makefile   (contents, props changed)
  head/devel/ponscripter-sekai/Makefile   (contents, props changed)
  head/games/openbor/Makefile   (contents, props changed)
  head/www/firefox/Makefile.options   (contents, props changed)

Modified: head/audio/soundtouch/Makefile
==============================================================================
--- head/audio/soundtouch/Makefile	Sat Dec 24 23:37:10 2016	(r429386)
+++ head/audio/soundtouch/Makefile	Sun Dec 25 00:23:13 2016	(r429387)
@@ -20,7 +20,7 @@ USE_LDCONFIG=	yes
 USES=			autoreconf libtool pathfix
 
 OPTIONS_DEFINE=	INTEGER_SAMPLES DOCS OPENMP
-OPTIONS_DEFAULT=	${MACHINE_CPU:tu:MSOFTFP:S/SOFTFP/INTEGER_SAMPLES/}
+OPTIONS_DEFAULT=	${MACHINE_CPU:Msoftfp:C/.+/INTEGER_SAMPLES/}
 OPTIONS_DEFINE_amd64=	SSE
 OPTIONS_DEFINE_i386=	SSE
 OPTIONS_DEFAULT_amd64=	SSE

Modified: head/devel/ponscripter-sekai/Makefile
==============================================================================
--- head/devel/ponscripter-sekai/Makefile	Sat Dec 24 23:37:10 2016	(r429386)
+++ head/devel/ponscripter-sekai/Makefile	Sun Dec 25 00:23:13 2016	(r429387)
@@ -35,7 +35,7 @@ PLIST_FILES=	bin/ponscr \
 		share/emacs/site-lisp/ponscripter-mode.el
 
 OPTIONS_DEFINE=	DOCS MANPAGES TREMOR
-OPTIONS_DEFAULT=MANPAGES ${MACHINE_CPU:tu:MSOFTFP:S/SOFTFP/TREMOR/}
+OPTIONS_DEFAULT=MANPAGES ${MACHINE_CPU:Msoftfp:C/.+/TREMOR/}
 
 MANPAGES_BUILD_DEPENDS=	xmlto:textproc/xmlto
 MANPAGES_PLIST_FILES=\

Modified: head/games/openbor/Makefile
==============================================================================
--- head/games/openbor/Makefile	Sat Dec 24 23:37:10 2016	(r429386)
+++ head/games/openbor/Makefile	Sun Dec 25 00:23:13 2016	(r429387)
@@ -40,7 +40,7 @@ DESKTOP_ENTRIES="OpenBOR" \
 		""
 
 OPTIONS_DEFINE=		TREMOR
-OPTIONS_DEFAULT=	${MACHINE_CPU:tu:MSOFTFP:S/SOFTFP/TREMOR/}
+OPTIONS_DEFAULT=	${MACHINE_CPU:Msoftfp:C/.+/TREMOR/}
 OPTIONS_DEFINE_i386=	MMX
 OPTIONS_DEFAULT_i386=	MMX # runtime detection
 

Modified: head/www/firefox/Makefile.options
==============================================================================
--- head/www/firefox/Makefile.options	Sat Dec 24 23:37:10 2016	(r429386)
+++ head/www/firefox/Makefile.options	Sun Dec 25 00:23:13 2016	(r429387)
@@ -6,7 +6,7 @@ OPTIONS_DEFINE+= 	BUNDLED_CAIRO CANBERRA
 
 OPTIONS_DEFAULT+=	DBUS DTRACE FFMPEG OPTIMIZED_CFLAGS \
 			${OPTIONS_MULTI_AUDIO} \
-			${MACHINE_CPU:tu:MSOFTFP:S/SOFTFP/INTEGER_SAMPLES/}
+			${MACHINE_CPU:Msoftfp:C/.+/INTEGER_SAMPLES/}
 
 OPTIONS_MULTI+=		AUDIO
 OPTIONS_MULTI_AUDIO=	ALSA PULSEAUDIO


More information about the svn-ports-head mailing list