Ticket #21330: Portfile.diff
File Portfile.diff, 1.8 KB (added by howarth@…, 15 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name openmotif 6 version 2.3. 1-17 revision 26 version 2.3.2 7 revision 1 8 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 set subdir [lindex [split ${version} -] 0] 10 10 worksrcdir ${name}-${subdir} … … 22 22 ftp://ftp.ics.com/openmotif/${branch}/${subdir}/ 23 23 fetch.use_epsv no 24 24 25 checksums md5 1372108f50f3554ee2f28367ff76bd32\26 sha1 3245375f4bd8e2d2eb02c2636d5491e834d8bb1a\27 rmd160 e03422204b6077fa6556894f194236d40e92e42b25 checksums md5 bf5479d52bc114d299200ec20e463e96 \ 26 sha1 c98ac1bf3640ce57da34a0704bdeb2b12011ae1f \ 27 rmd160 2346a93fcec57b9c18b6657d1cc681b6001cba28 28 28 29 29 depends_build \ 30 30 port:pkgconfig \ … … 42 42 port:xorg-libXt 43 43 44 44 patchfiles patch-demos-programs-peridoc-Makefile.in.diff \ 45 patch-lib-Mrm-Makefile.in.diff 45 patch-lib-Mrm-Makefile.in.diff \ 46 patch-uintptr_t-cast.diff 46 47 47 48 post-patch { 48 49 reinplace "s|iconv_open|libiconv_open|g" ${worksrcpath}/configure … … 52 53 configure.args --mandir=${prefix}/share/man \ 53 54 --enable-xft \ 54 55 --enable-jpeg \ 56 --with-libjpeg-includes=${prefix}/include \ 57 --with-libjpeg-lib=${prefix}/lib \ 55 58 --enable-png \ 56 --x-include=${prefix}/include --x-lib=${prefix}/lib 59 --with-libpng-includes=${prefix}/include \ 60 --with-libpng-lib=${prefix}/lib \ 61 --x-include=${prefix}/include --x-lib=${prefix}/lib 57 62 58 63 use_parallel_build no 59 64 build.env LANG=C