Bug 227844 - [NEW PORT] games/regoth, Gothic I and II engine reimplementation
Summary: [NEW PORT] games/regoth, Gothic I and II engine reimplementation
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: freebsd-ports-bugs (Nobody)
URL: https://github.com/REGoth-project/REGoth
Keywords: feature, needs-qa
Depends on:
Blocks:
 
Reported: 2018-04-29 12:44 UTC by Val Packett
Modified: 2020-01-06 01:26 UTC (History)
2 users (show)

See Also:


Attachments
regoth.patch (19.25 KB, patch)
2018-04-29 12:44 UTC, Val Packett
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Val Packett 2018-04-29 12:44:46 UTC
Created attachment 192900 [details]
regoth.patch

https://github.com/REGoth-project/REGoth
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2018-12-11 20:38:23 UTC
Thanks, this port builds fine on {11.2,12.0}x{amd64,i386}, just one question:

In do-install:

We already have:

        ${INSTALL_PROGRAM} ${WRKSRC}/bin/REGoth ${STAGEDIR}${DATADIR}

(${INSTALL_PROGRAM}=install  -s -m 555)

Do we really need:

        ${CHMOD} 755 ${STAGEDIR}${PREFIX}/bin/REGoth

?
Comment 2 Val Packett 2018-12-11 21:28:03 UTC
(In reply to Li-Wen Hsu from comment #1)

${DATADIR} != ${PREFIX}/bin/REGoth, I think there's a wrapper script or something?

I haven't touched this in a while. I'll post an updated version here
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-01-06 01:24:43 UTC
A commit references this bug:

Author: swills
Date: Mon Jan  6 01:24:36 UTC 2020
New revision: 522179
URL: https://svnweb.freebsd.org/changeset/ports/522179

Log:
  games/regoth: create port

  An open source reimplementation of the zEngine, a game engine used by
  "Gothic" and "Gothic II".

  WWW: https://github.com/REGoth-project/REGoth

  PR:		227844
  Submitted by:	Greg V <greg@unrelenting.technology>

Changes:
  head/games/Makefile
  head/games/regoth/
  head/games/regoth/Makefile
  head/games/regoth/distinfo
  head/games/regoth/files/
  head/games/regoth/files/launcher.sh
  head/games/regoth/files/patch-CMakeLists.txt
  head/games/regoth/files/patch-lib_bgfx-cmake_CMakeLists.txt
  head/games/regoth/files/patch-lib_bgfx-cmake_bx_src_mutex.cpp
  head/games/regoth/files/patch-lib_bgfx-cmake_bx_src_thread.cpp
  head/games/regoth/files/patch-src_audio_AudioEngine.h
  head/games/regoth/files/patch-src_audio_AudioWorld.h
  head/games/regoth/pkg-descr
  head/games/regoth/pkg-plist
Comment 4 Steve Wills freebsd_committer freebsd_triage 2020-01-06 01:26:58 UTC
Committed, thanks!