forked from Lainports/freebsd-ports
databases/rrdtool: Update to 1.9.0
- Pet Q/A check by removing unnused freetype lib depends ChangeLog: https://github.com/oetiker/rrdtool-1.x/blob/master/CHANGES
This commit is contained in:
parent
9e3ba1e3c3
commit
29af6a79d5
2 changed files with 7 additions and 10 deletions
|
|
@ -1,8 +1,7 @@
|
|||
PORTNAME= rrdtool
|
||||
DISTVERSION= 1.8.0
|
||||
PORTREVISION= 4
|
||||
DISTVERSION= 1.9.0
|
||||
CATEGORIES= databases graphics
|
||||
MASTER_SITES= https://github.com/oetiker/rrdtool-1.x/releases/download/v${DISTVERSION}/
|
||||
MASTER_SITES= https://github.com/oetiker/rrdtool-1.x/releases/download/v${DISTVERSION}off/
|
||||
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
COMMENT= Round Robin Database Tools
|
||||
|
|
@ -21,7 +20,6 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS= --disable-tcl
|
||||
CONFIGURE_ENV= RRDDOCDIR=${DOCSDIR:Q}
|
||||
INSTALL_TARGET= install-strip
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2
|
||||
# Some symbols in the linker version script librrd.sym are undefined when the
|
||||
# CACHE option is off. Suppress errors with lld >= 17 due to these undefined
|
||||
# symbols.
|
||||
|
|
@ -46,9 +44,8 @@ DEJAVU_RUN_DEPENDS= dejavu>0:x11-fonts/dejavu
|
|||
DOCS_USES= groff
|
||||
DOCS_CONFIGURE_ENABLE= docs
|
||||
EXAMPLES_CONFIGURE_ENABLE= examples
|
||||
GRAPH_LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
||||
libharfbuzz.so:print/harfbuzz \
|
||||
libpng.so:graphics/png
|
||||
GRAPH_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \
|
||||
libpng16.so:graphics/png
|
||||
GRAPH_USE= GNOME=cairo,pango
|
||||
GRAPH_CONFIGURE_OFF= --disable-rrd_graph \
|
||||
--disable-rrdcgi
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1659536807
|
||||
SHA256 (rrdtool-1.8.0.tar.gz) = bd37614137d7a8dc523359648eb2a81631a34fd91a82ed5581916a52c08433f4
|
||||
SIZE (rrdtool-1.8.0.tar.gz) = 2955398
|
||||
TIMESTAMP = 1722247566
|
||||
SHA256 (rrdtool-1.9.0.tar.gz) = 5e65385e51f4a7c4b42aa09566396c20e7e1a0a30c272d569ed029a81656e56b
|
||||
SIZE (rrdtool-1.9.0.tar.gz) = 2972593
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue