Commit Graph

21 Commits

Author SHA1 Message Date
ajacoutot f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00
landry 8115873355 databases/influxdb: add a login class limiting datasize to 6G
the default 4G isnt enough for influxdb/go in 7.2.

ok sthen@
2022-10-21 09:02:18 +00:00
naddy 7a958849ed drop RCS Ids 2022-03-11 18:31:17 +00:00
landry abba49f3d4 databases/influxdb: update to 1.8.10.
cf https://docs.influxdata.com/influxdb/v1.8/about_the_project/releasenotes-changelog/#v1810-2021-10-11
for changes since 1.6.4.

not updating to the 2.0.x branch yet as it seems a whole different beast.
convert port to modules.inc after *much* wrangling with go dependencies,
inspiration taken from pkgsrc. Seems to work in basic testing on 7.0.
2021-11-01 12:57:06 +00:00
sthen 3046e0772e bump the golang ports so that pkg_add -u knows to update them 2021-03-08 13:59:23 +00:00
ajacoutot ff134f5d1b Use daemon_logger instead of hand crafter rc_start(). 2021-02-27 09:28:50 +00:00
rsadowski 57a29c21af Drop me as maintainer
I can't find the time to become familiar with the Go ports infrastructure.
Still a user and happy to see updates.
2021-01-26 18:17:14 +00:00
sthen 6e106e935a influxdb: fix version string, reported by Abel Abraham Camarillo Ojeda, ok rsadowski 2020-06-30 14:59:24 +00:00
ajacoutot 057990a85e tyop
ok rsadowski@ (maintainer)
2020-04-29 11:36:54 +00:00
naddy d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
rsadowski 4bfa479d54 update influxdb to 1.6.6
Take maintainer

OK landry@ bket@
2019-11-12 22:05:27 +00:00
sthen 9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen 4c9d7e6039 No need for a special MODGO_ENV for go.port.mk, just use normal MAKE_ENV
like the rest of the ports tree. This also allows removing a bunch of
manual setting of PATH="${PORTPATH}" HOME="${PORTHOME}" done in various
ports etc. This also makes sure CFLAGS is passed through (not everything
honours it but it does improve at least some ports).

Remove NO_CCACHE from www/honk that was added because the above problem
resulted in ccache variables not being passed through correctly breaking
the cc calls in this.

ok kmos@
2019-05-04 21:46:16 +00:00
ajacoutot 167692caae Pipe stdout/stderr into logger(1).
from Joel Carnat
2019-03-30 11:16:15 +00:00
landry 2e7ed582c4 Update to influxdb 1.6.1.
ok remi@
2018-08-19 20:23:25 +00:00
espie 532e959899 zap extra common dirs 2018-05-17 09:21:12 +00:00
landry ca58312846 Update to influxdb 1.5.2.
See https://docs.influxdata.com/influxdb/v1.5/about_the_project/whats_new/

ok danj@
2018-04-25 15:48:02 +00:00
sthen f52be2a50e bump all go ports that don't already have a RUN_DEPENDS on lang/go (which
has pkgspec set on the go version number already), so that pkg_add -u updates
them to versions which work with MAP_STACK. spotted by pvk@
2018-04-14 22:53:54 +00:00
sthen e9a0b3d2ea switch post-extract to pre-patch, to avoid needing lang/go to be installed
just to unpack ports distfiles.  ok landry
2018-02-24 20:49:14 +00:00
rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
landry 01f2b71983 Import influxdb 1.4.2.
InfluxDB is a time series, metrics, and analytics database. It's
targeted at use cases for DevOps, metrics, sensor data, and
real-time analytics.

Note that the source tarball is repackaged/selfhosted to include go
dependencies that are not vendored upstream.

ok remi@
2018-01-03 17:43:24 +00:00