[55030] trunk/dports/devel/liboil/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 5 22:03:15 PDT 2009


Revision: 55030
          http://trac.macports.org/changeset/55030
Author:   jeremyhu at macports.org
Date:     2009-08-05 22:03:13 -0700 (Wed, 05 Aug 2009)
Log Message:
-----------
liboil: Dev timeout for universal updates... unfortunately during this timeout, toby noticed that it doesn't buid on SL and the workaround breaks universal, so my changes are commented out... hopefully they will be of use to whomever finishes it

Modified Paths:
--------------
    trunk/dports/devel/liboil/Portfile

Modified: trunk/dports/devel/liboil/Portfile
===================================================================
--- trunk/dports/devel/liboil/Portfile	2009-08-06 04:53:16 UTC (rev 55029)
+++ trunk/dports/devel/liboil/Portfile	2009-08-06 05:03:13 UTC (rev 55030)
@@ -2,6 +2,10 @@
 
 PortSystem 1.0
 
+# -universal because of SnowLeopard host_cpu issue (see below)
+#PortGroup  muniversal 1.0
+universal_variant no
+
 name		liboil
 version		0.3.16
 description	A library of simple functions that are optimized for various CPUs.
@@ -17,16 +21,25 @@
 
 patchfiles      patch-configure.diff
 
-depends_build	port:pkgconfig
+depends_build	port:pkgconfig 
+# port:libtool
 depends_lib	path:lib/pkgconfig/glib-2.0.pc:glib2
 
-universal_variant no
-
 variant doc description {Install documentation} {
     depends_build-append   port:gtk-doc
     configure.args-append  --enable-gtk-doc
 }
 
+# Building muniversal, configure fails to figure this out
+#configure.cppflags-append -DHAVE_SYMBOL_UNDERSCORE
+
+#post-configure {
+#	# muniversal mucks up our glibtool
+#	foreach arch ${universal_archs_to_use} {
+#		copy -force ${prefix}/bin/glibtool ${worksrcpath}-${arch}/libtool
+#	}
+#}
+
 livecheck.check         regex
 livecheck.url           [lindex ${master_sites} 0]?C=M&O=D
 livecheck.regex         ${name}-(\\d(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090805/f6a33658/attachment.html>


More information about the macports-changes mailing list