[132093] trunk/dports/gnome/gexiv2/Portfile

devans at macports.org devans at macports.org
Fri Jan 23 05:01:08 PST 2015


Revision: 132093
          https://trac.macports.org/changeset/132093
Author:   devans at macports.org
Date:     2015-01-23 05:01:08 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
gexiv2: use gobject_introspection portgroup.

Modified Paths:
--------------
    trunk/dports/gnome/gexiv2/Portfile

Modified: trunk/dports/gnome/gexiv2/Portfile
===================================================================
--- trunk/dports/gnome/gexiv2/Portfile	2015-01-23 12:57:20 UTC (rev 132092)
+++ trunk/dports/gnome/gexiv2/Portfile	2015-01-23 13:01:08 UTC (rev 132093)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       gobject_introspection 1.0
 
 name            gexiv2
 version         0.10.2
@@ -29,22 +30,19 @@
 depends_build   port:pkgconfig
 
 depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:gobject-introspection \
                 port:vala \
                 port:exiv2
 
 patchfiles      patch-configure.ac.diff \
                 patch-Makefile.am.diff
 
+gobject_introspection yes
+
 use_autoreconf  yes
 autoreconf.args -fvi
 
-configure.args  --enable-introspection \
-                --disable-silent-rules
+configure.args  --disable-silent-rules
 
-# gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
-
 # one each of python2 python3 allowed
 
 variant python27 description {Build Python2 bindings using Python 2.7} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/86872c93/attachment.html>


More information about the macports-changes mailing list