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

Mathieu Arnold mat at FreeBSD.org
Fri Jan 23 14:48:51 UTC 2015


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


More information about the svn-ports-all mailing list