[99641] trunk/dports/lang/ghc-bootstrap/Portfile
cal at macports.org
cal at macports.org
Mon Nov 12 16:13:14 PST 2012
Revision: 99641
https://trac.macports.org/changeset/99641
Author: cal at macports.org
Date: 2012-11-12 16:13:13 -0800 (Mon, 12 Nov 2012)
Log Message:
-----------
ghc-bootstrap: don't require root to install, closes #36276
fix wrong message about ghc-bootstrap install requiring root privs in non-root
installs because of setting $prefix in the portfile
Modified Paths:
--------------
trunk/dports/lang/ghc-bootstrap/Portfile
Modified: trunk/dports/lang/ghc-bootstrap/Portfile
===================================================================
--- trunk/dports/lang/ghc-bootstrap/Portfile 2012-11-12 21:11:49 UTC (rev 99640)
+++ trunk/dports/lang/ghc-bootstrap/Portfile 2012-11-13 00:13:13 UTC (rev 99641)
@@ -21,7 +21,6 @@
master_sites ${homepage}/dist/${version}/
distname ${canonicalname}-${version}-x86_64-apple-darwin
worksrcdir ${canonicalname}-${version}
-prefix ${prefix}/share/ghc-bootstrap
checksums rmd160 14f4c6a044eaa3d04f1645324f9255eebff9a49d \
sha256 74580b919b5205007901d15da88635e4b2dcc887086fb16d238eeb7011a255d4
@@ -30,6 +29,8 @@
compiler.blacklist clang
+configure.pre_args --prefix=${prefix}/share/ghc-bootstrap
+
pre-configure {
# OK so because this binary has been prebuilt for libraries
# in /usr/lib we search these before macports stuff so (hopefully)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121112/8f042186/attachment.html>
More information about the macports-changes
mailing list