Consule is a distributed, highly available and data center aware tool for
discovering and configuring services.
Set maintainer to myself for now since I made so many changes I'm not sure
submitter wants to maintain any more.
PR: 192937
Submitted by: Thomas Bartelmess <thomas@bartelmess.io> (based on)
"1.23.2 has fixes for dc (more tolerant to lack of whitespace), modinfo
(was not ignoring directory component of path names in a few places),
modprobe (better compatibility for "rmmod" alias), wget (--header now
overrides built-in headers, not appends to)."
Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm
The sysutils port was setting configure argument, so the text wasn't
removed but the value of PTHREAD_LIBS was changed.
approved by: PTHREAD blanket
with an interface
pick allows users to choose one option from a set of choices using an
interface with fuzzy search functionality.
WWW: https://www.github.com/thoughtbot/pick
PR: 198695
Submitted by: neel@neelc.org
Approved by: bapt marino (implicit)
is empty or not [1]
Add addition way to find the ttyv device from the Xorg.log [2]
PR: 198697 [1]
Submitted by: Pete Johanson <peter@peterjohanson.com> [1], dumbbell@ [1][2]
Load and save tmux sessions in JSON or YAML. Control tmux through
python API.
WWW: https://pypi.python.org/pypi/tmuxp
PR: 196307
Submitted by: Tony Narlock <tony@git-pull.com>
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile
having the same name despite changing one of these values and causing
a bad checksum.
Differential Revision: https://reviews.freebsd.org/D2103
Reviewed by: mat
With hat: bdrewery
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr