aboutsummaryrefslogtreecommitdiff
path: root/games/qwdtools
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-03-19 07:53:06 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-03-19 07:53:06 +0000
commit885a045ee4180ff8baf6a1604811bd76aa18ad43 (patch)
treee44fad96709f199626f2b1cf2d5552721240b683 /games/qwdtools
parent1bcd25df90a45621fd66f18ea07417a73239449f (diff)
downloadports-885a045ee4180ff8baf6a1604811bd76aa18ad43.tar.gz
ports-885a045ee4180ff8baf6a1604811bd76aa18ad43.zip
- Belatedly update MVDSV and QWDtools to version 0.32
- Explicitly deduce endianness instead of patching sources - Do not build bundled PCRE code, use the one from ports - ASM option is 32-bit only and implies OPTIMIZED_CFLAGS - Unfortunately, upstream had removed BSD Kqueue support - Actualize WWW line in the port descriptions while here
Notes
Notes: svn path=/head/; revision=528698
Diffstat (limited to 'games/qwdtools')
-rw-r--r--games/qwdtools/Makefile2
-rw-r--r--games/qwdtools/pkg-descr2
2 files changed, 3 insertions, 1 deletions
diff --git a/games/qwdtools/Makefile b/games/qwdtools/Makefile
index 22b41aaca828..b9a6ced68f56 100644
--- a/games/qwdtools/Makefile
+++ b/games/qwdtools/Makefile
@@ -10,6 +10,8 @@ PKGMESSAGE= /nonexistent
BUILD_WRKSRC= ${WRKSRC}/tools/qwdtools/source
GH_PROJECT= mvdsv
+CFLAGS+= -DQWE_VERSION=\\\"${PORTVERSION}\\\"
+
MASTERDIR= ${.CURDIR}/../mvdsv
.include "${MASTERDIR}/Makefile"
diff --git a/games/qwdtools/pkg-descr b/games/qwdtools/pkg-descr
index fda4347d8f3a..fdcdec3b220b 100644
--- a/games/qwdtools/pkg-descr
+++ b/games/qwdtools/pkg-descr
@@ -4,4 +4,4 @@ QuakeWorld demo files (in QWD format) to new-era multi-view format.
No QWZ format support yet, but one can always convert them to QWD
manually with Qizmo and run them through QWDtools after that.
-WWW: http://mvdsv.qw-dev.net/
+WWW: https://github.com/deurk/mvdsv