[19449] trunk/dports/shells/fish/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 8 04:46:20 PDT 2006


Revision: 19449
Author:   yeled at macports.org
Date:     2006-09-08 04:46:18 -0700 (Fri, 08 Sep 2006)

Log Message:
-----------
closes #10635
oops i actually forog to ci this.

Modified Paths:
--------------
    trunk/dports/shells/fish/Portfile

Modified: trunk/dports/shells/fish/Portfile
===================================================================
--- trunk/dports/shells/fish/Portfile	2006-09-08 07:48:40 UTC (rev 19448)
+++ trunk/dports/shells/fish/Portfile	2006-09-08 11:46:18 UTC (rev 19449)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			fish
-version			1.18.2
+version			1.21.11
 categories		shells
 platforms		darwin
 maintainers		darwinports at opendarwin.org
@@ -13,7 +13,7 @@
 
 homepage		http://roo.no-ip.org/fish/
 master_sites	http://roo.no-ip.org/fish/files/${version}/
-checksums		md5 cafc651d5fac00b10d36509b66aab090
+checksums		md5 522fba3b00939f9c36f2eac14ffc10a6
 use_bzip2		yes
 
 depends_build	bin:doxygen:doxygen
@@ -22,5 +22,11 @@
 
 platform darwin 8 {
 	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+    # The following fixes a build bug in 1.21.11. Fixed for 1.21.12.
+    # See http://comments.gmane.org/gmane.comp.shells.fish.user/672
+    post-configure {
+        reinplace "s|-D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L||" \
+        "${worksrcpath}/Makefile"
+    }
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060908/6820e40e/attachment.html


More information about the macports-changes mailing list