Changeset 81389
- Timestamp:
- 07/29/11 18:52:49 (4 years ago)
- Location:
- trunk/dports/x11
- Files:
-
- 2 edited
-
pango-devel/Portfile (modified) (3 diffs)
-
pango/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/pango-devel/Portfile
r79553 r81389 9 9 set my_name pango 10 10 version 1.29.3 11 revision 1 11 12 set branch [join [lrange [split ${version} .] 0 1] .] 12 13 categories x11 … … 107 108 --without-x 108 109 110 variant builtin_modules description {Build the modules into Pango statically (most users do not need this variant)} { 111 configure.args-append --with-included-modules 112 } 113 109 114 variant no_x11 conflicts x11 description {Legacy compatibility variant} {} 110 115 variant x11 { … … 126 131 xinstall -d ${destroot}${prefix}/etc/pango 127 132 } 128 xinstall -m 0644 ${worksrcpath}/modules/pangorc \ 129 ${destroot}${prefix}/etc/pango 130 reinplace "s|\\.\\./modules/|${prefix}/etc/pango/|g" \ 131 ${destroot}${prefix}/etc/pango/pangorc 132 133 system "env LANG=C DYLD_LIBRARY_PATH=${destroot}${prefix}/lib \ 134 ${destroot}${prefix}/bin/pango-querymodules ${destroot}${prefix}/lib/pango/1.6.0/modules/*.so \ 135 >${destroot}${prefix}/etc/pango/pango.modules" 136 reinplace s|${destroot}||g ${destroot}${prefix}/etc/pango/pango.modules 137 138 set docdir ${prefix}/share/doc/${name}-${version} 133 if {![variant_isset builtin_modules]} { 134 xinstall -m 0644 ${worksrcpath}/modules/pangorc \ 135 ${destroot}${prefix}/etc/pango 136 reinplace "s|\\.\\./modules/|${prefix}/etc/pango/|g" \ 137 ${destroot}${prefix}/etc/pango/pangorc 138 139 system "env LANG=C DYLD_LIBRARY_PATH=${destroot}${prefix}/lib \ 140 ${destroot}${prefix}/bin/pango-querymodules ${destroot}${prefix}/lib/pango/1.6.0/modules/*.so \ 141 >${destroot}${prefix}/etc/pango/pango.modules" 142 reinplace s|${destroot}||g ${destroot}${prefix}/etc/pango/pango.modules 143 } 144 145 set docdir ${prefix}/share/doc/${name} 139 146 xinstall -d ${destroot}${docdir} 140 147 xinstall -m 0644 -W ${worksrcpath} AUTHORS ChangeLog COPYING MAINTAINERS NEWS README THANKS \ -
trunk/dports/x11/pango/Portfile
r78854 r81389 9 9 epoch 1 10 10 version 1.28.4 11 revision 1 11 12 set branch [join [lrange [split ${version} .] 0 1] .] 12 13 categories x11 … … 105 106 --without-x 106 107 108 variant builtin_modules description {Build the modules into Pango statically (most users do not need this variant)} { 109 configure.args-append --with-included-modules 110 } 111 107 112 variant no_x11 conflicts x11 description {Legacy compatibility variant} {} 108 113 variant x11 { … … 124 129 xinstall -d ${destroot}${prefix}/etc/pango 125 130 } 126 xinstall -m 0644 ${worksrcpath}/modules/pangorc \ 127 ${destroot}${prefix}/etc/pango 128 reinplace "s|\\.\\./modules/|${prefix}/etc/pango/|g" \ 129 ${destroot}${prefix}/etc/pango/pangorc 130 131 system "env LANG=C DYLD_LIBRARY_PATH=${destroot}${prefix}/lib \ 132 ${destroot}${prefix}/bin/pango-querymodules ${destroot}${prefix}/lib/pango/1.6.0/modules/*.so \ 133 >${destroot}${prefix}/etc/pango/pango.modules" 134 reinplace s|${destroot}||g ${destroot}${prefix}/etc/pango/pango.modules 135 136 set docdir ${prefix}/share/doc/${name}-${version} 131 if {![variant_isset builtin_modules]} { 132 xinstall -m 0644 ${worksrcpath}/modules/pangorc \ 133 ${destroot}${prefix}/etc/pango 134 reinplace "s|\\.\\./modules/|${prefix}/etc/pango/|g" \ 135 ${destroot}${prefix}/etc/pango/pangorc 136 137 system "env LANG=C DYLD_LIBRARY_PATH=${destroot}${prefix}/lib \ 138 ${destroot}${prefix}/bin/pango-querymodules ${destroot}${prefix}/lib/pango/1.6.0/modules/*.so \ 139 >${destroot}${prefix}/etc/pango/pango.modules" 140 reinplace s|${destroot}||g ${destroot}${prefix}/etc/pango/pango.modules 141 } 142 143 set docdir ${prefix}/share/doc/${name} 137 144 xinstall -d ${destroot}${docdir} 138 145 xinstall -m 0644 -W ${worksrcpath} AUTHORS ChangeLog COPYING MAINTAINERS NEWS README THANKS \
Note: See TracChangeset
for help on using the changeset viewer.

