[56736] trunk/dports/gnome/gnucash

jmr at macports.org jmr at macports.org
Tue Sep 1 15:06:14 PDT 2009


Revision: 56736
          http://trac.macports.org/changeset/56736
Author:   jmr at macports.org
Date:     2009-09-01 15:06:10 -0700 (Tue, 01 Sep 2009)
Log Message:
-----------
gnucash: darwin1 != darwin10 (#21003)

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

Added Paths:
-----------
    trunk/dports/gnome/gnucash/files/patch-configure-darwin10.diff

Modified: trunk/dports/gnome/gnucash/Portfile
===================================================================
--- trunk/dports/gnome/gnucash/Portfile	2009-09-01 21:54:45 UTC (rev 56735)
+++ trunk/dports/gnome/gnucash/Portfile	2009-09-01 22:06:10 UTC (rev 56736)
@@ -54,7 +54,8 @@
 
 patchfiles        patch-configure.diff patch-lib_libc_libc-missing-noop.c.diff \
                   patch-src_bin_gnucash.in.diff \
-                  patch-src_quotes_gnc-fq-dump.diff
+                  patch-src_quotes_gnc-fq-dump.diff \
+                  patch-configure-darwin10.diff
 
 post-patch {
     reinplace "s|DYLD_LIBRARY_PATH|DYLD_FALLBACK_LIBRARY_PATH|g" \

Added: trunk/dports/gnome/gnucash/files/patch-configure-darwin10.diff
===================================================================
--- trunk/dports/gnome/gnucash/files/patch-configure-darwin10.diff	                        (rev 0)
+++ trunk/dports/gnome/gnucash/files/patch-configure-darwin10.diff	2009-09-01 22:06:10 UTC (rev 56736)
@@ -0,0 +1,11 @@
+--- configure.orig	2009-09-02 07:55:42.000000000 +1000
++++ configure	2009-09-02 08:02:15.000000000 +1000
+@@ -26722,7 +26722,7 @@
+ { $as_echo "$as_me:$LINENO: checking for darwin" >&5
+ $as_echo_n "checking for darwin... " >&6; }
+ case $host_os in
+-	rhapsody* | darwin1*)
++	rhapsody* | darwin1.*)
+ 		{ $as_echo "$as_me:$LINENO: result: yes, but too old" >&5
+ $as_echo "yes, but too old" >&6; }
+ 		{ { $as_echo "$as_me:$LINENO: error: This platform is not supported, please
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090901/6362f262/attachment.html>


More information about the macports-changes mailing list