Tue Aug 5 12:25:13 2014 UTC ()
Factor out some common settings so they can be shared
with the newly added net/py-netsnmp package.


(he)
diff -r1.104 -r1.105 pkgsrc/net/net-snmp/Makefile
diff -r0 -r1.1 pkgsrc/net/net-snmp/Makefile.common

cvs diff -r1.104 -r1.105 pkgsrc/net/net-snmp/Makefile (expand / switch to unified diff)

--- pkgsrc/net/net-snmp/Makefile 2014/05/29 23:37:05 1.104
+++ pkgsrc/net/net-snmp/Makefile 2014/08/05 12:25:13 1.105
@@ -1,24 +1,21 @@ @@ -1,24 +1,21 @@
1# $NetBSD: Makefile,v 1.104 2014/05/29 23:37:05 wiz Exp $ 1# $NetBSD: Makefile,v 1.105 2014/08/05 12:25:13 he Exp $
2 2
3DISTNAME= net-snmp-5.7.2.1 3.include "Makefile.common"
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/} 
7 6
8MAINTAINER= adam@NetBSD.org 7MAINTAINER= adam@NetBSD.org
9HOMEPAGE= http://www.net-snmp.org/ 
10COMMENT= Extensible SNMP implementation 8COMMENT= Extensible SNMP implementation
11LICENSE= modified-bsd 
12 9
13CONFLICTS= ucd-snmp-[0-9]* 10CONFLICTS= ucd-snmp-[0-9]*
14CONFLICTS+= nocol-[0-9]* # bin/snmpget bin/snmpwalk 11CONFLICTS+= nocol-[0-9]* # bin/snmpget bin/snmpwalk
15 12
16USE_LIBTOOL= yes 13USE_LIBTOOL= yes
17GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
18 15
19MAKE_ENV+= OPSYS=${OPSYS} 16MAKE_ENV+= OPSYS=${OPSYS}
20MAKE_JOBS_SAFE= no 17MAKE_JOBS_SAFE= no
21 18
22.include "../../mk/bsd.prefs.mk" 19.include "../../mk/bsd.prefs.mk"
23 20
24.include "options.mk" 21.include "options.mk"

File Added: pkgsrc/net/net-snmp/Makefile.common
# $NetBSD: Makefile.common,v 1.1 2014/08/05 12:25:13 he Exp $

# used by net/net-snmp/Makefile
# used by net/py-netsnmp/Makefile

DISTNAME=	net-snmp-5.7.2.1
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=net-snmp/}

HOMEPAGE=	http://www.net-snmp.org/
LICENSE=	modified-bsd