diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-10-23 23:35:31 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-10-23 23:35:31 +0000 |
commit | 9b35bf9c6e924bf42433770de10951da827dd49a (patch) | |
tree | b3197e9b9e5a472702770b1f5f17b827909823f2 | |
parent | accebc8675d2ca4269adf61293e97df8306d84d3 (diff) | |
download | ports-9b35bf9c6e924bf42433770de10951da827dd49a.tar.gz ports-9b35bf9c6e924bf42433770de10951da827dd49a.zip |
Notes
-rw-r--r-- | misc/amanda-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda-server/files/patch-ad | 14 | ||||
-rw-r--r-- | misc/amanda-server/files/patch-ae | 14 | ||||
-rw-r--r-- | misc/amanda25-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda25-server/files/patch-ad | 14 | ||||
-rw-r--r-- | misc/amanda25-server/files/patch-ae | 14 | ||||
-rw-r--r-- | misc/amanda26-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda26-server/files/patch-ad | 14 | ||||
-rw-r--r-- | misc/amanda26-server/files/patch-ae | 14 | ||||
-rw-r--r-- | misc/amanda32-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda32-server/files/patch-ad | 14 | ||||
-rw-r--r-- | misc/amanda32-server/files/patch-ae | 14 |
12 files changed, 116 insertions, 4 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index ab6ae4aaf27b..cf3a0f7acedd 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ${MASTERPORTNAME} PORTVERSION= 2.4.4 -PORTREVISION?= 3 +PORTREVISION?= 4 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/misc/amanda-server/files/patch-ad b/misc/amanda-server/files/patch-ad new file mode 100644 index 000000000000..8d41e16eb9cb --- /dev/null +++ b/misc/amanda-server/files/patch-ad @@ -0,0 +1,14 @@ +--- client-src/calcsize.c.orig Mon Nov 4 20:37:53 2002 ++++ client-src/calcsize.c Thu Oct 23 19:25:07 2003 +@@ -130,7 +130,11 @@ + dump_total += (ST_BLOCKS(finfo) + 1)/2 + 1; + gtar_total += ROUND(4,(ST_BLOCKS(finfo) + 1)); + } ++#ifdef GNUTAR ++ printf(" GNUTAR dump\n"); ++#else + printf(" gtar dump\n"); ++#endif + printf("total %-9lu %-9lu\n",gtar_total,dump_total); + return 0; + #else diff --git a/misc/amanda-server/files/patch-ae b/misc/amanda-server/files/patch-ae new file mode 100644 index 000000000000..c52b8e445369 --- /dev/null +++ b/misc/amanda-server/files/patch-ae @@ -0,0 +1,14 @@ +--- client-src/sendbackup-gnutar.c.orig Sat Jan 4 12:46:08 2003 ++++ client-src/sendbackup-gnutar.c Thu Oct 23 19:22:31 2003 +@@ -480,7 +480,11 @@ + + start_index(options->createindex, dumpout, mesgf, indexf, indexcmd); + ++#ifdef GNUTAR ++ my_argv[i++] = "GNUTAR"; ++#else + my_argv[i++] = "gtar"; ++#endif + my_argv[i++] = "--create"; + my_argv[i++] = "--file"; + my_argv[i++] = "-"; diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index ab6ae4aaf27b..cf3a0f7acedd 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ${MASTERPORTNAME} PORTVERSION= 2.4.4 -PORTREVISION?= 3 +PORTREVISION?= 4 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/misc/amanda25-server/files/patch-ad b/misc/amanda25-server/files/patch-ad new file mode 100644 index 000000000000..8d41e16eb9cb --- /dev/null +++ b/misc/amanda25-server/files/patch-ad @@ -0,0 +1,14 @@ +--- client-src/calcsize.c.orig Mon Nov 4 20:37:53 2002 ++++ client-src/calcsize.c Thu Oct 23 19:25:07 2003 +@@ -130,7 +130,11 @@ + dump_total += (ST_BLOCKS(finfo) + 1)/2 + 1; + gtar_total += ROUND(4,(ST_BLOCKS(finfo) + 1)); + } ++#ifdef GNUTAR ++ printf(" GNUTAR dump\n"); ++#else + printf(" gtar dump\n"); ++#endif + printf("total %-9lu %-9lu\n",gtar_total,dump_total); + return 0; + #else diff --git a/misc/amanda25-server/files/patch-ae b/misc/amanda25-server/files/patch-ae new file mode 100644 index 000000000000..c52b8e445369 --- /dev/null +++ b/misc/amanda25-server/files/patch-ae @@ -0,0 +1,14 @@ +--- client-src/sendbackup-gnutar.c.orig Sat Jan 4 12:46:08 2003 ++++ client-src/sendbackup-gnutar.c Thu Oct 23 19:22:31 2003 +@@ -480,7 +480,11 @@ + + start_index(options->createindex, dumpout, mesgf, indexf, indexcmd); + ++#ifdef GNUTAR ++ my_argv[i++] = "GNUTAR"; ++#else + my_argv[i++] = "gtar"; ++#endif + my_argv[i++] = "--create"; + my_argv[i++] = "--file"; + my_argv[i++] = "-"; diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index ab6ae4aaf27b..cf3a0f7acedd 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ${MASTERPORTNAME} PORTVERSION= 2.4.4 -PORTREVISION?= 3 +PORTREVISION?= 4 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/misc/amanda26-server/files/patch-ad b/misc/amanda26-server/files/patch-ad new file mode 100644 index 000000000000..8d41e16eb9cb --- /dev/null +++ b/misc/amanda26-server/files/patch-ad @@ -0,0 +1,14 @@ +--- client-src/calcsize.c.orig Mon Nov 4 20:37:53 2002 ++++ client-src/calcsize.c Thu Oct 23 19:25:07 2003 +@@ -130,7 +130,11 @@ + dump_total += (ST_BLOCKS(finfo) + 1)/2 + 1; + gtar_total += ROUND(4,(ST_BLOCKS(finfo) + 1)); + } ++#ifdef GNUTAR ++ printf(" GNUTAR dump\n"); ++#else + printf(" gtar dump\n"); ++#endif + printf("total %-9lu %-9lu\n",gtar_total,dump_total); + return 0; + #else diff --git a/misc/amanda26-server/files/patch-ae b/misc/amanda26-server/files/patch-ae new file mode 100644 index 000000000000..c52b8e445369 --- /dev/null +++ b/misc/amanda26-server/files/patch-ae @@ -0,0 +1,14 @@ +--- client-src/sendbackup-gnutar.c.orig Sat Jan 4 12:46:08 2003 ++++ client-src/sendbackup-gnutar.c Thu Oct 23 19:22:31 2003 +@@ -480,7 +480,11 @@ + + start_index(options->createindex, dumpout, mesgf, indexf, indexcmd); + ++#ifdef GNUTAR ++ my_argv[i++] = "GNUTAR"; ++#else + my_argv[i++] = "gtar"; ++#endif + my_argv[i++] = "--create"; + my_argv[i++] = "--file"; + my_argv[i++] = "-"; diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index ab6ae4aaf27b..cf3a0f7acedd 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ${MASTERPORTNAME} PORTVERSION= 2.4.4 -PORTREVISION?= 3 +PORTREVISION?= 4 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/misc/amanda32-server/files/patch-ad b/misc/amanda32-server/files/patch-ad new file mode 100644 index 000000000000..8d41e16eb9cb --- /dev/null +++ b/misc/amanda32-server/files/patch-ad @@ -0,0 +1,14 @@ +--- client-src/calcsize.c.orig Mon Nov 4 20:37:53 2002 ++++ client-src/calcsize.c Thu Oct 23 19:25:07 2003 +@@ -130,7 +130,11 @@ + dump_total += (ST_BLOCKS(finfo) + 1)/2 + 1; + gtar_total += ROUND(4,(ST_BLOCKS(finfo) + 1)); + } ++#ifdef GNUTAR ++ printf(" GNUTAR dump\n"); ++#else + printf(" gtar dump\n"); ++#endif + printf("total %-9lu %-9lu\n",gtar_total,dump_total); + return 0; + #else diff --git a/misc/amanda32-server/files/patch-ae b/misc/amanda32-server/files/patch-ae new file mode 100644 index 000000000000..c52b8e445369 --- /dev/null +++ b/misc/amanda32-server/files/patch-ae @@ -0,0 +1,14 @@ +--- client-src/sendbackup-gnutar.c.orig Sat Jan 4 12:46:08 2003 ++++ client-src/sendbackup-gnutar.c Thu Oct 23 19:22:31 2003 +@@ -480,7 +480,11 @@ + + start_index(options->createindex, dumpout, mesgf, indexf, indexcmd); + ++#ifdef GNUTAR ++ my_argv[i++] = "GNUTAR"; ++#else + my_argv[i++] = "gtar"; ++#endif + my_argv[i++] = "--create"; + my_argv[i++] = "--file"; + my_argv[i++] = "-"; |