Fixes build failure on 13-CURRENT
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D26583
This has been accepted by syslog-ng upstream and committed. It will
be supported in the next release of syslog-ng.
PR: syslog-ng329/Makefile
Submitted by: Boris Korzun <drtr0jan@yandex.ru>
Reviewed by: Peter Czanik (syslog-ng upstream)
syslog_ng_flags and syslog_ng_pidfile respecively, making them
consistent with the rest of the ports tree.
PR: 249984
Submitted by: Boris Korzun <drtr0jan@yandex.ru>
Reviewed by: Peter Czanik (syslog-ng upstream)
Update evolution-dataserver to 3.38.0 and because of ABI breakage update ports
depending on it
Update bijiben to 3.38.0
Update gnome-calendar to 3.38.0
Update gnome-contacts to 3.38
Update gnome-maps to 3.38.0
Patch gnome-todo to work with newer evolution-dataserver (patched obtained from
OpenBSD/Archlinux)
Update evolution to 3.38.0
Update evolution-ews to 3.38.0 (among changes it brings support for office365)
Update folks to 0.14.0
Update cheese to 3.38.0
Update aisleriot to 3.22.9
Update five-or-more to 3.22.2
Update fastream to 0.2.9
Update gnome-control-center to 3.36.4
Update gnmoe-settings-daemon to 3.38.0
Update meld to 3.21.0
Update gnome-desktop to 3.38.0 and because of ABI breakage bump portrevision of
all dependant ports not touched by this update
Update gnome-session to 3.38.0
Update gnome-shell to 3.36.6, now run depends on gdm
Update gnome-shell-extensions to 3.36.3
Update mutter to 3.36.6
gnome-color-manager's gcm-calibrate went away, so we cannot depend
on it to exists.
this might break functionality in gnome-control-center (I cannot test
that here), but at least it allows packaging.
Approved by: just-fix-it
Nix is a purely functional package manager. This means that it treats
packages like values in purely functional programming languages such as
Haskell -- they are built by functions that don't have side-effects,
and they never change after they have been built.
FreeBSD support in Nix is not fully complete yet. This commit only
brings the Nix package manager to the ports. Hopefully, this port will
streamline the work of bootstrapping of Nix packages on FreeBSD.
Thanks to all the kind folks who contributed to the porting efforts.
It was a fun journey.
WWW: https://nixos.org/nix/
Differential Revision: https://reviews.freebsd.org/D17766
- Change INSTALL_TARGET to install-strip
- Update pkg-descr to remove MAINTAINER name and email as they are redundant
PR: 247423
Submitted by: pen@lysator.liu.se (maintainer)
Approved by: pen@lysator.liu.se (maintainer)
Note that tracker was not upgraded to 2.3.6 due to build failures in both
2.3.5 and 2.3.6 with clang11 which I haven't been able to solved yet.
While here incorporate a patch to vala files which makes it compatible with both
vala 0.40 and vala 0.50
According to ABI laboratory (and my testings) this upgrade is backward compatible