Ticket #43555: mdbtools-0.7.1.diff

File mdbtools-0.7.1.diff, 1.6 KB (added by kurthindenburg (Kurt Hindenburg), 10 years ago)

They really made a lot of changes for a .1 release - I can't really test it.

  • Portfile

     
    33PortSystem 1.0
    44PortGroup github 1.0
    55
    6 github.setup            brianb mdbtools 0.7
     6github.setup            brianb mdbtools 0.7.1
    77license                 GPL-2+
    88description             libraries and programs to help using MSAccess databases
    99long_description        \
     
    2424                       
    2525depends_lib             path:lib/pkgconfig/glib-2.0.pc:glib2
    2626
    27 checksums               rmd160  3dfa263f73eb65e3e2899810c10fa55f0bd5d804 \
    28                         sha256  6d49c52ee578dc7209865873a5715ff2adc6cab214faae6b5c2b91ee058c5c6f
     27checksums               rmd160  cfd5f87b26fd284af90ce914af2921800792dfa0 \
     28                        sha256  4eac1bce55066a38d9ea6c52a8e8ecc101b79afe75118ecc16852990472c4721
    2929
    30 patchfiles              patch-configure_in.diff \
    31                         patch-src_libmdb_makefile_am.diff \
    32                         patch-src_odbc_makefile_am.diff \
    33                         patch-src_sql_makefile_am.diff
    34                        
    3530use_autoreconf          yes
    36 configure.args-append   --mandir=${prefix}/share/man
    37 autoreconf.cmd          ./autogen.sh
    38 autoreconf.args         ${configure.args}
     31configure.args-append   --mandir=${prefix}/share/man --disable-gmdb2
     32autoreconf.args         -i -f
    3933
    40 
    4134variant unixodbc conflicts iodbc description {build odbc driver against unixODBC} {
    4235    depends_lib-append  port:unixodbc
    4336    configure.args-append   --with-unixodbc=${prefix}