Bug 265286 - games/yquake2: Update to 8.10
Summary: games/yquake2: Update to 8.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alexey Dokuchaev
URL: https://www.yamagi.org/quake2/
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-18 06:18 UTC by shamaz.mazum
Modified: 2022-10-28 13:15 UTC (History)
2 users (show)

See Also:


Attachments
Patch to the port tree (1.17 KB, patch)
2022-07-18 06:18 UTC, shamaz.mazum
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description shamaz.mazum 2022-07-18 06:18:42 UTC
Created attachment 235324 [details]
Patch to the port tree

Please update games/yquake2 to version 8.10
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-19 10:20:28 UTC
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
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2022-07-19 10:39:01 UTC
(In reply to Nuno Teixeira from comment #1)
> Could you update pkg-plist?
No need to, I'll handle it (since I've committed the original work).
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-10-28 13:12:43 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=517ca7b450f68991d1183d740e0565939fc65b20

commit 517ca7b450f68991d1183d740e0565939fc65b20
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-10-28 13:11:22 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-10-28 13:11:22 +0000

    games/yquake2: the port had been updated to version 8.10

    While here, do not needlessly initialize local variable as the
    FS_GetNextRawPath() would DTRT itself and drop one extra space.

    PR:     265286

 games/yquake2/Makefile                         | 2 +-
 games/yquake2/distinfo                         | 6 +++---
 games/yquake2/files/patch-src_client_vid_vid.c | 4 ++--
 games/yquake2/pkg-plist                        | 1 +
 4 files changed, 7 insertions(+), 6 deletions(-)
Comment 4 Alexey Dokuchaev freebsd_committer freebsd_triage 2022-10-28 13:15:10 UTC
Committed, thanks (sorry for it got delayed).