aboutsummaryrefslogtreecommitdiff
path: root/net/quagga
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2009-07-23 14:10:15 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2009-07-23 14:10:15 +0000
commit1784db1aaa82e38350058b70fd31233945d622d0 (patch)
tree4d24b496b52aa07c747ac42512cfd09feefaad1c /net/quagga
parent04cf50011b1de12eb8599839fd7e853c6b46d792 (diff)
downloadports-1784db1aaa82e38350058b70fd31233945d622d0.tar.gz
ports-1784db1aaa82e38350058b70fd31233945d622d0.zip
- Update to 0.99.14
* fixed a bug with ospf6d - Remove old patches for FreeBSD 4.x Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=238242
Diffstat (limited to 'net/quagga')
-rw-r--r--net/quagga/Makefile2
-rw-r--r--net/quagga/distinfo6
-rw-r--r--net/quagga/files/patch-fix-autotools42
-rw-r--r--net/quagga/files/patch-lib-buffer.c11
-rw-r--r--net/quagga/files/patch-ospfd-ospf_api.c11
5 files changed, 4 insertions, 68 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index c2e12b4f48b0..b6f9e1848250 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= quagga
-PORTVERSION= 0.99.13
+PORTVERSION= 0.99.14
CATEGORIES= net ipv6
MASTER_SITES= http://quagga.net/download/ \
http://www.ru.quagga.net/download/ \
diff --git a/net/quagga/distinfo b/net/quagga/distinfo
index b1d0d010fb2a..9e98c36d93f0 100644
--- a/net/quagga/distinfo
+++ b/net/quagga/distinfo
@@ -1,3 +1,3 @@
-MD5 (quagga-0.99.13.tar.gz) = 55a7d2dcf016580a7c7412b3518cd942
-SHA256 (quagga-0.99.13.tar.gz) = da986f2c9ee550c1a9fd76a06bae708cb5988ea468a7fb8c73c3f5f055bd8d9f
-SIZE (quagga-0.99.13.tar.gz) = 2172551
+MD5 (quagga-0.99.14.tar.gz) = 3a075fd5e26ec6d52f4a51b14a2d3c2c
+SHA256 (quagga-0.99.14.tar.gz) = 3f637fa1b49d335c00e78602754977d22455ba6e4a82ce4183c4da50667067e5
+SIZE (quagga-0.99.14.tar.gz) = 2185686
diff --git a/net/quagga/files/patch-fix-autotools b/net/quagga/files/patch-fix-autotools
deleted file mode 100644
index 3ff5c26bf363..000000000000
--- a/net/quagga/files/patch-fix-autotools
+++ /dev/null
@@ -1,42 +0,0 @@
---- Makefile.in.orig 2007-10-16 14:26:18.000000000 +0400
-+++ Makefile.in 2007-10-16 14:25:58.000000000 +0400
-@@ -244,39 +244,6 @@
- $(MAKE) $(AM_MAKEFLAGS) all-recursive
-
- .SUFFIXES:
--am--refresh:
-- @:
--$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
-- @for dep in $?; do \
-- case '$(am__configure_deps)' in \
-- *$$dep*) \
-- echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
-- cd $(srcdir) && $(AUTOMAKE) --gnu \
-- && exit 0; \
-- exit 1;; \
-- esac; \
-- done; \
-- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
-- cd $(top_srcdir) && \
-- $(AUTOMAKE) --gnu Makefile
--.PRECIOUS: Makefile
--Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-- @case '$?' in \
-- *config.status*) \
-- echo ' $(SHELL) ./config.status'; \
-- $(SHELL) ./config.status;; \
-- *) \
-- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
-- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
-- esac;
--
--$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-- $(SHELL) ./config.status --recheck
--
--$(top_srcdir)/configure: $(am__configure_deps)
-- cd $(srcdir) && $(AUTOCONF)
--$(ACLOCAL_M4): $(am__aclocal_m4_deps)
-- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-
- config.h: stamp-h1
- @if test ! -f $@; then \
diff --git a/net/quagga/files/patch-lib-buffer.c b/net/quagga/files/patch-lib-buffer.c
deleted file mode 100644
index 0aba361550bb..000000000000
--- a/net/quagga/files/patch-lib-buffer.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/buffer.c.orig Fri Feb 3 13:24:03 2006
-+++ lib/buffer.c Fri Feb 3 13:24:15 2006
-@@ -53,7 +53,7 @@
- size_t sp;
-
- /* Actual data stream (variable length). */
-- unsigned char data[]; /* real dimension is buffer->size */
-+ unsigned char data[0]; /* real dimension is buffer->size */
- };
-
- /* It should always be true that: 0 <= sp <= cp <= size */
diff --git a/net/quagga/files/patch-ospfd-ospf_api.c b/net/quagga/files/patch-ospfd-ospf_api.c
deleted file mode 100644
index e641ce884d1e..000000000000
--- a/net/quagga/files/patch-ospfd-ospf_api.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ospfd/ospf_api.c.orig Thu Nov 24 21:51:16 2005
-+++ ospfd/ospf_api.c Wed Feb 8 11:49:31 2006
-@@ -68,7 +68,7 @@
- struct opaque_lsa
- {
- struct lsa_header header;
-- u_char mydata[];
-+ u_char mydata[0];
- };
-
- struct opaque_lsa *olsa;