Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.109 2013/10/10 14:41:46 ryoon Exp $
# $NetBSD: Makefile,v 1.116 2015/03/14 20:00:18 tnn Exp $
#
# Please, also update databases/ruby-rrdtool
DISTNAME= rrdtool-1.4.7
PKGREVISION= 15
DISTNAME= rrdtool-1.4.9
CATEGORIES= databases graphics net
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
@@ -13,7 +14,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= dejavu-ttf>=2.26:../../fonts/dejavu-ttf
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config perl msgfmt intltool
USE_TOOLS+= gmake pkg-config perl msgfmt intltool groff nroff
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --with-perl-options=${MAKE_PARAMS:Q}
@@ -21,6 +22,7 @@ CONFIGURE_ARGS+= --disable-tcl
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --disable-ruby
CONFIGURE_ARGS+= --disable-lua
CONFIGURE_ARGS+= --disable-libdbi
PTHREAD_OPTS+= require
PERL5_CONFIGURE= no

View File

@@ -1,6 +1,8 @@
@comment $NetBSD: PLIST,v 1.13 2010/07/06 07:31:20 adam Exp $
@comment $NetBSD: PLIST,v 1.14 2014/08/24 07:06:02 adam Exp $
bin/rrdcached
bin/rrdcgi
bin/rrdcreate
bin/rrdinfo
bin/rrdtool
bin/rrdupdate
include/rrd.h

View File

@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.42 2013/10/10 14:41:46 ryoon Exp $
# $NetBSD: buildlink3.mk,v 1.43 2014/05/05 00:47:42 ryoon Exp $
BUILDLINK_TREE+= rrdtool
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= rrdtool
RRDTOOL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.rrdtool+= rrdtool>=1.3.9
BUILDLINK_ABI_DEPENDS.rrdtool+= rrdtool>=1.4.7nb15
BUILDLINK_ABI_DEPENDS.rrdtool+= rrdtool>=1.4.7nb16
BUILDLINK_PKGSRCDIR.rrdtool?= ../../databases/rrdtool
.include "../../devel/gettext-lib/buildlink3.mk"

View File

@@ -1,11 +1,10 @@
$NetBSD: distinfo,v 1.44 2013/10/20 18:18:52 joerg Exp $
$NetBSD: distinfo,v 1.46 2014/10/07 10:23:41 adam Exp $
SHA1 (rrdtool-1.4.7.tar.gz) = faab7df7696b69f85d6f89dd9708d7cf0c9a273b
RMD160 (rrdtool-1.4.7.tar.gz) = 3a8c1c0f3fe0d76fb7da8b712cdd19d59d5171ba
Size (rrdtool-1.4.7.tar.gz) = 1349040 bytes
SHA1 (rrdtool-1.4.9.tar.gz) = c83b158b4aaadbf28b15823fa863db1672700d3b
RMD160 (rrdtool-1.4.9.tar.gz) = 8c067f0207bdfeb067be3c9b31c8e35009485200
Size (rrdtool-1.4.9.tar.gz) = 1385640 bytes
SHA1 (patch-aa) = 317fc6e46e15333574d0e977d8ab34e916920f4a
SHA1 (patch-ab) = 81131a74c8e9b81edfaa4b6746d4ab8508e82ac2
SHA1 (patch-al) = abc25497a10d59b1ad2e3a263f818eef89985538
SHA1 (patch-am) = 6c0a0890b1e8e2c1a186e2015c0cf5acd719b686
SHA1 (patch-az) = 41e7f6aad5a54a0fa27744709af404b887b88602
SHA1 (patch-bindings_perl-shared_Makefile.PL) = d767dca08217a909132646216679a5d1fad4b77c

View File

@@ -1,13 +0,0 @@
$NetBSD: patch-az,v 1.3 2011/01/05 18:12:39 kefren Exp $
--- src/rrd_daemon.c.orig 2010-12-21 18:06:32.000000000 +0200
+++ src/rrd_daemon.c 2011-01-05 18:10:33.000000000 +0200
@@ -113,7 +113,7 @@
#include <tcpd.h>
#endif /* HAVE_LIBWRAP */
-#include <glib-2.0/glib.h>
+#include <glib.h>
/* }}} */
#define RRDD_LOG(severity, ...) \