[71715] trunk/dports/lang/Io/Portfile

jmr at macports.org jmr at macports.org
Mon Sep 20 21:29:23 PDT 2010


Revision: 71715
          http://trac.macports.org/changeset/71715
Author:   jmr at macports.org
Date:     2010-09-20 21:29:22 -0700 (Mon, 20 Sep 2010)
Log Message:
-----------
Io: build as root due to internal use of sudo

Modified Paths:
--------------
    trunk/dports/lang/Io/Portfile

Modified: trunk/dports/lang/Io/Portfile
===================================================================
--- trunk/dports/lang/Io/Portfile	2010-09-21 04:12:54 UTC (rev 71714)
+++ trunk/dports/lang/Io/Portfile	2010-09-21 04:29:22 UTC (rev 71715)
@@ -21,6 +21,8 @@
 git.branch      e8b4edef6cb9eb21f0de279bd761bee0b89f5ecb
 
 use_configure   no
+# Makefile runs "sudo make install", which asks for a password if not root
+build.asroot    yes
 pre-build {
     system "cd ${worksrcpath} && make"
 }
@@ -34,4 +36,3 @@
     system "cd ${worksrcpath} && make addons INSTALL_PREFIX=${destroot}${prefix}"
     system "cd ${worksrcpath} && make install INSTALL_PREFIX=${destroot}${prefix}"
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100920/e4a896ac/attachment.html>


More information about the macports-changes mailing list