Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jul 2022 10:20:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 265286] games/yquake2: Update to 8.10
Message-ID:  <bug-265286-7788-xptk7VhXs4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265286-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265286-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265286

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:
---
=3D=3D=3D=3D> Running Q/A tests (stage-qa)
=3D=3D=3D=3D> Checking for pkg-plist issues (check-plist)
=3D=3D=3D> Parsing plist
=3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/yquake2/ref_gles3.so
=3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR
=3D=3D=3D> Error: Plist issues found.
---

Could you update pkg-plist?

2. reorder variables (portfmt):
---
-USES=3D          gmake openal gl sdl tar:xz
+USES=3D          gl gmake openal sdl tar:xz
 USE_GL=3D                gl
 USE_SDL=3D       sdl2
-MAKE_ARGS=3D     VERBOSE=3D1 WITH_SYSTEMWIDE=3Dyes \
+MAKE_ARGS=3D     VERBOSE=3D1 \
                WITH_SYSTEMDATADIR=3D"${Q2DIR}" \
-               WITH_SYSTEMLIBDIR=3D"${PREFIX}/lib/${PORTNAME}"
+               WITH_SYSTEMLIBDIR=3D"${PREFIX}/lib/${PORTNAME}" \
+               WITH_SYSTEMWIDE=3Dyes
---

Cheers

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265286-7788-xptk7VhXs4>