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


git-svn-id: http://svn.macports.org/repository/macports/trunk@36819 
d073be05-634f-4543-b044-5fe20cf6d1d6
Takanori Yamamoto (author)
Thu May 15 08:17:48 -0700 2008
commit  09ae89f631f953b08ad5cbd75c4572c0c198526e
tree    09097c14afa906dcb7f7d74cb20fe56c2dba53ba
parent  9c86157d2347871c3dc552c2e958a3905028c472
...
25
26
27
 
 
28
29
30
...
25
26
27
28
29
30
31
32
0
@@ -25,6 +25,8 @@
0
 
0
 configure.args --libexecdir=${prefix}/lib
0
 
0
+use_parallel_build yes
0
+
0
 test.run yes
0
 test.target check
0
 
...
23
24
25
 
 
26
27
28
...
23
24
25
26
27
28
29
30
0
@@ -23,6 +23,8 @@
0
 
0
 configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info --disable-doxygen-doc
0
 
0
+use_parallel_build yes
0
+
0
 test.run yes
0
 test.target check
0
 
...
17
18
19
20
21
 
 
22
23
24
25
26
 
27
28
29
30
31
32
33
34
35
 
 
 
36
37
38
...
17
18
19
 
 
20
21
22
23
24
 
 
25
26
 
 
 
 
 
 
 
 
27
28
29
30
31
32
0
@@ -17,22 +17,16 @@
0
                 sha1 6135ec3eb84917d0dc2cab9ac982818ed41aad87 \
0
                 rmd160 b177d2843f42490d33665f3a167068c64bc64214
0
 
0
-depends_lib lib:libncurses:ncurses \
0
- lib:libX11:XFree86
0
+depends_lib lib:libX11:XFree86 \
0
+ port:ncurses
0
 
0
 configure.args --with-x --with-xshogi
0
 
0
-destroot {
0
- xinstall -m 755 -d ${destroot}${prefix}/lib/gnushogi
0
+use_parallel_build yes
0
 
0
- xinstall -m 755 -s ${worksrcpath}/gnushogi/gnushogi ${destroot}${prefix}/bin
0
- xinstall -m 644 ${worksrcpath}/gnushogi/gnushogi.bbk ${destroot}${prefix}/lib/gnushogi
0
- xinstall -m 644 ${worksrcpath}/doc/gnushogi.6 ${destroot}${prefix}/share/man/man6
0
- eval xinstall -m 644 [glob ${worksrcpath}/doc/gnushogi.info*] ${destroot}${prefix}/share/info
0
-
0
- xinstall -m 755 -s ${worksrcpath}/xshogi/xshogi ${destroot}${prefix}/bin
0
- xinstall -m 644 ${worksrcpath}/doc/xshogi.6 ${destroot}${prefix}/share/man/man6
0
-}
0
+destroot.destdir prefix=${destroot}${prefix}
0
+destroot.args MANDIR=${destroot}${prefix}/share/man/man6 \
0
+ INFODIR=${destroot}${prefix}/share/info
0
 
0
 livecheck.check regex
0
 livecheck.url ${homepage}
...
24
25
26
27
 
28
29
30
...
70
71
72
 
 
73
74
75
...
81
82
83
84
 
85
86
87
...
24
25
26
 
27
28
29
30
...
70
71
72
73
74
75
76
77
...
83
84
85
 
86
87
88
89
0
@@ -24,7 +24,7 @@
0
 distname ${name}_full-${version}
0
 use_bzip2 yes
0
 distfiles-append \
0
- cidmaps.tgz:cidmaps \
0
+ cidmaps.tgz:cidmaps \
0
                 ${name}_htdocs-${docversion}.tar.bz2
0
 patchfiles patch-Makefile.dynamic.in.diff \
0
                 patch-configure.diff \
0
@@ -70,6 +70,8 @@
0
 
0
 configure.args --without-python --with-multilayer --without-freetype-bytecode --without-freetype-src
0
 
0
+use_parallel_build yes
0
+
0
 destroot.post_args prefix=${destroot}${prefix}
0
 post-destroot {
0
     delete ${destroot}${prefix}/share/man
0
@@ -81,7 +83,7 @@
0
     xinstall -m 644 -W ${worksrcpath} AUTHORS INSTALL LICENSE README-Mac.html README-Unix.html README-unix ${destroot}${prefix}/share/doc/${name}
0
 }
0
 
0
-variant without_multilayer description {Enable support for multilayered type3/svg fonts} {
0
+variant without_multilayer description {Disable support for multilayered type3/svg fonts} {
0
     configure.args-delete --with-multilayer
0
     configure.args-append --without-multilayer
0
 }
...
23
24
25
 
 
26
27
28
...
23
24
25
26
27
28
29
30
0
@@ -23,6 +23,8 @@
0
 
0
 configure.args --mandir=${prefix}/share/man --with-kpathsea=${prefix}
0
 
0
+use_parallel_build yes
0
+
0
 destroot.target install-strip
0
 post-destroot {
0
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc
...
50
51
52
 
53
54
55
...
50
51
52
53
54
55
56
0
@@ -50,6 +50,7 @@
0
 }
0
 
0
 build.env HOME=${worksrcpath}
0
+use_parallel_build yes
0
 
0
 #destroot.target install-strip
0
 
...
39
40
41
 
42
43
44
...
39
40
41
42
43
44
45
0
@@ -39,6 +39,7 @@
0
     }
0
 }
0
 
0
+use_parallel_build yes
0
 build.args CONFDIR=${prefix}/etc PREFIX=${prefix} CFLAGS="${configure.cflags}" CPPFLAGS="${configure.cppflags} -I${prefix}/include/ncurses" LDFLAGS="${configure.ldflags} -lncurses"
0
 
0
 destroot.args BUILD=${destroot} PREFIX=${prefix}
...
8
9
10
11
 
12
13
14
...
28
29
30
 
31
32
33
...
8
9
10
 
11
12
13
14
...
28
29
30
31
32
33
34
0
@@ -8,7 +8,7 @@
0
 maintainers takanori
0
 description Japanese Virtual Font file maker.
0
 long_description \
0
- ${description}
0
+ ${description}
0
 platforms darwin
0
 homepage http://www.ascii.co.jp/pb/ptex/base/sources.html
0
 master_sites macports \
0
@@ -28,6 +28,7 @@
0
 }
0
 
0
 build.target
0
+use_parallel_build yes
0
 
0
 post-destroot {
0
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
...
50
51
52
 
 
53
54
55
...
50
51
52
53
54
55
56
57
0
@@ -50,6 +50,8 @@
0
 
0
 configure.args --libexecdir=${prefix}/lib --with-darts=${prefix}/include --with-libiconv=${prefix}
0
 
0
+use_parallel_build yes
0
+
0
 test.run yes
0
 test.target check
0
 
...
23
24
25
 
 
26
27
28
...
23
24
25
26
27
28
29
30
0
@@ -23,6 +23,8 @@
0
 
0
 configure.args --with-default-term-code=UTF-8 --with-default-proc-code=EUC-JP
0
 
0
+use_parallel_build yes
0
+
0
 post-destroot {
0
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
0
     foreach f {AUTHORS COPYING ChangeLog* INSTALL NEWS README* UNICODE_MEMO} {
...
27
28
29
 
 
30
31
32
...
27
28
29
30
31
32
33
34
0
@@ -27,6 +27,8 @@
0
 
0
 configure.args-append --with-pic --enable-shared --enable-static --libexecdir=${prefix}/lib
0
 
0
+use_parallel_build yes
0
+
0
 post-destroot {
0
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc
0
 
...
24
25
26
 
 
27
28
29
...
24
25
26
27
28
29
30
31
0
@@ -24,6 +24,8 @@
0
 
0
 configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info --disable-doxygen-doc
0
 
0
+use_parallel_build yes
0
+
0
 test.run yes
0
 test.target check
0
 
...
39
40
41
 
42
43
44
...
39
40
41
42
43
44
45
0
@@ -39,6 +39,7 @@
0
 
0
 build.dir ${worksrcpath}/build
0
 build.target
0
+use_parallel_build yes
0
 
0
 destroot {
0
     xinstall -m 755 -d ${destroot}${prefix}/lib/lv
...
29
30
31
 
 
32
33
34
...
29
30
31
32
33
34
35
36
0
@@ -29,6 +29,8 @@
0
 build.target
0
 build.args CFLAGS="${configure.cflags}"
0
 
0
+use_parallel_build yes
0
+
0
 destroot {
0
     xinstall -m 755 ${worksrcpath}/nkf ${destroot}${prefix}/bin
0
     xinstall -m 644 ${worksrcpath}/nkf.1 ${destroot}${prefix}/share/man/man1
...
24
25
26
 
 
...
24
25
26
27
28
0
@@ -24,4 +24,6 @@
0
     reinplace "s|-pedantic||g" ${worksrcpath}/configure
0
 }
0
 configure.args --mandir=${prefix}/share/man
0
+
0
+use_parallel_build yes
...
64
65
66
 
67
68
69
...
64
65
66
67
68
69
70
0
@@ -64,6 +64,7 @@
0
         build.post_args PREFIX=${prefix} CDEBUGFLAGS=\"${configure.cflags}\"
0
     }
0
 }
0
+use_parallel_build yes
0
 
0
 pre-destroot {
0
     destroot.target install install.man
...
55
56
57
 
58
59
60
...
55
56
57
58
59
60
61
0
@@ -55,6 +55,7 @@
0
         build.post_args PREFIX=${prefix} CDEBUGFLAGS=\"${configure.cflags}\"
0
     }
0
 }
0
+use_parallel_build yes
0
 
0
 pre-destroot {
0
     destroot.target install install.man

Comments

    No one has commented yet.