svn commit: r359248 - head/net-mgmt/net-snmp

Ryan Steinmetz zi at FreeBSD.org
Wed Jun 25 14:25:14 UTC 2014


Author: zi
Date: Wed Jun 25 14:25:14 2014
New Revision: 359248
URL: http://svnweb.freebsd.org/changeset/ports/359248
QAT: https://qat.redports.org/buildarchive/r359248/

Log:
  - Fix yet another problem

Modified:
  head/net-mgmt/net-snmp/Makefile

Modified: head/net-mgmt/net-snmp/Makefile
==============================================================================
--- head/net-mgmt/net-snmp/Makefile	Wed Jun 25 14:23:48 2014	(r359247)
+++ head/net-mgmt/net-snmp/Makefile	Wed Jun 25 14:25:14 2014	(r359248)
@@ -3,7 +3,7 @@
 
 PORTNAME=	snmp
 PORTVERSION=	5.7.2
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	net-mgmt ipv6
 MASTER_SITES=	SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	net-
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+=--enable-shared --enable
 		--with-logfile="${NET_SNMP_LOGFILE}" \
 		--with-persistent-directory="${NET_SNMP_PERSISTENTDIR}" \
 		--with-gnu-ld --with-libwrap \
-		--with-ldflags="-lm -lkvm -ldevstat -lpkg ${LDFLAGS}"
+		--with-ldflags="-lm -lkvm -ldevstat -lpkg"
 SUB_FILES=	pkg-message
 
 .if defined(BATCH)


More information about the svn-ports-head mailing list