aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bacula-server/files
diff options
context:
space:
mode:
authorlkoeller <lkoeller@FreeBSD.org>2004-06-28 01:48:50 +0800
committerlkoeller <lkoeller@FreeBSD.org>2004-06-28 01:48:50 +0800
commit4df393d513f6b22cddfe4974050f65006bc45185 (patch)
treeef70d6e4a8b0537d2866da6a880fa5460418320d /sysutils/bacula-server/files
parentd03beeda93de5296cc99e5ed1ca3b75aaa7cbc8c (diff)
downloadfreebsd-ports-gnome-4df393d513f6b22cddfe4974050f65006bc45185.tar.gz
freebsd-ports-gnome-4df393d513f6b22cddfe4974050f65006bc45185.tar.zst
freebsd-ports-gnome-4df393d513f6b22cddfe4974050f65006bc45185.zip
o) Update to version 1.34.5
Diffstat (limited to 'sysutils/bacula-server/files')
-rw-r--r--sysutils/bacula-server/files/patch-Makefile.in20
-rw-r--r--sysutils/bacula-server/files/patch-autoconf-Make.common.in12
2 files changed, 6 insertions, 26 deletions
diff --git a/sysutils/bacula-server/files/patch-Makefile.in b/sysutils/bacula-server/files/patch-Makefile.in
deleted file mode 100644
index 63cad525d426..000000000000
--- a/sysutils/bacula-server/files/patch-Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
-*** Makefile.in.orig Thu Apr 29 13:36:45 2004
---- Makefile.in Thu Apr 29 13:37:22 2004
-***************
-*** 16,22 ****
- dummy:
-
- fd_subdirs = src scripts doc src/lib src/findlib src/filed \
-! @READLINE_SRC@ src/console rescue rescue/linux
-
-
- subdirs = src/cats src/dird src/stored @GNOME_DIR@ @WX_DIR@ src/tools
---- 16,23 ----
- dummy:
-
- fd_subdirs = src scripts doc src/lib src/findlib src/filed \
-! @READLINE_SRC@ src/console @GNOME_DIR@ @WX_DIR@ \
-! rescue rescue/linux
-
-
- subdirs = src/cats src/dird src/stored @GNOME_DIR@ @WX_DIR@ src/tools
diff --git a/sysutils/bacula-server/files/patch-autoconf-Make.common.in b/sysutils/bacula-server/files/patch-autoconf-Make.common.in
index 110aaa06d79c..b5e564ade083 100644
--- a/sysutils/bacula-server/files/patch-autoconf-Make.common.in
+++ b/sysutils/bacula-server/files/patch-autoconf-Make.common.in
@@ -1,5 +1,5 @@
-*** autoconf/Make.common.in.orig Thu May 8 14:40:44 2003
---- autoconf/Make.common.in Sat Oct 11 10:50:22 2003
+*** autoconf/Make.common.in.orig Sat Jun 19 23:16:06 2004
+--- autoconf/Make.common.in Sun Jun 27 18:38:11 2004
***************
*** 24,29 ****
--- 24,30 ----
@@ -15,15 +15,15 @@
RANLIB = @RANLIB@
INSTALL = @INSTALL@
# add the -s to the following in PRODUCTION mode
-! INSTALL_PROGRAM = @INSTALL@ -m 754
+! INSTALL_PROGRAM = @INSTALL@ -m @SBINPERM@
INSTALL_DATA = @INSTALL@ -m 644
- INSTALL_SCRIPT = @INSTALL@ -m 754
+ INSTALL_SCRIPT = @INSTALL@ -m @SBINPERM@
INSTALL_CONFIG = @INSTALL@ -m 640
--- 44,50 ----
RANLIB = @RANLIB@
INSTALL = @INSTALL@
# add the -s to the following in PRODUCTION mode
-! INSTALL_PROGRAM = @INSTALL@ -s -m 754
+! INSTALL_PROGRAM = @INSTALL@ -s -m @SBINPERM@
INSTALL_DATA = @INSTALL@ -m 644
- INSTALL_SCRIPT = @INSTALL@ -m 754
+ INSTALL_SCRIPT = @INSTALL@ -m @SBINPERM@
INSTALL_CONFIG = @INSTALL@ -m 640