pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/nethack-lib



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Sun Sep  3 12:12:04 UTC 2023

Modified Files:
        pkgsrc/games/nethack-lib: Makefile.common

Log Message:
games/nethack-lib: really force the use of ncurses.

Use PREFER.curses=pkgsrc despite objections of pkglint. It's the only thing
that works. buildlink3/bsd.builtin.mk allows it.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/games/nethack-lib/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/nethack-lib/Makefile.common
diff -u pkgsrc/games/nethack-lib/Makefile.common:1.47 pkgsrc/games/nethack-lib/Makefile.common:1.48
--- pkgsrc/games/nethack-lib/Makefile.common:1.47       Sat Sep  2 13:45:14 2023
+++ pkgsrc/games/nethack-lib/Makefile.common    Sun Sep  3 12:12:03 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.47 2023/09/02 13:45:14 rhialto Exp $
+# $NetBSD: Makefile.common,v 1.48 2023/09/03 12:12:03 rhialto Exp $
 #
 # used by games/nethack/Makefile
 # used by games/nethack-lib/Makefile
@@ -21,7 +21,7 @@ NETHACK_DIR=          nethackdir${NETHACK_SAVEVE
 NETHACK_SAVEVER=       3.6.0
 
 DISTNAME=              nethack-${NETHACK_DISTVER}-src
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            games
 MASTER_SITES=          https://www.nethack.org/download/${NETHACK_BASEVER}/
 EXTRACT_SUFX=          .tgz
@@ -44,7 +44,7 @@ USE_LANGUAGES+=               c c++
 # NetBSD's curses doesn't put the cursor where the game wants it
 # but leaves it in some random position. The playability of the game
 # depends on it, though. Therefore we prefer ncurses.
-USE_NCURSES=           yes
+PREFER.curses=         pkgsrc
 
 .include "../../mk/curses.buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index