Ticket #44127: Portfile-7.0.4.diff

File Portfile-7.0.4.diff, 2.3 KB (added by robertoschwald (Robert Oschwald), 10 years ago)

diff from 5.0.3 to 7.0.4

  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                bacula
    7 version             5.2.13
     7version             7.0.4
    88categories          sysutils
    99platforms           darwin
    1010license             {AGPL-3 OpenSSLException}
     
    1818homepage            http://www.bacula.org/
    1919master_sites        sourceforge
    2020
    21 checksums           rmd160  bcc168143c0eec5cb5e983f765935534379f4fcf \
    22                     sha256  a4bed458bf001889bd06bf31671b5d9908055a1d1e8113fd750ae4d326607ad8
     21checksums           rmd160  09d033f4ea3431f57d8018647af41c1ae417652d \
     22                    sha256  ebf802b843a95f6526e82dd181dff7cd7dc7d1fdc55cec8636e0fe3af69acf7e
    2323
    2424depends_build       port:pkgconfig
    2525depends_lib         port:gawk \
     
    4040                    --with-libintl-prefix=${prefix} \
    4141                    --with-openssl=${prefix} \
    4242                    --with-libiconv-prefix=${prefix} \
    43                     --with-readline=${prefix} \
    4443                    --with-archivedir=/var/tmp \
    4544                    --with-working-dir=${prefix}/var/bacula/working \
    4645                    --with-included-gettext=${prefix} \
    4746                    --enable-smartalloc \
    4847                    --enable-largefile \
     48                    --enable-conio \
    4949                    --without-sqlite \
    5050                    --without-sqlite3 \
    5151                    --without-postgresql \
     
    9999    depends_lib-append    port:mysql55
    100100    configure.args-append --with-mysql=${prefix}/include/mysql55/mysql
    101101    configure.args-delete --without-mysql
     102    configure.args-append --enable-batch-insert
    102103    configure.cppflags-append   -I${prefix}/include/mysql55/mysql
    103104
    104105    patchfiles          patch-configure-mysql.diff
     
    111112    depends_lib-append    port:postgresql83
    112113    configure.args-append --with-postgresql
    113114    configure.args-delete --without-postgresql
     115    configure.args-append --enable-batch-insert
    114116    configure.env-append  PATH=${prefix}/lib/postgresql83/bin:$env(PATH)
    115117}
    116118
     
    118120    depends_lib-append    port:postgresql84
    119121    configure.args-append --with-postgresql
    120122    configure.args-delete --without-postgresql
     123    configure.args-append --enable-batch-insert
    121124    configure.env-append  PATH=${prefix}/lib/postgresql84/bin:$env(PATH)
    122125}
    123126