Thu Jan 17 15:49:44 2013 UTC ()
NetBSD/current needs _KMEMUSEr.


(joerg)
diff -r1.21 -r1.22 pkgsrc/devel/libstatgrab/Makefile

cvs diff -r1.21 -r1.22 pkgsrc/devel/libstatgrab/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libstatgrab/Makefile 2012/10/31 11:17:21 1.21
+++ pkgsrc/devel/libstatgrab/Makefile 2013/01/17 15:49:44 1.22
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.21 2012/10/31 11:17:21 asau Exp $ 1# $NetBSD: Makefile,v 1.22 2013/01/17 15:49:44 joerg Exp $
2 2
3DISTNAME= libstatgrab-0.17 3DISTNAME= libstatgrab-0.17
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \ 6MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \
7 ftp://ftp.i-scream.org/pub/i-scream/libstatgrab/ \ 7 ftp://ftp.i-scream.org/pub/i-scream/libstatgrab/ \
8 http://ftp.i-scream.org/pub/i-scream/libstatgrab/ \ 8 http://ftp.i-scream.org/pub/i-scream/libstatgrab/ \
9 http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/ \ 9 http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/ \
10 http://dl.ambiweb.de/mirrors/ftp.i-scream.org/libstatgrab/ 10 http://dl.ambiweb.de/mirrors/ftp.i-scream.org/libstatgrab/
11 11
12MAINTAINER= pkgsrc-users@NetBSD.org 12MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= http://www.i-scream.org/libstatgrab/ 13HOMEPAGE= http://www.i-scream.org/libstatgrab/
14COMMENT= Provides a useful interface to system statistics 14COMMENT= Provides a useful interface to system statistics
@@ -17,14 +17,16 @@ LICENSE= gnu-gpl-v2 @@ -17,14 +17,16 @@ LICENSE= gnu-gpl-v2
17.include "options.mk" 17.include "options.mk"
18 18
19USE_TOOLS+= pkg-config perl:run 19USE_TOOLS+= pkg-config perl:run
20 20
21GNU_CONFIGURE= yes 21GNU_CONFIGURE= yes
22USE_LIBTOOL= yes 22USE_LIBTOOL= yes
23PKGCONFIG_OVERRIDE= libstatgrab.pc.in 23PKGCONFIG_OVERRIDE= libstatgrab.pc.in
24 24
25REPLACE_PERL+= src/statgrab/statgrab-make-mrtg-config.in 25REPLACE_PERL+= src/statgrab/statgrab-make-mrtg-config.in
26REPLACE_PERL+= src/statgrab/statgrab-make-mrtg-index.in 26REPLACE_PERL+= src/statgrab/statgrab-make-mrtg-index.in
27 27
28CONFIGURE_ARGS+= --disable-examples 28CONFIGURE_ARGS+= --disable-examples
29 29
 30CPPFLAGS.NetBSD+= -D_KMEMUSER
 31
30.include "../../mk/bsd.pkg.mk" 32.include "../../mk/bsd.pkg.mk"