Index: head/audio/gmsynth-lv2/Makefile =================================================================== --- head/audio/gmsynth-lv2/Makefile (revision 493773) +++ head/audio/gmsynth-lv2/Makefile (revision 493774) @@ -1,36 +1,37 @@ # $FreeBSD$ PORTNAME= gmsynth DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= audio PKGNAMESUFFIX= -lv2 MAINTAINER= yuri@FreeBSD.org COMMENT= General MIDI LV2 Synth LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= lv2>0:audio/lv2 # FluidSynth is left bundled based on the project owner's request: https://github.com/x42/gmsynth.lv2/issues/2#issuecomment-441458303 USES= gmake gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= x42 GH_PROJECT= ${PORTNAME}.lv2 USE_GNOME= glib20 PLIST_FILES= lib/lv2/${PORTNAME}.lv2/GeneralUser_LV2.sf2 \ lib/lv2/${PORTNAME}.lv2/${PORTNAME}.so \ lib/lv2/${PORTNAME}.lv2/${PORTNAME}.ttl \ lib/lv2/${PORTNAME}.lv2/manifest.ttl -OPTIONS_DEFINE_amd64= SSE -OPTIONS_DEFINE_i386= SSE -OPTIONS_DEFAULT_amd64= SSE -OPTIONS_DEFAULT_i386= SSE +OPTIONS_DEFINE_amd64= SIMD +OPTIONS_DEFINE_i386= SIMD +OPTIONS_DEFAULT_amd64= SIMD +OPTIONS_DEFAULT_i386= SIMD -SSE_MAKE_ENV= PORT_SIMD_FLAGS="-msse -msse2 -mfpmath=sse" +SIMD_MAKE_ENV= PORT_SIMD_FLAGS="-msse -msse2 -mfpmath=sse" .include Index: head/audio/gmsynth-lv2/files/patch-Makefile =================================================================== --- head/audio/gmsynth-lv2/files/patch-Makefile (nonexistent) +++ head/audio/gmsynth-lv2/files/patch-Makefile (revision 493774) @@ -0,0 +1,11 @@ +--- Makefile.orig 2019-02-24 17:24:37 UTC ++++ Makefile +@@ -9,7 +9,7 @@ MANDIR ?= $(PREFIX)/share/man/man1 + # see http://lv2plug.in/pages/filesystem-hierarchy-standard.html, don't use libdir + LV2DIR ?= $(PREFIX)/lib/lv2 + +-OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG ++OPTIMIZATIONS ?= $(PORT_SIMD_FLAGS) -ffast-math -fomit-frame-pointer -fno-finite-math-only -DNDEBUG + CFLAGS ?= -Wall -g -Wno-unused-function + STRIP ?= strip + Property changes on: head/audio/gmsynth-lv2/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property