diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2007-02-15 10:18:38 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2007-02-15 10:18:38 +0800 |
commit | 7ca90d9ff1ece2a28ca70c5dcd0bb0fd61d30b8e (patch) | |
tree | 40b8a0c5833876665cc7b4cee9feb320a9493419 /misc | |
parent | b43bbe25d20532ba93246759a9b0b041e8e7e7e8 (diff) | |
download | freebsd-ports-gnome-7ca90d9ff1ece2a28ca70c5dcd0bb0fd61d30b8e.tar.gz freebsd-ports-gnome-7ca90d9ff1ece2a28ca70c5dcd0bb0fd61d30b8e.tar.zst freebsd-ports-gnome-7ca90d9ff1ece2a28ca70c5dcd0bb0fd61d30b8e.zip |
Quick fix for broken client.
Submitted by: Craig Boston <craig@yekse.gank.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amanda-client/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda-server/files/patch-sendsize.c | 11 | ||||
-rw-r--r-- | misc/amanda25-client/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda25-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda25-server/files/patch-sendsize.c | 11 | ||||
-rw-r--r-- | misc/amanda26-client/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda26-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda26-server/files/patch-sendsize.c | 11 | ||||
-rw-r--r-- | misc/amanda32-client/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda32-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda32-server/files/patch-sendsize.c | 11 |
12 files changed, 52 insertions, 8 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index 36380db280cf..4e059afb73e2 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-client/Makefile @@ -6,7 +6,7 @@ # PKGNAMESUFFIX= -client -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index cfebb62b28e3..104ccd6dff3f 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= amanda PORTVERSION= 2.5.1p3 -PORTREVISION?= 0 +PORTREVISION?= 1 PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc diff --git a/misc/amanda-server/files/patch-sendsize.c b/misc/amanda-server/files/patch-sendsize.c new file mode 100644 index 000000000000..1279be968739 --- /dev/null +++ b/misc/amanda-server/files/patch-sendsize.c @@ -0,0 +1,11 @@ +--- client-src/sendsize.c.orig Thu Feb 15 11:11:39 2007 ++++ client-src/sendsize.c Thu Feb 15 11:12:03 2007 +@@ -1190,7 +1190,7 @@ + # endif + dumpkeys = vstralloc(level_str, + PARAM_DUMP_ESTIMATE, +- PARAM_DUMP_ESTIMATE, ++ PARAM_HONOR_NODUMP, + "s", "f", NULL); + + # ifdef HAVE_DUMP_ESTIMATE diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index 36380db280cf..4e059afb73e2 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-client/Makefile @@ -6,7 +6,7 @@ # PKGNAMESUFFIX= -client -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index cfebb62b28e3..104ccd6dff3f 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= amanda PORTVERSION= 2.5.1p3 -PORTREVISION?= 0 +PORTREVISION?= 1 PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc diff --git a/misc/amanda25-server/files/patch-sendsize.c b/misc/amanda25-server/files/patch-sendsize.c new file mode 100644 index 000000000000..1279be968739 --- /dev/null +++ b/misc/amanda25-server/files/patch-sendsize.c @@ -0,0 +1,11 @@ +--- client-src/sendsize.c.orig Thu Feb 15 11:11:39 2007 ++++ client-src/sendsize.c Thu Feb 15 11:12:03 2007 +@@ -1190,7 +1190,7 @@ + # endif + dumpkeys = vstralloc(level_str, + PARAM_DUMP_ESTIMATE, +- PARAM_DUMP_ESTIMATE, ++ PARAM_HONOR_NODUMP, + "s", "f", NULL); + + # ifdef HAVE_DUMP_ESTIMATE diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile index 36380db280cf..4e059afb73e2 100644 --- a/misc/amanda26-client/Makefile +++ b/misc/amanda26-client/Makefile @@ -6,7 +6,7 @@ # PKGNAMESUFFIX= -client -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index cfebb62b28e3..104ccd6dff3f 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= amanda PORTVERSION= 2.5.1p3 -PORTREVISION?= 0 +PORTREVISION?= 1 PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc diff --git a/misc/amanda26-server/files/patch-sendsize.c b/misc/amanda26-server/files/patch-sendsize.c new file mode 100644 index 000000000000..1279be968739 --- /dev/null +++ b/misc/amanda26-server/files/patch-sendsize.c @@ -0,0 +1,11 @@ +--- client-src/sendsize.c.orig Thu Feb 15 11:11:39 2007 ++++ client-src/sendsize.c Thu Feb 15 11:12:03 2007 +@@ -1190,7 +1190,7 @@ + # endif + dumpkeys = vstralloc(level_str, + PARAM_DUMP_ESTIMATE, +- PARAM_DUMP_ESTIMATE, ++ PARAM_HONOR_NODUMP, + "s", "f", NULL); + + # ifdef HAVE_DUMP_ESTIMATE diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile index 36380db280cf..4e059afb73e2 100644 --- a/misc/amanda32-client/Makefile +++ b/misc/amanda32-client/Makefile @@ -6,7 +6,7 @@ # PKGNAMESUFFIX= -client -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index cfebb62b28e3..104ccd6dff3f 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= amanda PORTVERSION= 2.5.1p3 -PORTREVISION?= 0 +PORTREVISION?= 1 PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc diff --git a/misc/amanda32-server/files/patch-sendsize.c b/misc/amanda32-server/files/patch-sendsize.c new file mode 100644 index 000000000000..1279be968739 --- /dev/null +++ b/misc/amanda32-server/files/patch-sendsize.c @@ -0,0 +1,11 @@ +--- client-src/sendsize.c.orig Thu Feb 15 11:11:39 2007 ++++ client-src/sendsize.c Thu Feb 15 11:12:03 2007 +@@ -1190,7 +1190,7 @@ + # endif + dumpkeys = vstralloc(level_str, + PARAM_DUMP_ESTIMATE, +- PARAM_DUMP_ESTIMATE, ++ PARAM_HONOR_NODUMP, + "s", "f", NULL); + + # ifdef HAVE_DUMP_ESTIMATE |