pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/etlegacy
Module Name: pkgsrc
Committed By: nia
Date: Sat May 18 17:29:47 UTC 2019
Modified Files:
pkgsrc/games/etlegacy: Makefile PLIST
Log Message:
etlegacy: Disable renderer shared lib, it doesn't work with builtin Mesa.
Make myself MAINTAINER.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/etlegacy/Makefile \
pkgsrc/games/etlegacy/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/etlegacy/Makefile
diff -u pkgsrc/games/etlegacy/Makefile:1.1 pkgsrc/games/etlegacy/Makefile:1.2
--- pkgsrc/games/etlegacy/Makefile:1.1 Thu Apr 11 20:56:34 2019
+++ pkgsrc/games/etlegacy/Makefile Sat May 18 17:29:47 2019
@@ -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.tar.gz= \
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 @@ LICENSE= gnu-gpl-v3
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
Index: pkgsrc/games/etlegacy/PLIST
diff -u pkgsrc/games/etlegacy/PLIST:1.1 pkgsrc/games/etlegacy/PLIST:1.2
--- pkgsrc/games/etlegacy/PLIST:1.1 Thu Apr 11 20:56:34 2019
+++ pkgsrc/games/etlegacy/PLIST Sat May 18 17:29:47 2019
@@ -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 @@ man/man6/etlded.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/qagame.mp.nbsd.x86
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