Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2015 14:48:51 +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: r377741 - head/net-mgmt/net-snmp
Message-ID:  <201501231448.t0NEmpiW014022@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Jan 23 14:48:50 2015
New Revision: 377741
URL: https://svnweb.freebsd.org/changeset/ports/377741
QAT: https://qat.redports.org/buildarchive/r377741/

Log:
  Get libpkg detection working again on 8 and 9, fixes hrSWInstalled's MIB.
  
  Approved by:	zi
  Sponsored by:	Absolight

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

Modified: head/net-mgmt/net-snmp/Makefile
==============================================================================
--- head/net-mgmt/net-snmp/Makefile	Fri Jan 23 13:17:49 2015	(r377740)
+++ head/net-mgmt/net-snmp/Makefile	Fri Jan 23 14:48:50 2015	(r377741)
@@ -3,6 +3,7 @@
 
 PORTNAME=	snmp
 PORTVERSION=	5.7.3
+PORTREVISION=	1
 CATEGORIES=	net-mgmt ipv6
 MASTER_SITES=	SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	net-
@@ -37,6 +38,7 @@ USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 USES=		perl5 libtool
 USE_PERL5=	build run
+USE_CSTD=	c99
 
 CFLAGS+=	-I${LOCALBASE}/include -I${PKG_PREFIX}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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