[66632] trunk/dports/devel/orbit

ryandesign at macports.org ryandesign at macports.org
Sun Apr 18 08:03:56 PDT 2010


Revision: 66632
          http://trac.macports.org/changeset/66632
Author:   ryandesign at macports.org
Date:     2010-04-18 08:03:50 -0700 (Sun, 18 Apr 2010)
Log Message:
-----------
orbit: Fix underquoted definitions using patch from Fedora

Modified Paths:
--------------
    trunk/dports/devel/orbit/Portfile

Added Paths:
-----------
    trunk/dports/devel/orbit/files/patch-m4-underquoted

Modified: trunk/dports/devel/orbit/Portfile
===================================================================
--- trunk/dports/devel/orbit/Portfile	2010-04-18 14:55:03 UTC (rev 66631)
+++ trunk/dports/devel/orbit/Portfile	2010-04-18 15:03:50 UTC (rev 66632)
@@ -5,7 +5,7 @@
 
 name		orbit
 version		0.5.17
-revision	3
+revision	4
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories	devel
 maintainers	nomaintainer
@@ -22,7 +22,7 @@
 distname    	ORBit-${version}
 use_bzip2	yes
 depends_lib 	port:glib1 port:gettext
-patchfiles	patch-configure
+patchfiles	patch-configure patch-m4-underquoted
 configure.args	\
     	LDFLAGS="-L${prefix}/lib" \
 	CPPFLAGS="-I${prefix}/include -no-cpp-precomp -DHAVE_LIMITED_WRITEV \

Added: trunk/dports/devel/orbit/files/patch-m4-underquoted
===================================================================
--- trunk/dports/devel/orbit/files/patch-m4-underquoted	                        (rev 0)
+++ trunk/dports/devel/orbit/files/patch-m4-underquoted	2010-04-18 15:03:50 UTC (rev 66632)
@@ -0,0 +1,22 @@
+--- ORBit.m4.underquoted	2004-07-15 13:20:02.838649043 +0100
++++ ORBit.m4	2004-07-15 13:20:09.680340008 +0100
+@@ -1,7 +1,7 @@
+ dnl AM_PATH_ORBIT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
+ dnl Test for ORBit, and define ORBIT_CFLAGS and ORBIT_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_ORBIT,
++AC_DEFUN([AM_PATH_ORBIT],
+ [dnl 
+ dnl Get the cflags and libraries from the orbit-config script
+ dnl
+--- libIDL/libIDL.m4.in.underquoted	2004-08-06 14:28:24.538931501 +0100
++++ libIDL/libIDL.m4.in	2004-08-06 14:28:46.528730050 +0100
+@@ -3,7 +3,7 @@
+ dnl AM_PATH_LIBIDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
+ dnl Test for LIBIDL, and define LIBIDL_CFLAGS and LIBIDL_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_LIBIDL,
++AC_DEFUN([AM_PATH_LIBIDL],
+ [dnl 
+ dnl Get the cflags and libraries from the libIDL-config script
+ dnl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100418/a094a80a/attachment-0001.html>


More information about the macports-changes mailing list