mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
repocopied as amanda26-{server,client}. Please stay in 2.6.x branch if you are conservative. Yes, you should so for important infrastructre like as backup system :-). New 3.2.0 port includes: - Use misc/amanda-perl-wrapper as perl5 interpreter which is linked with libthr.so to avoid thread problem. - Unique UID, GID assigned and use it by default. amanda user/group will be added automatically when not exist. - Deprecate AMANDA_{CONFIG,TAPE} port knobs. They can be set in runtime config easily. References: http://wiki.zmanda.com/index.php/3.2_features
39 lines
1.6 KiB
Text
39 lines
1.6 KiB
Text
--- 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
|