[126740] trunk/dports/devel/libdvbpsi/Portfile
ctreleaven at macports.org
ctreleaven at macports.org
Tue Oct 14 14:36:49 PDT 2014
Revision: 126740
https://trac.macports.org/changeset/126740
Author: ctreleaven at macports.org
Date: 2014-10-14 14:36:49 -0700 (Tue, 14 Oct 2014)
Log Message:
-----------
libdvbpsi: fix post-SnoLeo builds by also disabling examples, for now
Modified Paths:
--------------
trunk/dports/devel/libdvbpsi/Portfile
Modified: trunk/dports/devel/libdvbpsi/Portfile
===================================================================
--- trunk/dports/devel/libdvbpsi/Portfile 2014-10-14 20:59:25 UTC (rev 126739)
+++ trunk/dports/devel/libdvbpsi/Portfile 2014-10-14 21:36:49 UTC (rev 126740)
@@ -25,18 +25,19 @@
rmd160 0c14a32f1cab0dbe834bcb02cbc8cc9a6fc47752 \
sha256 36d9b233306e48b58999e87864253b564e20932ed46a485e44ef7058f1f927e8
-configure.args-append \
- --disable-silent-rules --enable-release
+# examples currently fail for different on different OS versions
+# disable everywhere, for now
+patchfiles-append patch-no_examples.diff
-platform darwin {
- if {${os.major} <= 10} {
- # examples fail to build on SnowLeo and prior
- patchfiles-append patch-no_examples.diff
- depends_build-append port:automake port:autoconf port:libtool
- pre-configure { system -W ${worksrcpath} "/bin/sh bootstrap" }
- }
+depends_build-append \
+ port:automake port:autoconf port:libtool
+
+pre-configure {
+ system -W ${worksrcpath} "/bin/sh bootstrap"
}
+configure.args-append \
+ --disable-silent-rules --enable-release
livecheck.url http://download.videolan.org/pub/${name}/
livecheck.regex {>([0-9.]+)/<}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141014/d42e108c/attachment.html>
More information about the macports-changes
mailing list