[38415] trunk/dports/textproc/gpsbabel

ryandesign at macports.org ryandesign at macports.org
Fri Jul 18 23:24:59 PDT 2008


Revision: 38415
          http://trac.macosforge.org/projects/macports/changeset/38415
Author:   ryandesign at macports.org
Date:     2008-07-18 23:24:58 -0700 (Fri, 18 Jul 2008)
Log Message:
-----------
gpsbabel: fix build problem with newer autoconf by not running autoconf at all because I can't see why it would be necessary; see #15870 for more (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/textproc/gpsbabel/Portfile

Added Paths:
-----------
    trunk/dports/textproc/gpsbabel/files/patch-Makefile.in.diff

Modified: trunk/dports/textproc/gpsbabel/Portfile
===================================================================
--- trunk/dports/textproc/gpsbabel/Portfile	2008-07-19 06:02:02 UTC (rev 38414)
+++ trunk/dports/textproc/gpsbabel/Portfile	2008-07-19 06:24:58 UTC (rev 38415)
@@ -23,7 +23,8 @@
 
 configure.args	--with-zlib=system --with-expathdr=${prefix}/include --with-libexpat=${prefix}/lib
 
-patchfiles              patch-lmx.c.diff
+patchfiles              patch-lmx.c.diff \
+                        patch-Makefile.in.diff
 
 post-destroot {
         xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}

Added: trunk/dports/textproc/gpsbabel/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/textproc/gpsbabel/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/textproc/gpsbabel/files/patch-Makefile.in.diff	2008-07-19 06:24:58 UTC (rev 38415)
@@ -0,0 +1,11 @@
+--- Makefile.in	2008-04-26 05:49:34.000000000 -0500
++++ Makefile.in	2008-07-19 01:20:39.000000000 -0500
+@@ -130,7 +130,7 @@
+ 	rm -f $(OBJS) gpsbabel gpsbabel.exe
+ 
+ configure: configure.in
+-	autoconf
++	@echo no autoconf today
+ 
+ tag:
+ 	cvs commit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080718/c2155713/attachment.html 


More information about the macports-changes mailing list