[77101] trunk/dports/graphics/autotrace

ryandesign at macports.org ryandesign at macports.org
Sat Mar 19 23:06:39 PDT 2011


Revision: 77101
          http://trac.macports.org/changeset/77101
Author:   ryandesign at macports.org
Date:     2011-03-19 23:06:39 -0700 (Sat, 19 Mar 2011)
Log Message:
-----------
autotrace: fix underquoted m4

Modified Paths:
--------------
    trunk/dports/graphics/autotrace/Portfile

Added Paths:
-----------
    trunk/dports/graphics/autotrace/files/patch-autotrace.m4.diff

Modified: trunk/dports/graphics/autotrace/Portfile
===================================================================
--- trunk/dports/graphics/autotrace/Portfile	2011-03-20 06:05:16 UTC (rev 77100)
+++ trunk/dports/graphics/autotrace/Portfile	2011-03-20 06:06:39 UTC (rev 77101)
@@ -3,7 +3,7 @@
 PortSystem			1.0
 name				autotrace
 version				0.31.1
-revision			3
+revision			4
 categories			graphics
 maintainers			nomaintainer
 description			Convert bitmap to vector graphics
@@ -29,6 +29,8 @@
 	xinstall ${filespath}/pstoedit-config ${workpath}/bin
 }
 
+patchfiles			patch-autotrace.m4.diff
+
 configure.args		--mandir=${prefix}/share/man \
 					--with-magick \
 					--with-pstoedit-prefix=${workpath}

Added: trunk/dports/graphics/autotrace/files/patch-autotrace.m4.diff
===================================================================
--- trunk/dports/graphics/autotrace/files/patch-autotrace.m4.diff	                        (rev 0)
+++ trunk/dports/graphics/autotrace/files/patch-autotrace.m4.diff	2011-03-20 06:06:39 UTC (rev 77101)
@@ -0,0 +1,11 @@
+--- autotrace.m4.orig	2002-10-10 15:44:12.000000000 -0500
++++ autotrace.m4	2011-03-20 00:57:23.000000000 -0500
+@@ -4,7 +4,7 @@
+ dnl AM_PATH_AUTOTRACE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
+ dnl Test to see if libautotrace is installed, and define AUTOTRACE_CFLAGS, LIBS
+ dnl
+-AC_DEFUN(AM_PATH_AUTOTRACE,
++AC_DEFUN([AM_PATH_AUTOTRACE],
+ [dnl
+ dnl Get the cflags and libraries from the autotrace-config script
+ dnl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110319/c816b28d/attachment.html>


More information about the macports-changes mailing list