summaryrefslogtreecommitdiff
path: root/databases/ruby-rrdtool/Makefile
diff options
context:
space:
mode:
authoradam <adam>2016-02-01 09:41:59 +0000
committeradam <adam>2016-02-01 09:41:59 +0000
commite199ccdefdef218233b70e9a7a0ef62a9ba8e5b9 (patch)
treed7fb18359a8b55d84024c5d07a2f9755bfbc411c /databases/ruby-rrdtool/Makefile
parentc693fc189d18807ea997e405c09a168a5fee5d92 (diff)
downloadpkgsrc-e199ccdefdef218233b70e9a7a0ef62a9ba8e5b9.tar.gz
Changes 1.5.5:
Bugfixes -------- * fix JSON output in xport with legend and gprint blocks * fix parse_time mutex unlocking in the error case * don't crash on invalid variable names in CDEF * add mutex locking in rrdc_fetch * fix buffer overflow in rrd_restore * shorten test precision to 7 digits ... * never exit from a library function * buffer overflow in rrd_restore.c
Diffstat (limited to 'databases/ruby-rrdtool/Makefile')
-rw-r--r--databases/ruby-rrdtool/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/ruby-rrdtool/Makefile b/databases/ruby-rrdtool/Makefile
index 6cefb71b1d9..0e8d337714e 100644
--- a/databases/ruby-rrdtool/Makefile
+++ b/databases/ruby-rrdtool/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2015/04/25 14:20:31 tnn Exp $
+# $NetBSD: Makefile,v 1.19 2016/02/01 09:41:59 adam Exp $
-DISTNAME= rrdtool-1.4.9
+DISTNAME= rrdtool-1.5.5
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= databases graphics net
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
@@ -11,12 +10,13 @@ HOMEPAGE= http://oss.oetiker.ch/rrdtool/
COMMENT= Ruby binding for rrdtool
LICENSE= gnu-gpl-v2
-# rrdtool explicitly forbids any use of -ffast-math
-#BUILDLINK_TRANSFORM+= rm:-ffast-math
-
USE_RUBY_EXTCONF= yes
EXTRACT_ELEMENTS= ${DISTNAME}/bindings/ruby ${DISTNAME}/src
WRKSRC= ${WRKDIR}/${DISTNAME}/bindings/ruby
+MAKE_ENV+= ABS_TOP_BUILDDIR=${WRKDIR}/${DISTNAME}
+
+pre-configure:
+ rm ${WRKDIR}/${DISTNAME}/src/rrd_config.h
.include "../../databases/rrdtool/buildlink3.mk"
.include "../../lang/ruby/modules.mk"