| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
GH_TUPLE is not required when using go:modules.
As a side-effect, this solves a hash issue in distfiles.
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D55695
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Checksum of one of the many required go modules changed, compared
its content to what was on distcache to verify the change is harmless:
diff consul-1.5.1/vendor/k8s.io/client-go/pkg/version/base.go ...
...
< gitVersion string = "v0.0.0-master+40cec98468b"
---
> gitVersion string = "v0.0.0-master+40cec98468b8"
Approved by: portmgr (blanket)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Several comments in loki's rc.d file referred to "grafana" where they
should have referred to "loki". Looks like a copy/paste mishap from
grafana's rc.d.
Approved by: portmgr blanket
Fixes: a96c988a2977 sysutils/loki: Add new port
Pull Request: https://github.com/freebsd/freebsd-ports/pull/466
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Earlier I bumped the default Go to 1.24. Ports that specify a lower
version will still build with those lower version (for now), so they
don't need a bumping. Instead I'm bumping anything that (now) has go124
as a dependency.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
This way, `loki --version` actually shows the version that
is installed.
PR: 281716
Approved by: freebsd@funzi.org (maintainer)
|
| | |
|
| | |
|
| |
|
|
| |
MFH: 2024Q2
|
| |
|
|
| |
MFH: 2024Q2
|
| |
|
|
| |
MFH: 2024Q2
|
| |
|
|
|
| |
PR: 277776
Approved by: portmgr (exp-run)
|
| |
|
|
| |
PR: 276530
|
| |
|
|
| |
PR: 274405
|
| |
|
|
|
|
|
| |
Also, add dedicated group for promtail user.
PR: 275124
Reported by: freebsd@funzi.org (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
Promtail is a log reader and it can be run as a service to gather the
logs to be sent to remote loki server. For nodes that need to send logs
only, promtail service and configuration file is needed
PR: 274194, 274473
Signed-off-by: Christopher Beppler <freebsd@funzi.org>
Approved by: Chirstopher Beppler <freebsd@funzi.org> (maintainer)
|
| |
|
|
|
|
| |
Changelog: https://github.com/grafana/loki/releases/tag/v2.9.1
PR: 274473
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Changelog: https://github.com/grafana/loki/releases/tag/v2.8.1
PR: 271138
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
ChangeLog: https://github.com/grafana/loki/releases/tag/v2.7.4
PR: 269926
Reported by: freebsd@funzi.org (maintainer)
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When built with go1.20, loki fails at runtime:
panic: Something in this program imports
go4.org/unsafe/assume-no-moving-gc to declare that it assumes a
non-moving garbage collector, but your version of
go4.org/unsafe/assume-no-moving-gc hasn't been updated to assert that
it's safe against the go1.20 runtime. If you want to risk it, run with
environment variable ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.20 set.
Notably, if go1.20 adds a moving garbage collector, this program is
unsafe to use.
Pin this port to go1.19 until this is resolved upstream.
Reported by: cation (via #freebsd-ports)
Approved by: portmgr (blanket, just fix it)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
ChangeLog: https://github.com/grafana/loki/releases/tag/v2.7.0
PR: 267733
|
| |
|
|
|
|
|
|
|
| |
By default, the log level is set to "info", which happens to be very
verbose.
To avoid filling the log file and saving disk space, I recommend we set
the default log level to "warn".
PR: 267424
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|