diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-08-17 11:41:43 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-08-17 11:41:43 +0000 |
commit | edcde514a44a38cfb9cbfecefffa8020e4457ce5 (patch) | |
tree | 7261f698c6193b7f2078577cea2c2342dabd42b3 /net/zebra-server/files | |
parent | Use time_t. (diff) |
Upgrade to version 1.3.0
Diffstat (limited to 'net/zebra-server/files')
-rw-r--r-- | net/zebra-server/files/patch-aa | 11 | ||||
-rw-r--r-- | net/zebra-server/files/patch-configure | 12 | ||||
-rw-r--r-- | net/zebra-server/files/patch-dict-Makefile.in | 11 | ||||
-rw-r--r-- | net/zebra-server/files/patch-doc-Makefile.in | 11 |
4 files changed, 17 insertions, 28 deletions
diff --git a/net/zebra-server/files/patch-aa b/net/zebra-server/files/patch-aa deleted file mode 100644 index cd1073d6515a..000000000000 --- a/net/zebra-server/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- index/lockutil.c.orig Sat Sep 16 14:24:25 2000 -+++ index/lockutil.c Sat Sep 16 14:24:40 2000 -@@ -79,7 +79,7 @@ - (O_BINARY|O_CREAT|O_RDWR), 0666); - #else - h->fd= open (name, ((h->excl_flag > 1) ? O_EXCL : 0)| -- (O_BINARY|O_CREAT|O_RDWR|O_SYNC), 0666); -+ (O_BINARY|O_CREAT|O_RDWR), 0666); - #endif - if (h->fd == -1) - { diff --git a/net/zebra-server/files/patch-configure b/net/zebra-server/files/patch-configure index 3d453e941fec..a4fa60833a21 100644 --- a/net/zebra-server/files/patch-configure +++ b/net/zebra-server/files/patch-configure @@ -1,13 +1,13 @@ ---- configure.orig Thu Oct 25 17:24:18 2001 -+++ configure Wed Dec 26 11:41:58 2001 -@@ -794,7 +794,7 @@ - EOF +--- configure.orig Sat Aug 17 14:52:11 2002 ++++ configure Sat Aug 17 14:53:16 2002 +@@ -697,7 +697,7 @@ + fi + - -PACKAGE=zebra +PACKAGE=zebra-server - VERSION=1.1 + VERSION=1.3.0 @@ -2005,6 +2005,7 @@ s%@DEFS@%$DEFS%g diff --git a/net/zebra-server/files/patch-dict-Makefile.in b/net/zebra-server/files/patch-dict-Makefile.in new file mode 100644 index 000000000000..d5d4d38e2ab0 --- /dev/null +++ b/net/zebra-server/files/patch-dict-Makefile.in @@ -0,0 +1,11 @@ +--- dict/Makefile.in.orig Sat Aug 17 14:58:12 2002 ++++ dict/Makefile.in Sat Aug 17 14:58:39 2002 +@@ -113,7 +113,7 @@ + CFLAGS = @CFLAGS@ + COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + CCLD = $(CC) +-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ ++LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) @PTHREAD_LIBS@ -o $@ + DIST_COMMON = Makefile.am Makefile.in + + diff --git a/net/zebra-server/files/patch-doc-Makefile.in b/net/zebra-server/files/patch-doc-Makefile.in deleted file mode 100644 index 5b44d9c801f6..000000000000 --- a/net/zebra-server/files/patch-doc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Sun Dec 23 14:33:05 2001 -+++ doc/Makefile.in Sun Dec 23 14:34:23 2001 -@@ -73,7 +73,7 @@ - YAZVERSION = @YAZVERSION@ - yazconfig = @yazconfig@ - --docdir = $(pkgdatadir)/doc -+docdir = $(datadir)/doc/@PACKAGE@ - - doc_DATA = zebra.sgml gils.sgml zebra.txt zebra.ps zebra.html zebra-1.html zebra-2.html zebra-3.html zebra-4.html zebra-5.html zebra-6.html zebra-7.html zebra-8.html zebra-9.html - |