[36820] trunk/dports

takanori at macports.org takanori at macports.org
Thu May 15 08:18:20 PDT 2008


Revision: 36820
          http://trac.macosforge.org/projects/macports/changeset/36820
Author:   takanori at macports.org
Date:     2008-05-15 08:18:19 -0700 (Thu, 15 May 2008)

Log Message:
-----------
disable parallel build

Modified Paths:
--------------
    trunk/dports/games/jnethack/Portfile
    trunk/dports/print/ghostscript/Portfile
    trunk/dports/textproc/canna/Portfile

Modified: trunk/dports/games/jnethack/Portfile
===================================================================
--- trunk/dports/games/jnethack/Portfile	2008-05-15 15:17:48 UTC (rev 36819)
+++ trunk/dports/games/jnethack/Portfile	2008-05-15 15:18:19 UTC (rev 36820)
@@ -81,6 +81,10 @@
 configure.cmd       /bin/sh
 configure.pre_args  setup.sh
 
+## build ##
+
+use_parallel_build  no
+
 ## destroot ##
 
 pre-destroot {

Modified: trunk/dports/print/ghostscript/Portfile
===================================================================
--- trunk/dports/print/ghostscript/Portfile	2008-05-15 15:17:48 UTC (rev 36819)
+++ trunk/dports/print/ghostscript/Portfile	2008-05-15 15:18:19 UTC (rev 36820)
@@ -32,6 +32,12 @@
                 port:libiconv \
                 port:pkgconfig
 
+pre-patch {
+    if {[variant_isset alwaysembed]} {
+        patchfiles-append   patch-gs_pdfwr.ps.diff
+    }
+}
+
 post-patch {
     foreach f {src/macosx.mak src/macos-fw.mak} {
         reinplace "s|@@DESTROOT@@|${destroot}|" ${worksrcpath}/${f}
@@ -50,6 +56,7 @@
                 --disable-cups
 
 build.target
+use_parallel_build  no
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/${name}/fonts
@@ -64,7 +71,9 @@
 
 livecheck.distname      GPL Ghostscript
 
-variant cups description {enable cups support} {
+variant alwaysembed description {Embed all fonts in PDF files} {}
+
+variant cups description {Enable cups support} {
     configure.args-delete --disable-cups
     configure.args-append --enable-cups
 
@@ -73,7 +82,7 @@
 }
 
 # Added variant that build the Ghostscript framework. (Thanks, Sal!)
-variant framework description {build Ghostscript.framework} {
+variant framework description {Build and install Ghostscript.framework} {
     post-build {
         move ${worksrcpath}/Makefile ${worksrcpath}/Makefile.CONFIGURE
         ln -s ${worksrcpath}/src/macosx.mak ${worksrcpath}/Makefile

Modified: trunk/dports/textproc/canna/Portfile
===================================================================
--- trunk/dports/textproc/canna/Portfile	2008-05-15 15:17:48 UTC (rev 36819)
+++ trunk/dports/textproc/canna/Portfile	2008-05-15 15:18:19 UTC (rev 36820)
@@ -54,6 +54,7 @@
         build.post_args CDEBUGFLAGS=\"${configure.cflags}\"
     }
 }
+use_parallel_build  no
 post-build {
     system "cd ${workpath}/cannadic-${dicversion} && ${worksrcpath}/cmd/crxdic/crxdic -D ${worksrcpath}/dic/ideo/grammar/cnj.bits -m -o gcanna.cbd gcanna.ctd"
     system "cd ${workpath}/cannadic-${dicversion} && ${worksrcpath}/cmd/crfreq/crfreq -div 512 gcanna.cbd gcanna.mwd"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080515/d1f51a0e/attachment-0001.htm 


More information about the macports-changes mailing list