65198e5551
RRDtool 1.7.1: Bugfixes * about 38949 assorted fixes for the windows build of rrdtool * fix many compile time warnings * Re-enable 0-width lines * Include rrd_pdpcalc.pod in Makefile.am also * Lots of spelling fixes for rrdtool source and documentation * fix off by one issue in rrdtool xport output * fix lua extension build * fix python bindings * fix multiple static variable issues in conflict with MT * make translations actually work * Fixed configure --enable / --disable options * rrd_daemon stability fixes * fix tcl bindings * do not call umask ever (not MT safe) Features * Multiline Titles * French translation * Added support for --allow-shrink with --rigid flag * Added SUSPEND/RESUME/SUSPENDALL/RESUMEALL commands for rrd_cached * include the daemon name in the error messag
17 lines
511 B
Makefile
17 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.28 2019/02/11 08:22:45 adam Exp $
|
|
|
|
.include "../../databases/rrdtool/Makefile.common"
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
|
|
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"
|
|
.include "../../mk/bsd.pkg.mk"
|