[23959] trunk/dports/lang/ghc-devel/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 13 11:06:26 PDT 2007


Revision: 23959
          http://trac.macosforge.org/projects/macports/changeset/23959
Author:   gwright at macports.org
Date:     2007-04-13 11:06:26 -0700 (Fri, 13 Apr 2007)

Log Message:
-----------
Update to use the new "boot" script instead of autoreconf.

Modified Paths:
--------------
    trunk/dports/lang/ghc-devel/Portfile

Modified: trunk/dports/lang/ghc-devel/Portfile
===================================================================
--- trunk/dports/lang/ghc-devel/Portfile	2007-04-13 15:31:34 UTC (rev 23958)
+++ trunk/dports/lang/ghc-devel/Portfile	2007-04-13 18:06:26 UTC (rev 23959)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		ghc-devel
 version		6.7
+revision	2
 categories	lang
 maintainers	gwright at macports.org
 platforms	darwin
@@ -38,8 +39,12 @@
 		  cd ${worksrcdir}
 		  system "chmod +x ./darcs-all"
 		  system "./darcs-all get"
+		  if { [variant_isset extra] } {
+		  	system "./darcs-all --extra get"
+		  }
 }
 
+variant extra	{ ui_msg "extra libraries will be built" }
 variant test	{ ui_msg "testsuite and nofib benchmarks will be built" }
 
 post-fetch	{ cd ${worksrcpath}
@@ -89,7 +94,7 @@
 			close $cfg
 
 			cd ${worksrcpath}
-			system "autoreconf"
+			system "sh boot"
 		}
 
                 build.cmd       gmake
@@ -110,7 +115,7 @@
 			close $cfg
 
 			cd ${worksrcpath}
-			system "autoreconf"
+			system "sh boot"
 		}
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070413/0931243b/attachment.html


More information about the macports-changes mailing list