- repo-copied from r488806
- update based on submission by Trenton Schulz <trueos@norwegianrockcat.com>
PR: 242315
Reported by: Trenton Schulz <trueos@norwegianrockcat.com>
lang/rust-nightly does not have powerpc64 in it and unconditionally
running makesum for the powerpc64 ELFv2 bootstraps breaks there.
PR: 242342
Reported by: jbeich
After clamav upgrade, there is a CLAMAV_VERSION variable on
clamav-version.h that conflicts with c-icap-modules.
Rename local variable adding a _ prefix to prevent the collision
and fix the build.
PR: 242231
Submitted by: garga
Obtained from: pfSense
Sponsored by: Rubicon Communications, LLC (Netgate)
2019-11-30 astro/garmindev: This port is useful only with the long expired QLandkarteGT
2019-11-30 net-mgmt/zabbix22-agent: End of Life was August, 2019
2019-11-30 net-mgmt/zabbix22-frontend: End of Life was August, 2019
2019-11-30 net-mgmt/zabbix22-java: End of Life was August, 2019
2019-11-30 net-mgmt/zabbix22-proxy: End of Life was August, 2019
2019-11-30 net-mgmt/zabbix22-server: End of Life was August, 2019
2019-12-01 sysutils/fusefs-ext4fuse: Please consider using sysutils/fusefs-ext2 as upstream development is stalled. Contrary to what its name suggests it supports ext2, ext3, ext4 in read/write mode.
2019-12-01 www/grafana3: Depends on expired lang/phantomjs
2019-11-30 www/miniminiweb: Upstream no longer available
powerpc64 elfv2 needs the same patches as arm* and aarch64, but builds without -DNO_ASM. Simplify the port by applying the arm patches everywhere and use CPPFLAGS_${ARCH} instead of .if ${ARCH} block. Build passes on powerpc64 elfv1 fine, so the original issue must have been fixed.
PR: 242296
Approved by: wen (maintainer), linimon (mentor)
Stream your favorite music channels from
somafm.com within a terminal using mpv.
WWW: https://github.com/rockymadden/somafm-cli
PR: 242321
Submitted by: Lewis Cook <vulcan@wired.sh>
All cargo variables are prefixed, and USES=meson already passes
environ(7) to ninja. No need to exclude variables anymore as cargo.sh
adjusts cargo variables for meson to find build artifacts.
Idea from: games/jaggedalliance2
Cargo vendoring can be useful even for ports that use other build
systems like Meson to call Cargo for the actual build. Often they
use the framework's default do-configure which USES=cargo should
not overwrite.
Remove hacks from games/jaggedalliance2 and x11/squeekboard.
Reviewed by: jbeich
Differential Revision: https://reviews.freebsd.org/D22619
Error: /usr/local/bin/squeekboard-real is linked to /usr/local/lib/libgdk_pixbuf-2.0.so.0 from graphics/gdk-pixbuf2 but it is not declared as a dependency
Warning: you need USE_GNOME+=gdkpixbuf2
Warning: /usr/ports/x11/squeekboard/pkg-message not in UCL format, will be shown on initial install only.
Warning: See https://www.freebsd.org/doc/en/books/porters-handbook/pkg-files.html#porting-message
- Add x11-fonts/dejavu as a test dependency. This allows the "font"
crate tests to find a font that matches "monospace".
- The test build cannot find libxcb. It is unclear why the link
failure is not triggered during the normal build. Add USES=localbase
for now.
error: linking with `cc` failed: exit code: 1
[...]
= note: /usr/bin/ld: error: unable to find library -lxcb
/usr/bin/ld: error: unable to find library -lxcb
/usr/bin/ld: error: unable to find library -lxcb
/usr/bin/ld: error: unable to find library -lxcb
/usr/bin/ld: error: unable to find library -lxcb-render
/usr/bin/ld: error: unable to find library -lxcb-shape
/usr/bin/ld: error: unable to find library -lxcb-xfixes
error: aborting due to previous error
error: could not compile `copypasta`.
The previous GitHub repository is now labelled as inactive and
unmaintained [1].
This new fork [2] has been around since August 2019, has fixed many bugs
and added new features (even mounting remotes in FreeBSD).
[1] https://github.com/mmozeiko/RcloneBrowser
[2] https://github.com/kapitainsky/RcloneBrowser
Reported by: Dariusz Bogdanski <dariuszb@me.com> (upstream maintainer)