[98039] trunk/dports/devel/midgard2-core/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sun Sep 23 12:38:21 PDT 2012
Revision: 98039
http://trac.macports.org//changeset/98039
Author: jeremyhu at macports.org
Date: 2012-09-23 12:38:21 -0700 (Sun, 23 Sep 2012)
Log Message:
-----------
midgard2-core: Builds with clang, so remove the force on llvm-gcc-4.2... fix -introspection build. Dev timeout
Modified Paths:
--------------
trunk/dports/devel/midgard2-core/Portfile
Modified: trunk/dports/devel/midgard2-core/Portfile
===================================================================
--- trunk/dports/devel/midgard2-core/Portfile 2012-09-23 18:59:03 UTC (rev 98038)
+++ trunk/dports/devel/midgard2-core/Portfile 2012-09-23 19:38:21 UTC (rev 98039)
@@ -8,7 +8,7 @@
license GPL-2
version 10.05.7.1
-
+revision 1
categories devel
maintainers jwa
description A content repository system
@@ -31,19 +31,20 @@
port:libxml2 \
port:libgda4
-configure.args --sysconfdir=${prefix}/etc/midgard/ \
- --with-dbus-support
+configure.args \
+ --sysconfdir=${prefix}/etc/midgard/ \
+ --with-dbus-support \
+ --disable-introspection
-platform darwin 11 {
- configure.compiler llvm-gcc-4.2
-}
-
post-install {
ui_msg "NB! The other parts of the package are:"
ui_msg "php5-midgard2, and python bindings for 2.5/2.6"
}
-notes "libgda4 needs introspection installed with variant +introspection"
+variant introspection description {add introspection support} {
+ configure.args-delete --disable-introspection
+ configure.args-append --enable-introspection
+}
livecheck.type regex
livecheck.url ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120923/6636ca48/attachment.html>
More information about the macports-changes
mailing list