[46484] trunk/dports/devel

mcalhoun at macports.org mcalhoun at macports.org
Thu Feb 5 08:56:47 PST 2009


Revision: 46484
          http://trac.macports.org/changeset/46484
Author:   mcalhoun at macports.org
Date:     2009-02-05 08:56:45 -0800 (Thu, 05 Feb 2009)
Log Message:
-----------
ncursesw and ncurses:
Differnt architectures should have different values for certain typedefs and defines in curses.h.
Therefore, use muniversal PortGroup to build universal.
Fixes #18187 (maintainer timeout).

Modified Paths:
--------------
    trunk/dports/devel/ncurses/Portfile
    trunk/dports/devel/ncursesw/Portfile

Modified: trunk/dports/devel/ncurses/Portfile
===================================================================
--- trunk/dports/devel/ncurses/Portfile	2009-02-05 16:47:17 UTC (rev 46483)
+++ trunk/dports/devel/ncurses/Portfile	2009-02-05 16:56:45 UTC (rev 46484)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup  muniversal 1.0
 
 name            ncurses
 version         5.7
@@ -34,7 +35,8 @@
                 --enable-safe-sprintf \
                 --enable-sigwinch \
                 --without-progs \
-                --mandir=${prefix}/share/delete-me
+                --mandir=${prefix}/share/delete-me \
+                --with-manpage-format=normal
 
 post-destroot {
     # terminfo & manpages also do come with ncursesw
@@ -46,4 +48,7 @@
     destroot.env-append     LD_LIBRARY_PATH=${prefix}/lib
 }
 
+set merger_must_run_binaries yes
+set merger_no_3_archs yes
+
 use_parallel_build	yes

Modified: trunk/dports/devel/ncursesw/Portfile
===================================================================
--- trunk/dports/devel/ncursesw/Portfile	2009-02-05 16:47:17 UTC (rev 46483)
+++ trunk/dports/devel/ncursesw/Portfile	2009-02-05 16:56:45 UTC (rev 46484)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem		1.0
+PortGroup               muniversal 1.0
 
 name			ncursesw
 version			5.7
@@ -33,6 +34,10 @@
 				--without-ada \
 				--enable-safe-sprintf \
 				--enable-sigwinch \
-				--mandir=${prefix}/share/man
+				--mandir=${prefix}/share/man \
+				--with-manpage-format=normal
 
+set merger_must_run_binaries yes
+set merger_no_3_archs yes
+
 use_parallel_build	yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090205/b519177f/attachment.html>


More information about the macports-changes mailing list