[102972] trunk/dports/gnome/eog

jeremyhu at macports.org jeremyhu at macports.org
Mon Feb 11 01:03:19 PST 2013


Revision: 102972
          https://trac.macports.org/changeset/102972
Author:   jeremyhu at macports.org
Date:     2013-02-11 01:03:19 -0800 (Mon, 11 Feb 2013)
Log Message:
-----------
eog: Add missing link against gmodule-2.0

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

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

Removed Paths:
-------------
    trunk/dports/gnome/eog/files/patch-configure.diff

Modified: trunk/dports/gnome/eog/Portfile
===================================================================
--- trunk/dports/gnome/eog/Portfile	2013-02-11 09:02:48 UTC (rev 102971)
+++ trunk/dports/gnome/eog/Portfile	2013-02-11 09:03:19 UTC (rev 102972)
@@ -38,10 +38,12 @@
                
 use_bzip2 	yes
 
-patchfiles      patch-configure.diff
+patchfiles      missing-links.patch
 
-configure.args  --mandir=${prefix}/share/man \
-                --disable-scrollkeeper \
+use_autoreconf  yes
+autoreconf.args -fvi
+
+configure.args  --disable-scrollkeeper \
                 --disable-schemas-install
 
 variant python25 conflicts python26 python27 description {Use python 2.5} {

Added: trunk/dports/gnome/eog/files/missing-links.patch
===================================================================
--- trunk/dports/gnome/eog/files/missing-links.patch	                        (rev 0)
+++ trunk/dports/gnome/eog/files/missing-links.patch	2013-02-11 09:03:19 UTC (rev 102972)
@@ -0,0 +1,10 @@
+--- configure.ac.orig	2013-02-11 00:53:05.000000000 -0800
++++ configure.ac	2013-02-11 00:53:34.000000000 -0800
+@@ -96,6 +96,7 @@ EXEMPI_REQUIRED=1.99.5
+ EOG_MODULES="gtk+-2.0 >= $GTK_REQUIRED \
+              glib-2.0 >= $GLIB_REQUIRED \
+              gio-2.0 >= $GLIB_REQUIRED \
++             gmodule-2.0 >= $GLIB_REQUIRED \
+              gthread-2.0 >= $GLIB_REQUIRED \
+              gnome-desktop-2.0 >= $GNOME_DESKTOP_REQUIRED \
+              gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED \

Deleted: trunk/dports/gnome/eog/files/patch-configure.diff
===================================================================
--- trunk/dports/gnome/eog/files/patch-configure.diff	2013-02-11 09:02:48 UTC (rev 102971)
+++ trunk/dports/gnome/eog/files/patch-configure.diff	2013-02-11 09:03:19 UTC (rev 102972)
@@ -1,14 +0,0 @@
---- configure.orig	2010-08-27 01:28:29.000000000 -0700
-+++ configure	2010-08-27 01:31:54.000000000 -0700
-@@ -15817,9 +15817,9 @@
- 
- 
- 
--  PYTHON_PREFIX='${prefix}'
-+  PYTHON_PREFIX=`$PYTHON -c 'import sys; print sys.prefix;'`
- 
--  PYTHON_EXEC_PREFIX='${exec_prefix}'
-+  PYTHON_EXEC_PREFIX=`$PYTHON -c 'import sys; print sys.exec_prefix;'`
- 
- 
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130211/ff45ba4f/attachment.html>


More information about the macports-changes mailing list