Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 23:22:39 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377839 - in head/net/quagga: . files
Message-ID:  <201501242322.t0ONMdM3064583@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sat Jan 24 23:22:39 2015
New Revision: 377839
URL: https://svnweb.freebsd.org/changeset/ports/377839
QAT: https://qat.redports.org/buildarchive/r377839/

Log:
  Fix build after last automake update.
  
  Sponsored by:	Absolight

Added:
  head/net/quagga/files/patch-configure
     - copied, changed from r377835, head/net/quagga/files/patch-configure.ac
Deleted:
  head/net/quagga/files/patch-configure.ac
Modified:
  head/net/quagga/Makefile

Modified: head/net/quagga/Makefile
==============================================================================
--- head/net/quagga/Makefile	Sat Jan 24 23:10:59 2015	(r377838)
+++ head/net/quagga/Makefile	Sat Jan 24 23:22:39 2015	(r377839)
@@ -19,7 +19,7 @@ CONFLICTS=	openbgpd-[0-9]* openospfd-[0-
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-exampledir=${PREFIX}/share/examples/quagga
 INSTALL_TARGET=	install-strip
-USES=		gmake libtool makeinfo perl5 readline autoreconf
+USES=		gmake libtool makeinfo perl5 readline
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 

Copied and modified: head/net/quagga/files/patch-configure (from r377835, head/net/quagga/files/patch-configure.ac)
==============================================================================
--- head/net/quagga/files/patch-configure.ac	Sat Jan 24 22:22:26 2015	(r377835, copy source)
+++ head/net/quagga/files/patch-configure	Sat Jan 24 23:22:39 2015	(r377839)
@@ -1,11 +1,11 @@
---- configure.ac.orig	2014-08-25 16:56:53 UTC
-+++ configure.ac
-@@ -1415,7 +1415,7 @@
- dnl ------------------
- dnl check Net-SNMP library
- dnl ------------------
+--- configure.orig	2014-08-25 17:02:06 UTC
++++ configure
+@@ -18158,7 +18158,7 @@ fi
+ 
+ 
+ 
 -if test "${enable_snmp}" != ""; then
 +if test "x${enable_snmp}" != "xno"; then
-    AC_PATH_TOOL([NETSNMP_CONFIG], [net-snmp-config], [no])
-    if test x"$NETSNMP_CONFIG" = x"no"; then
-       AC_MSG_ERROR([--enable-snmp given but unable to find net-snmp-config])
+    if test -n "$ac_tool_prefix"; then
+   # Extract the first word of "${ac_tool_prefix}net-snmp-config", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}net-snmp-config; ac_word=$2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501242322.t0ONMdM3064583>