pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/etlegacy etlegacy: Disable renderer shared lib, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d796c201f70b
branches:  trunk
changeset: 333969:d796c201f70b
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat May 18 17:29:47 2019 +0000

description:
etlegacy: Disable renderer shared lib, it doesn't work with builtin Mesa.

Make myself MAINTAINER.

Bump PKGREVISION.

diffstat:

 games/etlegacy/Makefile |  8 ++++++--
 games/etlegacy/PLIST    |  5 +----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (56 lines):

diff -r b3323e6e2100 -r d796c201f70b games/etlegacy/Makefile
--- a/games/etlegacy/Makefile   Sat May 18 16:12:36 2019 +0000
+++ b/games/etlegacy/Makefile   Sat May 18 17:29:47 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/04/11 20:56:34 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/05/18 17:29:47 nia Exp $
 
 PKGNAME=       etlegacy-2.76
+PKGREVISION=   1
 CATEGORIES=    games
 
 DIST_SUBDIR=   etlegacy-${PKGVERSION_NOREV}
@@ -16,7 +17,7 @@
 SITES.etlegacy-libs.tar.gz= \
     -https://github.com/etlegacy/etlegacy-libs/archive/${LIBS_TAG}.tar.gz
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    nia%NetBSD.org@localhost
 HOMEPAGE=      https://www.etlegacy.com/
 COMMENT=       Open source Wolfenstein: Enemy Territory client and server
 LICENSE=       gnu-gpl-v3
@@ -24,6 +25,9 @@
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
+CMAKE_ARGS+=   -DRENDERER_DYNAMIC=OFF # doesn't work with builtin MesaLib
+CMAKE_ARGS+=   -DFEATURE_RENDERER2=OFF # experimental, buggy
+
 CMAKE_ARGS+=   -DBUNDLED_CURL=OFF
 CMAKE_ARGS+=   -DBUNDLED_FREETYPE=OFF
 CMAKE_ARGS+=   -DBUNDLED_GLEW=OFF
diff -r b3323e6e2100 -r d796c201f70b games/etlegacy/PLIST
--- a/games/etlegacy/PLIST      Sat May 18 16:12:36 2019 +0000
+++ b/games/etlegacy/PLIST      Sat May 18 17:29:47 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/04/11 20:56:34 nia Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/05/18 17:29:47 nia Exp $
 bin/etl
 bin/etlded
 man/man6/etl.6
@@ -6,7 +6,6 @@
 share/applications/etlegacy.desktop
 share/etlegacy/COPYING.txt
 share/etlegacy/INSTALL.txt
-share/etlegacy/etl_renderer2.sh
 share/etlegacy/etmain/campaigncycle.cfg
 share/etlegacy/etmain/etl_server.cfg
 share/etlegacy/etmain/legacy.cfg
@@ -123,7 +122,5 @@
 share/etlegacy/legacy/rules.toml
 share/etlegacy/legacy/sprees.toml
 share/etlegacy/legacy/wolfadmin.toml
-share/etlegacy/librenderer_opengl1_x86_64.so
-share/etlegacy/librenderer_opengl2_x86_64.so
 share/icons/hicolor/scalable/apps/etl.svg
 share/mime/packages/etlegacy.xml



Home | Main Index | Thread Index | Old Index