- The port works fine with devel/git too, we should first check if there
is git installed, instead to assume we need to install git-lite. [1]
- Bump PORTREVISION.
Submitted by: dvl [0]
Reported by: many [1]
Use C11 compiler:
In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33,
from xfce-randr.c:30:
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk'
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was here
Approved by: mentors (implicit approval)
Use C11 compiler:
In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33,
from garcon-menu-item-action.c:26:
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk'
/usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was here
Approved by: mentors (implicit approval)
Pretty system information tool written in POSIX sh,
supporting: Linux; MacOS; OpenBSD; FreeBSD; NetBSD;
Haiku and more.
WWW: https://github.com/dylanaraps/pfetch
PR: 240873
Submitted by: Lewis Cook <vulcan@wired.sh>
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
Reviewed by: tobik
Approved by: araujo (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21744
- The automount has now a new co-author - Rozhuk Ivan.
- New options available in automount.conf config file.
- Filesystem detection/mounting reworked totally
with file(1)/dd(1)/fstyp(8) as backends.
- Notifications are now possible with libnitify(8) library.
- Automatic detection of DISPLAY variable.
- New automatic wait for device appearance.
- New detection if device is a block device.
- Introduction of CD-ROM support.
- Automatic detection of File Manager with exo-open(1).
- Option REMOVEDIRS is deprecated now.
- Handle '-o large' option for FAT under FreeBSD 11.x and 12.x versions.
PR: 239998
Submitted by: vermaden@interia.pl (maintainer), Rozhuk Ivan
Reported by: OlivierW <olivierw1+bugzilla-freebsd@hotmail.com>
Reviewed by: koobs
- Removed TEST option since it fails to build. Disable tests
unconditionally.
- Bump PORTREVISION on dependent ports. I've observed linker errors
on startup due to library changes
variable, and pass it to a thread that often executes after constructor has
exited causing per-core thread to use a corrupted core_id.
Depending on compiler and runtime execution (and whether executing over gdb),
the tool might segfault or have incorrect behavior.
This makes sure the lambda function takes copy of automatic variable in
enclosing environment.
Submitted upstream as https://github.com/opcm/pcm/pull/162
Submitted by: Loic Prylli
Sponsored by: Netflix, Inc
Differential Revision: https://reviews.freebsd.org/D21804
- Introduce two new options: DAV (via libneon) and ZSTD
- Insert couple of empty lines for better readability
Tested on: i386, amd64, powerpc
Approved by: maintainer
* The sysctlinfo interface (sysutils/sysctlinfo-kmod) is now required as
build/run dependency which relies on the "oid_label" constant that was
introduced in FreeBSD 1200019.
Thus set the port to IGNORE if the above doesn't apply while I'm here. [1]
Changelog:
* Add sysctlinfo kmod support [1]
PR: 240575
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Kernel module to implement the sysctlinfo interface, it explores
the sysctl tree to pass the info of the nodes to the userland;
a header file with constants and helper macros is provided, too.
WWW: https://gitlab.com/alfix/sysctlinfo
PR: 240390
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com>
- Unbreak on FreeBSD 12+ (this version bundles an updated version of jRuby
which allows running the PuppetServer on hosts with 64 bits inodes);
- Override the jRuby bundled ffi.rb to workaround a NullPointerException when
trying to open an inexistent file;
- Remove deprecated Java flags;
Release notes:
https://puppet.com/docs/puppetserver/latest/release_notes.html#puppet-server-660
With hat: puppet