[73561] trunk/dports/textproc/gsed/Portfile
jmr at macports.org
jmr at macports.org
Wed Nov 17 22:51:10 PST 2010
Revision: 73561
http://trac.macports.org/changeset/73561
Author: jmr at macports.org
Date: 2010-11-17 22:51:06 -0800 (Wed, 17 Nov 2010)
Log Message:
-----------
gsed: set supported_archs on darwin 8 rather than using muniversal just to prevent building 64-bit (which it doesn't entirely do anyway)
Modified Paths:
--------------
trunk/dports/textproc/gsed/Portfile
Modified: trunk/dports/textproc/gsed/Portfile
===================================================================
--- trunk/dports/textproc/gsed/Portfile 2010-11-18 05:54:57 UTC (rev 73560)
+++ trunk/dports/textproc/gsed/Portfile 2010-11-18 06:51:06 UTC (rev 73561)
@@ -2,7 +2,6 @@
# $Id$
PortSystem 1.0
-PortGroup muniversal 1.0
name gsed
set my_name sed
@@ -55,7 +54,7 @@
platform darwin 8 {
# Bad things happen running 64-bit gsed on Tiger. Fine on Leopard.
# See https://trac.macports.org/ticket/18297.
- set universal_archs_supported {i386 ppc}
+ supported_archs i386 ppc
}
variant with_default_names description {Install files without 'g' prefix} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101117/5c1cb410/attachment.html>
More information about the macports-changes
mailing list