[Bug 266969] devel/sdl20: enable libdecor support after 2.0.16 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Oct 2022 14:17:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266969 Bug ID: 266969 Summary: devel/sdl20: enable libdecor support after 2.0.16 update Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: amdmi3@FreeBSD.org Reporter: jbeich@FreeBSD.org Assignee: amdmi3@FreeBSD.org Flags: maintainer-feedback?(amdmi3@FreeBSD.org) Created attachment 237215 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=237215&action=edit v1 (apply via "git am") libdecor is only used under Wayland for client-side decorations where it's already pulled as a dependency via xwayland-devel. sdl2 uses dlopen() for --enable-<any>-shared (default), so no extra bloat for the binary package. Originally reported in bug 252371 comment 23. $ poudriere testport -j 131i386 devel/sdl20 [...] =========================================================================== ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) =>> Checking for staging violations... done =======================<phase: package >============================ ===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes ===> Building package for sdl2-2.24.0_2 =========================================================================== =>> Recording filesystem state for preinst... done =======================<phase: install >============================ ===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes ===> Installing for sdl2-2.24.0_2 ===> Checking if sdl2 is already installed ===> Registering installation for sdl2-2.24.0_2 [131i386-default] Installing sdl2-2.24.0_2... =========================================================================== =>> Checking shared library dependencies 0x00000001 NEEDED Shared library: [libc.so.7] 0x00000001 NEEDED Shared library: [libinotify.so.0] 0x00000001 NEEDED Shared library: [libm.so.5] 0x00000001 NEEDED Shared library: [librt.so.1] 0x00000001 NEEDED Shared library: [libthr.so.3] 0x00000001 NEEDED Shared library: [libusbhid.so.4] -- You are receiving this mail because: You are the assignee for the bug.