[102952] trunk/dports/gnome/libglade2

jeremyhu at macports.org jeremyhu at macports.org
Sun Feb 10 22:27:32 PST 2013


Revision: 102952
          https://trac.macports.org/changeset/102952
Author:   jeremyhu at macports.org
Date:     2013-02-10 22:27:32 -0800 (Sun, 10 Feb 2013)
Log Message:
-----------
libglade2: Add missing link against libgmodule-2.0

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

Added Paths:
-----------
    trunk/dports/gnome/libglade2/files/missing-links.patch

Removed Paths:
-------------
    trunk/dports/gnome/libglade2/files/patch_configure

Modified: trunk/dports/gnome/libglade2/Portfile
===================================================================
--- trunk/dports/gnome/libglade2/Portfile	2013-02-11 06:26:20 UTC (rev 102951)
+++ trunk/dports/gnome/libglade2/Portfile	2013-02-11 06:27:32 UTC (rev 102952)
@@ -38,8 +38,13 @@
                 sha1    8465851733b8a0efbe57c43efc0f140d8e2d2edb \
                 rmd160  516a43543e518a319ca9b35556ca1ac88e2ce8fb
 
+patchfiles      missing-links.patch
+
+use_autoreconf  yes
+autoreconf.args -fvi
+
 post-patch {
-    reinplace -E "/^install-data-am:/s/install-data-local//" ${worksrcpath}/Makefile.in
+    reinplace -E "/^install-data-am:/s/install-data-local//" ${worksrcpath}/Makefile.am
 }
 
 depends_build \

Added: trunk/dports/gnome/libglade2/files/missing-links.patch
===================================================================
--- trunk/dports/gnome/libglade2/files/missing-links.patch	                        (rev 0)
+++ trunk/dports/gnome/libglade2/files/missing-links.patch	2013-02-11 06:27:32 UTC (rev 102952)
@@ -0,0 +1,10 @@
+--- configure.in.orig	2013-02-10 22:20:15.000000000 -0800
++++ configure.in	2013-02-10 22:20:57.000000000 -0800
+@@ -46,6 +46,7 @@ PKG_CHECK_MODULES(LIBGLADE, [dnl
+   libxml-2.0 >= required_libxml_version dnl
+   atk >= required_atk_version dnl
+   gtk+-2.0 >= required_gtk_version dnl
++  gmodule-2.0
+   glib-2.0 >= required_glib_version])
+ 
+ AC_MSG_CHECKING([for native Win32])

Deleted: trunk/dports/gnome/libglade2/files/patch_configure
===================================================================
--- trunk/dports/gnome/libglade2/files/patch_configure	2013-02-11 06:26:20 UTC (rev 102951)
+++ trunk/dports/gnome/libglade2/files/patch_configure	2013-02-11 06:27:32 UTC (rev 102952)
@@ -1,11 +0,0 @@
---- configure.org	Sat Oct 16 19:23:14 2004
-+++ configure	Sat Oct 16 19:23:30 2004
-@@ -6513,7 +6513,7 @@
-       ;;
- 
-     darwin* | rhapsody*)
--    if test "$GXX" = yes ; then
-+    if test "$GCC" = yes ; then
-       archive_cmds_need_lc=no
-       case "$host_os" in
-       rhapsody* | darwin1.[012])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130210/e94d22ca/attachment.html>


More information about the macports-changes mailing list