[131854] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Mon Jan 19 16:55:50 PST 2015


Revision: 131854
          https://trac.macports.org/changeset/131854
Author:   ryandesign at macports.org
Date:     2015-01-19 16:55:50 -0800 (Mon, 19 Jan 2015)
Log Message:
-----------
pango, pango-devel: use gobject-introspection portgroup

Modified Paths:
--------------
    trunk/dports/x11/pango/Portfile
    trunk/dports/x11/pango-devel/Portfile

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2015-01-20 00:49:53 UTC (rev 131853)
+++ trunk/dports/x11/pango/Portfile	2015-01-20 00:55:50 UTC (rev 131854)
@@ -3,6 +3,7 @@
 
 PortSystem              1.0
 PortGroup               active_variants 1.1
+PortGroup               gobject_introspection 1.0
 
 # Please keep the pango and pango-devel ports as similar as possible.
 
@@ -41,7 +42,6 @@
 depends_lib \
     path:lib/pkgconfig/glib-2.0.pc:glib2 \
     path:lib/pkgconfig/cairo.pc:cairo \
-    port:gobject-introspection \
     port:harfbuzz
 
 patchfiles              patch-ltmain.sh.diff
@@ -79,13 +79,10 @@
 }
 
 configure.args          --enable-static \
-                        --enable-introspection \
                         --disable-silent-rules \
                         --without-x
 
-# gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
-destroot.args-append    CC="${configure.cc} ${configure.cc_archflags}"
+gobject_introspection   yes
 
 variant builtin_modules description {Build the modules into Pango statically (most users do not need this variant)} {
     configure.args-append   --with-included-modules
@@ -147,12 +144,6 @@
         ${destroot}${docdir}
 }
 
-# The rules enabled by gobject-introspection require GNU make 3.81+, #35203
-platform darwin 8 {
-    depends_build-append    port:gmake
-    build.cmd               ${prefix}/bin/gmake
-}
-
 test.run                yes
 test.target             check
 

Modified: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile	2015-01-20 00:49:53 UTC (rev 131853)
+++ trunk/dports/x11/pango-devel/Portfile	2015-01-20 00:55:50 UTC (rev 131854)
@@ -3,6 +3,7 @@
 
 PortSystem              1.0
 PortGroup               active_variants 1.1
+PortGroup               gobject_introspection 1.0
 
 # Please keep the pango and pango-devel ports as similar as possible.
 
@@ -40,7 +41,6 @@
 depends_lib \
     path:lib/pkgconfig/glib-2.0.pc:glib2 \
     path:lib/pkgconfig/cairo.pc:cairo \
-    port:gobject-introspection \
     port:harfbuzz
 
 patchfiles              patch-ltmain.sh.diff
@@ -78,13 +78,10 @@
 }
 
 configure.args          --enable-static \
-                        --enable-introspection \
                         --disable-silent-rules \
                         --without-x
 
-# gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
-destroot.args-append    CC="${configure.cc} ${configure.cc_archflags}"
+gobject_introspection   yes
 
 variant builtin_modules description {Build the modules into Pango statically (most users do not need this variant)} {
     configure.args-append   --with-included-modules
@@ -146,12 +143,6 @@
         ${destroot}${docdir}
 }
 
-# The rules enabled by gobject-introspection require GNU make 3.81+, #35203
-platform darwin 8 {
-    depends_build-append    port:gmake
-    build.cmd               ${prefix}/bin/gmake
-}
-
 test.run                yes
 test.target             check
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150119/4e03f016/attachment.html>


More information about the macports-changes mailing list