Ticket #12666: pango-1.18.1.diff
File pango-1.18.1.diff, 1.9 KB (added by nox@…, 17 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name pango 6 version 1.1 6.56 version 1.18.1 7 7 categories x11 8 8 maintainers ryandesign 9 9 homepage http://www.pango.org/ … … 20 20 of internationalized text. 21 21 22 22 checksums \ 23 md5 d8d7da2ab854f6e257ec06bf552a6114\24 sha1 a23899b16a95294dfa739825c81f3858787127e8\25 rmd160 98f38b2f8062e8f11e95a22824fa8c89664ffbb323 md5 282dcff56292359f6a5c75be0b4fe3df \ 24 sha1 e3e86be65ca957c1a1a9bf14f2e12ba6b9c92f3d \ 25 rmd160 046c653848d759b6c2304275bc62dd3169b4f48d 26 26 27 27 depends_lib \ 28 28 port:glib2 \ … … 42 42 -bind_at_load 43 43 44 44 configure.args \ 45 --mandir=${prefix}/share/man \46 45 --enable-cairo 47 46 48 47 post-destroot { 49 system "install -o root -m 755 -d \ 50 ${destroot}${prefix}/etc/pango" 51 system "cp ${worksrcpath}/modules/pangorc \ 52 ${destroot}${prefix}/etc/pango" 53 system "cp ${worksrcpath}/pango/pangox.aliases \ 54 ${destroot}${prefix}/etc/pango" 48 xinstall -m 0644 ${worksrcpath}/modules/pangorc \ 49 ${destroot}${prefix}/etc/pango 50 55 51 reinplace "s|\\.\\./modules/|${prefix}/etc/pango/|g" \ 56 ${destroot}/${prefix}/etc/pango/pangorc 52 ${destroot}${prefix}/etc/pango/pangorc 53 57 54 system "env LANG=C DYLD_LIBRARY_PATH=${destroot}${prefix}/lib \ 58 55 ${destroot}${prefix}/bin/pango-querymodules ${destroot}${prefix}/lib/pango/1.6.0/modules/*.so \ 59 56 >${destroot}${prefix}/etc/pango/pango.modules" 60 57 reinplace s|${destroot}||g ${destroot}${prefix}/etc/pango/pango.modules 58 59 set docdir ${prefix}/share/doc/${name}-${version} 60 xinstall -d ${destroot}${docdir} 61 xinstall -m 0644 -W ${worksrcpath} AUTHORS ChangeLog COPYING MAINTAINERS NEWS README THANKS \ 62 ${destroot}${docdir} 61 63 } 62 64 63 65 test.run yes 64 66 test.target check 65 67 66 68 livecheck.check freshmeat 69