Revision: 70396 http://trac.macports.org/changeset/70396 Author: gwright@macports.org Date: 2010-08-08 00:23:26 -0700 (Sun, 08 Aug 2010) Log Message: ----------- Change the autoconf dependency to autoconf263, which is known to work. Should fix the random breakage that has accompanied recent autoconf updates. Modified Paths: -------------- trunk/dports/lang/ghc/Portfile Modified: trunk/dports/lang/ghc/Portfile =================================================================== --- trunk/dports/lang/ghc/Portfile 2010-08-08 07:22:13 UTC (rev 70395) +++ trunk/dports/lang/ghc/Portfile 2010-08-08 07:23:26 UTC (rev 70396) @@ -6,7 +6,7 @@ name ghc set canonicalname ghc version 6.10.4 -revision 3 +revision 4 categories lang haskell maintainers gwright platforms darwin @@ -63,7 +63,7 @@ patch-utils-genapply-Makefile.diff \ patch-utils-genprimopcode-Makefile.diff -depends_build port:autoconf +depends_build port:autoconf263 depends_lib port:gmp \ port:ncursesw \ port:libiconv @@ -325,7 +325,7 @@ pre-configure { - system "${prefix}/bin/autoreconf ${worksrcpath}" + system "${prefix}/bin/autoreconf263 ${worksrcpath}" set cfg [open "${workpath}/ghc-bootstrap/bin/ghc-pkg" w] puts $cfg "#!/bin/sh"
participants (1)
-
gwright@macports.org