Ticket #44127: Portfile-7.0.4.diff
File Portfile-7.0.4.diff, 2.3 KB (added by robertoschwald (Robert Oschwald), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name bacula 7 version 5.2.137 version 7.0.4 8 8 categories sysutils 9 9 platforms darwin 10 10 license {AGPL-3 OpenSSLException} … … 18 18 homepage http://www.bacula.org/ 19 19 master_sites sourceforge 20 20 21 checksums rmd160 bcc168143c0eec5cb5e983f765935534379f4fcf\22 sha256 a4bed458bf001889bd06bf31671b5d9908055a1d1e8113fd750ae4d326607ad821 checksums rmd160 09d033f4ea3431f57d8018647af41c1ae417652d \ 22 sha256 ebf802b843a95f6526e82dd181dff7cd7dc7d1fdc55cec8636e0fe3af69acf7e 23 23 24 24 depends_build port:pkgconfig 25 25 depends_lib port:gawk \ … … 40 40 --with-libintl-prefix=${prefix} \ 41 41 --with-openssl=${prefix} \ 42 42 --with-libiconv-prefix=${prefix} \ 43 --with-readline=${prefix} \44 43 --with-archivedir=/var/tmp \ 45 44 --with-working-dir=${prefix}/var/bacula/working \ 46 45 --with-included-gettext=${prefix} \ 47 46 --enable-smartalloc \ 48 47 --enable-largefile \ 48 --enable-conio \ 49 49 --without-sqlite \ 50 50 --without-sqlite3 \ 51 51 --without-postgresql \ … … 99 99 depends_lib-append port:mysql55 100 100 configure.args-append --with-mysql=${prefix}/include/mysql55/mysql 101 101 configure.args-delete --without-mysql 102 configure.args-append --enable-batch-insert 102 103 configure.cppflags-append -I${prefix}/include/mysql55/mysql 103 104 104 105 patchfiles patch-configure-mysql.diff … … 111 112 depends_lib-append port:postgresql83 112 113 configure.args-append --with-postgresql 113 114 configure.args-delete --without-postgresql 115 configure.args-append --enable-batch-insert 114 116 configure.env-append PATH=${prefix}/lib/postgresql83/bin:$env(PATH) 115 117 } 116 118 … … 118 120 depends_lib-append port:postgresql84 119 121 configure.args-append --with-postgresql 120 122 configure.args-delete --without-postgresql 123 configure.args-append --enable-batch-insert 121 124 configure.env-append PATH=${prefix}/lib/postgresql84/bin:$env(PATH) 122 125 } 123 126