diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-08 15:52:17 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-08 15:52:17 +0000 |
commit | 956d8e2c644763b2906bb52b17d136cd386b0604 (patch) | |
tree | a00bba42e8e4ddfbac273d10cfde995b5001e70e /sysutils | |
parent | 47ec3bc12c647caa2e797f4f94ab83b0baa87d63 (diff) | |
download | ports-956d8e2c644763b2906bb52b17d136cd386b0604.tar.gz ports-956d8e2c644763b2906bb52b17d136cd386b0604.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-server/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bacula-server/distinfo | 2 | ||||
-rw-r--r-- | sysutils/bacula-server/files/patch-autoconf-Make.common.in | 16 | ||||
-rw-r--r-- | sysutils/bacula-server/files/patch-configure | 30 | ||||
-rw-r--r-- | sysutils/bacula-server/files/patch-scripts-Makefile.in | 30 | ||||
-rw-r--r-- | sysutils/bacula-server/files/patch-src-cats-Makefile.in | 23 | ||||
-rw-r--r-- | sysutils/bacula-server/files/patch-src__cats__Makefile.in | 23 | ||||
-rw-r--r-- | sysutils/bacula-server/pkg-plist | 6 | ||||
-rw-r--r-- | sysutils/bacula/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bacula/distinfo | 2 | ||||
-rw-r--r-- | sysutils/bacula/files/patch-autoconf-Make.common.in | 16 | ||||
-rw-r--r-- | sysutils/bacula/files/patch-configure | 30 | ||||
-rw-r--r-- | sysutils/bacula/files/patch-scripts-Makefile.in | 30 | ||||
-rw-r--r-- | sysutils/bacula/files/patch-src-cats-Makefile.in | 23 | ||||
-rw-r--r-- | sysutils/bacula/pkg-plist | 6 |
15 files changed, 126 insertions, 115 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 4f65ec6c050b..a6595e1fb5a4 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bacula -PORTVERSION= 1.29 +PORTVERSION= 1.30 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bacula diff --git a/sysutils/bacula-server/distinfo b/sysutils/bacula-server/distinfo index 4fde05c21a57..319f148060db 100644 --- a/sysutils/bacula-server/distinfo +++ b/sysutils/bacula-server/distinfo @@ -1 +1 @@ -MD5 (bacula-1.29.tar.gz) = 32ea08056be1a241534841f7a98e7895 +MD5 (bacula-1.30.tar.gz) = f384d8149b4f91367b45c6d0c2710149
\ No newline at end of file diff --git a/sysutils/bacula-server/files/patch-autoconf-Make.common.in b/sysutils/bacula-server/files/patch-autoconf-Make.common.in index d2558dda2b60..ed9ed2a4cf8b 100644 --- a/sysutils/bacula-server/files/patch-autoconf-Make.common.in +++ b/sysutils/bacula-server/files/patch-autoconf-Make.common.in @@ -1,19 +1,19 @@ ---- autoconf/Make.common.in.orig Thu Jan 23 23:28:18 2003 -+++ autoconf/Make.common.in Mon Feb 24 14:16:07 2003 -@@ -30,6 +30,7 @@ - sbindir = @sbindir@ +--- autoconf/Make.common.in Sat Mar 29 13:25:04 2003 ++++ autoconf/Make.common.in Thu May 8 07:18:26 2003 +@@ -31,6 +31,7 @@ sysconfdir = @sysconfdir@ + scriptdir = @scriptdir@ mandir = @mandir@/man1 +datadir = @datadir@ manext = 1 # Tools & program stuff -@@ -49,7 +50,7 @@ +@@ -50,7 +51,7 @@ RANLIB = @RANLIB@ INSTALL = @INSTALL@ # add the -s to the following in PRODUCTION mode --INSTALL_PROGRAM = @INSTALL@ -m 755 -+INSTALL_PROGRAM = @INSTALL@ -s -m 755 +-INSTALL_PROGRAM = @INSTALL@ -m 754 ++INSTALL_PROGRAM = @INSTALL@ -s -m 754 INSTALL_DATA = @INSTALL@ -m 644 - INSTALL_SCRIPT = @INSTALL@ -m 755 + INSTALL_SCRIPT = @INSTALL@ -m 754 INSTALL_CONFIG = @INSTALL@ -m 640 diff --git a/sysutils/bacula-server/files/patch-configure b/sysutils/bacula-server/files/patch-configure index f7b2bec4e6cd..75a3d2074f70 100644 --- a/sysutils/bacula-server/files/patch-configure +++ b/sysutils/bacula-server/files/patch-configure @@ -1,15 +1,15 @@ ---- configure.orig Mon Feb 24 12:03:22 2003 -+++ configure Mon Feb 24 12:04:31 2003 -@@ -3944,9 +3944,9 @@ - { echo "configure: error: Unable to find sqlite.h in standard locations" 1>&2; exit 1; } - fi - else -- if test -f $withval/sqlite.h; then -- SQLITE_INCDIR=$withval -- SQLITE_LIBDIR=$withval -+ if test -f $withval/include/sqlite.h; then -+ SQLITE_INCDIR=$withval/include -+ SQLITE_LIBDIR=$withval/lib - SQLITE_BINDIR=$withval - else - echo "$ac_t""no" 1>&6 +--- configure~ Thu May 8 07:23:27 2003 ++++ configure Thu May 8 07:26:21 2003 +@@ -4038,9 +4038,9 @@ + { echo "configure: error: Unable to find sqlite.h in standard locations" 1>&2; exit 1; } + fi + else +- if test -f $withval/sqlite.h; then +- SQLITE_INCDIR=$withval +- SQLITE_LIBDIR=$withval ++ if test -f $withval/include/sqlite.h; then ++ SQLITE_INCDIR=$withval/include ++ SQLITE_LIBDIR=$withval/lib + SQLITE_BINDIR=$withval + else + echo "$ac_t""no" 1>&6 diff --git a/sysutils/bacula-server/files/patch-scripts-Makefile.in b/sysutils/bacula-server/files/patch-scripts-Makefile.in index c8b46955ea23..34b32788307c 100644 --- a/sysutils/bacula-server/files/patch-scripts-Makefile.in +++ b/sysutils/bacula-server/files/patch-scripts-Makefile.in @@ -1,25 +1,27 @@ ---- scripts/Makefile.in.orig Mon Feb 24 13:44:14 2003 -+++ scripts/Makefile.in Mon Feb 24 13:54:57 2003 -@@ -31,14 +31,14 @@ - $(MKDIR) $(DESTDIR)$(sbindir) +--- scripts/Makefile.in~ Thu May 8 07:27:37 2003 ++++ scripts/Makefile.in Thu May 8 07:34:21 2003 +@@ -32,15 +32,15 @@ + $(MKDIR) $(DESTDIR)$(scriptdir) install: installdirs -- $(INSTALL_SCRIPT) startmysql $(DESTDIR)$(sysconfdir)/startmysql -- $(INSTALL_SCRIPT) stopmysql $(DESTDIR)$(sysconfdir)/stopmysql -- $(INSTALL_SCRIPT) console $(DESTDIR)$(sysconfdir)/console -- $(INSTALL_SCRIPT) bacula $(DESTDIR)$(sysconfdir)/bacula -- $(INSTALL_SCRIPT) fd $(DESTDIR)$(sysconfdir)/fd -- $(INSTALL_SCRIPT) mtx-changer $(DESTDIR)$(sysconfdir)/mtx-changer +- $(INSTALL_SCRIPT) startmysql $(DESTDIR)$(scriptdir)/startmysql +- $(INSTALL_SCRIPT) stopmysql $(DESTDIR)$(scriptdir)/stopmysql +- $(INSTALL_SCRIPT) console $(DESTDIR)$(scriptdir)/console +- $(INSTALL_SCRIPT) gconsole $(DESTDIR)$(scriptdir)/gconsole +- $(INSTALL_SCRIPT) bacula $(DESTDIR)$(scriptdir)/bacula +- $(INSTALL_SCRIPT) fd $(DESTDIR)$(scriptdir)/fd +- $(INSTALL_SCRIPT) mtx-changer $(DESTDIR)$(scriptdir)/mtx-changer - $(INSTALL_SCRIPT) btraceback $(DESTDIR)$(sbindir)/btraceback - $(INSTALL_DATA) btraceback.gdb $(DESTDIR)$(sbindir)/btraceback.gdb +# $(INSTALL_SCRIPT) startmysql $(DESTDIR)$(sysconfdir)/startmysql -+# $(INSTALL_SCRIPT) stopmysql $(DESTDIR)$(sysconfdir)/stopmysql -+# $(INSTALL_SCRIPT) console $(DESTDIR)$(sysconfdir)/console ++# $(INSTALL_SCRIPT) stopmysql $(DESTDIR)$(syscondir)/stopmysql ++# $(INSTALL_SCRIPT) console $(DESTDIR)$(syscondir)/console ++# $(INSTALL_SCRIPT) gconsole $(DESTDIR)$(syscondir)/gconsole + $(INSTALL_SCRIPT) bacula $(DESTDIR)$(sysconfdir)/rc.d/bacula.sh.sample + $(INSTALL_SCRIPT) fd $(DESTDIR)$(sysconfdir)/rc.d/fd.sh.sample -+# $(INSTALL_SCRIPT) mtx-changer $(DESTDIR)$(sysconfdir)/mtx-changer ++# $(INSTALL_SCRIPT) mtx-changer $(DESTDIR)$(scriptdir)/mtx-changer +# $(INSTALL_SCRIPT) btraceback $(DESTDIR)$(sbindir)/btraceback +# $(INSTALL_DATA) btraceback.gdb $(DESTDIR)$(sbindir)/btraceback.gdb uninstall: - (cd $(DESTDIR)$(sysconfdir); $(RMF) startmysql) + (cd $(DESTDIR)$(scriptdir); $(RMF) startmysql) diff --git a/sysutils/bacula-server/files/patch-src-cats-Makefile.in b/sysutils/bacula-server/files/patch-src-cats-Makefile.in index 599be6680780..fb83790227bc 100644 --- a/sysutils/bacula-server/files/patch-src-cats-Makefile.in +++ b/sysutils/bacula-server/files/patch-src-cats-Makefile.in @@ -1,5 +1,5 @@ ---- src/cats/Makefile.in.orig Fri Jan 3 22:09:11 2003 -+++ src/cats/Makefile.in Mon Feb 24 14:07:35 2003 +--- src/cats/Makefile.in~ Mon Apr 7 13:06:05 2003 ++++ src/cats/Makefile.in Thu May 8 07:39:15 2003 @@ -12,6 +12,7 @@ thisdir = src/cats @@ -8,17 +8,18 @@ SQL_INC=@SQL_INCLUDE@ -@@ -70,13 +71,14 @@ +@@ -70,14 +71,14 @@ (cd $(srcdir); $(RMF) Makefile; $(RMF) -r CVS) install: -- $(INSTALL_SCRIPT) create_@DB_NAME@_database $(DESTDIR)$(sysconfdir)/create_@DB_NAME@_database -- $(INSTALL_SCRIPT) drop_@DB_NAME@_tables $(DESTDIR)$(sysconfdir)/drop_@DB_NAME@_tables -- $(INSTALL_SCRIPT) make_@DB_NAME@_tables $(DESTDIR)$(sysconfdir)/make_@DB_NAME@_tables -- $(INSTALL_SCRIPT) drop_bacula_tables $(DESTDIR)$(sysconfdir)/drop_bacula_tables -- $(INSTALL_SCRIPT) make_bacula_tables $(DESTDIR)$(sysconfdir)/make_bacula_tables -- $(INSTALL_SCRIPT) make_catalog_backup $(DESTDIR)$(sysconfdir)/make_catalog_backup -- $(INSTALL_SCRIPT) delete_catalog_backup $(DESTDIR)$(sysconfdir)/delete_catalog_backup +- $(INSTALL_SCRIPT) create_@DB_NAME@_database $(DESTDIR)$(scriptdir)/create_@DB_NAME@_database +- $(INSTALL_SCRIPT) drop_@DB_NAME@_tables $(DESTDIR)$(scriptdir)/drop_@DB_NAME@_tables +- $(INSTALL_SCRIPT) make_@DB_NAME@_tables $(DESTDIR)$(scriptdir)/make_@DB_NAME@_tables +- $(INSTALL_SCRIPT) drop_bacula_tables $(DESTDIR)$(scriptdir)/drop_bacula_tables +- $(INSTALL_SCRIPT) make_bacula_tables $(DESTDIR)$(scriptdir)/make_bacula_tables +- $(INSTALL_SCRIPT) make_catalog_backup $(DESTDIR)$(scriptdir)/make_catalog_backup +- $(INSTALL_SCRIPT) delete_catalog_backup $(DESTDIR)$(scriptdir)/delete_catalog_backup +- $(INSTALL_SCRIPT) grant_mysql_privileges $(DESTDIR)$(scriptdir)/grant_mysql_privileges + $(MKDIR) $(DESTDIR)$(datadir)/bacula + $(INSTALL_SCRIPT) create_@DB_NAME@_database $(DESTDIR)$(datadir)/bacula/create_@DB_NAME@_database + $(INSTALL_SCRIPT) drop_@DB_NAME@_tables $(DESTDIR)$(datadir)/bacula/drop_@DB_NAME@_tables @@ -29,4 +30,4 @@ + $(INSTALL_SCRIPT) delete_catalog_backup $(DESTDIR)$(datadir)/bacula/delete_catalog_backup uninstall: - (cd $(DESTDIR)$(sysconfdir); $(RMF) create_@DB_NAME@_database) + (cd $(DESTDIR)$(scriptdir); $(RMF) create_@DB_NAME@_database) diff --git a/sysutils/bacula-server/files/patch-src__cats__Makefile.in b/sysutils/bacula-server/files/patch-src__cats__Makefile.in index 599be6680780..fb83790227bc 100644 --- a/sysutils/bacula-server/files/patch-src__cats__Makefile.in +++ b/sysutils/bacula-server/files/patch-src__cats__Makefile.in @@ -1,5 +1,5 @@ ---- src/cats/Makefile.in.orig Fri Jan 3 22:09:11 2003 -+++ src/cats/Makefile.in Mon Feb 24 14:07:35 2003 +--- src/cats/Makefile.in~ Mon Apr 7 13:06:05 2003 ++++ src/cats/Makefile.in Thu May 8 07:39:15 2003 @@ -12,6 +12,7 @@ thisdir = src/cats @@ -8,17 +8,18 @@ SQL_INC=@SQL_INCLUDE@ -@@ -70,13 +71,14 @@ +@@ -70,14 +71,14 @@ (cd $(srcdir); $(RMF) Makefile; $(RMF) -r CVS) install: -- $(INSTALL_SCRIPT) create_@DB_NAME@_database $(DESTDIR)$(sysconfdir)/create_@DB_NAME@_database -- $(INSTALL_SCRIPT) drop_@DB_NAME@_tables $(DESTDIR)$(sysconfdir)/drop_@DB_NAME@_tables -- $(INSTALL_SCRIPT) make_@DB_NAME@_tables $(DESTDIR)$(sysconfdir)/make_@DB_NAME@_tables -- $(INSTALL_SCRIPT) drop_bacula_tables $(DESTDIR)$(sysconfdir)/drop_bacula_tables -- $(INSTALL_SCRIPT) make_bacula_tables $(DESTDIR)$(sysconfdir)/make_bacula_tables -- $(INSTALL_SCRIPT) make_catalog_backup $(DESTDIR)$(sysconfdir)/make_catalog_backup -- $(INSTALL_SCRIPT) delete_catalog_backup $(DESTDIR)$(sysconfdir)/delete_catalog_backup +- $(INSTALL_SCRIPT) create_@DB_NAME@_database $(DESTDIR)$(scriptdir)/create_@DB_NAME@_database +- $(INSTALL_SCRIPT) drop_@DB_NAME@_tables $(DESTDIR)$(scriptdir)/drop_@DB_NAME@_tables +- $(INSTALL_SCRIPT) make_@DB_NAME@_tables $(DESTDIR)$(scriptdir)/make_@DB_NAME@_tables +- $(INSTALL_SCRIPT) drop_bacula_tables $(DESTDIR)$(scriptdir)/drop_bacula_tables +- $(INSTALL_SCRIPT) make_bacula_tables $(DESTDIR)$(scriptdir)/make_bacula_tables +- $(INSTALL_SCRIPT) make_catalog_backup $(DESTDIR)$(scriptdir)/make_catalog_backup +- $(INSTALL_SCRIPT) delete_catalog_backup $(DESTDIR)$(scriptdir)/delete_catalog_backup +- $(INSTALL_SCRIPT) grant_mysql_privileges $(DESTDIR)$(scriptdir)/grant_mysql_privileges + $(MKDIR) $(DESTDIR)$(datadir)/bacula + $(INSTALL_SCRIPT) create_@DB_NAME@_database $(DESTDIR)$(datadir)/bacula/create_@DB_NAME@_database + $(INSTALL_SCRIPT) drop_@DB_NAME@_tables $(DESTDIR)$(datadir)/bacula/drop_@DB_NAME@_tables @@ -29,4 +30,4 @@ + $(INSTALL_SCRIPT) delete_catalog_backup $(DESTDIR)$(datadir)/bacula/delete_catalog_backup uninstall: - (cd $(DESTDIR)$(sysconfdir); $(RMF) create_@DB_NAME@_database) + (cd $(DESTDIR)$(scriptdir); $(RMF) create_@DB_NAME@_database) diff --git a/sysutils/bacula-server/pkg-plist b/sysutils/bacula-server/pkg-plist index 2df4405ed245..254be3bff389 100644 --- a/sysutils/bacula-server/pkg-plist +++ b/sysutils/bacula-server/pkg-plist @@ -61,6 +61,8 @@ share/bacula/make_catalog_backup %%PORTDOCS%%share/doc/bacula/html-manual/dirdconf.wml %%PORTDOCS%%share/doc/bacula/html-manual/director.html %%PORTDOCS%%share/doc/bacula/html-manual/director.wml +%%PORTDOCS%%share/doc/bacula/html-manual/disk.html +%%PORTDOCS%%share/doc/bacula/html-manual/disk.wml %%PORTDOCS%%share/doc/bacula/html-manual/error.gif %%PORTDOCS%%share/doc/bacula/html-manual/faq.html %%PORTDOCS%%share/doc/bacula/html-manual/faq.wml @@ -105,8 +107,6 @@ share/bacula/make_catalog_backup %%PORTDOCS%%share/doc/bacula/html-manual/netprotocol.html %%PORTDOCS%%share/doc/bacula/html-manual/netprotocol.wml %%PORTDOCS%%share/doc/bacula/html-manual/next.gif -%%PORTDOCS%%share/doc/bacula/html-manual/openissues.html -%%PORTDOCS%%share/doc/bacula/html-manual/openissues.wml %%PORTDOCS%%share/doc/bacula/html-manual/philosophical-gnu-sm.jpg %%PORTDOCS%%share/doc/bacula/html-manual/porting.html %%PORTDOCS%%share/doc/bacula/html-manual/porting.wml @@ -139,6 +139,8 @@ share/bacula/make_catalog_backup %%PORTDOCS%%share/doc/bacula/html-manual/storage.wml %%PORTDOCS%%share/doc/bacula/html-manual/storedconf.html %%PORTDOCS%%share/doc/bacula/html-manual/storedconf.wml +%%PORTDOCS%%share/doc/bacula/html-manual/tapetesting.html +%%PORTDOCS%%share/doc/bacula/html-manual/tapetesting.wml %%PORTDOCS%%share/doc/bacula/html-manual/thanks.gif %%PORTDOCS%%share/doc/bacula/html-manual/thanks.html %%PORTDOCS%%share/doc/bacula/html-manual/thanks.wml diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index 4f65ec6c050b..a6595e1fb5a4 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bacula -PORTVERSION= 1.29 +PORTVERSION= 1.30 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bacula diff --git a/sysutils/bacula/distinfo b/sysutils/bacula/distinfo index 4fde05c21a57..319f148060db 100644 --- a/sysutils/bacula/distinfo +++ b/sysutils/bacula/distinfo @@ -1 +1 @@ -MD5 (bacula-1.29.tar.gz) = 32ea08056be1a241534841f7a98e7895 +MD5 (bacula-1.30.tar.gz) = f384d8149b4f91367b45c6d0c2710149
\ No newline at end of file diff --git a/sysutils/bacula/files/patch-autoconf-Make.common.in b/sysutils/bacula/files/patch-autoconf-Make.common.in index d2558dda2b60..ed9ed2a4cf8b 100644 --- a/sysutils/bacula/files/patch-autoconf-Make.common.in +++ b/sysutils/bacula/files/patch-autoconf-Make.common.in @@ -1,19 +1,19 @@ ---- autoconf/Make.common.in.orig Thu Jan 23 23:28:18 2003 -+++ autoconf/Make.common.in Mon Feb 24 14:16:07 2003 -@@ -30,6 +30,7 @@ - sbindir = @sbindir@ +--- autoconf/Make.common.in Sat Mar 29 13:25:04 2003 ++++ autoconf/Make.common.in Thu May 8 07:18:26 2003 +@@ -31,6 +31,7 @@ sysconfdir = @sysconfdir@ + scriptdir = @scriptdir@ mandir = @mandir@/man1 +datadir = @datadir@ manext = 1 # Tools & program stuff -@@ -49,7 +50,7 @@ +@@ -50,7 +51,7 @@ RANLIB = @RANLIB@ INSTALL = @INSTALL@ # add the -s to the following in PRODUCTION mode --INSTALL_PROGRAM = @INSTALL@ -m 755 -+INSTALL_PROGRAM = @INSTALL@ -s -m 755 +-INSTALL_PROGRAM = @INSTALL@ -m 754 ++INSTALL_PROGRAM = @INSTALL@ -s -m 754 INSTALL_DATA = @INSTALL@ -m 644 - INSTALL_SCRIPT = @INSTALL@ -m 755 + INSTALL_SCRIPT = @INSTALL@ -m 754 INSTALL_CONFIG = @INSTALL@ -m 640 diff --git a/sysutils/bacula/files/patch-configure b/sysutils/bacula/files/patch-configure index f7b2bec4e6cd..75a3d2074f70 100644 --- a/sysutils/bacula/files/patch-configure +++ b/sysutils/bacula/files/patch-configure @@ -1,15 +1,15 @@ ---- configure.orig Mon Feb 24 12:03:22 2003 -+++ configure Mon Feb 24 12:04:31 2003 -@@ -3944,9 +3944,9 @@ - { echo "configure: error: Unable to find sqlite.h in standard locations" 1>&2; exit 1; } - fi - else -- if test -f $withval/sqlite.h; then -- SQLITE_INCDIR=$withval -- SQLITE_LIBDIR=$withval -+ if test -f $withval/include/sqlite.h; then -+ SQLITE_INCDIR=$withval/include -+ SQLITE_LIBDIR=$withval/lib - SQLITE_BINDIR=$withval - else - echo "$ac_t""no" 1>&6 +--- configure~ Thu May 8 07:23:27 2003 ++++ configure Thu May 8 07:26:21 2003 +@@ -4038,9 +4038,9 @@ + { echo "configure: error: Unable to find sqlite.h in standard locations" 1>&2; exit 1; } + fi + else +- if test -f $withval/sqlite.h; then +- SQLITE_INCDIR=$withval +- SQLITE_LIBDIR=$withval ++ if test -f $withval/include/sqlite.h; then ++ SQLITE_INCDIR=$withval/include ++ SQLITE_LIBDIR=$withval/lib + SQLITE_BINDIR=$withval + else + echo "$ac_t""no" 1>&6 diff --git a/sysutils/bacula/files/patch-scripts-Makefile.in b/sysutils/bacula/files/patch-scripts-Makefile.in index c8b46955ea23..34b32788307c 100644 --- a/sysutils/bacula/files/patch-scripts-Makefile.in +++ b/sysutils/bacula/files/patch-scripts-Makefile.in @@ -1,25 +1,27 @@ ---- scripts/Makefile.in.orig Mon Feb 24 13:44:14 2003 -+++ scripts/Makefile.in Mon Feb 24 13:54:57 2003 -@@ -31,14 +31,14 @@ - $(MKDIR) $(DESTDIR)$(sbindir) +--- scripts/Makefile.in~ Thu May 8 07:27:37 2003 ++++ scripts/Makefile.in Thu May 8 07:34:21 2003 +@@ -32,15 +32,15 @@ + $(MKDIR) $(DESTDIR)$(scriptdir) install: installdirs -- $(INSTALL_SCRIPT) startmysql $(DESTDIR)$(sysconfdir)/startmysql -- $(INSTALL_SCRIPT) stopmysql $(DESTDIR)$(sysconfdir)/stopmysql -- $(INSTALL_SCRIPT) console $(DESTDIR)$(sysconfdir)/console -- $(INSTALL_SCRIPT) bacula $(DESTDIR)$(sysconfdir)/bacula -- $(INSTALL_SCRIPT) fd $(DESTDIR)$(sysconfdir)/fd -- $(INSTALL_SCRIPT) mtx-changer $(DESTDIR)$(sysconfdir)/mtx-changer +- $(INSTALL_SCRIPT) startmysql $(DESTDIR)$(scriptdir)/startmysql +- $(INSTALL_SCRIPT) stopmysql $(DESTDIR)$(scriptdir)/stopmysql +- $(INSTALL_SCRIPT) console $(DESTDIR)$(scriptdir)/console +- $(INSTALL_SCRIPT) gconsole $(DESTDIR)$(scriptdir)/gconsole +- $(INSTALL_SCRIPT) bacula $(DESTDIR)$(scriptdir)/bacula +- $(INSTALL_SCRIPT) fd $(DESTDIR)$(scriptdir)/fd +- $(INSTALL_SCRIPT) mtx-changer $(DESTDIR)$(scriptdir)/mtx-changer - $(INSTALL_SCRIPT) btraceback $(DESTDIR)$(sbindir)/btraceback - $(INSTALL_DATA) btraceback.gdb $(DESTDIR)$(sbindir)/btraceback.gdb +# $(INSTALL_SCRIPT) startmysql $(DESTDIR)$(sysconfdir)/startmysql -+# $(INSTALL_SCRIPT) stopmysql $(DESTDIR)$(sysconfdir)/stopmysql -+# $(INSTALL_SCRIPT) console $(DESTDIR)$(sysconfdir)/console ++# $(INSTALL_SCRIPT) stopmysql $(DESTDIR)$(syscondir)/stopmysql ++# $(INSTALL_SCRIPT) console $(DESTDIR)$(syscondir)/console ++# $(INSTALL_SCRIPT) gconsole $(DESTDIR)$(syscondir)/gconsole + $(INSTALL_SCRIPT) bacula $(DESTDIR)$(sysconfdir)/rc.d/bacula.sh.sample + $(INSTALL_SCRIPT) fd $(DESTDIR)$(sysconfdir)/rc.d/fd.sh.sample -+# $(INSTALL_SCRIPT) mtx-changer $(DESTDIR)$(sysconfdir)/mtx-changer ++# $(INSTALL_SCRIPT) mtx-changer $(DESTDIR)$(scriptdir)/mtx-changer +# $(INSTALL_SCRIPT) btraceback $(DESTDIR)$(sbindir)/btraceback +# $(INSTALL_DATA) btraceback.gdb $(DESTDIR)$(sbindir)/btraceback.gdb uninstall: - (cd $(DESTDIR)$(sysconfdir); $(RMF) startmysql) + (cd $(DESTDIR)$(scriptdir); $(RMF) startmysql) diff --git a/sysutils/bacula/files/patch-src-cats-Makefile.in b/sysutils/bacula/files/patch-src-cats-Makefile.in index 599be6680780..fb83790227bc 100644 --- a/sysutils/bacula/files/patch-src-cats-Makefile.in +++ b/sysutils/bacula/files/patch-src-cats-Makefile.in @@ -1,5 +1,5 @@ ---- src/cats/Makefile.in.orig Fri Jan 3 22:09:11 2003 -+++ src/cats/Makefile.in Mon Feb 24 14:07:35 2003 +--- src/cats/Makefile.in~ Mon Apr 7 13:06:05 2003 ++++ src/cats/Makefile.in Thu May 8 07:39:15 2003 @@ -12,6 +12,7 @@ thisdir = src/cats @@ -8,17 +8,18 @@ SQL_INC=@SQL_INCLUDE@ -@@ -70,13 +71,14 @@ +@@ -70,14 +71,14 @@ (cd $(srcdir); $(RMF) Makefile; $(RMF) -r CVS) install: -- $(INSTALL_SCRIPT) create_@DB_NAME@_database $(DESTDIR)$(sysconfdir)/create_@DB_NAME@_database -- $(INSTALL_SCRIPT) drop_@DB_NAME@_tables $(DESTDIR)$(sysconfdir)/drop_@DB_NAME@_tables -- $(INSTALL_SCRIPT) make_@DB_NAME@_tables $(DESTDIR)$(sysconfdir)/make_@DB_NAME@_tables -- $(INSTALL_SCRIPT) drop_bacula_tables $(DESTDIR)$(sysconfdir)/drop_bacula_tables -- $(INSTALL_SCRIPT) make_bacula_tables $(DESTDIR)$(sysconfdir)/make_bacula_tables -- $(INSTALL_SCRIPT) make_catalog_backup $(DESTDIR)$(sysconfdir)/make_catalog_backup -- $(INSTALL_SCRIPT) delete_catalog_backup $(DESTDIR)$(sysconfdir)/delete_catalog_backup +- $(INSTALL_SCRIPT) create_@DB_NAME@_database $(DESTDIR)$(scriptdir)/create_@DB_NAME@_database +- $(INSTALL_SCRIPT) drop_@DB_NAME@_tables $(DESTDIR)$(scriptdir)/drop_@DB_NAME@_tables +- $(INSTALL_SCRIPT) make_@DB_NAME@_tables $(DESTDIR)$(scriptdir)/make_@DB_NAME@_tables +- $(INSTALL_SCRIPT) drop_bacula_tables $(DESTDIR)$(scriptdir)/drop_bacula_tables +- $(INSTALL_SCRIPT) make_bacula_tables $(DESTDIR)$(scriptdir)/make_bacula_tables +- $(INSTALL_SCRIPT) make_catalog_backup $(DESTDIR)$(scriptdir)/make_catalog_backup +- $(INSTALL_SCRIPT) delete_catalog_backup $(DESTDIR)$(scriptdir)/delete_catalog_backup +- $(INSTALL_SCRIPT) grant_mysql_privileges $(DESTDIR)$(scriptdir)/grant_mysql_privileges + $(MKDIR) $(DESTDIR)$(datadir)/bacula + $(INSTALL_SCRIPT) create_@DB_NAME@_database $(DESTDIR)$(datadir)/bacula/create_@DB_NAME@_database + $(INSTALL_SCRIPT) drop_@DB_NAME@_tables $(DESTDIR)$(datadir)/bacula/drop_@DB_NAME@_tables @@ -29,4 +30,4 @@ + $(INSTALL_SCRIPT) delete_catalog_backup $(DESTDIR)$(datadir)/bacula/delete_catalog_backup uninstall: - (cd $(DESTDIR)$(sysconfdir); $(RMF) create_@DB_NAME@_database) + (cd $(DESTDIR)$(scriptdir); $(RMF) create_@DB_NAME@_database) diff --git a/sysutils/bacula/pkg-plist b/sysutils/bacula/pkg-plist index 2df4405ed245..254be3bff389 100644 --- a/sysutils/bacula/pkg-plist +++ b/sysutils/bacula/pkg-plist @@ -61,6 +61,8 @@ share/bacula/make_catalog_backup %%PORTDOCS%%share/doc/bacula/html-manual/dirdconf.wml %%PORTDOCS%%share/doc/bacula/html-manual/director.html %%PORTDOCS%%share/doc/bacula/html-manual/director.wml +%%PORTDOCS%%share/doc/bacula/html-manual/disk.html +%%PORTDOCS%%share/doc/bacula/html-manual/disk.wml %%PORTDOCS%%share/doc/bacula/html-manual/error.gif %%PORTDOCS%%share/doc/bacula/html-manual/faq.html %%PORTDOCS%%share/doc/bacula/html-manual/faq.wml @@ -105,8 +107,6 @@ share/bacula/make_catalog_backup %%PORTDOCS%%share/doc/bacula/html-manual/netprotocol.html %%PORTDOCS%%share/doc/bacula/html-manual/netprotocol.wml %%PORTDOCS%%share/doc/bacula/html-manual/next.gif -%%PORTDOCS%%share/doc/bacula/html-manual/openissues.html -%%PORTDOCS%%share/doc/bacula/html-manual/openissues.wml %%PORTDOCS%%share/doc/bacula/html-manual/philosophical-gnu-sm.jpg %%PORTDOCS%%share/doc/bacula/html-manual/porting.html %%PORTDOCS%%share/doc/bacula/html-manual/porting.wml @@ -139,6 +139,8 @@ share/bacula/make_catalog_backup %%PORTDOCS%%share/doc/bacula/html-manual/storage.wml %%PORTDOCS%%share/doc/bacula/html-manual/storedconf.html %%PORTDOCS%%share/doc/bacula/html-manual/storedconf.wml +%%PORTDOCS%%share/doc/bacula/html-manual/tapetesting.html +%%PORTDOCS%%share/doc/bacula/html-manual/tapetesting.wml %%PORTDOCS%%share/doc/bacula/html-manual/thanks.gif %%PORTDOCS%%share/doc/bacula/html-manual/thanks.html %%PORTDOCS%%share/doc/bacula/html-manual/thanks.wml |