public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
disable parallel build


git-svn-id: http://svn.macports.org/repository/macports/trunk@36820 
d073be05-634f-4543-b044-5fe20cf6d1d6
Takanori Yamamoto (author)
Thu May 15 08:18:19 -0700 2008
commit  258a28287f06079576debac5da7cf2ca0fb157a7
tree    99f253ba680219fe889a251d1cbe18648777de45
parent  09ae89f631f953b08ad5cbd75c4572c0c198526e
...
81
82
83
 
 
 
 
84
85
86
...
81
82
83
84
85
86
87
88
89
90
0
@@ -81,6 +81,10 @@
0
 configure.cmd /bin/sh
0
 configure.pre_args setup.sh
0
 
0
+## build ##
0
+
0
+use_parallel_build no
0
+
0
 ## destroot ##
0
 
0
 pre-destroot {
...
32
33
34
 
 
 
 
 
 
35
36
37
...
50
51
52
 
53
54
55
...
64
65
66
67
 
 
 
68
69
70
...
73
74
75
76
 
77
78
79
...
32
33
34
35
36
37
38
39
40
41
42
43
...
56
57
58
59
60
61
62
...
71
72
73
 
74
75
76
77
78
79
...
82
83
84
 
85
86
87
88
0
@@ -32,6 +32,12 @@
0
                 port:libiconv \
0
                 port:pkgconfig
0
 
0
+pre-patch {
0
+ if {[variant_isset alwaysembed]} {
0
+ patchfiles-append patch-gs_pdfwr.ps.diff
0
+ }
0
+}
0
+
0
 post-patch {
0
     foreach f {src/macosx.mak src/macos-fw.mak} {
0
         reinplace "s|@@DESTROOT@@|${destroot}|" ${worksrcpath}/${f}
0
@@ -50,6 +56,7 @@
0
                 --disable-cups
0
 
0
 build.target
0
+use_parallel_build no
0
 
0
 post-destroot {
0
     xinstall -m 755 -d ${destroot}${prefix}/share/${name}/fonts
0
@@ -64,7 +71,9 @@
0
 
0
 livecheck.distname GPL Ghostscript
0
 
0
-variant cups description {enable cups support} {
0
+variant alwaysembed description {Embed all fonts in PDF files} {}
0
+
0
+variant cups description {Enable cups support} {
0
     configure.args-delete --disable-cups
0
     configure.args-append --enable-cups
0
 
0
@@ -73,7 +82,7 @@
0
 }
0
 
0
 # Added variant that build the Ghostscript framework. (Thanks, Sal!)
0
-variant framework description {build Ghostscript.framework} {
0
+variant framework description {Build and install Ghostscript.framework} {
0
     post-build {
0
         move ${worksrcpath}/Makefile ${worksrcpath}/Makefile.CONFIGURE
0
         ln -s ${worksrcpath}/src/macosx.mak ${worksrcpath}/Makefile
...
54
55
56
 
57
58
59
...
54
55
56
57
58
59
60
0
@@ -54,6 +54,7 @@
0
         build.post_args CDEBUGFLAGS=\"${configure.cflags}\"
0
     }
0
 }
0
+use_parallel_build no
0
 post-build {
0
     system "cd ${workpath}/cannadic-${dicversion} && ${worksrcpath}/cmd/crxdic/crxdic -D ${worksrcpath}/dic/ideo/grammar/cnj.bits -m -o gcanna.cbd gcanna.ctd"
0
     system "cd ${workpath}/cannadic-${dicversion} && ${worksrcpath}/cmd/crfreq/crfreq -div 512 gcanna.cbd gcanna.mwd"

Comments

    No one has commented yet.