Diff
Modified: trunk/dports/audio/faust-devel/Portfile (148204 => 148205)
--- trunk/dports/audio/faust-devel/Portfile 2016-04-29 22:33:05 UTC (rev 148204)
+++ trunk/dports/audio/faust-devel/Portfile 2016-04-30 03:49:33 UTC (rev 148205)
@@ -5,9 +5,8 @@
name faust-devel
conflicts faust faust2-devel
-version 0.9.71-20150520
-revision 1
-git.branch 0bbe67e52d6e5f48b334e519ccc7f70b2ed850a7
+version 0.9.73-20160426
+git.branch 4941ac4e91fac5f65ac663a2cffee1fcda759d85
categories audio lang
platforms darwin
maintainers ryandesign gmail.com:aggraef
@@ -30,6 +29,8 @@
path:lib/libssl.dylib:openssl
post-patch {
+ reinplace "s|/usr/local/|/usr/./local/|g" \
+ ${worksrcpath}/tools/faust2appls/faust2faustvst
reinplace "s|/usr/local|${prefix}|g" \
${worksrcpath}/compiler/parser/enrobage.cpp \
${worksrcpath}/compiler/tlib/compatibility.cpp \
@@ -43,6 +44,8 @@
}
}
}
+ reinplace "s|/usr/./local/|/usr/local/|g" \
+ ${worksrcpath}/tools/faust2appls/faust2faustvst
}
use_configure no
Modified: trunk/dports/audio/faust2-devel/Portfile (148204 => 148205)
--- trunk/dports/audio/faust2-devel/Portfile 2016-04-29 22:33:05 UTC (rev 148204)
+++ trunk/dports/audio/faust2-devel/Portfile 2016-04-30 03:49:33 UTC (rev 148205)
@@ -7,9 +7,8 @@
conflicts faust faust-devel
# When updating faust2-devel to a new version, please rebuild faustlive-devel
# simultaneously by increasing its revision or updating it to a new version.
-version 2.0-20150520
-revision 1
-git.branch 3b6e4e3ee652f5bbf63618b0527d2f091b78c3af
+version 2.0-20160426
+git.branch b3c42db30145fee76d5eeac98a878e82cf3698e5
categories audio lang
platforms darwin
maintainers ryandesign gmail.com:aggraef
@@ -39,6 +38,8 @@
path:lib/libssl.dylib:openssl
post-patch {
+ reinplace "s|/usr/local/|/usr/./local/|g" \
+ ${worksrcpath}/tools/faust2appls/faust2faustvst
reinplace "s|/usr/local|${prefix}|g" \
${worksrcpath}/compiler/parser/enrobage.cpp \
${worksrcpath}/compiler/tlib/compatibility.cpp \
@@ -52,6 +53,8 @@
}
}
}
+ reinplace "s|/usr/./local/|/usr/local/|g" \
+ ${worksrcpath}/tools/faust2appls/faust2faustvst
}
use_configure no
Modified: trunk/dports/audio/faustlive-devel/Portfile (148204 => 148205)
--- trunk/dports/audio/faustlive-devel/Portfile 2016-04-29 22:33:05 UTC (rev 148204)
+++ trunk/dports/audio/faustlive-devel/Portfile 2016-04-30 03:49:33 UTC (rev 148205)
@@ -4,9 +4,8 @@
PortSystem 1.0
name faustlive-devel
-version 2.37-20150617
-revision 2
-git.branch f5790abf39a40cc31af40bae6f1ca2815d486165
+version 2.43-20160413
+git.branch 9d439cbdc0e8965bb9ec21e16fb69c44158f11ee
categories audio
platforms darwin
maintainers ryandesign gmail.com:aggraef
@@ -76,6 +75,7 @@
variant qt4 conflicts qt5 description {Build with Qt4 support} {
depends_lib-append port:qt4-mac
+ build.args-append qm=${prefix}/libexec/qt4/bin/qmake
}
variant qt5 conflicts qt4 description {Build with Qt5 support} {