[132186] trunk/dports/graphics/librsvg
devans at macports.org
devans at macports.org
Sun Jan 25 16:49:39 PST 2015
Revision: 132186
https://trac.macports.org/changeset/132186
Author: devans at macports.org
Date: 2015-01-25 16:49:39 -0800 (Sun, 25 Jan 2015)
Log Message:
-----------
librsvg: use gobject_introspection portgroup.
Modified Paths:
--------------
trunk/dports/graphics/librsvg/Portfile
Property Changed:
----------------
trunk/dports/graphics/librsvg/
Property changes on: trunk/dports/graphics/librsvg
___________________________________________________________________
Modified: svn:mergeinfo
- /users/devans/GNOME-3/stable/dports/graphics/librsvg:127294-132006
+ /users/devans/GNOME-3/stable/dports/graphics/librsvg:127294-132181
Modified: trunk/dports/graphics/librsvg/Portfile
===================================================================
--- trunk/dports/graphics/librsvg/Portfile 2015-01-26 00:49:28 UTC (rev 132185)
+++ trunk/dports/graphics/librsvg/Portfile 2015-01-26 00:49:39 UTC (rev 132186)
@@ -2,6 +2,7 @@
# $Id$
PortSystem 1.0
+PortGroup gobject_introspection 1.0
name librsvg
version 2.40.6
@@ -36,20 +37,11 @@
set pyversion 2.7
depends_run port:python[join [split ${pyversion} "."] ""]
-configure.args --enable-introspection=yes \
- --enable-vala=yes \
+gobject_introspection yes
+
+configure.args --enable-vala=yes \
--disable-Bsymbolic
-# librsvg's build process includes the gobject-introspection Makefile, causing
-# the build to fail if not using GNU make 3.81+, #35204
-platform darwin 8 {
- depends_build-append port:gmake
- build.cmd ${prefix}/bin/gmake
-}
-
-# gobject-introspection doesn't use the right compiler
-build.args CC="${configure.cc} ${configure.cc_archflags}"
-
set buildpath ${worksrcpath}/macports
post-build {
xinstall -d ${buildpath}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150125/ec028b46/attachment.html>
More information about the macports-changes
mailing list