[136488] trunk/dports/graphics/vips/Portfile

bgilbert at macports.org bgilbert at macports.org
Mon May 18 18:07:22 PDT 2015


Revision: 136488
          https://trac.macports.org/changeset/136488
Author:   bgilbert at macports.org
Date:     2015-05-18 18:07:22 -0700 (Mon, 18 May 2015)
Log Message:
-----------
vips: Use gobject_introspection portgroup

Modified Paths:
--------------
    trunk/dports/graphics/vips/Portfile

Modified: trunk/dports/graphics/vips/Portfile
===================================================================
--- trunk/dports/graphics/vips/Portfile	2015-05-19 00:34:51 UTC (rev 136487)
+++ trunk/dports/graphics/vips/Portfile	2015-05-19 01:07:22 UTC (rev 136488)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
 name                vips
 version             8.0.2
@@ -27,7 +28,6 @@
                     path:lib/pkgconfig/pango.pc:pango \
                     port:cfitsio \
                     port:fftw-3 \
-                    port:gobject-introspection \
                     port:ImageMagick \
                     port:jpeg \
                     port:lcms2 \
@@ -46,19 +46,11 @@
 
 patchfiles          patch-fix-parallel-builds.diff
 
+gobject_introspection   yes
+
 configure.env       PKG_CONFIG_PATH='${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig'
-configure.args      --enable-gtk-doc \
-                    --enable-introspection
+configure.args      --enable-gtk-doc
 
-# gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
-
-# The rules enabled by gobject-introspection require GNU make 3.81+
-platform darwin 8 {
-    depends_build-append    port:gmake
-    build.cmd               ${prefix}/bin/gmake
-}
-
 livecheck.type      regex
 livecheck.url       ${homepage}/supported/current/
 livecheck.regex     >${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}<
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150518/b78585cf/attachment.html>


More information about the macports-changes mailing list