[48484] trunk/dports/textproc/gsed/Portfile

nox at macports.org nox at macports.org
Mon Mar 23 08:25:29 PDT 2009


Revision: 48484
          http://trac.macports.org/changeset/48484
Author:   nox at macports.org
Date:     2009-03-23 08:25:29 -0700 (Mon, 23 Mar 2009)
Log Message:
-----------
gsed: Use muniversal port group to disable 64-bits archs on Tiger.

Modified Paths:
--------------
    trunk/dports/textproc/gsed/Portfile

Modified: trunk/dports/textproc/gsed/Portfile
===================================================================
--- trunk/dports/textproc/gsed/Portfile	2009-03-23 09:49:31 UTC (rev 48483)
+++ trunk/dports/textproc/gsed/Portfile	2009-03-23 15:25:29 UTC (rev 48484)
@@ -1,22 +1,23 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       muniversal 1.0
 
 name            gsed
 set my_name     sed
 version         4.1.5
-revision        3
+revision        4
 categories      textproc
 platforms       darwin
-maintainers     nox
+maintainers     nox openmaintainer
 description     GNU version of the stream editor, sed
 
 long_description \
-    Sed (streams editor) isn't really a true text editor or text        \
-    processor. Instead, it is used to filter text, i.e., it takes text  \
-    input and performs some operation (or set of operations) on it and  \
-    outputs the modified text. Sed is typically used for extracting part\
-    of a file using pattern matching or substituting multiple occurrences\
+    Sed (streams editor) isn't really a true text editor or text \
+    processor. Instead, it is used to filter text, i.e., it takes text \
+    input and performs some operation (or set of operations) on it and \
+    outputs the modified text. Sed is typically used for extracting part \
+    of a file using pattern matching or substituting multiple occurrences \
     of a string within a file.
 
 homepage        http://www.gnu.org/software/${my_name}/
@@ -53,6 +54,12 @@
 test.run        yes
 test.target     check
 
+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}
+}
+
 variant with_default_names description {Install files without 'g' prefix} {
     post-destroot {
         foreach {d} {bin share/info share/man/man1} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090323/aec47882/attachment.html>


More information about the macports-changes mailing list