OpenBSD CVS

CVS log for ports/databases/influxdb/Makefile


[BACK] Up to [local] / ports / databases / influxdb

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.35 / (download) - annotate - [select for diffs], Tue May 14 11:05:36 2024 UTC (2 weeks, 5 days ago) by landry
Branch: MAIN
CVS Tags: HEAD
Changes since 1.34: +2 -0 lines
Diff to previous 1.34 (unified)

databases/influxdb: fix build with upcoming rust 1.78

apparently with deny(warnings) now unused methods are considered errors

Revision 1.32.2.1 / (download) - annotate - [select for diffs], Wed Apr 24 06:28:53 2024 UTC (5 weeks, 5 days ago) by landry
Branch: OPENBSD_7_5
Changes since 1.32: +1 -0 lines
Diff to previous 1.32 (unified) next main 1.33 (unified)

databases/influxdb: MFC: update bbolt to 1.3.8 to unbreak runtime

lightly tested working fine, other positive testing reports off-list
breakage reported by Zé Loff, thanks!

Revision 1.34 / (download) - annotate - [select for diffs], Wed Apr 24 06:25:36 2024 UTC (5 weeks, 5 days ago) by landry
Branch: MAIN
Changes since 1.33: +1 -6 lines
Diff to previous 1.33 (unified)

databases/influxdb: update bbolt module to 1.3.8 to unbreak runtime

cf https://github.com/etcd-io/bbolt/pull/406
positive reports off-list

Revision 1.33 / (download) - annotate - [select for diffs], Tue Apr 23 09:31:30 2024 UTC (5 weeks, 6 days ago) by sthen
Branch: MAIN
Changes since 1.32: +10 -4 lines
Diff to previous 1.32 (unified)

influxdb: mark broken for now, uses go modules which still require syscall

Revision 1.32 / (download) - annotate - [select for diffs], Mon Jan 1 14:14:49 2024 UTC (5 months ago) by semarie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE
Branch point for: OPENBSD_7_5
Changes since 1.31: +4 -1 lines
Diff to previous 1.31 (unified)

lang/rust: add a module to cope with SYSTEM_VERSION-rust

lang/rust module is intented to be only minimal.

makes devel/cargo module to use lang/rust module.
- makes MODCARGO_WANTLIB re-exports MODRUST_WANTLIB
- it changes the WANTLIB to the right value for sparc64, but as SYSTEM_VERSION-rust is bumped, it should be fine

adds SYSTEM_VERSION-rust ?= 0 to arch-defines.mk
- this way, when lang/rust isn't used, -V 0 is passed (it is a no-op),
  and else, it is the value defined in lang/rust module.

while here, correct few ports to use the right WANTLIB value

ok tb@
"I'm happy with it" espie@ (regarding the usage of _SYSTEM_VERSION-rust)

Revision 1.31 / (download) - annotate - [select for diffs], Mon Jan 1 09:02:15 2024 UTC (5 months ago) by semarie
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30 (unified)

rust ports cleanup: use MODCARGO_WANTLIB in WANTLIB

fix WANTLIB for simple ports. rust ports are expected to use MODCARGO_WANTLIB
instead of hardcoding values (which will be soon different across archs).

replace "c c++abi pthread" by ${MODCARGO_WANTLIB} in WANTLIB

no changes, as it is the current value of MODCARGO_WANTLIB (even if buggy).

ok tb@

Revision 1.30 / (download) - annotate - [select for diffs], Mon Jan 1 08:22:41 2024 UTC (5 months ago) by semarie
Branch: MAIN
Changes since 1.29: +1 -2 lines
Diff to previous 1.29 (unified)

rust ports cleanup: remove explicit BUILD_DEPENDS lang/rust when not needed

when MODULE devel/cargo is used, lang/rust is already added to BUILD_DEPENDS.

no changes (outside removing one lang/rust from the two present in BUILD_DEPENDS).

Revision 1.29 / (download) - annotate - [select for diffs], Sun Dec 3 16:57:35 2023 UTC (6 months ago) by sdk
Branch: MAIN
Changes since 1.28: +0 -1 lines
Diff to previous 1.28 (unified)

Change VARBASE to LOCALSTATEDIR

OK op@

Revision 1.28 / (download) - annotate - [select for diffs], Tue Nov 14 00:08:32 2023 UTC (6 months, 2 weeks ago) by lraab
Branch: MAIN
Changes since 1.27: +8 -7 lines
Diff to previous 1.27 (unified)

databases/influxdb: update to 2.7.3

ok landry@

Revision 1.27 / (download) - annotate - [select for diffs], Wed Sep 20 13:30:06 2023 UTC (8 months, 1 week ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.26: +4 -4 lines
Diff to previous 1.26 (unified)

-> SITES, no fetch change

Revision 1.26 / (download) - annotate - [select for diffs], Sat Sep 2 17:27:52 2023 UTC (9 months ago) by semarie
Branch: MAIN
Changes since 1.25: +0 -1 lines
Diff to previous 1.25 (unified)

MODCARGO_MASTER_SITESN is no more

Revision 1.25 / (download) - annotate - [select for diffs], Sat Sep 2 15:32:05 2023 UTC (9 months ago) by landry
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (unified)

databases/influxdb: unbreak build with rust 1.72

ok semarie@

Revision 1.24 / (download) - annotate - [select for diffs], Sat Aug 26 12:59:06 2023 UTC (9 months, 1 week ago) by semarie
Branch: MAIN
Changes since 1.23: +1 -0 lines
Diff to previous 1.23 (unified)

mark databases/influxdb broken

it doesn't build with lang/rust 1.72.0, and patching code from go modules isn't
really possible.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Jul 11 12:07:03 2023 UTC (10 months, 3 weeks ago) by landry
Branch: MAIN
Changes since 1.22: +29 -16 lines
Diff to previous 1.22 (unified)

databases/influxdb: major update to 2.7.1

- cf https://docs.influxdata.com/influxdb/v2.7/upgrade/v1-to-v2/
- fix influxd version by passing MODGO_VERSION via MODGO_LDFLAGS
- fetch, generate and bundle the web ui assets so that the web interface
  on port 8086 works ootb
- the influx cli moved to a separate port that will be imported shortly
- migration notes will be added to current.html
- drop sample config, influxd setup should be used to generate one
- disable reporting by default in the code (was previously in the
  default config)

ok & testing lraab@, thanks !

Revision 1.21.2.1 / (download) - annotate - [select for diffs], Tue Apr 18 20:13:05 2023 UTC (13 months, 2 weeks ago) by landry
Branch: OPENBSD_7_3
Changes since 1.21: +1 -1 lines
Diff to previous 1.21 (unified) next main 1.22 (unified)

databases/influxdb: fix SIGSYS at startup by updating x/sys to 0.5.0.

tested by and ok rsadowski@ martin@

Revision 1.22 / (download) - annotate - [select for diffs], Tue Apr 18 19:57:10 2023 UTC (13 months, 2 weeks ago) by landry
Branch: MAIN
Changes since 1.21: +30 -6 lines
Diff to previous 1.21 (unified)

databases/influxdb: update to 1.11.0.

on top of the update patch go.{sum,mod} to force-update x/sys module to
0.5.0. With that influxdb binary starts fine and stops crashing with
SIGSYS all over the place.

Note that since the flux component is partly written in rust and in go,
this port now also uses devel/cargo module in addition to the go module,
making it a nice frankeinstein monster.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Nov 8 11:14:45 2022 UTC (18 months, 3 weeks ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE
Branch point for: OPENBSD_7_3
Changes since 1.20: +1 -1 lines
Diff to previous 1.20 (unified)

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 :-)

Revision 1.19.4.1 / (download) - annotate - [select for diffs], Fri Oct 21 09:04:26 2022 UTC (19 months, 1 week ago) by landry
Branch: OPENBSD_7_2
Changes since 1.19: +1 -0 lines
Diff to previous 1.19 (unified) next main 1.20 (unified)

databases/influxdb: MFC  add a login class limiting datasize to 6G

the default 4G isnt enough for influxdb/go in 7.2.

ok sthen@

Revision 1.20 / (download) - annotate - [select for diffs], Fri Oct 21 09:02:18 2022 UTC (19 months, 1 week ago) by landry
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19 (unified)

databases/influxdb: add a login class limiting datasize to 6G

the default 4G isnt enough for influxdb/go in 7.2.

ok sthen@

Revision 1.19 / (download) - annotate - [select for diffs], Fri Mar 11 18:31:19 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_1_BASE, OPENBSD_7_1
Branch point for: OPENBSD_7_2
Changes since 1.18: +0 -2 lines
Diff to previous 1.18 (unified)

drop RCS Ids

Revision 1.18 / (download) - annotate - [select for diffs], Mon Nov 1 12:57:06 2021 UTC (2 years, 7 months ago) by landry
Branch: MAIN
Changes since 1.17: +9 -31 lines
Diff to previous 1.17 (unified)

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.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Mar 8 13:59:23 2021 UTC (3 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (unified)

bump the golang ports so that pkg_add -u knows to update them

Revision 1.16 / (download) - annotate - [select for diffs], Sat Feb 27 09:28:50 2021 UTC (3 years, 3 months ago) by ajacoutot
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (unified)

Use daemon_logger instead of hand crafter rc_start().

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jan 26 18:17:14 2021 UTC (3 years, 4 months ago) by rsadowski
Branch: MAIN
Changes since 1.14: +2 -4 lines
Diff to previous 1.14 (unified)

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.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jun 30 14:59:24 2020 UTC (3 years, 11 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.13: +4 -2 lines
Diff to previous 1.13 (unified)

influxdb: fix version string, reported by Abel Abraham Camarillo Ojeda, ok rsadowski

Revision 1.13 / (download) - annotate - [select for diffs], Wed Apr 29 11:36:54 2020 UTC (4 years, 1 month ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (unified)

tyop

ok rsadowski@ (maintainer)

Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 20 16:44:22 2020 UTC (4 years, 2 months ago) by naddy
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (unified)

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@

Revision 1.11 / (download) - annotate - [select for diffs], Tue Nov 12 22:05:27 2019 UTC (4 years, 6 months ago) by rsadowski
Branch: MAIN
Changes since 1.10: +5 -4 lines
Diff to previous 1.10 (unified)

update influxdb to 1.6.6

Take maintainer

OK landry@ bket@

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 12 20:43:53 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.9 / (download) - annotate - [select for diffs], Sat May 4 21:46:16 2019 UTC (5 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.8: +4 -2 lines
Diff to previous 1.8 (unified)

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@

Revision 1.8 / (download) - annotate - [select for diffs], Sat Mar 30 11:16:15 2019 UTC (5 years, 2 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (unified)

Pipe stdout/stderr into logger(1).

from Joel Carnat

Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 19 20:23:25 2018 UTC (5 years, 9 months ago) by landry
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (unified)

Update to influxdb 1.6.1.

ok remi@

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 17 09:21:12 2018 UTC (6 years ago) by espie
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (unified)

zap extra common dirs

Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 25 15:48:02 2018 UTC (6 years, 1 month ago) by landry
Branch: MAIN
Changes since 1.4: +5 -7 lines
Diff to previous 1.4 (unified)

Update to influxdb 1.5.2.

See https://docs.influxdata.com/influxdb/v1.5/about_the_project/whats_new/

ok danj@

Revision 1.4 / (download) - annotate - [select for diffs], Sat Apr 14 22:53:54 2018 UTC (6 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

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@

Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 24 20:49:14 2018 UTC (6 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

switch post-extract to pre-patch, to avoid needing lang/go to be installed
just to unpack ports distfiles.  ok landry

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 11 19:27:01 2018 UTC (6 years, 4 months ago) by rpe
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (unified)

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

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Jan 3 17:43:24 2018 UTC (6 years, 5 months ago) by landry
Branch: landry
CVS Tags: landry_20180103
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

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@

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 3 17:43:24 2018 UTC (6 years, 5 months ago) by landry
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.