diff options
author | bouyer <bouyer@pkgsrc.org> | 2004-05-12 18:45:25 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2004-05-12 18:45:25 +0000 |
commit | 4606f924bd1e20fdc541e4a40b6bec2b0674e271 (patch) | |
tree | ffd691dfb26047fa4bb67be6f62016311db704f1 /sysutils/amanda-common | |
parent | 620d5f0066158982cf9c778af79e1a7593ce982d (diff) | |
download | pkgsrc-4606f924bd1e20fdc541e4a40b6bec2b0674e271.tar.gz |
Update the amanda packages to 2.4.4p2. From Paul Shupak in pkg/24550,
with some additionnal fixes by me.
Diffstat (limited to 'sysutils/amanda-common')
-rw-r--r-- | sysutils/amanda-common/Makefile | 9 | ||||
-rw-r--r-- | sysutils/amanda-common/Makefile.common | 10 | ||||
-rw-r--r-- | sysutils/amanda-common/PLIST | 11 | ||||
-rw-r--r-- | sysutils/amanda-common/buildlink3.mk | 4 | ||||
-rw-r--r-- | sysutils/amanda-common/distinfo | 15 | ||||
-rw-r--r-- | sysutils/amanda-common/patches/patch-aa | 24 | ||||
-rw-r--r-- | sysutils/amanda-common/patches/patch-ab | 48 | ||||
-rw-r--r-- | sysutils/amanda-common/patches/patch-ac | 15 | ||||
-rw-r--r-- | sysutils/amanda-common/patches/patch-ba | 13 | ||||
-rw-r--r-- | sysutils/amanda-common/patches/patch-bb | 13 |
10 files changed, 71 insertions, 91 deletions
diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile index 79e6e021cc8..be4496f17c5 100644 --- a/sysutils/amanda-common/Makefile +++ b/sysutils/amanda-common/Makefile @@ -1,15 +1,10 @@ -# $NetBSD: Makefile,v 1.28 2004/05/04 03:40:50 snj Exp $ +# $NetBSD: Makefile,v 1.29 2004/05/12 18:45:25 bouyer Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # -DISTNAME= amanda-2.4.2p2 -PKGNAME= amanda-common-2.4.2p2 +PKGNAME= amanda-common-${VERS} SVR4_PKGNAME= amaco -CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.amanda.org/ COMMENT= Common libraries and binaries for Amanda USE_BUILDLINK3= YES diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common index 74e3d81b608..52111c31b51 100644 --- a/sysutils/amanda-common/Makefile.common +++ b/sysutils/amanda-common/Makefile.common @@ -1,8 +1,16 @@ -# $NetBSD: Makefile.common,v 1.11 2004/02/14 15:29:15 jlam Exp $ +# $NetBSD: Makefile.common,v 1.12 2004/05/12 18:45:25 bouyer Exp $ # # common make file fragment shared by all amanda-* pkgs. # +VERS= 2.4.4p2 +DISTNAME?= amanda-${VERS} +CATEGORIES= sysutils +MASTER_SITES?= http://download.sourceforge.net/amanda/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.amanda.org/ + .if ${OPSYS} == "SunOS" AMANDA_GROUP?= sysadmin .else diff --git a/sysutils/amanda-common/PLIST b/sysutils/amanda-common/PLIST index 63ea81f6ffa..e247e8f995a 100644 --- a/sysutils/amanda-common/PLIST +++ b/sysutils/amanda-common/PLIST @@ -1,10 +1,15 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:52:48 zuntum Exp $ -lib/libamanda-2.4.2p2.so +@comment $NetBSD: PLIST,v 1.2 2004/05/12 18:45:25 bouyer Exp $ +lib/libamanda-2.4.4p2.so lib/libamanda.a lib/libamanda.la lib/libamanda.so -lib/libamtape-2.4.2p2.so +lib/libamtape-2.4.4p2.so lib/libamtape.a lib/libamtape.la lib/libamtape.so man/man8/amanda.8 +share/doc/amanda/COPYRIGHT +share/doc/amanda/COPYRIGHT-APACHE +share/doc/amanda/COPYRIGHT-REGEX +@dirrm share/doc/amanda + diff --git a/sysutils/amanda-common/buildlink3.mk b/sysutils/amanda-common/buildlink3.mk index 6febc5c6fb3..502f46973ef 100644 --- a/sysutils/amanda-common/buildlink3.mk +++ b/sysutils/amanda-common/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/05/04 03:40:50 snj Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2004/05/12 18:45:25 bouyer Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ AMANDA_COMMON_BUILDLINK3_MK:= ${AMANDA_COMMON_BUILDLINK3_MK}+ @@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Namanda-common} BUILDLINK_PACKAGES+= amanda-common .if !empty(AMANDA_COMMON_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.amanda-common+= amanda-common>=2.4.2p2 +BUILDLINK_DEPENDS.amanda-common+= amanda-common>=2.4.4p2 BUILDLINK_PKGSRCDIR.amanda-common?= ../../sysutils/amanda-common .endif # AMANDA_COMMON_BUILDLINK3_MK diff --git a/sysutils/amanda-common/distinfo b/sysutils/amanda-common/distinfo index 795c3682798..08dc8cfd4ad 100644 --- a/sysutils/amanda-common/distinfo +++ b/sysutils/amanda-common/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.3 2001/06/26 03:15:16 christos Exp $ +$NetBSD: distinfo,v 1.4 2004/05/12 18:45:25 bouyer Exp $ -SHA1 (amanda-2.4.2p2.tar.gz) = 721060b1357e9b939d06773f91a20de1d507521b -Size (amanda-2.4.2p2.tar.gz) = 922404 bytes -SHA1 (patch-aa) = 2e208f279d4818bd7c4781f9d497a230a45594c7 -SHA1 (patch-ab) = 2049fa69571358e91598bfe257a1a6cff1a493d7 -SHA1 (patch-ac) = 1568881a280e08e4e0bd708234f6bbef04f7f1ed +SHA1 (amanda-2.4.4p2.tar.gz) = c14510260941a3915f4068e6b7e3f91698ab099e +Size (amanda-2.4.4p2.tar.gz) = 1263075 bytes +SHA1 (patch-aa) = 6338b1e138ea34e2f9de27da3edf850c4923df5d +SHA1 (patch-ab) = dae2eedc8672d7137cf528ca5e52462288a7241b +SHA1 (patch-ac) = 481bb5e79f3cc587e90cf872ae05c9b5461e84d4 SHA1 (patch-ad) = 510e650c9e9976323b1d27a7895cee6281b89dcd -SHA1 (patch-ba) = 7c2b47e1239bc2d0e31f8336a85ea058d8fb07b4 -SHA1 (patch-bb) = c8c91b848e669f2ccd3a753cfa7aba64e47d2166 +SHA1 (patch-ae) = 0aaaf8752727ace218668ab0cb14abad6f2e17ca diff --git a/sysutils/amanda-common/patches/patch-aa b/sysutils/amanda-common/patches/patch-aa index f4f596fe002..c9090ae94ef 100644 --- a/sysutils/amanda-common/patches/patch-aa +++ b/sysutils/amanda-common/patches/patch-aa @@ -1,19 +1,17 @@ -$NetBSD: patch-aa,v 1.6 2001/06/26 03:14:12 christos Exp $ +$NetBSD: patch-aa,v 1.7 2004/05/12 18:45:25 bouyer Exp $ ---- client-src/Makefile.in.orig Mon Jun 25 21:44:46 2001 -+++ client-src/Makefile.in Mon Jun 25 22:29:03 2001 -@@ -281,11 +281,10 @@ - sendsize_LDFLAGS = +--- client-src/Makefile.in.orig 2004-01-08 10:22:34.000000000 -0800 ++++ client-src/Makefile.in 2004-02-23 16:26:20.000000000 -0800 +@@ -307,10 +307,8 @@ + sendsize_LDFLAGS = versionsuffix_SOURCES = versionsuffix.c - versionsuffix_OBJECTS = versionsuffix.$(OBJEXT) + versionsuffix_OBJECTS = versionsuffix.$(OBJEXT) -versionsuffix_LDADD = $(LDADD) --versionsuffix_DEPENDENCIES = ../common-src/libamanda.$(LIB_EXTENSION) \ --libamclient.$(LIB_EXTENSION) ../common-src/libamanda.$(LIB_EXTENSION) +-versionsuffix_DEPENDENCIES = ../common-src/libamanda.$(LIB_EXTENSION) \ +- libamclient.$(LIB_EXTENSION) \ +- ../common-src/libamanda.$(LIB_EXTENSION) +versionsuffix_LDADD = ../common-src/libamanda.$(LIB_EXTENSION) +versionsuffix_DEPENDENCIES = ../common-src/libamanda.$(LIB_EXTENSION) - versionsuffix_LDFLAGS = --SCRIPTS = $(libexec_SCRIPTS) $(sbin_SCRIPTS) -+SCRIPTS = $(libexec_S:RIPTS) $(sbin_SCRIPTS) + versionsuffix_LDFLAGS = + SCRIPTS = $(libexec_SCRIPTS) $(sbin_SCRIPTS) - CFLAGS = @CFLAGS@ - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/sysutils/amanda-common/patches/patch-ab b/sysutils/amanda-common/patches/patch-ab index 922dee6dd84..c91b5def0b3 100644 --- a/sysutils/amanda-common/patches/patch-ab +++ b/sysutils/amanda-common/patches/patch-ab @@ -1,32 +1,36 @@ -$NetBSD: patch-ab,v 1.5 2001/06/26 03:14:12 christos Exp $ +$NetBSD: patch-ab,v 1.6 2004/05/12 18:45:25 bouyer Exp $ ---- Makefile.in.orig Tue Apr 3 15:55:47 2001 -+++ Makefile.in Mon Jun 25 21:50:51 2001 -@@ -151,11 +151,11 @@ +--- Makefile.in.orig 2004-01-08 10:21:29.000000000 -0800 ++++ Makefile.in 2004-02-23 16:30:27.000000000 -0800 +@@ -33,7 +33,7 @@ + mandir = @mandir@ + includedir = @includedir@ + oldincludedir = /usr/include +-pkgdatadir = $(datadir)/@PACKAGE@ ++pkgdatadir = $(datadir)/doc/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ + top_builddir = . +@@ -160,11 +160,11 @@ ACINCLUDE_M4_DEPS = $(ACINCLUDE_M4I) $(LIBTOOL_M4I) @WANT_CLIENT_TRUE@CLIENT_SUBDIRS = client-src -@WANT_TAPE_TRUE@TAPE_SUBDIRS = tape-src +TAPE_SUBDIRS = tape-src @WANT_SERVER_TRUE@SERVER_SUBDIRS = server-src changer-src - @WANT_RESTORE_TRUE@RESTORE_SUBDIRS = restore-src - @WANT_RECOVER_TRUE@RECOVER_SUBDIRS = recover-src --@WANT_AMPLOT_TRUE@PLOT_SUBDIRS = amplot -+# PLOT_SUBDIRS = amplot + @WANT_RESTORE_TRUE@RESTORE_SUBDIRS = restore-src + @WANT_RECOVER_TRUE@RECOVER_SUBDIRS = recover-src +-@WANT_AMPLOT_TRUE@PLOT_SUBDIRS = amplot ++#PLOT_SUBDIRS = amplot # order is significant, don't change it arbitrarily - SUBDIRS = config common-src $(CLIENT_SUBDIRS) $(TAPE_SUBDIRS) $(SERVER_SUBDIRS) $(RESTORE_SUBDIRS) $(RECOVER_SUBDIRS) $(PLOT_SUBDIRS) man docs example + SUBDIRS = \ + config \ +@@ -175,7 +175,7 @@ + $(RESTORE_SUBDIRS) \ + $(RECOVER_SUBDIRS) \ + $(PLOT_SUBDIRS) \ +- man docs example ++ man -@@ -381,11 +381,11 @@ - install-exec-am: - install-exec: install-exec-recursive --install-data-am: install-pkgdataDATA -+#install-data-am: install-pkgdataDATA - install-data: install-data-recursive - - install-am: all-am -- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am - install: install-recursive - uninstall-am: uninstall-pkgdataDATA - uninstall: uninstall-recursive + pkgdata_DATA = \ diff --git a/sysutils/amanda-common/patches/patch-ac b/sysutils/amanda-common/patches/patch-ac index 5d3a9d89c08..6bb89a5211f 100644 --- a/sysutils/amanda-common/patches/patch-ac +++ b/sysutils/amanda-common/patches/patch-ac @@ -1,13 +1,10 @@ -$NetBSD: patch-ac,v 1.5 2001/06/26 03:14:12 christos Exp $ +$NetBSD: patch-ac,v 1.6 2004/05/12 18:45:25 bouyer Exp $ ---- man/Makefile.in.orig Tue Apr 3 15:55:45 2001 -+++ man/Makefile.in Mon Jun 25 21:52:30 2001 -@@ -146,7 +146,7 @@ - - transform = s,x,x,; +--- man/Makefile.in.orig 2004-01-08 10:23:42.000000000 -0800 ++++ man/Makefile.in 2004-02-23 16:32:57.000000000 -0800 +@@ -156,5 +156,5 @@ + am__quote = @am__quote@ + install_sh = @install_sh@ -@WANT_AMPLOT_TRUE@AMPLOT_MAN_PAGES = amplot.8 +#AMPLOT_MAN_PAGES = amplot.8 - - COMMON_MAN_PAGES = amanda.8 - diff --git a/sysutils/amanda-common/patches/patch-ba b/sysutils/amanda-common/patches/patch-ba deleted file mode 100644 index 9cd5764a8de..00000000000 --- a/sysutils/amanda-common/patches/patch-ba +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ba,v 1.1 2001/03/15 20:08:46 mjl Exp $ - ---- common-src/token.h.orig Thu Mar 15 20:30:31 2001 -+++ common-src/token.h Thu Mar 15 20:30:43 2001 -@@ -42,7 +42,7 @@ - extern char *quotef P((char *sep, char *format, ...)); - extern char *quote P((char *sep, char *str)); - extern char *rxquote P((char *str)); --extern char *shquote P((char *str)); -+extern char *am_shquote P((char *str)); - extern int table_lookup P((table_t *table, char *str)); - extern char *table_lookup_r P((table_t *table, int val)); - diff --git a/sysutils/amanda-common/patches/patch-bb b/sysutils/amanda-common/patches/patch-bb deleted file mode 100644 index 51635532dd7..00000000000 --- a/sysutils/amanda-common/patches/patch-bb +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-bb,v 1.1 2001/03/15 20:08:46 mjl Exp $ - ---- common-src/token.c.orig Thu Mar 15 20:30:23 2001 -+++ common-src/token.c Thu Mar 15 20:30:56 2001 -@@ -295,7 +295,7 @@ - } - - /* Quote a string so that it can be safely passed to a shell */ --char *shquote(str) -+char *am_shquote(str) - char *str; /* the string to quote */ - { - char *pi, *po; |