From owner-svn-ports-all@freebsd.org Sun Dec 25 00:23:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52D3DC802B0; Sun, 25 Dec 2016 00:23:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0257ED39; Sun, 25 Dec 2016 00:23:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBP0NEGR007291; Sun, 25 Dec 2016 00:23:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBP0NDLn007286; Sun, 25 Dec 2016 00:23:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612250023.uBP0NDLn007286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 25 Dec 2016 00:23:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429387 - in head: audio/soundtouch devel/ponscripter-sekai games/openbor www/firefox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2016 00:23:15 -0000 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