[87541] trunk/dports/gnome/gobject-introspection
ryandesign at macports.org
ryandesign at macports.org
Thu Nov 24 18:37:36 PST 2011
Revision: 87541
http://trac.macports.org/changeset/87541
Author: ryandesign at macports.org
Date: 2011-11-24 18:37:30 -0800 (Thu, 24 Nov 2011)
Log Message:
-----------
gobject-introspection: update to 0.10.8; ensure we're UsingTheRightCompiler (#28472)
Modified Paths:
--------------
trunk/dports/gnome/gobject-introspection/Portfile
Added Paths:
-----------
trunk/dports/gnome/gobject-introspection/files/
trunk/dports/gnome/gobject-introspection/files/patch-giscanner-sourcescanner.py.diff
Modified: trunk/dports/gnome/gobject-introspection/Portfile
===================================================================
--- trunk/dports/gnome/gobject-introspection/Portfile 2011-11-24 22:33:45 UTC (rev 87540)
+++ trunk/dports/gnome/gobject-introspection/Portfile 2011-11-25 02:37:30 UTC (rev 87541)
@@ -4,7 +4,7 @@
PortSystem 1.0
name gobject-introspection
-version 0.10.6
+version 0.10.8
set branch [join [lrange [split ${version} .] 0 1] .]
categories gnome
platforms darwin
@@ -20,9 +20,8 @@
master_sites gnome:sources/${name}/${branch}/
use_bzip2 yes
-checksums md5 73a4b44d25f62f751825b30c621103ce \
- sha1 df724aaa40f945c2519099a5594c66c91085e150 \
- rmd160 16e6325ea27a49b9adcd635da62bc5aaf1de43e4
+checksums rmd160 f542f75920ee95c067563f14215127c3ff95f304 \
+ sha256 5b1387ff37f03db880a2b1cbd6c6b6dfb923a29468d4d8367c458abf7704c61e
depends_build port:pkgconfig
@@ -30,6 +29,10 @@
path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libffi
+patchfiles patch-giscanner-sourcescanner.py.diff
+
+build.args CC=${configure.cc}
+
livecheck.type regex
livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
Added: trunk/dports/gnome/gobject-introspection/files/patch-giscanner-sourcescanner.py.diff
===================================================================
--- trunk/dports/gnome/gobject-introspection/files/patch-giscanner-sourcescanner.py.diff (rev 0)
+++ trunk/dports/gnome/gobject-introspection/files/patch-giscanner-sourcescanner.py.diff 2011-11-25 02:37:30 UTC (rev 87541)
@@ -0,0 +1,11 @@
+--- giscanner/sourcescanner.py.orig 2010-11-09 12:57:01.000000000 -0600
++++ giscanner/sourcescanner.py 2011-11-24 20:07:47.000000000 -0600
+@@ -274,7 +274,7 @@
+
+ defines = ['__GI_SCANNER__']
+ undefs = []
+- cpp_args = ['cc', '-E', '-C', '-I.', '-']
++ cpp_args = [os.environ.get('CC', 'cc'), '-E', '-C', '-I.', '-']
+
+ cpp_args += self._cpp_options
+ proc = subprocess.Popen(cpp_args,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111124/a0aca022/attachment.html>
More information about the macports-changes
mailing list