[92052] trunk/dports/science/xastir

ryandesign at macports.org ryandesign at macports.org
Mon Apr 16 14:11:52 PDT 2012


Revision: 92052
          https://trac.macports.org/changeset/92052
Author:   ryandesign at macports.org
Date:     2012-04-16 14:11:51 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
xastir: fix build failure with latest automake; see #34084

Modified Paths:
--------------
    trunk/dports/science/xastir/Portfile

Added Paths:
-----------
    trunk/dports/science/xastir/files/patch-scripts-Makefile.am.diff

Modified: trunk/dports/science/xastir/Portfile
===================================================================
--- trunk/dports/science/xastir/Portfile	2012-04-16 21:02:58 UTC (rev 92051)
+++ trunk/dports/science/xastir/Portfile	2012-04-16 21:11:51 UTC (rev 92052)
@@ -39,7 +39,8 @@
 patchfiles          patch-Makefile.am.diff \
                     patch-acinclude.m4.diff \
                     patch-bootstrap.sh.diff \
-                    patch-configure.ac.diff
+                    patch-configure.ac.diff \
+                    patch-scripts-Makefile.am.diff
 
 post-patch {
     reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/bootstrap.sh

Added: trunk/dports/science/xastir/files/patch-scripts-Makefile.am.diff
===================================================================
--- trunk/dports/science/xastir/files/patch-scripts-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/science/xastir/files/patch-scripts-Makefile.am.diff	2012-04-16 21:11:51 UTC (rev 92052)
@@ -0,0 +1,18 @@
+--- scripts/Makefile.am.orig	2012-02-04 19:47:28.000000000 +1100
++++ scripts/Makefile.am	2012-02-04 20:23:23.000000000 +1100
+@@ -3,7 +3,8 @@
+ # Copyright (C) 2000-2010  The Xastir Group
+ #
+ 
+-pkglib_SCRIPTS = \
++scriptsdir=${pkgdatadir}/scripts
++scripts_DATA = \
+     Coordinate.pm \
+     coord-convert.pl \
+     geopdf2gtiff.pl \
+@@ -45,5 +46,3 @@
+     xastir-migrate.sh \
+     Xastir_tigerpoly.py
+ 
+-EXTRA_DIST = $(pkglib_SCRIPTS)
+-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120416/7608f347/attachment-0001.html>


More information about the macports-changes mailing list