[46138] trunk/dports/devel/gettext

ryandesign at macports.org ryandesign at macports.org
Thu Jan 29 21:07:48 PST 2009


Revision: 46138
          http://trac.macports.org/changeset/46138
Author:   ryandesign at macports.org
Date:     2009-01-29 21:07:47 -0800 (Thu, 29 Jan 2009)
Log Message:
-----------
gettext: simplify universal variant with muniversal portgroup; closes #18191

Modified Paths:
--------------
    trunk/dports/devel/gettext/Portfile

Removed Paths:
-------------
    trunk/dports/devel/gettext/files/config.h.ed

Modified: trunk/dports/devel/gettext/Portfile
===================================================================
--- trunk/dports/devel/gettext/Portfile	2009-01-30 05:07:16 UTC (rev 46137)
+++ trunk/dports/devel/gettext/Portfile	2009-01-30 05:07:47 UTC (rev 46138)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem              1.0
+PortGroup               muniversal 1.0
 
 name                    gettext
 version                 0.17
@@ -42,9 +43,6 @@
     --with-included-libcroco \
     --with-included-libxml
 
-depends_build \
-    bin:ed:ed
-
 depends_lib \
     port:libiconv \
     port:ncurses \
@@ -53,13 +51,6 @@
 test.run                yes
 test.target             check
 
-platform darwin {
-    post-configure {
-        system "cd ${worksrcpath} && ed - ${worksrcpath}/gettext-runtime/config.h < ${filespath}/config.h.ed && touch gettext-runtime/stamp-h1"
-        system "cd ${worksrcpath} && ed - ${worksrcpath}/gettext-tools/config.h < ${filespath}/config.h.ed && touch gettext-tools/stamp-h1"
-    }
-}
-
 platform darwin 6 {
     depends_lib-append \
         lib:libdl:dlcompat

Deleted: trunk/dports/devel/gettext/files/config.h.ed
===================================================================
--- trunk/dports/devel/gettext/files/config.h.ed	2009-01-30 05:07:16 UTC (rev 46137)
+++ trunk/dports/devel/gettext/files/config.h.ed	2009-01-30 05:07:47 UTC (rev 46138)
@@ -1,15 +0,0 @@
-/BITSIZEOF_PTRDIFF_T/c
-#ifdef __LP64__
-#define BITSIZEOF_PTRDIFF_T 64
-#else
-#define BITSIZEOF_PTRDIFF_T 32
-#endif
-.
-/BITSIZEOF_SIZE_T/c
-#ifdef __LP64__
-#define BITSIZEOF_SIZE_T 64
-#else
-#define BITSIZEOF_SIZE_T 32
-#endif
-.
-w
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090129/e296dac3/attachment-0001.html>


More information about the macports-changes mailing list