Sat Dec 22 11:23:59 2012 UTC ()
Completely disable manual page compression for this package as it uses
nested manual page extensively.

Bump package revision for this bug fix.


(tron)
diff -r1.92 -r1.93 pkgsrc/net/net-snmp/Makefile

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

--- pkgsrc/net/net-snmp/Makefile 2012/10/23 17:18:40 1.92
+++ pkgsrc/net/net-snmp/Makefile 2012/12/22 11:23:59 1.93
@@ -1,38 +1,41 @@ @@ -1,38 +1,41 @@
1# $NetBSD: Makefile,v 1.92 2012/10/23 17:18:40 asau Exp $ 1# $NetBSD: Makefile,v 1.93 2012/12/22 11:23:59 tron Exp $
2 2
3DISTNAME= net-snmp-5.6.1.1 3DISTNAME= net-snmp-5.6.1.1
4PKGREVISION= 4 4PKGREVISION= 5
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/}
7 7
8MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
9HOMEPAGE= http://www.net-snmp.org/ 9HOMEPAGE= http://www.net-snmp.org/
10COMMENT= Extensible SNMP implementation 10COMMENT= Extensible SNMP implementation
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13CONFLICTS= ucd-snmp-[0-9]* 13CONFLICTS= ucd-snmp-[0-9]*
14CONFLICTS+= nocol-[0-9]* # bin/snmpget bin/snmpwalk 14CONFLICTS+= nocol-[0-9]* # bin/snmpget bin/snmpwalk
15 15
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18 18
19MAKE_ENV+= OPSYS=${OPSYS} 19MAKE_ENV+= OPSYS=${OPSYS}
20MAKE_JOBS_SAFE= no 20MAKE_JOBS_SAFE= no
21 21
22.include "../../mk/bsd.prefs.mk" 22.include "../../mk/bsd.prefs.mk"
23 23
24.include "options.mk" 24.include "options.mk"
25 25
 26# Don't compress manual pages as they include each other.
 27.undef MANZ
 28
26.if ${OPSYS} == "DragonFly" 29.if ${OPSYS} == "DragonFly"
27MAKE_ENV+= MIB_SYSTEM_LIBS=-lkinfo 30MAKE_ENV+= MIB_SYSTEM_LIBS=-lkinfo
28.endif 31.endif
29 32
30.if ${OPSYS} == "NetBSD" 33.if ${OPSYS} == "NetBSD"
31OSVERSION_SPECIFIC= YES 34OSVERSION_SPECIFIC= YES
32. if empty(CFLAGS:U:M*-Dnetbsd1*) 35. if empty(CFLAGS:U:M*-Dnetbsd1*)
33CFLAGS+= -Dnetbsd1 36CFLAGS+= -Dnetbsd1
34. endif 37. endif
35.endif 38.endif
36 39
37.if (${OPSYS} == "NetBSD") || !exists(/usr/bin/lpstat) 40.if (${OPSYS} == "NetBSD") || !exists(/usr/bin/lpstat)
38CONFIGURE_ENV+= ac_cv_path_LPSTAT_PATH=no 41CONFIGURE_ENV+= ac_cv_path_LPSTAT_PATH=no