[Bug 265286] games/yquake2: Update to 8.10
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 265286] games/yquake2: Update to 8.10"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Jul 2022 10:20:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265286
Nuno Teixeira <eduardo@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
--- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Hi,
1. Q/A tests:
---
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/yquake2/ref_gles3.so
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
---
Could you update pkg-plist?
2. reorder variables (portfmt):
---
-USES= gmake openal gl sdl tar:xz
+USES= gl gmake openal sdl tar:xz
USE_GL= gl
USE_SDL= sdl2
-MAKE_ARGS= VERBOSE=1 WITH_SYSTEMWIDE=yes \
+MAKE_ARGS= VERBOSE=1 \
WITH_SYSTEMDATADIR="${Q2DIR}" \
- WITH_SYSTEMLIBDIR="${PREFIX}/lib/${PORTNAME}"
+ WITH_SYSTEMLIBDIR="${PREFIX}/lib/${PORTNAME}" \
+ WITH_SYSTEMWIDE=yes
---
Cheers
--
You are receiving this mail because:
You are the assignee for the bug.