diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-01-04 16:44:30 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-01-04 16:44:30 +0000 |
commit | 30a9e6d5cd669bf0e0e30340edc81bc1a2b87227 (patch) | |
tree | 61ec8168bdd19b35fc261ce5c3e1fbbf43311f71 /net/zebra-server/files | |
parent | Update to version 1.3 (diff) |
Update to version 1.3.4.
Diffstat (limited to 'net/zebra-server/files')
-rw-r--r-- | net/zebra-server/files/patch-configure | 12 | ||||
-rw-r--r-- | net/zebra-server/files/patch-dfa-Makefile.in | 10 | ||||
-rw-r--r-- | net/zebra-server/files/patch-tab-Makefile.in | 10 |
3 files changed, 16 insertions, 16 deletions
diff --git a/net/zebra-server/files/patch-configure b/net/zebra-server/files/patch-configure index a4fa60833a21..b993683f4a2f 100644 --- a/net/zebra-server/files/patch-configure +++ b/net/zebra-server/files/patch-configure @@ -1,15 +1,15 @@ ---- configure.orig Sat Aug 17 14:52:11 2002 -+++ configure Sat Aug 17 14:53:16 2002 -@@ -697,7 +697,7 @@ +--- configure.orig Sat Jan 4 16:33:07 2003 ++++ configure Sat Jan 4 16:33:58 2003 +@@ -705,7 +705,7 @@ fi --PACKAGE=zebra +-PACKAGE=idzebra +PACKAGE=zebra-server - VERSION=1.3.0 + VERSION=1.3.4 -@@ -2005,6 +2005,7 @@ +@@ -2329,6 +2329,7 @@ s%@DEFS@%$DEFS%g s%@LDFLAGS@%$LDFLAGS%g s%@LIBS@%$LIBS%g diff --git a/net/zebra-server/files/patch-dfa-Makefile.in b/net/zebra-server/files/patch-dfa-Makefile.in index 14a159381b94..58bd1d59edb6 100644 --- a/net/zebra-server/files/patch-dfa-Makefile.in +++ b/net/zebra-server/files/patch-dfa-Makefile.in @@ -1,11 +1,11 @@ ---- dfa/Makefile.in.orig Wed Dec 26 11:44:33 2001 -+++ dfa/Makefile.in Wed Dec 26 11:45:00 2001 -@@ -78,7 +78,7 @@ +--- dfa/Makefile.in.orig Sat Jan 4 16:35:12 2003 ++++ dfa/Makefile.in Sat Jan 4 16:35:30 2003 +@@ -84,7 +84,7 @@ noinst_PROGRAMS = agrep lexer grepper INCLUDES = -I$(srcdir)/../include @YAZINC@ --LDADD = libdfa.a ../util/libutil.a @YAZLIB@ @LIBS@ -+LDADD = libdfa.a ../util/libutil.a @YAZLIB@ @LIBS@ @PTHREAD_LIBS@ +-LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB) ++LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB) @PTHREAD_LIBS@ agrep_SOURCES = agrep.c diff --git a/net/zebra-server/files/patch-tab-Makefile.in b/net/zebra-server/files/patch-tab-Makefile.in index 146eb1495f32..ef7329489f75 100644 --- a/net/zebra-server/files/patch-tab-Makefile.in +++ b/net/zebra-server/files/patch-tab-Makefile.in @@ -1,11 +1,11 @@ ---- tab/Makefile.in.orig Sun Dec 23 14:36:49 2001 -+++ tab/Makefile.in Sun Dec 23 14:40:13 2001 -@@ -73,7 +73,7 @@ - YAZVERSION = @YAZVERSION@ +--- tab/Makefile.in.orig Sat Jan 4 16:36:23 2003 ++++ tab/Makefile.in Sat Jan 4 16:36:52 2003 +@@ -79,7 +79,7 @@ + ZPERL_LIBS = @ZPERL_LIBS@ yazconfig = @yazconfig@ -tabdatadir = $(pkgdatadir)/tab +tabdatadir = $(datadir)/@PACKAGE@/tab + tabdata_DATA = bib1.att dan1.att danmarc.abs danmarc.mar default.idx explain.abs explain.att explain.tag generic.tag gils.abs gils-a.est gils.att gils-b.est gils-f.est gils-g.est gils-summary.map gils.tag gils-usmarc.map gils-variant.est hci.flt mail.flt meta.abs meta-b.est meta.tag meta-usmarc.map news.flt numeric.chr nwi.flt refer.flt scan.chr sgml.flt soif.flt string.chr summary.abs summary.tag tagsetg.tag tagsetm.tag urx.chr usmarc.abs usmarc-b.est usmarc.flt usmarc.mar usmarc.tag var1.var wais.abs wais-b.est wais-variant.est - tabdata_DATA = default.idx hci.flt mail.flt news.flt numeric.chr nwi.flt refer.flt scan.chr sgml.flt soif.flt string.chr urx.chr usmarc.flt |