diff options
Diffstat (limited to 'misc/amanda32-server')
21 files changed, 0 insertions, 721 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile deleted file mode 100644 index fde46559cedb..000000000000 --- a/misc/amanda32-server/Makefile +++ /dev/null @@ -1,215 +0,0 @@ -# Created by: gpalmer -# $FreeBSD$ - -PORTNAME= amanda -PORTVERSION= 3.2.3 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= misc -MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} -PKGNAMESUFFIX?= 32-server - -MAINTAINER= ports@FreeBSD.org -COMMENT?= The Advanced Maryland Automatic Network Disk Archiver (server) - -RUN_DEPENDS= perl-amanda:${PORTSDIR}/misc/amanda-perl-wrapper -BUILD_DEPENDS= perl-amanda:${PORTSDIR}/misc/amanda-perl-wrapper - -WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} -SLAVEDIRS= misc/amanda32-client - -GNU_CONFIGURE= yes -USES= gmake perl5 pkgconfig -USE_GNOME= glib20 -USE_OPENSSL= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ - --without-amlibexecdir \ - --with-amandahosts --with-fqdn \ - --with-dump-honor-nodump \ - --prefix=${PREFIX} \ - --disable-glibtest \ - --with-user=${USERS} --with-group=${AMANDA_GROUP} \ - --with-bsdtcp-security --with-bsdudp-security \ - --with-ssh-security -CONFIGURE_ENV= PERL=${LOCALBASE}/bin/perl-amanda -PKG_MESSAGE= ${WRKDIR}/pkg-message -SUB_FILES= pkg-message -SUB_LIST= PORTSDIR=${PORTSDIR} - -OPTIONS_DEFINE= GNUTAR -OPTIONS_DEFAULT= GNUTAR -GNUTAR_DESC= Use GNU tar - -.if defined(AMANDA_USER) -USERS= ${AMANDA_USER} -.else -USERS?= amanda -.endif -.if !defined(AMANDA_GROUP) -AMANDA_GROUP= amanda -.endif -GROUPS?= operator amanda - -AMANDA_GNUTAR_LISTDIR?= ${PREFIX}/var/amanda/gnutar-lists -AMANDA_DATES?= ${PREFIX}/var/amanda/amandates -PLIST_SUB= SHLIBVER=${PORTVERSION} AMANDA_DATES=${AMANDA_DATES} - -# amanda-server/amanda-client common part -.if defined (AMANDA_SERVER) -CONFIGURE_ARGS+= --with-index-server=${AMANDA_SERVER} -CONFIGURE_ARGS+= --with-tape-server=${AMANDA_SERVER} -.endif - -.if !defined(CLIENT_ONLY) -OPTIONS_DEFINE+= PLOT SAMBA S3 -PLOT_DESC= Enable ploting, requires X11 libraries -SAMBA_DESC= Enable the use of smbclient -S3_DESC= Enable Amazon S3 device support -.endif - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MGNUTAR} -CONFIGURE_ARGS+=--with-gnutar-listdir=${AMANDA_GNUTAR_LISTDIR} \ - --with-gnutar=${LOCALBASE}/bin/gtar -BUILD_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar -RUN_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar -.endif - -# amanda-server part -.if !defined(CLIENT_ONLY) - -SUB_FILES+= pkg-install pkg-deinstall -SUB_LIST+= PERL=${PERL} SITE_PERL_REL=${SITE_PERL_REL} - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " AMANDA_SERVER=server to specify a server name" - @${ECHO} " The default is `uname -n`" - @${ECHO} " AMANDA_USER=user to specify the default user" - @${ECHO} " The default is amanda" - @${ECHO} " AMANDA_GROUP=group to specify the default group" - @${ECHO} " The default is amanda" - @${ECHO} " AMANDA_DATES=path to client amandates file" - @${ECHO} "" - -CONFLICTS= amanda-server-2.* amanda-server-3.3.* amanda2[56]-server-* - -BUILD_DEPENDS+= ${LOCALBASE}/lib/amanda/libamandad-${PORTVERSION}.so:${PORTSDIR}/misc/amanda32-client -RUN_DEPENDS+= ${LOCALBASE}/lib/amanda/libamandad-${PORTVERSION}.so:${PORTSDIR}/misc/amanda32-client - -CONFIGURE_ARGS+=--without-client - -MAN5= disklist.5 \ - tapelist.5 -MAN7= amanda-changers.7 \ - amanda-compatibility.7 \ - amanda-devices.7 \ - amanda-taperscan.7 -MAN8= amaddclient.8 amadmin.8 amaespipe.8 amcheck.8 \ - amcheckdb.8 amcheckdump.8 amcleanup.8 \ - amcrypt.8 amcryptsimple.8 amcrypt-ossl-asym.8 amcrypt-ossl.8 \ - amdevcheck.8 \ - amdump.8 amfetchdump.8 amflush.8 amgetconf.8 amgpgcrypt.8 \ - amlabel.8 \ - amoverview.8 amreport.8 amrestore.8 amrmtape.8 \ - amserverconfig.8 amservice.8 amstatus.8 \ - amtape.8 amtoc.8 amtapetype.8 \ - amvault.8 - -.if ${PORT_OPTIONS:MPLOT} -BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -MAN8+= amplot.8 -PLIST_SUB+= PLOT='' -CONFIGURE_ARGS+= --with-gnuplot=${LOCALBASE}/bin/gnuplot -.else -PLIST_SUB+= PLOT='@comment ' -CONFIGURE_ARGS+= --without-gnuplot -.endif - -.if ${PORT_OPTIONS:MSAMBA} -SAMBA_PORT?= samba36 -BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/${SAMBA_PORT} -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/${SAMBA_PORT} -CONFIGURE_ARGS+= --with-smbclient=${LOCALBASE}/bin/smbclient -.endif - -# If configure founds libcurl, automatically enabled it (with plist change). -.if ${PORT_OPTIONS:MS3} -LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl -CONFIGURE_ARGS+= --enable-s3-device -PLIST_SUB+= S3DEVICE='' -.else -CONFIGURE_ARGS+= --disable-s3-device -PLIST_SUB+= S3DEVICE='@comment ' -.endif - -post-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} - -# amanda-client part -.else - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " AMANDA_SERVER=server to specify a server name" - @${ECHO} " The default is `uname -n`" - @${ECHO} " AMANDA_GNUTAR_LISTDIR=dir to specify the directory that" - @${ECHO} " the gnutar index files should live in" - @${ECHO} " The default is ${PREFIX}/var/amanda/gnutar-lists" - @${ECHO} " AMANDA_USER=user to specify the default user" - @${ECHO} " The default is amanda" - @${ECHO} " AMANDA_GROUP=group to specify the default group" - @${ECHO} " The default is amanda" - @${ECHO} " AMANDA_DATES=path to client amandates file" - @${ECHO} "" - -CONFLICTS= amanda-client-2.* amanda-client-3.3.* amanda2[56]-client-* -CONFIGURE_ARGS+=--without-server --with-amandates=${AMANDA_DATES} -.if defined(AMANDA_NO_SNAPSHOT_DUMP) -CFLAGS= -DFreeBSD_NO_SNAPSHOT_DUMP=t -.endif - -MAN5= amanda-archive-format.5 \ - amanda-client.conf.5 \ - amanda.conf.5 -MAN7= amanda-applications.7 \ - amanda-auth.7 \ - amanda-match.7 \ - amanda-scripts.7 -MAN8= amanda.8 \ - amarchiver.8 \ - amgtar.8 \ - ampgsql.8 \ - amraw.8 \ - amrecover.8 \ - amsamba.8 \ - amstar.8 \ - amsuntar.8 \ - amzfs-sendrecv.8 \ - amzfs-snapshot.8 \ - script-email.8 - -post-install: - ${MKDIR} ${AMANDA_GNUTAR_LISTDIR} - ${CHOWN} ${USERS}:${AMANDA_GROUP} ${AMANDA_GNUTAR_LISTDIR} - ${TOUCH} ${AMANDA_DATES} - ${CHOWN} ${USERS}:${AMANDA_GROUP} ${AMANDA_DATES} - ${CAT} ${PKGMESSAGE} - -.endif - -# MEMO: -# Prefix @WANT_SERVER_TRUE@ for server only files. -# Prefix @WANT_CLIENT_TRUE@ for client only files. -# For debugging: dbprintf(_("getcmd: %s\n"), line); - -.include <bsd.port.mk> diff --git a/misc/amanda32-server/distinfo b/misc/amanda32-server/distinfo deleted file mode 100644 index d098fe5653d9..000000000000 --- a/misc/amanda32-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (amanda-3.2.3.tar.gz) = 8ac37cc82add71ffd009fa4ea8763c633037277e15d51d28aefb8cb4c0b6a7fd -SIZE (amanda-3.2.3.tar.gz) = 4125405 diff --git a/misc/amanda32-server/files/patch-ad b/misc/amanda32-server/files/patch-ad deleted file mode 100644 index 3fff9c551c52..000000000000 --- a/misc/amanda32-server/files/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ ---- client-src/calcsize.c.orig 2008-01-18 09:31:16.000000000 +0900 -+++ client-src/calcsize.c 2008-08-30 20:11:59.000000000 +0900 -@@ -160,7 +160,11 @@ - dump_total += (ST_BLOCKS(finfo) + (off_t)1) / (off_t)2 + (off_t)1; - gtar_total += ROUND(4,(ST_BLOCKS(finfo) + (off_t)1)); - } -+#ifdef GNUTAR -+ g_printf(" GNUTAR dump\n"); -+#else - g_printf(" gtar dump\n"); -+#endif - g_printf("total %-9lu %-9lu\n",gtar_total,dump_total); - return 0; - #else diff --git a/misc/amanda32-server/files/patch-amandad-src__Makefile.in b/misc/amanda32-server/files/patch-amandad-src__Makefile.in deleted file mode 100644 index 0e3a9389165b..000000000000 --- a/misc/amanda32-server/files/patch-amandad-src__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- amandad-src/Makefile.in.orig 2010-10-16 18:41:37.735202558 +0900 -+++ amandad-src/Makefile.in 2010-10-16 18:42:00.351165593 +0900 -@@ -1171,7 +1171,7 @@ - AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS) - LINT = $(AMLINT) - LINTFLAGS = $(AMLINTFLAGS) --amlib_LTLIBRARIES = libamandad.la -+@WANT_CLIENT_TRUE@amlib_LTLIBRARIES = libamandad.la - libamandad_la_SOURCES = amandad_util.c - libamandad_la_LDFLAGS = -release $(VERSION) - libamandad_la_LIBADD = ../common-src/libamanda.la diff --git a/misc/amanda32-server/files/patch-amar-src__Makefile.in b/misc/amanda32-server/files/patch-amar-src__Makefile.in deleted file mode 100644 index c7941f44904e..000000000000 --- a/misc/amanda32-server/files/patch-amar-src__Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- amar-src/Makefile.in.orig 2009-01-27 14:01:04.000000000 +0900 -+++ amar-src/Makefile.in 2009-01-27 14:01:36.000000000 +0900 -@@ -856,7 +856,8 @@ - AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS) - LINT = @AMLINT@ - LINTFLAGS = @AMLINTFLAGS@ --amlib_LTLIBRARIES = libamar.la -+@WANT_SERVER_TRUE@amlib_LTLIBRARIES = -+@WANT_CLIENT_TRUE@amlib_LTLIBRARIES = libamar.la - libamar_la_SOURCES = amar.c - libamar_la_LDFLAGS = -release $(VERSION) - libamar_la_LIBADD = ../common-src/libamanda.la diff --git a/misc/amanda32-server/files/patch-client-src__sendbackup-dump.c b/misc/amanda32-server/files/patch-client-src__sendbackup-dump.c deleted file mode 100644 index 5df8dc8b57e8..000000000000 --- a/misc/amanda32-server/files/patch-client-src__sendbackup-dump.c +++ /dev/null @@ -1,11 +0,0 @@ ---- client-src/sendbackup-dump.c.orig 2011-04-24 16:41:40.874642189 +0900 -+++ client-src/sendbackup-dump.c 2011-04-24 16:42:28.215501968 +0900 -@@ -377,7 +377,7 @@ - #endif - - #ifdef __FreeBSD__ --# if defined(__FreeBSD_version) && (__FreeBSD_version >= 500043) -+# if defined(__FreeBSD_version) && (__FreeBSD_version >= 500043) && !defined(FreeBSD_NO_SNAPSHOT_DUMP) - # define FREEBSD_EXTRA_KEYS "bL" - # else - # define FREEBSD_EXTRA_KEYS "b" diff --git a/misc/amanda32-server/files/patch-common-src__Makefile.in b/misc/amanda32-server/files/patch-common-src__Makefile.in deleted file mode 100644 index 16be032af49a..000000000000 --- a/misc/amanda32-server/files/patch-common-src__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- common-src/Makefile.in.orig 2010-10-16 18:21:52.890010063 +0900 -+++ common-src/Makefile.in 2010-10-16 18:22:26.842453745 +0900 -@@ -1346,7 +1346,7 @@ - INCLUDES = -I$(top_srcdir)/gnulib - AM_CFLAGS = $(AMANDA_WARNING_CFLAGS) - AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS) --amlib_LTLIBRARIES = libamanda.la -+@WANT_CLIENT_TRUE@amlib_LTLIBRARIES = libamanda.la - LINT = $(AMLINT) - LINTFLAGS = $(AMLINTFLAGS) - libamanda_la_SOURCES = alloc.c amfeatures.c amflock.c ipc-binary.c \ diff --git a/misc/amanda32-server/files/patch-common-src_glib-util.c b/misc/amanda32-server/files/patch-common-src_glib-util.c deleted file mode 100644 index c1261d15f6e2..000000000000 --- a/misc/amanda32-server/files/patch-common-src_glib-util.c +++ /dev/null @@ -1,18 +0,0 @@ ---- common-src/glib-util.c.orig 2013-02-07 15:57:30.000000000 +0000 -+++ common-src/glib-util.c 2013-02-07 15:57:50.000000000 +0000 -@@ -120,15 +120,6 @@ - } - #endif - --void g_queue_free_full(GQueue * queue) { -- while (!g_queue_is_empty(queue)) { -- gpointer data; -- data = g_queue_pop_head(queue); -- amfree(data); -- } -- g_queue_free(queue); --} -- - void g_ptr_array_free_full(GPtrArray * array) { - size_t i; - diff --git a/misc/amanda32-server/files/patch-common-src_glib-util.h b/misc/amanda32-server/files/patch-common-src_glib-util.h deleted file mode 100644 index 75839e8c75bf..000000000000 --- a/misc/amanda32-server/files/patch-common-src_glib-util.h +++ /dev/null @@ -1,10 +0,0 @@ ---- common-src/glib-util.h.orig 2013-02-07 15:57:26.000000000 +0000 -+++ common-src/glib-util.h 2013-02-07 15:57:54.000000000 +0000 -@@ -72,7 +72,6 @@ - - /* These functions all take a GLib container, and call free() on all the - * pointers in the container before free()ing the container itself. */ --void g_queue_free_full(GQueue * queue); - void g_ptr_array_free_full(GPtrArray * array); - - /* g_value_compare() does what you expect. It returns TRUE if and diff --git a/misc/amanda32-server/files/patch-man__Makefile.in b/misc/amanda32-server/files/patch-man__Makefile.in deleted file mode 100644 index daeea0759ce8..000000000000 --- a/misc/amanda32-server/files/patch-man__Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- man/Makefile.in.orig 2009-01-22 22:51:25.000000000 +0900 -+++ man/Makefile.in 2009-01-27 07:27:10.000000000 +0900 -@@ -640,6 +640,7 @@ - amanda-auth.7 \ - amarchiver.8 \ - script-email.8 -+@WANT_SERVER_TRUE@COMMON_MAN_PAGES = - - CLIENT_MAN_PAGES = \ - amanda-applications.7 \ diff --git a/misc/amanda32-server/files/patch-ndmp-src__Makefile.in b/misc/amanda32-server/files/patch-ndmp-src__Makefile.in deleted file mode 100644 index 2dd3f4b9f32d..000000000000 --- a/misc/amanda32-server/files/patch-ndmp-src__Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- ndmp-src/Makefile.in.orig 2010-10-16 18:45:40.253086014 +0900 -+++ ndmp-src/Makefile.in 2010-10-16 18:46:36.949487552 +0900 -@@ -1289,9 +1289,9 @@ - # Divide the library up into the library side and down (libndmlib.la), - # and the full set of rules, agents, and so on required to build ndmjob - # (libndmjob.la). --amlib_LTLIBRARIES = \ -- libndmlib.la \ -- libndmjob.la -+@WANT_CLIENT_TRUE@amlib_LTLIBRARIES = \ -+@WANT_CLIENT_TRUE@ libndmlib.la \ -+@WANT_CLIENT_TRUE@ libndmjob.la - - libndmjla = \ - ndma_comm_job.c \ diff --git a/misc/amanda32-server/files/patch-perl__Amanda__Process.pm b/misc/amanda32-server/files/patch-perl__Amanda__Process.pm deleted file mode 100644 index 806659b3f979..000000000000 --- a/misc/amanda32-server/files/patch-perl__Amanda__Process.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- perl/Amanda/Process.pm.orig 2009-01-28 13:57:55.000000000 +0900 -+++ perl/Amanda/Process.pm 2009-01-28 13:58:19.000000000 +0900 -@@ -155,7 +155,7 @@ - $self->{ppid} = (); - my $ps_argument = $Amanda::Constants::PS_ARGUMENT; - if ($ps_argument eq "CYGWIN") { -- open(PSTABLE, "-|", "ps -ef") || die("ps -ef: $!"); -+ open(PSTABLE, "-|", "ps -f") || die("ps -f: $!"); - my $psline = <PSTABLE>; #header line - while($psline = <PSTABLE>) { - chomp $psline; diff --git a/misc/amanda32-server/files/patch-perl__Makefile.in b/misc/amanda32-server/files/patch-perl__Makefile.in deleted file mode 100644 index a2bed44a04be..000000000000 --- a/misc/amanda32-server/files/patch-perl__Makefile.in +++ /dev/null @@ -1,39 +0,0 @@ ---- perl/Makefile.in.orig 2010-10-07 03:58:28.000000000 +0900 -+++ perl/Makefile.in 2010-10-16 21:16:31.327136585 +0900 -@@ -1541,13 +1541,15 @@ - # PACKAGE: Amanda::Script_App - - # PACKAGE: Amanda::Script -+@WANT_CLIENT_TRUE@am__append_xfer = Amanda/Xfer.pm -+@WANT_CLIENT_TRUE@am__append_const = Amanda/Constants.pm - Amanda_DATA = Amanda/Archive.pm Amanda/Process.pm $(am__append_4) \ - Amanda/Feature.pm $(am__append_6) Amanda/ClientService.pm \ -- $(am__append_7) Amanda/Xfer.pm $(am__append_10) \ -+ $(am__append_7) $(am__append_xfer) $(am__append_10) \ - $(am__append_13) Amanda/BigIntCompat.pm Amanda/Debug.pm \ - Amanda/Config.pm Amanda/Util.pm Amanda/Header.pm \ - Amanda/Tests.pm Amanda/MainLoop.pm Amanda/Paths.pm \ -- Amanda/Constants.pm Amanda/Script_App.pm $(am__append_16) \ -+ $(am__append_const) Amanda/Script_App.pm $(am__append_16) \ - $(am__append_17) Amanda/Script.pm - - # PACKAGE: Amanda::Archive -@@ -1670,12 +1672,12 @@ - @WANT_SERVER_TRUE@Amanda_DB_DATA = Amanda/DB/Catalog.pm - - # PACKAGE: Amanda::Xfer --libXferdir = $(amperldir)/auto/Amanda/Xfer --libXfer_LTLIBRARIES = libXfer.la --libXfer_la_SOURCES = Amanda/Xfer.c $(AMGLUE_SWG) --libXfer_la_LDFLAGS = $(PERL_EXT_LDFLAGS) --libXfer_la_LIBADD = amglue/libamglue.la \ -- $(top_builddir)/xfer-src/libamxfer.la -+@WANT_CLIENT_TRUE@libXferdir = $(amperldir)/auto/Amanda/Xfer -+@WANT_CLIENT_TRUE@libXfer_LTLIBRARIES = libXfer.la -+@WANT_CLIENT_TRUE@libXfer_la_SOURCES = Amanda/Xfer.c $(AMGLUE_SWG) -+@WANT_CLIENT_TRUE@libXfer_la_LDFLAGS = $(PERL_EXT_LDFLAGS) -+@WANT_CLIENT_TRUE@libXfer_la_LIBADD = amglue/libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/xfer-src/libamxfer.la - - - # PACKAGE: Amanda::NDMP diff --git a/misc/amanda32-server/files/patch-perl__amglue__Makefile.in b/misc/amanda32-server/files/patch-perl__amglue__Makefile.in deleted file mode 100644 index 96d2bc290602..000000000000 --- a/misc/amanda32-server/files/patch-perl__amglue__Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- perl/amglue/Makefile.in 2010-10-16 19:29:45.554806332 +0900 -+++ perl/amglue/Makefile.in.orig 2010-10-07 03:58:28.000000000 +0900 -@@ -1212,6 +1212,7 @@ - list2="$$list2 $$p"; \ - else :; fi; \ - done; \ -+@WANT_CLIENT_FALSE@ list2=; \ - test -z "$$list2" || { \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(amlibdir)'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(amlibdir)"; \ diff --git a/misc/amanda32-server/files/patch-xfer-src__Makefile.in b/misc/amanda32-server/files/patch-xfer-src__Makefile.in deleted file mode 100644 index e9c3e7838a30..000000000000 --- a/misc/amanda32-server/files/patch-xfer-src__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- xfer-src/Makefile.in.orig 2010-10-16 14:38:56.304820189 +0900 -+++ xfer-src/Makefile.in 2010-10-16 14:40:42.063983713 +0900 -@@ -1176,7 +1176,7 @@ - - AM_CFLAGS = $(AMANDA_WARNING_CFLAGS) - AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS) --amlib_LTLIBRARIES = libamxfer.la -+@WANT_CLIENT_TRUE@amlib_LTLIBRARIES = libamxfer.la - LINT = $(AMLINT) - LINTFLAGS = $(AMLINTFLAGS) - libamxfer_la_SOURCES = \ diff --git a/misc/amanda32-server/files/pkg-deinstall.in b/misc/amanda32-server/files/pkg-deinstall.in deleted file mode 100644 index dc962ad302fc..000000000000 --- a/misc/amanda32-server/files/pkg-deinstall.in +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -if [ "$2" != "DEINSTALL" ]; then - exit 0 -fi - -%%PERL%% -i -pe "s|\" server restore client amrecover ndmp\"|\" client amrecover ndmp\"|" ${PKG_PREFIX}/%%SITE_PERL_REL%%/Amanda/Constants.pm diff --git a/misc/amanda32-server/files/pkg-install.in b/misc/amanda32-server/files/pkg-install.in deleted file mode 100644 index 6405b2dce989..000000000000 --- a/misc/amanda32-server/files/pkg-install.in +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -%%PERL%% -i -pe "s|\" client amrecover ndmp\"|\" server restore client amrecover ndmp\"|" ${PKG_PREFIX}/%%SITE_PERL_REL%%/Amanda/Constants.pm diff --git a/misc/amanda32-server/files/pkg-message.in b/misc/amanda32-server/files/pkg-message.in deleted file mode 100644 index 95ecbc36ae0f..000000000000 --- a/misc/amanda32-server/files/pkg-message.in +++ /dev/null @@ -1,3 +0,0 @@ -Please install these ports (they are only on-demand runtime dependencies): - - %%PORTSDIR%%/misc/mtx if you want chg-robot changer. - - %%PORTSDIR%%/security/aespipe if you want amcrypt(8). diff --git a/misc/amanda32-server/pkg-descr b/misc/amanda32-server/pkg-descr deleted file mode 100644 index b97ec75aa48b..000000000000 --- a/misc/amanda32-server/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is a release of Amanda, the Advanced Maryland Automatic -Network Disk Archiver. Amanda is a backup system designed to archive many -computers on a network to a single large-capacity tape drive. - -Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: Unix dump/restore, and - later GNU Tar and others. - * will back up multiple machines in parallel to a holding disk, blasting - finished dumps one by one to tape as fast as we can write files to - tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host - with a large holding disk can be filled by Amanda in under 4 hours. - * does simple tape management: will not overwrite the wrong tape. - -WWW: http://sourceforge.net/projects/amanda/ diff --git a/misc/amanda32-server/pkg-plist b/misc/amanda32-server/pkg-plist deleted file mode 100644 index 447d05ac893a..000000000000 --- a/misc/amanda32-server/pkg-plist +++ /dev/null @@ -1,114 +0,0 @@ -lib/amanda/libamdevice-%%SHLIBVER%%.so -lib/amanda/libamdevice.a -lib/amanda/libamdevice.la -lib/amanda/libamdevice.so -lib/amanda/libamserver-%%SHLIBVER%%.so -lib/amanda/libamserver.a -lib/amanda/libamserver.la -lib/amanda/libamserver.so -%%SITE_PERL%%/Amanda/Changer.pm -%%SITE_PERL%%/Amanda/Changer/compat.pm -%%SITE_PERL%%/Amanda/Changer/disk.pm -%%SITE_PERL%%/Amanda/Changer/multi.pm -%%SITE_PERL%%/Amanda/Changer/ndmp.pm -%%SITE_PERL%%/Amanda/Changer/null.pm -%%SITE_PERL%%/Amanda/Changer/rait.pm -%%SITE_PERL%%/Amanda/Changer/robot.pm -%%SITE_PERL%%/Amanda/Changer/single.pm -%%SITE_PERL%%/Amanda/Cmdline.pm -%%SITE_PERL%%/Amanda/Curinfo.pm -%%SITE_PERL%%/Amanda/Curinfo/Info.pm -%%SITE_PERL%%/Amanda/DB/Catalog.pm -%%SITE_PERL%%/Amanda/Device.pm -%%SITE_PERL%%/Amanda/Disklist.pm -%%SITE_PERL%%/Amanda/Holding.pm -%%SITE_PERL%%/Amanda/Interactive.pm -%%SITE_PERL%%/Amanda/Interactive/stdin.pm -%%SITE_PERL%%/Amanda/Logfile.pm -%%SITE_PERL%%/Amanda/Recovery/Clerk.pm -%%SITE_PERL%%/Amanda/Recovery/Planner.pm -%%SITE_PERL%%/Amanda/Recovery/Scan.pm -%%SITE_PERL%%/Amanda/Report.pm -%%SITE_PERL%%/Amanda/Report/human.pm -%%SITE_PERL%%/Amanda/Report/postscript.pm -%%SITE_PERL%%/Amanda/Report/xml.pm -%%SITE_PERL%%/Amanda/Tapelist.pm -%%SITE_PERL%%/Amanda/Taper/Controller.pm -%%SITE_PERL%%/Amanda/Taper/Protocol.pm -%%SITE_PERL%%/Amanda/Taper/Scan.pm -%%SITE_PERL%%/Amanda/Taper/Scan/traditional.pm -%%SITE_PERL%%/Amanda/Taper/Scribe.pm -%%SITE_PERL%%/Amanda/Taper/Worker.pm -%%SITE_PERL%%/Amanda/XferServer.pm -%%SITE_PERL%%/auto/Amanda/Cmdline/libCmdline.la -%%SITE_PERL%%/auto/Amanda/Cmdline/libCmdline.so -%%SITE_PERL%%/auto/Amanda/Device/libDevice.la -%%SITE_PERL%%/auto/Amanda/Device/libDevice.so -%%SITE_PERL%%/auto/Amanda/Disklist/libDisklist.la -%%SITE_PERL%%/auto/Amanda/Disklist/libDisklist.so -%%SITE_PERL%%/auto/Amanda/Logfile/libLogfile.la -%%SITE_PERL%%/auto/Amanda/Logfile/libLogfile.so -%%SITE_PERL%%/auto/Amanda/Tapelist/libTapelist.la -%%SITE_PERL%%/auto/Amanda/Tapelist/libTapelist.so -%%SITE_PERL%%/auto/Amanda/XferServer/libXferServer.la -%%SITE_PERL%%/auto/Amanda/XferServer/libXferServer.so -%%PLOT%%libexec/amanda/amcat.awk -libexec/amanda/amcheck-device -libexec/amanda/amcleanupdisk -libexec/amanda/amindexd -libexec/amanda/amlogroll -%%PLOT%%libexec/amanda/amplot.awk -%%PLOT%%libexec/amanda/amplot.g -%%PLOT%%libexec/amanda/amplot.gp -libexec/amanda/amtrmidx -libexec/amanda/amtrmlog -libexec/amanda/chg-disk -libexec/amanda/chg-lib.sh -libexec/amanda/chg-manual -libexec/amanda/chg-multi -libexec/amanda/chg-zd-mtx -libexec/amanda/chunker -libexec/amanda/amidxtaped -libexec/amanda/driver -libexec/amanda/dumper -libexec/amanda/planner -libexec/amanda/taper -%%S3DEVICE%%sbin/activate-devpay -sbin/amaddclient -sbin/amadmin -sbin/amcheck -sbin/amcheckdb -sbin/amcheckdump -sbin/amcleanup -sbin/amdevcheck -sbin/amdump -sbin/amfetchdump -sbin/amflush -sbin/amlabel -sbin/amoverview -%%PLOT%%sbin/amplot -sbin/amreport -sbin/amrestore -sbin/amrmtape -sbin/amserverconfig -sbin/amservice -sbin/amstatus -sbin/amtape -sbin/amtapetype -sbin/amtoc -sbin/amvault -@dirrm %%SITE_PERL%%/auto/Amanda/XferServer -@dirrm %%SITE_PERL%%/auto/Amanda/Tapelist -@dirrm %%SITE_PERL%%/auto/Amanda/Logfile -@dirrm %%SITE_PERL%%/auto/Amanda/Disklist -@dirrm %%SITE_PERL%%/auto/Amanda/Device -@dirrm %%SITE_PERL%%/auto/Amanda/Cmdline -@dirrm %%SITE_PERL%%/Amanda/Taper/Scan -@dirrm %%SITE_PERL%%/Amanda/Taper -@dirrm %%SITE_PERL%%/Amanda/Report -@dirrm %%SITE_PERL%%/Amanda/Recovery -@dirrm %%SITE_PERL%%/Amanda/Interactive -@dirrm %%SITE_PERL%%/Amanda/DB -@dirrm %%SITE_PERL%%/Amanda/Curinfo -@dirrm %%SITE_PERL%%/Amanda/Changer -@dirrm include/amanda diff --git a/misc/amanda32-server/pkg-plist.client b/misc/amanda32-server/pkg-plist.client deleted file mode 100644 index 4eb7901b5d01..000000000000 --- a/misc/amanda32-server/pkg-plist.client +++ /dev/null @@ -1,167 +0,0 @@ -lib/amanda/libamanda-%%SHLIBVER%%.so -lib/amanda/libamanda.a -lib/amanda/libamanda.la -lib/amanda/libamanda.so -lib/amanda/libamandad-%%SHLIBVER%%.so -lib/amanda/libamandad.a -lib/amanda/libamandad.la -lib/amanda/libamandad.so -lib/amanda/libamar-%%SHLIBVER%%.so -lib/amanda/libamar.a -lib/amanda/libamar.la -lib/amanda/libamar.so -lib/amanda/libamclient-%%SHLIBVER%%.so -lib/amanda/libamclient.a -lib/amanda/libamclient.la -lib/amanda/libamclient.so -lib/amanda/libamglue-%%SHLIBVER%%.so -lib/amanda/libamglue.a -lib/amanda/libamglue.la -lib/amanda/libamglue.so -lib/amanda/libamxfer-%%SHLIBVER%%.so -lib/amanda/libamxfer.a -lib/amanda/libamxfer.la -lib/amanda/libamxfer.so -lib/amanda/libndmjob-%%SHLIBVER%%.so -lib/amanda/libndmjob.a -lib/amanda/libndmjob.la -lib/amanda/libndmjob.so -lib/amanda/libndmlib-%%SHLIBVER%%.so -lib/amanda/libndmlib.a -lib/amanda/libndmlib.la -lib/amanda/libndmlib.so -libexec/amanda/amanda-sh-lib.sh -libexec/amanda/amandad -libexec/amanda/amndmjob -libexec/amanda/application/amgtar -libexec/amanda/application/amlog-script -libexec/amanda/application/ampgsql -libexec/amanda/application/amraw -libexec/amanda/application/amsamba -libexec/amanda/application/amstar -libexec/amanda/application/amsuntar -libexec/amanda/application/amzfs-sendrecv -libexec/amanda/application/amzfs-snapshot -libexec/amanda/application/script-email -libexec/amanda/calcsize -libexec/amanda/killpgrp -libexec/amanda/ndmjob -libexec/amanda/noop -libexec/amanda/patch-system -libexec/amanda/rundump -libexec/amanda/runtar -libexec/amanda/selfcheck -libexec/amanda/sendbackup -libexec/amanda/sendsize -libexec/amanda/teecount -%%SITE_PERL%%/Amanda/Application.pm -%%SITE_PERL%%/Amanda/Application/Zfs.pm -%%SITE_PERL%%/Amanda/Archive.pm -%%SITE_PERL%%/Amanda/BigIntCompat.pm -%%SITE_PERL%%/Amanda/ClientService.pm -%%SITE_PERL%%/Amanda/Config.pm -%%SITE_PERL%%/Amanda/Config/FoldingHash.pm -%%SITE_PERL%%/Amanda/Constants.pm -%%SITE_PERL%%/Amanda/Debug.pm -%%SITE_PERL%%/Amanda/Feature.pm -%%SITE_PERL%%/Amanda/Header.pm -%%SITE_PERL%%/Amanda/IPC/Binary.pm -%%SITE_PERL%%/Amanda/IPC/LineProtocol.pm -%%SITE_PERL%%/Amanda/MainLoop.pm -%%SITE_PERL%%/Amanda/NDMP.pm -%%SITE_PERL%%/Amanda/Paths.pm -%%SITE_PERL%%/Amanda/Process.pm -%%SITE_PERL%%/Amanda/Script.pm -%%SITE_PERL%%/Amanda/Script_App.pm -%%SITE_PERL%%/Amanda/Tests.pm -%%SITE_PERL%%/Amanda/Util.pm -%%SITE_PERL%%/Amanda/Xfer.pm -%%SITE_PERL%%/auto/Amanda/Application/libApplication.la -%%SITE_PERL%%/auto/Amanda/Application/libApplication.so -%%SITE_PERL%%/auto/Amanda/Archive/libArchive.la -%%SITE_PERL%%/auto/Amanda/Archive/libArchive.so -%%SITE_PERL%%/auto/Amanda/Config/libConfig.la -%%SITE_PERL%%/auto/Amanda/Config/libConfig.so -%%SITE_PERL%%/auto/Amanda/Debug/libDebug.la -%%SITE_PERL%%/auto/Amanda/Debug/libDebug.so -%%SITE_PERL%%/auto/Amanda/Feature/libFeature.la -%%SITE_PERL%%/auto/Amanda/Feature/libFeature.so -%%SITE_PERL%%/auto/Amanda/Header/libHeader.la -%%SITE_PERL%%/auto/Amanda/Header/libHeader.so -%%SITE_PERL%%/auto/Amanda/IPC/Binary/libBinary.la -%%SITE_PERL%%/auto/Amanda/IPC/Binary/libBinary.so -%%SITE_PERL%%/auto/Amanda/MainLoop/libMainLoop.la -%%SITE_PERL%%/auto/Amanda/MainLoop/libMainLoop.so -%%SITE_PERL%%/auto/Amanda/NDMP/libNDMP.la -%%SITE_PERL%%/auto/Amanda/NDMP/libNDMP.so -%%SITE_PERL%%/auto/Amanda/Tests/libTests.la -%%SITE_PERL%%/auto/Amanda/Tests/libTests.so -%%SITE_PERL%%/auto/Amanda/Util/libUtil.la -%%SITE_PERL%%/auto/Amanda/Util/libUtil.so -%%SITE_PERL%%/auto/Amanda/Xfer/libXfer.la -%%SITE_PERL%%/auto/Amanda/Xfer/libXfer.so -sbin/amaespipe -sbin/amarchiver -sbin/amcrypt -sbin/amcrypt-ossl -sbin/amcrypt-ossl-asym -sbin/amcryptsimple -sbin/amgetconf -sbin/amgpgcrypt -sbin/amoldrecover -sbin/amrecover -%%DATADIR%%/COPYRIGHT -%%DATADIR%%/ChangeLog -%%DATADIR%%/NEWS -%%DATADIR%%/ReleaseNotes -%%DATADIR%%/example/amanda-client-postgresql.conf -%%DATADIR%%/example/amanda-client.conf -%%DATADIR%%/example/amanda.conf -%%DATADIR%%/example/chg-multi.conf -%%DATADIR%%/example/chg-scsi.conf -%%DATADIR%%/example/disklist -%%DATADIR%%/example/inetd.conf.amandaclient -%%DATADIR%%/example/inetd.conf.amandaserver -%%DATADIR%%/example/label-templates/3hole.ps -%%DATADIR%%/example/label-templates/8.5x11.ps -%%DATADIR%%/example/label-templates/DIN-A4.ps -%%DATADIR%%/example/label-templates/DLT-A4.ps -%%DATADIR%%/example/label-templates/DLT.ps -%%DATADIR%%/example/label-templates/EXB-8500.ps -%%DATADIR%%/example/label-templates/HP-DAT.ps -%%DATADIR%%/example/xinetd.amandaclient -%%DATADIR%%/example/xinetd.amandaserver -%%DATADIR%%/template.d/advanced.conf -%%DATADIR%%/template.d/amanda-harddisk.conf -%%DATADIR%%/template.d/amanda-single-tape.conf -%%DATADIR%%/template.d/amanda-tape-changer.conf -%%DATADIR%%/template.d/amanda-S3.conf -%%DATADIR%%/template.d/dumptypes -%%DATADIR%%/template.d/tapetypes -%%DATADIR%%/template.d/README -%%DATADIR%%/template.d/chg-manual.conf -@dirrm %%SITE_PERL%%/auto/Amanda/Xfer -@dirrm %%SITE_PERL%%/auto/Amanda/Util -@dirrm %%SITE_PERL%%/auto/Amanda/Tests -@dirrm %%SITE_PERL%%/auto/Amanda/NDMP -@dirrm %%SITE_PERL%%/auto/Amanda/MainLoop -@dirrm %%SITE_PERL%%/auto/Amanda/IPC/Binary -@dirrm %%SITE_PERL%%/auto/Amanda/IPC -@dirrm %%SITE_PERL%%/auto/Amanda/Header -@dirrm %%SITE_PERL%%/auto/Amanda/Feature -@dirrm %%SITE_PERL%%/auto/Amanda/Debug -@dirrm %%SITE_PERL%%/auto/Amanda/Config -@dirrm %%SITE_PERL%%/auto/Amanda/Archive -@dirrm %%SITE_PERL%%/auto/Amanda/Application -@dirrm %%SITE_PERL%%/auto/Amanda -@dirrm %%SITE_PERL%%/Amanda/IPC -@dirrm %%SITE_PERL%%/Amanda/Config -@dirrm %%SITE_PERL%%/Amanda/Application -@dirrm %%SITE_PERL%%/Amanda -@dirrm %%DATADIR%%/template.d -@dirrm %%DATADIR%%/example/label-templates -@dirrm %%DATADIR%%/example -@dirrm %%DATADIR%% -@dirrm libexec/amanda/application -@dirrm libexec/amanda -@dirrm lib/amanda |