FreeBSD Bugzilla – Attachment 179250 Details for
Bug 216402
databases/opentsdb take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Take over databases/opentsdb
opentsdb.patch (text/plain), 2.25 KB, created by
Kevin Bowling
on 2017-01-23 10:32:20 UTC
(
hide
)
Description:
Take over databases/opentsdb
Filename:
MIME Type:
Creator:
Kevin Bowling
Created:
2017-01-23 10:32:20 UTC
Size:
2.25 KB
patch
obsolete
>diff --git a/databases/opentsdb/Makefile b/databases/opentsdb/Makefile >index b119943d6c5f..51714011f358 100644 >--- a/databases/opentsdb/Makefile >+++ b/databases/opentsdb/Makefile >@@ -1,63 +1,63 @@ > # Created by: Johannes Meixner <johannes@perceivon.net> > # $FreeBSD$ > > PORTNAME= opentsdb > PORTVERSION= 2.3.0 > CATEGORIES= databases java > MASTER_SITES= https://github.com/OpenTSDB/opentsdb/releases/download/v${PORTVERSION}/ > >-MAINTAINER= johannes@perceivon.net >+MAINTAINER= kbowling@freebsd.org > COMMENT= OpenTSDB is the Scalable Timeseries Database > > LICENSE= LGPL21+ > LICENSE_FILE= ${WRKSRC}/COPYING.LESSER > > BUILD_DEPENDS= bash:shells/bash \ > curl:ftp/curl \ > gawk:lang/gawk > LIB_DEPENDS= libhadoop.so:devel/hadoop2 > RUN_DEPENDS= hbase>0:databases/hbase > > USES= gmake python shebangfix > USE_JAVA= yes > JAVA_VERSION= 1.8+ > SHEBANG_FILES= tools/check_tsd tools/opentsdb_restart.py \ > tools/tsddrain.py > NO_ARCH= yes > > OPTIONS_DEFINE= GNUPLOT > OPTIONS_DEFAULT= GNUPLOT > > GNUPLOT_RUN_DEPENDS= gnuplot:math/gnuplot > > HAS_CONFIGURE= yes > MAKE_JOBS_UNSAFE= yes > > OPENTSDB_LOGDIR= /var/log/${PORTNAME} > OPENTSDB_RUNDIR= /var/run/${PORTNAME} > > OPENTSDB_USER= opentsdb > OPENTSDB_GROUP= opentsdb > > USERS= ${OPENTSDB_USER} > GROUPS= ${OPENTSDB_GROUP} > > USE_RC_SUBR= opentsdb > > SUB_LIST= OPENTSDB_USER="${OPENTSDB_USER}" \ > OPENTSDB_LOGDIR="${OPENTSDB_LOGDIR}" \ > OPENTSDB_RUNDIR="${OPENTSDB_RUNDIR}" > > post-patch: > ${REINPLACE_CMD} -i "" -e "s|python|${PYTHON_CMD}|" ${WRKSRC}/build-aux/gen_build_data.sh > ${REINPLACE_CMD} -i "" -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/src/utils/Config.java > ${REINPLACE_CMD} -e "s#%%JAVA_VERSION%%#${JAVA_VERSION}#" ${WRKSRC}/tsdb.in > ${REINPLACE_CMD} -i "" -e "s|tsd.http.staticroot =|tsd.http.staticroot = ${DATADIR}/static|; s|tsd.http.cachedir =|tsd.http.cachedir = /tmp/opentsdb|; s|tsd.network.port =|tsd.network.port = 4242|;" ${WRKSRC}/src/opentsdb.conf > > post-install: > ${MKDIR} ${STAGEDIR}${ETCDIR} ${STAGEDIR}${OPENTSDB_LOGDIR} ${STAGEDIR}${OPENTSDB_RUNDIR} > ${INSTALL_DATA} ${WRKSRC}/src/logback.xml ${STAGEDIR}${ETCDIR} > ${INSTALL_DATA} ${WRKSRC}/src/opentsdb.conf ${STAGEDIR}${ETCDIR}/opentsdb.conf.sample > (cd "${STAGEDIR}${PREFIX}"; ${FIND} -s share/${PORTNAME}/static -name \*cache.html) >> ${TMPPLIST} > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216402
: 179250