[68011] trunk/dports/gnome/gnome-libs

ryandesign at macports.org ryandesign at macports.org
Mon May 24 13:58:27 PDT 2010


Revision: 68011
          http://trac.macports.org/changeset/68011
Author:   ryandesign at macports.org
Date:     2010-05-24 13:58:23 -0700 (Mon, 24 May 2010)
Log Message:
-----------
gnome-libs: fix underquoted definition of AM_PATH_LIBART

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

Added Paths:
-----------
    trunk/dports/gnome/gnome-libs/files/patch-libart_lgpl_libart.m4

Modified: trunk/dports/gnome/gnome-libs/Portfile
===================================================================
--- trunk/dports/gnome/gnome-libs/Portfile	2010-05-24 19:51:21 UTC (rev 68010)
+++ trunk/dports/gnome/gnome-libs/Portfile	2010-05-24 20:58:23 UTC (rev 68011)
@@ -6,7 +6,7 @@
 name		gnome-libs
 version		1.4.2
 set branch      [join [lrange [split ${version} .] 0 1] .]
-revision	2
+revision	3
 description	These are the GNOME libraries.
 long_description        These are the GNOME libraries, the foundation for \
 			most of the application of the GNOME project.
@@ -19,7 +19,7 @@
 checksums	md5 6111e91b143a90afb30f7a8c1e6cbbd6
 depends_lib     port:oaf port:gtk1 port:libghttp port:imlib
 patchfiles	patch_configure patch_ltmain.sh patch-XmHTMLP.h patch-XmHTMLI.h \
-            install.diff
+            install.diff patch-libart_lgpl_libart.m4
 
 configure.args  --mandir=${prefix}/share/man --disable-gtk-doc --disable-test-gnome
 configure.cppflags-append "-L${prefix}/lib"

Added: trunk/dports/gnome/gnome-libs/files/patch-libart_lgpl_libart.m4
===================================================================
--- trunk/dports/gnome/gnome-libs/files/patch-libart_lgpl_libart.m4	                        (rev 0)
+++ trunk/dports/gnome/gnome-libs/files/patch-libart_lgpl_libart.m4	2010-05-24 20:58:23 UTC (rev 68011)
@@ -0,0 +1,11 @@
+--- libart_lgpl/libart.m4.orig	2000-04-05 03:14:15.000000000 -0500
++++ libart_lgpl/libart.m4	2010-05-24 15:36:35.000000000 -0500
+@@ -8,7 +8,7 @@
+ dnl AM_PATH_LIBART([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
+ dnl Test for LIBART, and define LIBART_CFLAGS and LIBART_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_LIBART,
++AC_DEFUN([AM_PATH_LIBART],
+ [dnl 
+ dnl Get the cflags and libraries from the libart-config script
+ dnl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100524/42c36a42/attachment-0001.html>


More information about the macports-changes mailing list