[66628] trunk/dports/gnome/oaf

ryandesign at macports.org ryandesign at macports.org
Sun Apr 18 07:37:57 PDT 2010


Revision: 66628
          http://trac.macports.org/changeset/66628
Author:   ryandesign at macports.org
Date:     2010-04-18 07:37:56 -0700 (Sun, 18 Apr 2010)
Log Message:
-----------
oaf: fix underquoted definition of AM_PATH_OAF using a patch from Debian; see #24537

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

Added Paths:
-----------
    trunk/dports/gnome/oaf/files/patch_oaf.m4

Modified: trunk/dports/gnome/oaf/Portfile
===================================================================
--- trunk/dports/gnome/oaf/Portfile	2010-04-18 14:35:13 UTC (rev 66627)
+++ trunk/dports/gnome/oaf/Portfile	2010-04-18 14:37:56 UTC (rev 66628)
@@ -5,6 +5,7 @@
 
 name		oaf
 version		0.6.10
+revision	1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	Object Activation Framework for GNOME1
 long_description        OAF is the Object Activation Framework, a much more \
@@ -19,7 +20,7 @@
 master_sites    gnome:sources/${name}/${branch}/
 checksums	md5 8cae2c1a692922f91827cad435136e2c
 depends_lib     port:orbit port:libxml port:popt
-patchfiles	patch_configure
+patchfiles	patch_configure patch_oaf.m4
 configure.args  --mandir=${prefix}/share/man \
                 ac_cv_path_INTLTOOL_PERL=${prefix}/bin/perl \
                 --with-glib-prefix=${prefix} \

Added: trunk/dports/gnome/oaf/files/patch_oaf.m4
===================================================================
--- trunk/dports/gnome/oaf/files/patch_oaf.m4	                        (rev 0)
+++ trunk/dports/gnome/oaf/files/patch_oaf.m4	2010-04-18 14:37:56 UTC (rev 66628)
@@ -0,0 +1,11 @@
+--- oaf.m4.orig	2006-11-12 15:27:24.000000000 +0200
++++ oaf.m4	2007-07-05 13:26:31.000000000 +0300
+@@ -1,7 +1,7 @@
+ dnl AM_PATH_OAF([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
+ dnl Test for OAF, and define OAF_CFLAGS and OAF_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_OAF,
++AC_DEFUN([AM_PATH_OAF],
+ [dnl 
+ dnl Get the cflags and libraries from the oaf-config script
+ dnl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100418/380d3734/attachment.html>


More information about the macports-changes mailing list