[122755] trunk/dports/gnome/libgnome

devans at macports.org devans at macports.org
Mon Jul 28 16:04:27 PDT 2014


Revision: 122755
          https://trac.macports.org/changeset/122755
Author:   devans at macports.org
Date:     2014-07-28 16:04:27 -0700 (Mon, 28 Jul 2014)
Log Message:
-----------
libgnome: fix build broken by switch to autoreconf in r118282 (#43589).

Revision Links:
--------------
    https://trac.macports.org/changeset/118282

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

Added Paths:
-----------
    trunk/dports/gnome/libgnome/files/patch-libgnome-Makefile.am.diff

Removed Paths:
-------------
    trunk/dports/gnome/libgnome/files/patch-libgnome-Makefile.in.diff

Modified: trunk/dports/gnome/libgnome/Portfile
===================================================================
--- trunk/dports/gnome/libgnome/Portfile	2014-07-28 22:19:41 UTC (rev 122754)
+++ trunk/dports/gnome/libgnome/Portfile	2014-07-28 23:04:27 UTC (rev 122755)
@@ -24,6 +24,7 @@
 
 depends_build   port:pkgconfig \
                 port:intltool \
+                port:gnome-common \
                 port:gtk-doc
 
 depends_lib \
@@ -33,6 +34,8 @@
     port:libiconv \
     port:gettext
 
+patchfiles      patch-libgnome-Makefile.am.diff
+
 # update m4/intltool.m4 and autoreconf
 
 pre-configure {
@@ -50,6 +53,4 @@
             ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-patchfiles     patch-libgnome-Makefile.in.diff
-
 livecheck.type  gnome

Added: trunk/dports/gnome/libgnome/files/patch-libgnome-Makefile.am.diff
===================================================================
--- trunk/dports/gnome/libgnome/files/patch-libgnome-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/gnome/libgnome/files/patch-libgnome-Makefile.am.diff	2014-07-28 23:04:27 UTC (rev 122755)
@@ -0,0 +1,10 @@
+--- libgnome/Makefile.am.orig	2014-07-28 15:50:36.000000000 -0700
++++ libgnome/Makefile.am	2014-07-28 15:51:26.000000000 -0700
+@@ -17,7 +17,6 @@
+ 	-I$(srcdir)/..						\
+ 	$(WARN_CFLAGS)						\
+ 	$(LIBGNOME_CFLAGS)					\
+-	-DG_DISABLE_DEPRECATED					\
+ 	-DLIBGNOME_PREFIX=\""$(prefix)"\"			\
+ 	-DLIBGNOME_LIBDIR=\""$(libdir)"\"			\
+ 	-DLIBGNOME_DATADIR=\""$(datadir)"\"			\

Deleted: trunk/dports/gnome/libgnome/files/patch-libgnome-Makefile.in.diff
===================================================================
--- trunk/dports/gnome/libgnome/files/patch-libgnome-Makefile.in.diff	2014-07-28 22:19:41 UTC (rev 122754)
+++ trunk/dports/gnome/libgnome/files/patch-libgnome-Makefile.in.diff	2014-07-28 23:04:27 UTC (rev 122755)
@@ -1,10 +0,0 @@
---- libgnome/Makefile.in.orig	2011-01-31 05:36:49.000000000 -0800
-+++ libgnome/Makefile.in	2013-04-04 11:12:48.000000000 -0700
-@@ -311,7 +311,6 @@
- 	-I$(srcdir)/..						\
- 	$(WARN_CFLAGS)						\
- 	$(LIBGNOME_CFLAGS)					\
--	-DG_DISABLE_DEPRECATED					\
- 	-DLIBGNOME_PREFIX=\""$(prefix)"\"			\
- 	-DLIBGNOME_LIBDIR=\""$(libdir)"\"			\
- 	-DLIBGNOME_DATADIR=\""$(datadir)"\"			\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140728/ec1f771d/attachment.html>


More information about the macports-changes mailing list