FreeBSD Bugzilla – Attachment 80518 Details for
Bug 115468
[MAINTAINER-UPDATE] sysutils/bacula-server upgrade to 2.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch.bacula-server.2.2.0
patch.bacula-server.2.2.0 (text/plain), 4.87 KB, created by
Dan Langille
on 2007-08-13 15:20:01 UTC
(
hide
)
Description:
patch.bacula-server.2.2.0
Filename:
MIME Type:
Creator:
Dan Langille
Created:
2007-08-13 15:20:01 UTC
Size:
4.87 KB
patch
obsolete
>diff -ruN /usr/ports/sysutils/bacula-server/Makefile bacula-server/Makefile >--- /usr/ports/sysutils/bacula-server/Makefile Tue Jul 24 05:47:07 2007 >+++ bacula-server/Makefile Mon Aug 13 10:00:14 2007 >@@ -6,7 +6,7 @@ > # > > PORTNAME= bacula >-DISTVERSION= 2.0.3 >+DISTVERSION= 2.2.0 > CATEGORIES= sysutils > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= bacula >@@ -42,7 +42,8 @@ > --with-working-dir=${BACULA_DIR} \ > --with-scriptdir=${PREFIX}/share/${PORTNAME} \ > --with-readline=yes \ >- --disable-conio >+ --disable-conio \ >+ --enable-batch-insert > > .if defined(WITH_CLIENT_ONLY) > CONFIGURE_ARGS+= --with-fd-user=root \ >@@ -70,8 +71,8 @@ > .endif > > .if defined(WITH_CLIENT_ONLY) >-OPTIONS+= WXCONSOLE "Build with wxGTK based GUI console" off >-OPTIONS+= GNOMECONSOLE "Build with GNOME based GUI console" off >+OPTIONS+= WXCONSOLE "Build with wxGTK based GUI console: deprecated" off >+OPTIONS+= GNOMECONSOLE "Build with GNOME based GUI console: deprecated" off > .else > OPTIONS= SQLITE3 "Use SqLite-3 database instead of SqLite-2" off > OPTIONS+= MYSQL "Use MySQL database instead of SqLite" off >@@ -83,7 +84,7 @@ > OPTIONS+= NLS "Native Language Support via gettext utilities" on > OPTIONS+= OPENSSL "Enable OpenSSL for encrypted communication" off > >-# Prepare if gnome-console is selected this must be happen before >+# Prepare if bgnome-console is selected this must be happen before > # include of bsd.port.pre.mk! > WANT_GNOME= yes > .if defined(WITH_GNOMECONSOLE) >@@ -108,7 +109,7 @@ > > PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.client > PKGINSTALL= ${PKGDIR}/pkg-install.client >-# Build gnome-console >+# Build bgnome-console > .if defined(WITH_GNOMECONSOLE) > CONFIGURE_ARGS+= --enable-gnome > PLIST_SUB+= GNOMECONS="" >@@ -117,10 +118,10 @@ > WITHOUT_GNOME= yes > PLIST_SUB+= GNOMECONS="@comment " > .endif >-# Build wx-console >+# Build bwx-console > .if defined(WITH_WXCONSOLE) > USE_WX= 2.4 >-CONFIGURE_ARGS+= --enable-wx-console >+CONFIGURE_ARGS+= --enable-bwx-console > CONFIGURE_ENV+= WXCONFIG="${WX_CONFIG}" > PLIST_SUB+= WXCONS="" > .else >@@ -167,7 +168,7 @@ > MAN8=bacula-fd.8 bconsole.8 > .else > MAN8=bacula.8 bacula-dir.8 bacula-sd.8 bcopy.8 bextract.8 bls.8 bscan.8 btape.8 btraceback.8 dbcheck.8 >-MAN1=bsmtp.1 bacula-console-gnome.1 bacula-tray-monitor.1 bacula-wxconsole.1 >+MAN1=bsmtp.1 bacula-bgnome-console.1 bacula-tray-monitor.1 bacula-bwxconsole.1 > .endif > MAKE_ARGS+= -E MAN8 -E MAN1 > MAKE_ENV+= MAN8="${MAN8}" MAN1="${MAN1}" >@@ -249,19 +250,19 @@ > ${ECHO_CMD} "etc/bconsole.conf.sample" >> ${TMPPLIST}; \ > fi > .if defined(WITH_WXCONSOLE) >- if [ -f ${PREFIX}/etc/wx-console.conf.new ]; then \ >- ${ECHO_CMD} "etc/wx-console.conf.new" >> ${TMPPLIST}; \ >- elif [ -f ${PREFIX}/etc/wx-console.conf ]; then \ >- ${MV} ${PREFIX}/etc/wx-console.conf ${PREFIX}/etc/wx-console.conf.sample; \ >- ${ECHO_CMD} "etc/wx-console.conf.sample" >> ${TMPPLIST}; \ >+ if [ -f ${PREFIX}/etc/bwx-console.conf.new ]; then \ >+ ${ECHO_CMD} "etc/bwx-console.conf.new" >> ${TMPPLIST}; \ >+ elif [ -f ${PREFIX}/etc/bwx-console.conf ]; then \ >+ ${MV} ${PREFIX}/etc/bwx-console.conf ${PREFIX}/etc/bwx-console.conf.sample; \ >+ ${ECHO_CMD} "etc/bwx-console.conf.sample" >> ${TMPPLIST}; \ > fi > .endif > .if defined(WITH_GNOMECONSOLE) >- if [ -f ${PREFIX}/etc/gnome-console.conf.new ]; then \ >- ${ECHO_CMD} "etc/gnome-console.conf.new" >> ${TMPPLIST}; \ >- elif [ -f ${PREFIX}/etc/gnome-console.conf ]; then \ >- ${MV} ${PREFIX}/etc/gnome-console.conf ${PREFIX}/etc/gnome-console.conf.sample; \ >- ${ECHO_CMD} "etc/gnome-console.conf.sample" >> ${TMPPLIST}; \ >+ if [ -f ${PREFIX}/etc/bgnome-console.conf.new ]; then \ >+ ${ECHO_CMD} "etc/bgnome-console.conf.new" >> ${TMPPLIST}; \ >+ elif [ -f ${PREFIX}/etc/bgnome-console.conf ]; then \ >+ ${MV} ${PREFIX}/etc/bgnome-console.conf ${PREFIX}/etc/bgnome-console.conf.sample; \ >+ ${ECHO_CMD} "etc/bgnome-console.conf.sample" >> ${TMPPLIST}; \ > fi > .endif > >diff -ruN /usr/ports/sysutils/bacula-server/distinfo bacula-server/distinfo >--- /usr/ports/sysutils/bacula-server/distinfo Fri Mar 9 00:46:22 2007 >+++ bacula-server/distinfo Sun Aug 12 20:17:55 2007 >@@ -1,3 +1,3 @@ >-MD5 (bacula-2.0.3.tar.gz) = 443d2560ace95173a0d8ba465de493ef >-SHA256 (bacula-2.0.3.tar.gz) = 519336560be6e92c004975a5a61c2c438eac50e38d9ab699b215ba269720c2de >-SIZE (bacula-2.0.3.tar.gz) = 2527956 >+MD5 (bacula-2.2.0.tar.gz) = bdd2320f1adc03c552598b14443a4d3d >+SHA256 (bacula-2.2.0.tar.gz) = c5cf4df05100b8ac4a8048285fe93f3569561434732f2f5ca72f8ac21f492fe2 >+SIZE (bacula-2.2.0.tar.gz) = 3022702 >diff -ruN /usr/ports/sysutils/bacula-server/pkg-plist.client bacula-server/pkg-plist.client >--- /usr/ports/sysutils/bacula-server/pkg-plist.client Wed Mar 7 16:57:51 2007 >+++ bacula-server/pkg-plist.client Wed Dec 31 19:00:00 1969 >@@ -1,8 +0,0 @@ >-sbin/bacula-fd >-sbin/bconsole >-%%GNOMECONS%%sbin/gnome-console >-%%WXCONS%%sbin/wx-console >-@unexec /usr/bin/killall badula-fd > /dev/null 2>&1 || true >-@exec mkdir -p %%BACULA_DIR%% >-@dirrmtry %%BACULA_DIR%% >-@dirrm share/bacula
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 115468
: 80518