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)
already, use ELFv2 ABI on powerpc64.
This already is part of lang/gcc8 and lang/gcc9 (and their -devel
siblings); given this is the future of powerpc64 on FreeBSD ensure
GCC development trunk is adopting this as early as possible.
In file included from rts/System/Sound/OpenAL/Sound.cpp:7:
/usr/local/include/AL/alc.h:34:16: error: typedef 'ALCdevice' cannot be referenced with a struct specifier
typedef struct ALCdevice ALCdevice;
^
rts/System/Sound/OpenAL/Sound.h:23:33: note: declared here
typedef struct ALCdevice_struct ALCdevice;
^
1 error generated.
http://beefy6.nyi.freebsd.org/data/120amd64-default/518685/logs/errors/spring-98.0_19.log
- Remove old patches
- Add patch to disable animations functionality. It's broken due
to a missing file in the distribution
PR: 242302
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>