Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 14:25:14 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359248 - head/net-mgmt/net-snmp
Message-ID:  <201406251425.s5PEPE4A049902@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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