Ticket #36200: udiff-portfile-0.7.3-to-portfile-0.7.4.diff
File udiff-portfile-0.7.3-to-portfile-0.7.4.diff, 1.6 KB (added by Christoph.Ender@…, 12 years ago) |
---|
-
portfile-0.7.
old new 4 4 PortSystem 1.0 5 5 6 6 name fizmo 7 version 0.7. 37 version 0.7.4 8 8 revision 1 9 9 categories games 10 10 platforms darwin linux … … 30 30 homepage http://spellbreaker.org/~chrender/fizmo/ 31 31 master_sites http://spellbreaker.org/~chrender/fizmo/source/ 32 32 33 checksums rmd160 4de03b4fa32108db5d85e7f54d9a58e427398760\34 sha256 cfc449e843937fcf1e82228d32628b2d57d278d8a9a85e1aa4df001e7ad9f9d233 checksums sha256 20369108d73c605643f8d5ee97779e2d846683b8551b157c77f3dda0a74e0919 \ 34 rmd160 521e1459a31128c8ac22b32b58a759dcf1d8039d 35 35 36 36 depends_build port:pkgconfig 37 37 … … 43 43 port:jpeg \ 44 44 port:libpng 45 45 46 post-patch {47 file copy ${worksrcpath}/config.macports.mk ${worksrcpath}/config.mk48 reinplace "s|prefix = /opt/local|prefix = ${destroot}${prefix}|g" ${worksrcpath}/config.mk49 }50 51 use_configure no52 53 build.args CC="${configure.cc}" CFLAGS="[get_canonical_archflags]" prefix=${prefix}54 build.target fizmo-console fizmo-ncursesw55 56 destroot.args CC="${configure.cc}" CFLAGS="[get_canonical_archflags]" prefix=${prefix}57 destroot.target install-locales install-fizmo-console install-fizmo-ncursesw58 59 46 post-destroot { 60 47 file link -symbolic ${destroot}${prefix}/bin/fizmo fizmo-ncursesw 61 48 file link -symbolic ${destroot}${prefix}/share/man/man6/fizmo.6 fizmo-ncursesw.6 62 49 } 50