aboutsummaryrefslogtreecommitdiff
path: root/sysutils/boxbackup-devel/files
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-03-24 19:31:14 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-03-24 19:31:14 +0000
commita36e51250ba90ba0689249bdd0c21498f51e4c3e (patch)
tree913d36147bbae136eb83d5db453a8a2bfb0b337d /sysutils/boxbackup-devel/files
parente0b8b4e73f3b48a76ce96fa36c7e875034f9cdc2 (diff)
downloadports-a36e51250ba90ba0689249bdd0c21498f51e4c3e.tar.gz
ports-a36e51250ba90ba0689249bdd0c21498f51e4c3e.zip
- Update to 0.10 [1]
- Fix hard-coded g++ to USE_GCC=3.2+ PR: 94752 [1] Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=158080
Diffstat (limited to 'sysutils/boxbackup-devel/files')
-rw-r--r--sysutils/boxbackup-devel/files/patch-infrastrcture-BoxPlatform.pm11
-rw-r--r--sysutils/boxbackup-devel/files/patch-lib-common-BoxPortsAndFiles.h19
2 files changed, 11 insertions, 19 deletions
diff --git a/sysutils/boxbackup-devel/files/patch-infrastrcture-BoxPlatform.pm b/sysutils/boxbackup-devel/files/patch-infrastrcture-BoxPlatform.pm
deleted file mode 100644
index 8feda5a2cf96..000000000000
--- a/sysutils/boxbackup-devel/files/patch-infrastrcture-BoxPlatform.pm
+++ /dev/null
@@ -1,11 +0,0 @@
---- infrastructure/BoxPlatform.pm.orig Sat Jan 8 13:27:12 2005
-+++ infrastructure/BoxPlatform.pm Sat Jan 8 13:27:33 2005
-@@ -78,7 +78,7 @@
- close VERSION;
-
- # where to put the files
-- $install_into_dir = '/usr/local/bin';
-+ $install_into_dir = '%%PREFIX%%/bin';
-
- # if it's Darwin,
- if($build_os eq 'Darwin')
diff --git a/sysutils/boxbackup-devel/files/patch-lib-common-BoxPortsAndFiles.h b/sysutils/boxbackup-devel/files/patch-lib-common-BoxPortsAndFiles.h
index 91820e35a3d1..7dc6c8f43d83 100644
--- a/sysutils/boxbackup-devel/files/patch-lib-common-BoxPortsAndFiles.h
+++ b/sysutils/boxbackup-devel/files/patch-lib-common-BoxPortsAndFiles.h
@@ -1,6 +1,6 @@
---- lib/common/BoxPortsAndFiles.h.orig Sat Jan 8 13:30:04 2005
-+++ lib/common/BoxPortsAndFiles.h Sat Jan 8 13:31:40 2005
-@@ -54,16 +54,16 @@
+--- lib/common/BoxPortsAndFiles.h.orig Thu Mar 16 19:28:09 2006
++++ lib/common/BoxPortsAndFiles.h Thu Mar 16 19:28:38 2006
+@@ -53,7 +53,7 @@
// Backup store daemon
#define BOX_PORT_BBSTORED (BOX_PORT_BASE+1)
@@ -9,14 +9,17 @@
// directory within the RAIDFILE root for the backup store daemon
#define BOX_RAIDFILE_ROOT_BBSTORED "backup"
- // Backup client daemon
+@@ -61,11 +61,11 @@
+ #ifdef WIN32
+ #define BOX_FILE_BBACKUPD_DEFAULT_CONFIG "C:\\Program Files\\Box Backup\\bbackupd.conf"
+ #else
-#define BOX_FILE_BBACKUPD_DEFAULT_CONFIG "/etc/box/bbackupd.conf"
+#define BOX_FILE_BBACKUPD_DEFAULT_CONFIG "%%PREFIX%%/etc/box/bbackupd.conf"
+ #endif
-
- // RaidFile conf location efault
+ // RaidFile conf location default
-#define BOX_FILE_RAIDFILE_DEFAULT_CONFIG "/etc/box/raidfile.conf"
+#define BOX_FILE_RAIDFILE_DEFAULT_CONFIG "%%PREFIX%%/etc/box/raidfile.conf"
-
- #endif // BOXPORTSANDFILES__H
+ // Default name of the named pipe
+ #define BOX_NAMED_PIPE_NAME L"\\\\.\\pipe\\boxbackup"