[46419] trunk/dports/python/py25-numarray/Portfile

devans at macports.org devans at macports.org
Wed Feb 4 10:33:02 PST 2009


Revision: 46419
          http://trac.macports.org/changeset/46419
Author:   devans at macports.org
Date:     2009-02-04 10:33:01 -0800 (Wed, 04 Feb 2009)
Log Message:
-----------
py25-numarray: remove PortGroup provided --no-user-cfg from build and destroot commands as port chokes on it.

Modified Paths:
--------------
    trunk/dports/python/py25-numarray/Portfile

Modified: trunk/dports/python/py25-numarray/Portfile
===================================================================
--- trunk/dports/python/py25-numarray/Portfile	2009-02-04 18:06:23 UTC (rev 46418)
+++ trunk/dports/python/py25-numarray/Portfile	2009-02-04 18:33:01 UTC (rev 46419)
@@ -21,8 +21,15 @@
 distname		numarray-${version}
 checksums		sha1 17f6c4bb5f0d97e93923b8ca4f55fccc1ee985e9
 
+#
+# py25-numarray does not understand setup.py --no-user-cfg from PortGroup
+#
+
+build.cmd               ${python.bin} setup.py
 build.args		--gencode
 
+destroot.cmd            ${python.bin} setup.py
+
 platform darwin 8 {
 	build.env		CC=/usr/bin/gcc-4.0
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090204/dd728a60/attachment-0001.html>


More information about the macports-changes mailing list