svn commit: r377839 - in head/net/quagga: . files

Mathieu Arnold mat at FreeBSD.org
Sat Jan 24 23:22:40 UTC 2015


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


More information about the svn-ports-all mailing list