diff options
author | christos <christos@pkgsrc.org> | 2001-06-26 03:14:11 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2001-06-26 03:14:11 +0000 |
commit | 95062a354a6c8dbd4c27babb62ff1604ec5791ed (patch) | |
tree | 63d512357a9d6b5a6aaa2b59fd26746d6cc24602 /sysutils/amanda-client/patches/patch-ae | |
parent | 7a47d0df3b6806f366b3f2193be02f1179740d04 (diff) | |
download | pkgsrc-95062a354a6c8dbd4c27babb62ff1604ec5791ed.tar.gz |
Prepare for 2.4.2p2
This is a bug fix release.
Improve debugging support, fix some fd leaks and add barcode reader support.
For more details, refer to the Changelog.
Diffstat (limited to 'sysutils/amanda-client/patches/patch-ae')
-rw-r--r-- | sysutils/amanda-client/patches/patch-ae | 40 |
1 files changed, 16 insertions, 24 deletions
diff --git a/sysutils/amanda-client/patches/patch-ae b/sysutils/amanda-client/patches/patch-ae index 8265f067b76..72660900711 100644 --- a/sysutils/amanda-client/patches/patch-ae +++ b/sysutils/amanda-client/patches/patch-ae @@ -1,32 +1,24 @@ -$NetBSD: patch-ae,v 1.5 2001/05/29 18:04:30 jlam Exp $ +$NetBSD: patch-ae,v 1.6 2001/06/26 03:14:11 christos Exp $ ---- recover-src/Makefile.in.orig Sat Nov 25 09:02:00 2000 -+++ recover-src/Makefile.in Tue May 29 12:32:35 2001 -@@ -158,7 +158,7 @@ +--- recover-src/Makefile.in.orig Tue Apr 3 15:55:45 2001 ++++ recover-src/Makefile.in Mon Jun 25 22:23:26 2001 +@@ -159,7 +159,7 @@ + # routines, and second to pick up any references in the other libraries. + ### - LDADD = @LEXLIB@ \ - ../client-src/libamclient.$(LIB_EXTENSION) \ -- ../common-src/libamanda.$(LIB_EXTENSION) -+ -lamanda -lreadline -ltermcap +-LDADD = ../common-src/libamanda.$(LIB_EXTENSION) @LEXLIB@ ../client-src/libamclient.$(LIB_EXTENSION) ../common-src/libamanda.$(LIB_EXTENSION) ++LDADD = @LEXLIB@ ../client-src/libamclient.$(LIB_EXTENSION) -lamanda - amrecover_SOURCES = amrecover.c \ -@@ -179,7 +179,7 @@ - - - DEFS = @DEFS@ -I. -I$(srcdir) -I../config --CPPFLAGS = @CPPFLAGS@ -+CPPFLAGS = @CPPFLAGS@ -DHAVE_LIBREADLINE - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ - am_amrecover_OBJECTS = amrecover.$(OBJEXT) display_commands.$(OBJEXT) \ -@@ -187,8 +187,7 @@ + amrecover_SOURCES = amrecover.c display_commands.c extract_list.c help.c set_commands.c uparse.y uscan.l +@@ -183,9 +183,7 @@ + extract_list.$(OBJEXT) help.$(OBJEXT) set_commands.$(OBJEXT) \ uparse.$(OBJEXT) uscan.$(OBJEXT) - amrecover_OBJECTS = $(am_amrecover_OBJECTS) amrecover_LDADD = $(LDADD) --amrecover_DEPENDENCIES = ../client-src/libamclient.$(LIB_EXTENSION) \ +-amrecover_DEPENDENCIES = ../common-src/libamanda.$(LIB_EXTENSION) \ +-../client-src/libamclient.$(LIB_EXTENSION) \ -../common-src/libamanda.$(LIB_EXTENSION) -+amrecover_DEPENDENCIES = ../client-src/libamclient.$(LIB_EXTENSION) ++amrecover_DEPENDENCIES = ../client-src/libamclient.$(LIB_EXTENSION) amrecover_LDFLAGS = - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ + LEXLIB = @LEXLIB@ |