Thu Sep 18 13:56:13 2008 UTC ()
Needs msgfmt, intltool and drop forcing pkgsrc gettext. Bump revision.


(joerg)
diff -r1.70 -r1.71 pkgsrc/databases/rrdtool/Makefile

cvs diff -r1.70 -r1.71 pkgsrc/databases/rrdtool/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/rrdtool/Makefile 2008/09/15 15:11:46 1.70
+++ pkgsrc/databases/rrdtool/Makefile 2008/09/18 13:56:13 1.71
@@ -1,45 +1,43 @@ @@ -1,45 +1,43 @@
1# $NetBSD: Makefile,v 1.70 2008/09/15 15:11:46 martti Exp $ 1# $NetBSD: Makefile,v 1.71 2008/09/18 13:56:13 joerg Exp $
2 2
3DISTNAME= rrdtool-1.3.3 3DISTNAME= rrdtool-1.3.3
4#PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= databases graphics net 5CATEGORIES= databases graphics net
6MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ 6MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
7 7
8MAINTAINER= martti@NetBSD.org 8MAINTAINER= martti@NetBSD.org
9HOMEPAGE= http://oss.oetiker.ch/rrdtool/ 9HOMEPAGE= http://oss.oetiker.ch/rrdtool/
10COMMENT= Data analysis tool generating graphical representations 10COMMENT= Data analysis tool generating graphical representations
11#LICENSE= gnu-gpl-v2 11#LICENSE= gnu-gpl-v2
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= gmake pkg-config perl 16USE_TOOLS+= gmake pkg-config perl msgfmt intltool
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18CONFIGURE_ARGS+= --enable-shared 18CONFIGURE_ARGS+= --enable-shared
19CONFIGURE_ARGS+= --with-perl-options=${MAKE_PARAMS:Q} 19CONFIGURE_ARGS+= --with-perl-options=${MAKE_PARAMS:Q}
20CONFIGURE_ARGS+= --disable-tcl 20CONFIGURE_ARGS+= --disable-tcl
21CONFIGURE_ARGS+= --disable-python 21CONFIGURE_ARGS+= --disable-python
22CONFIGURE_ARGS+= --disable-ruby 22CONFIGURE_ARGS+= --disable-ruby
23 23
24PTHREAD_OPTS+= require 24PTHREAD_OPTS+= require
25PERL5_CONFIGURE= no 25PERL5_CONFIGURE= no
26PERL5_PACKLIST+= auto/RRDp/.packlist 26PERL5_PACKLIST+= auto/RRDp/.packlist
27PERL5_PACKLIST+= auto/RRDs/.packlist 27PERL5_PACKLIST+= auto/RRDs/.packlist
28 28
29# rrdtool explicitly forbids any use of -ffast-math 29# rrdtool explicitly forbids any use of -ffast-math
30BUILDLINK_TRANSFORM+= rm:-ffast-math 30BUILDLINK_TRANSFORM+= rm:-ffast-math
31# rrdtool wants libintl_gettext, which at least NetBSD's lib doesn't have 
32USE_BUILTIN.gettext= no 
33 31
34SUBST_CLASSES+= prefix 32SUBST_CLASSES+= prefix
35SUBST_STAGE.prefix= post-build 33SUBST_STAGE.prefix= post-build
36SUBST_MESSAGE.prefix= Fixing $${prefix} in scripts. 34SUBST_MESSAGE.prefix= Fixing $${prefix} in scripts.
37SUBST_FILES.prefix= examples/cgi-demo.cgi 35SUBST_FILES.prefix= examples/cgi-demo.cgi
38SUBST_SED.prefix= -e '1s,^\#! \$${prefix},\#! ${PREFIX},' 36SUBST_SED.prefix= -e '1s,^\#! \$${prefix},\#! ${PREFIX},'
39 37
40.include "../../devel/gettext-lib/buildlink3.mk" 38.include "../../devel/gettext-lib/buildlink3.mk"
41.include "../../graphics/freetype2/buildlink3.mk" 39.include "../../graphics/freetype2/buildlink3.mk"
42.include "../../fonts/fontconfig/buildlink3.mk" 40.include "../../fonts/fontconfig/buildlink3.mk"
43.include "../../devel/pango/buildlink3.mk" 41.include "../../devel/pango/buildlink3.mk"
44.include "../../graphics/cairo/buildlink3.mk" 42.include "../../graphics/cairo/buildlink3.mk"
45.include "../../graphics/png/buildlink3.mk" 43.include "../../graphics/png/buildlink3.mk"