From owner-svn-ports-head@FreeBSD.ORG Sat Jan 24 23:22:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A58529A; Sat, 24 Jan 2015 23:22:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B59BF9D; Sat, 24 Jan 2015 23:22:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0ONMdbB064585; Sat, 24 Jan 2015 23:22:39 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0ONMdM3064583; Sat, 24 Jan 2015 23:22:39 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201501242322.t0ONMdM3064583@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sat, 24 Jan 2015 23:22:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377839 - in head/net/quagga: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2015 23:22:40 -0000 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