mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
- Update to 1.3.0
PR: ports/124749 Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer)
This commit is contained in:
parent
4736e1ccf4
commit
0dc5963833
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215683
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= rrdtool
|
||||
PORTVERSION= 1.2.26
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= databases graphics
|
||||
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
|
||||
|
||||
@ -15,8 +14,10 @@ MAINTAINER= bg1tpt@gmail.com
|
||||
COMMENT= Round Robin Database Tools
|
||||
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \
|
||||
png.5:${PORTSDIR}/graphics/png
|
||||
cairo.2:${PORTSDIR}/graphics/cairo \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
xml2.5:${PORTSDIR}/textproc/libxml2 \
|
||||
pangocairo-1\.0.0:${PORTSDIR}/x11-toolkits/pango
|
||||
|
||||
CONFLICTS= rrdtool-1.0*
|
||||
|
||||
@ -63,7 +64,7 @@ PLIST_SUB+= WITH_PERL="@comment "
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libart-2.0 -I${LOCALBASE}/include/freetype2
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CFLAGS:= ${CFLAGS:N-ffast-math}
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (rrdtool-1.2.26.tar.gz) = b2c179e2d2ec2a92969648c4ebd382dc
|
||||
SHA256 (rrdtool-1.2.26.tar.gz) = 685088c51e63fd9d41387cd39615036baed4460beb87c1ab7127f9325b348b24
|
||||
SIZE (rrdtool-1.2.26.tar.gz) = 1080151
|
||||
MD5 (rrdtool-1.3.0.tar.gz) = 3ea8aa9e733c549fa2c1f8a9bcdf2c8d
|
||||
SHA256 (rrdtool-1.3.0.tar.gz) = 2d2f365d12ac9e0d7b13ebeba185ef9380a1df7e1a769eb8a8519d68a3de9d41
|
||||
SIZE (rrdtool-1.3.0.tar.gz) = 1101980
|
||||
|
@ -4,12 +4,13 @@ bin/rrdupdate
|
||||
lib/librrd.a
|
||||
lib/librrd.la
|
||||
lib/librrd.so
|
||||
lib/librrd.so.2
|
||||
lib/librrd.so.4
|
||||
lib/librrd_th.a
|
||||
lib/librrd_th.la
|
||||
lib/librrd_th.so
|
||||
lib/librrd_th.so.2
|
||||
lib/librrd_th.so.4
|
||||
include/rrd.h
|
||||
include/rrd_format.h
|
||||
%%EXAMPLESDIR%%/4charts.pl
|
||||
%%EXAMPLESDIR%%/bigtops.pl
|
||||
%%EXAMPLESDIR%%/cgi-demo.cgi
|
||||
@ -99,7 +100,6 @@ include/rrd.h
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/rrdupdate.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/rrdxport.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/txt/rrdxport.txt
|
||||
%%DATADIR%%/fonts/DejaVuSansMono-Roman.ttf
|
||||
%%WITH_PERL%%%%SITE_PERL%%/RRDp.pm
|
||||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist
|
||||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/RRDs.pm
|
||||
@ -113,7 +113,5 @@ include/rrd.h
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%DATADIR%%/fonts
|
||||
@dirrm %%DATADIR%%
|
||||
%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp
|
||||
%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs
|
||||
|
Loading…
Reference in New Issue
Block a user