Ticket #33622: Portfile-freetds.diff
File Portfile-freetds.diff, 2.4 KB (added by opensource@…, 13 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name freetds 7 version 0. 827 version 0.91 8 8 categories databases 9 9 platforms darwin 10 10 maintainers nomaintainer … … 28 28 http://ibiblio.org/pub/Linux/ALPHA/${name}/stable/ \ 29 29 http://ibiblio.org/pub/Linux/ALPHA/${name}/old/${version}/ 30 30 31 checksums md5 3df6b2e83fd420e90f1becbd1162990a\32 sha1 7e2a0c9e41c240c2d1c7f69c6f278e9a5bb80c2d\33 rmd160 d3596c512022332cdb3bab375950159f1e930a4b31 checksums md5 b14db5823980a32f0643d1a84d3ec3ad \ 32 sha1 3ab06c8e208e82197dc25d09ae353d9f3be7db52 \ 33 rmd160 1d33d4c4414d0793d83c87a8224bac181528fdb0 34 34 35 35 depends_build port:libtool 36 36 … … 38 38 port:ncurses \ 39 39 port:readline 40 40 41 patchfiles patch-cspublic.h41 #patchfiles patch-cspublic.h 42 42 43 43 configure.args --mandir=${prefix}/share/man \ 44 44 --includedir=${prefix}/include/${name} \ 45 45 --sysconfdir=${prefix}/etc/${name} \ 46 46 --with-libiconv-prefix=${prefix} 47 47 48 post-patch {49 reinplace "s|../replacements/libreplacements.la||g" \50 ${worksrcpath}/src/server/Makefile.in \51 ${worksrcpath}/src/ctlib/Makefile.in \52 ${worksrcpath}/src/odbc/Makefile.in \53 ${worksrcpath}/src/dblib/Makefile.in \54 ${worksrcpath}/src/apps/Makefile.in55 56 reinplace "s|../../replacements/libreplacements.la||g" \57 ${worksrcpath}/src/apps/fisql/Makefile.in \58 ${worksrcpath}/src/dblib/unittests/Makefile.in \59 ${worksrcpath}/src/tds/unittests/Makefile.in60 }48 #post-patch { 49 # reinplace "s|../replacements/libreplacements.la||g" \ 50 # ${worksrcpath}/src/server/Makefile.in \ 51 # ${worksrcpath}/src/ctlib/Makefile.in \ 52 # ${worksrcpath}/src/odbc/Makefile.in \ 53 # ${worksrcpath}/src/dblib/Makefile.in \ 54 # ${worksrcpath}/src/apps/Makefile.in 55 # 56 # reinplace "s|../../replacements/libreplacements.la||g" \ 57 # ${worksrcpath}/src/apps/fisql/Makefile.in \ 58 # ${worksrcpath}/src/dblib/unittests/Makefile.in \ 59 # ${worksrcpath}/src/tds/unittests/Makefile.in 60 #} 61 61 62 62 use_parallel_build yes 63 63