freebsd-ports/databases/influxdb/Makefile
Dmitri Goutnik 34156e93e8 Go ports: cleanup, finish transition to USES=go started with r505321 (cat. audio-mail)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them

Reviewed by:	tobik
Approved by:	araujo (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21741
2019-09-29 22:29:39 +00:00

179 lines
8.9 KiB
Makefile

# $FreeBSD$
PORTNAME= influxdb
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.6
CATEGORIES= databases net-mgmt
MAINTAINER= cheffo@freebsd-bg.org
COMMENT= Open-source distributed time series database
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
ONLY_FOR_ARCHS_REASON= depends on go which is not supported in this architecture
USES= go
USE_RC_SUBR= influxd
USE_GITHUB= yes
GH_ACCOUNT= influxdata
GH_SUBDIR= src/github.com/${GH_ACCOUNT_DEFAULT}/${GH_PROJECT_DEFAULT}
GH_TUPLE= BurntSushi:toml:a368813:BurntSushi_toml/vendor/github.com/BurntSushi/toml \
Masterminds:semver:v1.4.2:Masterminds_semver/vendor/github.com/Masterminds/semver \
alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/github.com/alecthomas/kingpin \
alecthomas:template:a0175ee:alecthomas_template/vendor/github.com/alecthomas/template \
alecthomas:units:2efee85:alecthomas_units/vendor/github.com/alecthomas/units \
apache:arrow:f5df773:apache_arrow/vendor/github.com/apache/arrow \
apex:log:941dea7:apex_log/vendor/github.com/apex/log \
aws:aws-sdk-go:v1.15.50:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \
beorn7:perks:3a771d9:beorn7_perks/vendor/github.com/beorn7/perks \
blakesmith:ar:8bd4349:blakesmith_ar/vendor/github.com/blakesmith/ar \
bmizerany:pat:6226ea5:bmizerany_pat/vendor/github.com/bmizerany/pat \
boltdb:bolt:v1.3.1:boltdb_bolt/vendor/github.com/boltdb/bolt \
c-bata:go-prompt:v0.2.1:c_bata_go_prompt/vendor/github.com/c-bata/go-prompt \
caarlos0:ctrlc:v1.0.0:caarlos0_ctrlc/vendor/github.com/caarlos0/ctrlc \
campoy:unique:88950e5:campoy_unique/vendor/github.com/campoy/unique \
cespare:xxhash:v1.0.0:cespare_xxhash/vendor/github.com/cespare/xxhash \
collectd:go-collectd:v0.3.0:collectd_go_collectd/vendor/collectd.org \
davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
dgrijalva:jwt-go:v3.2.0:dgrijalva_jwt_go/vendor/github.com/dgrijalva/jwt-go \
dgryski:go-bitstream:3522498:dgryski_go_bitstream/vendor/github.com/dgryski/go-bitstream \
dominikh:go-tools:2017.2.2:dominikh_go_tools/vendor/honnef.co/go/tools \
fatih:color:v1.5.0:fatih_color/vendor/github.com/fatih/color \
glycerine:go-unsnap-stream:9f0cb55:glycerine_go_unsnap_stream/vendor/github.com/glycerine/go-unsnap-stream \
go-ini:ini:v1.38.3:go_ini_ini/vendor/github.com/go-ini/ini \
go-sql-driver:mysql:v1.4.1:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \
go-yaml:yaml:5420a8b:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
gogo:protobuf:v1.1.1:gogo_protobuf/vendor/github.com/gogo/protobuf \
golang:appengine:v1.2.0:golang_appengine/vendor/google.golang.org/appengine \
golang:crypto:a214413:golang_crypto/vendor/golang.org/x/crypto \
golang:net:a680a1e:golang_net/vendor/golang.org/x/net \
golang:oauth2:c57b0fa:golang_oauth2/vendor/golang.org/x/oauth2 \
golang:protobuf:v1.1.0:golang_protobuf/vendor/github.com/golang/protobuf \
golang:snappy:d9eb7a3:golang_snappy/vendor/github.com/golang/snappy \
golang:sync:1d60e46:golang_sync/vendor/golang.org/x/sync \
golang:sys:ac767d6:golang_sys/vendor/golang.org/x/sys \
golang:text:v0.3.0:golang_text/vendor/golang.org/x/text \
golang:time:fbb02b2:golang_time/vendor/golang.org/x/time \
golang:tools:45ff765:golang_tools/vendor/golang.org/x/tools \
google:go-cmp:v0.2.0:google_go_cmp/vendor/github.com/google/go-cmp \
google:go-genproto:fedd286:google_go_genproto/vendor/google.golang.org/genproto \
google:go-github:dd29b54:google_go_github/vendor/github.com/google/go-github \
google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \
goreleaser:goreleaser:v0.88.0:goreleaser_goreleaser/vendor/github.com/goreleaser/goreleaser \
goreleaser:nfpm:v0.9.5:goreleaser_nfpm/vendor/github.com/goreleaser/nfpm \
grpc:grpc-go:v1.13.0:grpc_grpc_go/vendor/google.golang.org/grpc \
imdario:mergo:v0.3.6:imdario_mergo/vendor/github.com/imdario/mergo \
influxdata:flux:v0.24.0:influxdata_flux/vendor/github.com/influxdata/flux \
influxdata:influxql:v1.0.0:influxdata_influxql/vendor/github.com/influxdata/influxql \
influxdata:line-protocol:a3afd89:influxdata_line_protocol/vendor/github.com/influxdata/line-protocol \
influxdata:roaring:fc520f4:influxdata_roaring/vendor/github.com/influxdata/roaring \
influxdata:tdigest:bf2b5ad:influxdata_tdigest/vendor/github.com/influxdata/tdigest \
influxdata:usage-client:6d38953:influxdata_usage_client/vendor/github.com/influxdata/usage-client \
jmespath:go-jmespath:0b12d6b:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \
jsternberg:zap-logfmt:v1.0.0:jsternberg_zap_logfmt/vendor/github.com/jsternberg/zap-logfmt \
jwilder:encoding:b4e1701:jwilder_encoding/vendor/github.com/jwilder/encoding \
kisielk:gotool:v1.0.0:kisielk_gotool/vendor/github.com/kisielk/gotool \
klauspost:compress:v1.4.0:klauspost_compress/vendor/github.com/klauspost/compress \
klauspost:cpuid:v1.1:klauspost_cpuid/vendor/github.com/klauspost/cpuid \
klauspost:crc32:v1.1:klauspost_crc32/vendor/github.com/klauspost/crc32 \
klauspost:pgzip:v1.1:klauspost_pgzip/vendor/github.com/klauspost/pgzip \
lib:pq:v1.0.0:lib_pq/vendor/github.com/lib/pq \
mattn:go-colorable:v0.0.9:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
mattn:go-isatty:6ca4dbf:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
mattn:go-runewidth:v0.0.2:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
mattn:go-tty:13ff120:mattn_go_tty/vendor/github.com/mattn/go-tty \
mattn:go-zglob:2ea3427:mattn_go_zglob/vendor/github.com/mattn/go-zglob \
matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
mitchellh:go-homedir:ae18d6b:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
mschoch:smat:90eadee:mschoch_smat/vendor/github.com/mschoch/smat \
opentracing:opentracing-go:bd9c319:opentracing_opentracing_go/vendor/github.com/opentracing/opentracing-go \
paulbellamy:ratecounter:v0.2.0:paulbellamy_ratecounter/vendor/github.com/paulbellamy/ratecounter \
peterh:liner:8c1271f:peterh_liner/vendor/github.com/peterh/liner \
philhofer:fwd:v1.0.0:philhofer_fwd/vendor/github.com/philhofer/fwd \
pkg:errors:v0.8.0:pkg_errors/vendor/github.com/pkg/errors \
pkg:term:bffc007:pkg_term/vendor/github.com/pkg/term \
prometheus:client_golang:661e31b:prometheus_client_golang/vendor/github.com/prometheus/client_golang \
prometheus:client_model:5c3871d:prometheus_client_model/vendor/github.com/prometheus/client_model \
prometheus:common:7600349:prometheus_common/vendor/github.com/prometheus/common \
prometheus:procfs:ae68e2d:prometheus_procfs/vendor/github.com/prometheus/procfs \
retailnext:hllpp:101a6d2:retailnext_hllpp/vendor/github.com/retailnext/hllpp \
satori:go.uuid:v1.2.0:satori_go_uuid/vendor/github.com/satori/go.uuid \
segmentio:kafka-go:v0.2.2:segmentio_kafka_go/vendor/github.com/segmentio/kafka-go \
spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \
tinylib:msgp:1.0.2:tinylib_msgp/vendor/github.com/tinylib/msgp \
uber-go:atomic:v1.3.2:uber_go_atomic/vendor/go.uber.org/atomic \
uber-go:multierr:v1.1.0:uber_go_multierr/vendor/go.uber.org/multierr \
uber-go:zap:v1.9.0:uber_go_zap/vendor/go.uber.org/zap \
willf:bitset:v1.1.3:willf_bitset/vendor/github.com/willf/bitset \
xlab:treeprint:d6fb674:xlab_treeprint/vendor/github.com/xlab/treeprint
GO_BUILDFLAGS= -ldflags "-X main.version=${DISTVERSION}"
GO_TARGET= ./cmd/influxd \
./cmd/influx \
./cmd/influx_inspect \
./cmd/influx_tsm \
./cmd/influx_stress \
./cmd/store:influx_store
OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT= MANPAGES
OPTIONS_SUB= yes
MANPAGES_BUILD_DEPENDS= xmlto:textproc/xmlto \
asciidoc:textproc/asciidoc \
docbook-xml>0:textproc/docbook-xml
MANPAGES_USES= gmake
INFLUXD_DBDIR= /var/db/${PORTNAME}/
INFLUXD_LOGDIR= /var/log/${PORTNAME}/
INFLUXD_PIDDIR= /var/run/${PORTNAME}/
INFLUXD_USER= influxd
INFLUXD_GROUP= influxd
USERS= ${INFLUXD_USER}
GROUPS= ${INFLUXD_GROUP}
SUB_LIST= INFLUXD_USER=${INFLUXD_USER} \
INFLUXD_GROUP=${INFLUXD_GROUP} \
INFLUXD_DBDIR=${INFLUXD_DBDIR} \
INFLUXD_PIDDIR=${INFLUXD_PIDDIR} \
INFLUXD_LOGDIR=${INFLUXD_LOGDIR}
PLIST_SUB= INFLUXD_USER=${INFLUXD_USER} \
INFLUXD_GROUP=${INFLUXD_GROUP} \
INFLUXD_DBDIR=${INFLUXD_DBDIR} \
INFLUXD_PIDDIR=${INFLUXD_PIDDIR} \
INFLUXD_LOGDIR=${INFLUXD_LOGDIR}
.include <bsd.port.pre.mk>
.if ${OPSYS} == "FreeBSD"
SUB_LIST+= INFLUXD_LOGCMD="daemon"
.else
SUB_LIST+= INFLUXD_LOGCMD="logger"
.endif
do-build-MANPAGES-on:
@cd ${WRKSRC}/man && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}
post-install:
${MKDIR} ${STAGEDIR}${INFLUXD_DBDIR} \
${STAGEDIR}${INFLUXD_PIDDIR} \
${STAGEDIR}${INFLUXD_LOGDIR}
@${SED} -i .bak -e \
"s|/var/lib/influxdb|/var/db/influxdb|g" \
${WRKSRC}/etc/config.sample.toml
${INSTALL_DATA} \
${WRKSRC}/etc/config.sample.toml \
${STAGEDIR}${PREFIX}/etc/influxd.conf.sample
do-install-MANPAGES-on:
${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.post.mk>