[20833] trunk/dports/python/py-gnome
source_changes at macosforge.org
source_changes at macosforge.org
Sat Dec 2 03:47:25 PST 2006
Revision: 20833
http://trac.macosforge.org/projects/macports/changeset/20833
Author: pguyot at kallisys.net
Date: 2006-12-02 03:47:24 -0800 (Sat, 02 Dec 2006)
Log Message:
-----------
python/py-gnome: update to 2.16.2
Also fixes ticket #10955
Modified Paths:
--------------
trunk/dports/python/py-gnome/Portfile
Added Paths:
-----------
trunk/dports/python/py-gnome/files/
trunk/dports/python/py-gnome/files/patch-bonobo-Makefile.in
Modified: trunk/dports/python/py-gnome/Portfile
===================================================================
--- trunk/dports/python/py-gnome/Portfile 2006-12-02 11:11:07 UTC (rev 20832)
+++ trunk/dports/python/py-gnome/Portfile 2006-12-02 11:47:24 UTC (rev 20833)
@@ -3,7 +3,7 @@
PortSystem 1.0
name py-gnome
-version 2.12.4
+version 2.16.2
categories python gnome
platforms darwin
maintainers pguyot at kallisys.net
@@ -11,12 +11,12 @@
long_description ${description}
homepage http://www.daa.com.au/~james/software/pygtk/
-master_sites gnome:sources/gnome-python/2.12/
+master_sites gnome:sources/gnome-python/2.16/
use_bzip2 yes
distname gnome-python-${version}
-checksums md5 94347f1bff86ffcce76111fa8dac1efc \
- sha1 1a882ec8f314d458c4c115403e9e19521e135629 \
- rmd160 cb2d2f27d82ecea6746169ab0976363131e110fe
+checksums md5 b365a772c8c9eac24b368c7e26845dc8 \
+ sha1 90a5cd988bb13158004c154d7a9591e18cde0996 \
+ rmd160 ecccd7f502ebab9534d117489dd69c3f56687650
depends_lib \
bin:pygtk-codegen-2:py-gtk2 \
@@ -26,4 +26,7 @@
lib:libnautilus:nautilus
configure.env CFLAGS="-no-cpp-precomp -flat_namespace \
- -undefined suppress -I${prefix}/include"
+ -I${prefix}/include" \
+ LDFLAGS="-L${prefix}/lib"
+
+patchfiles patch-bonobo-Makefile.in
Added: trunk/dports/python/py-gnome/files/patch-bonobo-Makefile.in
===================================================================
--- trunk/dports/python/py-gnome/files/patch-bonobo-Makefile.in (rev 0)
+++ trunk/dports/python/py-gnome/files/patch-bonobo-Makefile.in 2006-12-02 11:47:24 UTC (rev 20833)
@@ -0,0 +1,11 @@
+--- bonobo/Makefile.in 2006-11-06 02:46:35.000000000 +0900
++++ bonobo/Makefile.in 2006-12-02 20:46:24.000000000 +0900
+@@ -306,7 +306,7 @@
+ activation_la_SOURCES = activationmodule.c
+ _bonobo_la_CFLAGS = $(BONOBO_CFLAGS)
+ _bonobo_la_LDFLAGS = $(common_ldflags) -export-symbols-regex init_bonobo
+-_bonobo_la_LIBADD = $(BONOBO_LIBS) $($(PYTHON_LIBS)
++_bonobo_la_LIBADD = $(BONOBO_LIBS) $(PYTHON_LIBS)
+ _bonobo_la_SOURCES = bonobomodule.c bonobo-arg.c pybonobo.h pybonobo.c
+ nodist__bonobo_la_SOURCES = bonobo.c
+ ui_la_CFLAGS = $(BONOBOUI_CFLAGS)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061202/d6111f12/attachment.html
More information about the macports-changes
mailing list