FreeBSD Bugzilla – Attachment 95236 Details for
Bug 133591
[MAINTAINER-UPDATE] sysutils/bacula-server-devel upgrade to latest version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bacula-server-devel.patch
bacula-server-devel.patch (text/plain), 6.71 KB, created by
Dan Langille
on 2009-04-11 03:20:04 UTC
(
hide
)
Description:
bacula-server-devel.patch
Filename:
MIME Type:
Creator:
Dan Langille
Created:
2009-04-11 03:20:04 UTC
Size:
6.71 KB
patch
obsolete
>diff -ruN /usr/ports/sysutils/bacula-server-devel/Makefile bacula-server-devel/Makefile >--- /usr/ports/sysutils/bacula-server-devel/Makefile Wed Jan 21 20:05:03 2009 >+++ bacula-server-devel/Makefile Mon Apr 6 20:16:03 2009 >@@ -6,25 +6,29 @@ > # > > PORTNAME= bacula >-DISTVERSION= 2.4.4-b2 >+DISTVERSION= 2.5.42-b2 > CATEGORIES= sysutils > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= bacula > PKGNAMESUFFIX?= -server-devel >- > MAINTAINER= dan@langille.org > COMMENT?= The network backup solution (server) - DEVELOPMENT Version > > CONFLICTS= bacula-server-[0-9]* bacula-client-[0-9]* > > UNIQUENAME?=${PORTNAME}${PKGNAMESUFFIX} >+.if !defined(WITH_BAT) >+.if !defined(WITH_CLIENT_ONLY) > USE_RC_SUBR?= bacula-dir bacula-sd >+.endif >+ > > .if defined(WITH_CLIENT_ONLY) > SUB_FILES+= pkg-message.client > .else > SUB_FILES+= pkg-message.server > .endif >+.endif > > # The user/group IDs below are registered, see > # http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#DADS-UID >@@ -33,12 +37,18 @@ > # > MANCOMPRESSED= yes > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --with-tcp-wrappers=/usr/lib \ >+CONFIGURE_ARGS+= --with-tcp-wrappers=/usr/lib \ > --enable-smartalloc \ > --with-working-dir=${BACULA_DIR} \ > --with-scriptdir=${PREFIX}/share/${PORTNAME} \ > --with-readline=yes \ >- --disable-conio >+ --disable-conio \ >+ --enable-batch-insert\ >+ --with-dump-email=root@localhost \ >+ --with-job-email=root@localhost \ >+ --with-db-name=bacula \ >+ --with-db-user=bacula \ >+ --with-baseport=9101 > > .if defined(WITH_CLIENT_ONLY) > CONFIGURE_ARGS+= --with-fd-user=root \ >@@ -66,8 +76,10 @@ > .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 >+.elif defined(WITH_BAT) >+OPTIONS= > .else > OPTIONS= SQLITE3 "Use SqLite-3 database instead of SqLite-2" off > OPTIONS+= MYSQL "Use MySQL database instead of SqLite" off >@@ -78,7 +90,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) >@@ -87,6 +99,10 @@ > > PLIST_SUB+= BACULA_DIR=${BACULA_DIR} > >+.if !defined(WITH_BAT) >+PLIST_SUB+= BACULA_DIR=${BACULA_DIR} >+.endif >+ > .include <bsd.port.pre.mk> > > .if defined(WITH_NLS) >@@ -103,7 +119,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="" >@@ -112,7 +128,7 @@ > 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 >@@ -158,12 +174,15 @@ > CONFIGURE_ARGS+= --with-openssl > .endif > >+.if !defined(WITH_BAT) > .if defined(WITH_CLIENT_ONLY) > 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 bat.1 >+MAN1=bsmtp.1 bacula-bgnome-console.1 bacula-tray-monitor.1 bacula-bwxconsole.1 >+.endif > .endif >+ > MAKE_ARGS+= -E MAN8 -E MAN1 > MAKE_ENV+= MAN8="${MAN8}" MAN1="${MAN1}" > >@@ -203,6 +222,7 @@ > @${REINPLACE_CMD} -e '/^fd_subdirs = /s|src/filed||' -e 's|src/console||' ${WRKSRC}/Makefile.in > .endif > >+.if !target(pre-install) > pre-install: > if [ ! -d "${BACULA_DIR}" ]; then \ > ${ECHO_CMD} "creating ${BACULA_DIR}" ; \ >@@ -214,7 +234,10 @@ > # Extend /etc/services and install UID/GID > @ ${SETENV} PKG_PREFIX=${PREFIX} \ > ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL >+.endif >+ > >+.if !target(post-install) > post-install: > .if defined(WITH_CLIENT_ONLY) > # Extend only /etc/services >@@ -230,19 +253,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 ]; >- ${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 > >@@ -274,5 +297,6 @@ > done > > @${CAT} ${PKGMESSAGE} >+.endif > > .include <bsd.port.post.mk> >Binary files /usr/ports/sysutils/bacula-server-devel/bacula-server-devel-2.5.42.b2.tbz and bacula-server-devel/bacula-server-devel-2.5.42.b2.tbz differ >diff -ruN /usr/ports/sysutils/bacula-server-devel/distinfo bacula-server-devel/distinfo >--- /usr/ports/sysutils/bacula-server-devel/distinfo Fri Jan 2 19:50:16 2009 >+++ bacula-server-devel/distinfo Mon Apr 6 20:24:13 2009 >@@ -1,3 +1,3 @@ >-MD5 (bacula-2.4.4-b2.tar.gz) = 4726a2ebb9a0a28696fb822063d5f814 >-SHA256 (bacula-2.4.4-b2.tar.gz) = 8857ba355ee1eaef068a84b4e279044f459ff7ef6c52824e1f5b3a32aaba781f >-SIZE (bacula-2.4.4-b2.tar.gz) = 3145178 >+MD5 (bacula-2.5.42-b2.tar.gz) = b7c7b39295568ca27cd57b71008d8379 >+SHA256 (bacula-2.5.42-b2.tar.gz) = 3239f2cbc1bf705567b93b40a69759254c5e615542de25acce00589239d604ff >+SIZE (bacula-2.5.42-b2.tar.gz) = 3789491 >diff -ruN /usr/ports/sysutils/bacula-server-devel/pkg-plist bacula-server-devel/pkg-plist >--- /usr/ports/sysutils/bacula-server-devel/pkg-plist Thu Oct 5 17:21:26 2006 >+++ bacula-server-devel/pkg-plist Mon Apr 6 20:31:44 2009 >@@ -34,6 +34,7 @@ > %%DATADIR%%/make_catalog_backup > %%DATADIR%%/make_%%DBTYPE%%_tables > %%DATADIR%%/mtx-changer >+%%DATADIR%%/mtx-changer.conf > %%DATADIR%%/query.sql > %%DATADIR%%/update_bacula_tables > %%DATADIR%%/update_%%DBTYPE%%_tables
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 133591
: 95236