Anyone using quagga like to try this update?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/quagga/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile    12 May 2009 12:18:04 -0000      1.14
+++ Makefile    21 Jun 2010 01:29:23 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       multi-threaded routing daemon
 
-DISTNAME=      quagga-0.99.12
+DISTNAME=      quagga-0.99.16
 SHARED_LIBS=    ospf   0.0     \
                 zebra  0.0
 CATEGORIES=    net
@@ -20,6 +20,7 @@ WANTLIB=              c curses m readline termcap
 STATEDIR?=     /var/quagga
 SUBST_VARS=    CONFDIR STATEDIR
 
+BUILD_DEPENDS= ::lang/gawk
 USE_GMAKE=     Yes
 CONFDIR=       ${SYSCONFDIR}/quagga
 SEPARATE_BUILD=        concurrent
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/quagga/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    12 May 2009 12:18:04 -0000      1.7
+++ distinfo    21 Jun 2010 01:29:23 -0000
@@ -1,5 +1,5 @@
-MD5 (quagga-0.99.12.tar.gz) = 0rtRP0rBE9uzAMFaC9CiQQ==
-RMD160 (quagga-0.99.12.tar.gz) = 9EOVTbGBI6tLl5g07L/1h3gziv4=
-SHA1 (quagga-0.99.12.tar.gz) = 5oFOyoYCdPtPOfA22BF862QbLBo=
-SHA256 (quagga-0.99.12.tar.gz) = LUiXpWd0/njaWOOVHo42UXX83jZgNvAHH3XDkXIJl+E=
-SIZE (quagga-0.99.12.tar.gz) = 2162403
+MD5 (quagga-0.99.16.tar.gz) = NQ+xUL5SbN/E0rCTy01ppw==
+RMD160 (quagga-0.99.16.tar.gz) = xJMLwu8jtGno1W8lyX7az/KSuTo=
+SHA1 (quagga-0.99.16.tar.gz) = K6VUpBZxmIJX5Rzxy1yyUBX7lC8=
+SHA256 (quagga-0.99.16.tar.gz) = hA43a/QqPF7hBp7t3bGVdJseut7vbKzZ/uJO1vRMNcU=
+SIZE (quagga-0.99.16.tar.gz) = 2168417
Index: patches/patch-configure
===================================================================
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure     12 May 2009 12:18:04 -0000      1.6
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,42 +0,0 @@
-$OpenBSD: patch-configure,v 1.6 2009/05/12 12:18:04 sthen Exp $
---- configure.orig     Fri May  8 23:16:04 2009
-+++ configure  Sun May 10 12:38:00 2009
-@@ -18818,6 +18818,27 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- $ac_includes_default
-+#ifdef HAVE_SYS_SOCKET_H
-+#include <sys/socket.h>
-+#endif
-+#ifdef HAVE_NET_IF_H
-+#include <net/if.h>
-+#endif
-+#ifdef HAVE_NETINET_IN_H
-+#include <netinet/in.h>
-+#endif
-+#ifdef HAVE_SYS_SOCKET_H
-+#include <sys/socket.h>
-+#endif
-+#ifdef HAVE_NET_IF_H
-+#include <net/if.h>
-+#endif
-+#ifdef HAVE_IPV6
-+#include <netinet/in.h>
-+#endif
-+#ifdef HAVE_NETINET6_IN6_VAR_H
-+#include <netinet6/in6_var.h>
-+#endif
- #include <$ac_header>
- _ACEOF
- rm -f conftest.$ac_objext
-@@ -32793,10 +32814,3 @@ log file mask           : ${enable_logfile_mask}
- 
- The above user and group must have read/write access to the state file
- directory and to the config files in the config file directory."
--
--if test x"$quagga_cv_gnu_make" = x"no"; then echo "
--Warning: The ${MAKE-make} programme detected, either in your path or
--via the MAKE variable, is not GNU Make. GNU make may be installed as
--gmake on some systems. and is required to complete a build of Quagga
--" > /dev/stderr
--fi
Index: patches/patch-doc_Makefile_in
===================================================================
RCS file: /cvs/ports/net/quagga/patches/patch-doc_Makefile_in,v
retrieving revision 1.5
diff -u -p -r1.5 patch-doc_Makefile_in
--- patches/patch-doc_Makefile_in       12 May 2009 12:18:04 -0000      1.5
+++ patches/patch-doc_Makefile_in       21 Jun 2010 01:29:23 -0000
@@ -1,15 +1,15 @@
 $OpenBSD: patch-doc_Makefile_in,v 1.5 2009/05/12 12:18:04 sthen Exp $
---- doc/Makefile.in.orig       Fri May  8 23:16:05 2009
-+++ doc/Makefile.in    Sun May 10 12:39:23 2009
-@@ -133,6 +133,7 @@ LIPO = @LIPO@
+--- doc/Makefile.in.orig       Tue Mar  9 10:55:53 2010
++++ doc/Makefile.in    Sun Jun 20 14:01:15 2010
+@@ -134,6 +134,7 @@ LIB_REGEX = @LIB_REGEX@
  LN_S = @LN_S@
  LTLIBOBJS = @LTLIBOBJS@
  MAKEINFO = @MAKEINFO@
 +MAKEINFOFLAGS = --no-split -I $(srcdir)
- MKDIR_P = @MKDIR_P@
  MULTIPATH_NUM = @MULTIPATH_NUM@
- NM = @NM@
-@@ -351,7 +352,7 @@ clean-libtool:
+ NMEDIT = @NMEDIT@
+ OBJEXT = @OBJEXT@
+@@ -347,7 +348,7 @@ distclean-libtool:
  
  .texi.dvi:
        TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
@@ -18,7 +18,7 @@ $OpenBSD: patch-doc_Makefile_in,v 1.5 20
        $(TEXI2DVI) $<
  
  .texi.pdf:
-@@ -707,7 +708,7 @@ install-info-am: $(INFO_DEPS)
+@@ -640,7 +641,7 @@ install-info-am: $(INFO_DEPS)
          case $$file in \
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
          esac; \
Index: patches/patch-ospfclient_Makefile_in
===================================================================
RCS file: /cvs/ports/net/quagga/patches/patch-ospfclient_Makefile_in,v
retrieving revision 1.5
diff -u -p -r1.5 patch-ospfclient_Makefile_in
--- patches/patch-ospfclient_Makefile_in        12 May 2009 12:18:04 -0000      
1.5
+++ patches/patch-ospfclient_Makefile_in        21 Jun 2010 01:29:23 -0000
@@ -1,13 +1,13 @@
 $OpenBSD: patch-ospfclient_Makefile_in,v 1.5 2009/05/12 12:18:04 sthen Exp $
---- ospfclient/Makefile.in.orig        Fri May  8 23:16:06 2009
-+++ ospfclient/Makefile.in     Sun May 10 12:38:00 2009
-@@ -109,7 +109,8 @@ CPP = @CPP@
- CPPFLAGS = @CPPFLAGS@
- CURSES = @CURSES@
+--- ospfclient/Makefile.in.orig        Tue Mar  9 10:55:53 2010
++++ ospfclient/Makefile.in     Sun Jun 20 13:58:21 2010
+@@ -109,7 +109,8 @@ CXXCPP = @CXXCPP@
+ CXXDEPMODE = @CXXDEPMODE@
+ CXXFLAGS = @CXXFLAGS@
  CYGPATH_W = @CYGPATH_W@
 -DEFS = @DEFS@
 +DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
 +INSTALL_SDATA = @INSTALL@ -m 600
  DEPDIR = @DEPDIR@
+ DOC = @DOC@
  DSYMUTIL = @DSYMUTIL@
- DUMPBIN = @DUMPBIN@
Index: patches/patch-zebra_kernel_socket_c
===================================================================
RCS file: /cvs/ports/net/quagga/patches/patch-zebra_kernel_socket_c,v
retrieving revision 1.5
diff -u -p -r1.5 patch-zebra_kernel_socket_c
--- patches/patch-zebra_kernel_socket_c 18 Feb 2009 00:37:53 -0000      1.5
+++ patches/patch-zebra_kernel_socket_c 21 Jun 2010 01:29:23 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-zebra_kernel_socket_c,v 1.5 2009/02/18 00:37:53 sthen Exp $
---- zebra/kernel_socket.c.orig Fri Sep  5 15:27:26 2008
-+++ zebra/kernel_socket.c      Mon Nov 10 09:14:15 2008
+--- zebra/kernel_socket.c.orig Wed Dec  9 12:37:12 2009
++++ zebra/kernel_socket.c      Sun Jun 20 13:58:21 2010
 @@ -136,7 +136,7 @@ const struct message rtm_type_str[] =
    {RTM_REDIRECT, "RTM_REDIRECT"},
    {RTM_MISS,     "RTM_MISS"},
@@ -10,7 +10,7 @@ $OpenBSD: patch-zebra_kernel_socket_c,v 
    {RTM_OLDADD,   "RTM_OLDADD"},
  #endif /* RTM_OLDADD */
  #ifdef RTM_OLDDEL
-@@ -726,9 +726,7 @@ rtm_read_mesg (struct rt_msghdr *rtm,
+@@ -728,9 +728,7 @@ rtm_read_mesg (struct rt_msghdr *rtm,
  
    /* rt_msghdr version check. */
    if (rtm->rtm_version != RTM_VERSION) 

Reply via email to