freebsd-ports/misc/amanda32-server/files/patch-common-src::Makefile.in
Jun Kuriyama 85bf840c94 Finally upgrade amanda-{server,client} to 3.2.0. Old 2.6.x was
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
2010-11-01 14:21:26 +00:00

11 lines
470 B
Text

--- 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 \