#
#
# patch "dports/sources/devel/distract/Portfile"
# from [8d52714926831727e7161fbd963b990f070645cb]
# to [81488509490542a25ba4f208e06f3b5f4d0cd95b]
#
# patch "dports/sources/devel/hs-chunks/Portfile"
# from [dc8cab44f4b234fe7549075b75045da2bab5a997]
# to [e5c128461c2a334d9a10f54a7b7b1ee1c23c28f3]
#
# patch "dports/sources/devel/hs-hinstaller/Portfile"
# from [9d67e49556918bd8f6fdfdca54eb6e81ed3160fc]
# to [e9e833bc880b4954e29a712785bf7c745472d508]
#
# patch "dports/sources/devel/hs-parsedate/Portfile"
# from [c36d5edc97a57d03e58a5d92433388722b846e23]
# to [cbee1371d479a7bbfc8c4627724c5b16d2c55fae]
#
============================================================
|
|
configure { |
22 | 22 | depends_run port:monotone |
23 | 23 | |
24 | 24 | configure { |
25 | | cd ${worksrcpath}/haskell |
26 | | system "runghc Setup.hs configure" |
| 25 | system "cd ${worksrcpath}/haskell && runghc Setup.hs configure" |
27 | 26 | } |
28 | 27 | |
29 | 28 | build { |
30 | | cd ${worksrcpath}/haskell |
31 | | system "runghc Setup.hs build" |
| 29 | system "cd ${worksrcpath}/haskell && runghc Setup.hs build" |
32 | 30 | } |
33 | 31 | |
34 | 32 | destroot { |
35 | | cd ${worksrcpath}/haskell |
36 | | system "runghc Setup copy --copy-prefix=${destroot}${prefix}" |
| 33 | system "cd ${worksrcpath}/haskell && runghc Setup copy --copy-prefix=${destroot}${prefix}" |
37 | 34 | } |
38 | 35 | |
============================================================
|
|
configure { |
22 | 22 | depends_build port:ghc |
23 | 23 | |
24 | 24 | configure { |
25 | | cd ${worksrcpath} |
26 | | system "runghc Setup.hs configure --prefix=${prefix}" |
| 25 | system "cd ${worksrcpath} && runghc Setup.hs configure --prefix=${prefix}" |
27 | 26 | } |
28 | 27 | |
29 | 28 | build { |
30 | | cd ${worksrcpath} |
31 | | system "runghc Setup.hs build" |
| 29 | system "cd ${worksrcpath} && runghc Setup.hs build" |
32 | 30 | } |
33 | 31 | |
34 | 32 | destroot { |
35 | | cd ${worksrcpath} |
36 | | system "runghc Setup.hs copy --copy-prefix=${destroot}${prefix}" |
37 | | system "runghc Setup.hs register --gen-script" |
38 | | system "runghc Setup.hs unregister --gen-script" |
| 33 | system "cd ${worksrcpath} && runghc Setup.hs copy --copy-prefix=${destroot}${prefix}" |
| 34 | system "cd ${worksrcpath} && runghc Setup.hs register --gen-script" |
| 35 | system "cd ${worksrcpath} && runghc Setup.hs unregister --gen-script" |
39 | 36 | |
40 | 37 | file mkdir ${destroot}${prefix}/libexec/${name} |
41 | 38 | file copy ${worksrcpath}/register.sh \ |
============================================================
|
|
configure { |
23 | 23 | depends_build port:ghc |
24 | 24 | |
25 | 25 | configure { |
26 | | cd ${worksrcpath} |
27 | | system "runghc Setup.hs configure --prefix=${prefix}" |
| 26 | system "cd ${worksrcpath} && runghc Setup.hs configure --prefix=${prefix}" |
28 | 27 | } |
29 | 28 | |
30 | 29 | build { |
31 | | cd ${worksrcpath} |
32 | | system "runghc Setup.hs build" |
| 30 | system "cd ${worksrcpath} && runghc Setup.hs build" |
33 | 31 | } |
34 | 32 | |
35 | 33 | destroot { |
36 | | cd ${worksrcpath} |
37 | | system "runghc Setup.hs copy --copy-prefix=${destroot}${prefix}" |
38 | | system "runghc Setup.hs register --gen-script" |
39 | | system "runghc Setup.hs unregister --gen-script" |
| 34 | system "cd ${worksrcpath} && runghc Setup.hs copy --copy-prefix=${destroot}${prefix}" |
| 35 | system "cd ${worksrcpath} && runghc Setup.hs register --gen-script" |
| 36 | system "cd ${worksrcpath} && runghc Setup.hs unregister --gen-script" |
40 | 37 | |
41 | 38 | file mkdir ${destroot}${prefix}/libexec/${name} |
42 | 39 | file copy ${worksrcpath}/register.sh \ |
============================================================
|
|
configure { |
18 | 18 | depends_build port:ghc |
19 | 19 | |
20 | 20 | configure { |
21 | | cd ${worksrcpath} |
22 | | system "runghc Setup.hs configure --prefix=${prefix}" |
| 21 | system "cd ${worksrcpath} && runghc Setup.hs configure --prefix=${prefix}" |
23 | 22 | } |
24 | 23 | |
25 | 24 | build { |
26 | | cd ${worksrcpath} |
27 | | system "runghc Setup.hs build" |
| 25 | system "cd ${worksrcpath} && runghc Setup.hs build" |
28 | 26 | } |
29 | 27 | |
30 | 28 | destroot { |
31 | | cd ${worksrcpath} |
32 | | system "runghc Setup.hs copy --copy-prefix=${destroot}${prefix}" |
33 | | system "runghc Setup.hs register --gen-script" |
34 | | system "runghc Setup.hs unregister --gen-script" |
| 29 | system "cd ${worksrcpath} && runghc Setup.hs copy --copy-prefix=${destroot}${prefix}" |
| 30 | system "cd ${worksrcpath} && runghc Setup.hs register --gen-script" |
| 31 | system "cd ${worksrcpath} && runghc Setup.hs unregister --gen-script" |
35 | 32 | |
36 | 33 | file mkdir ${destroot}${prefix}/libexec/${name} |
37 | 34 | file copy ${worksrcpath}/register.sh \ |