head 1.4; access; symbols pkgsrc-2016Q3:1.3.0.24 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.22 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.20 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.18 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.16 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.14 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.12 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.10 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.8 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.6 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.4 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.2 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.2.0.62 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.60 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.58 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.56 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.54 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.52 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.50 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.48 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.46 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.44 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.42 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.40 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.38 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.36 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.34 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.32 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.30 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.28 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.26 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.24 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.22 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.20 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.18 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.16 pkgsrc-2008Q1:1.2.0.14 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.12 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.10 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.8 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.6 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.4 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.2 pkgsrc-2006Q3-base:1.2; locks; strict; comment @# @; 1.4 date 2016.10.15.00.45.15; author kamil; state dead; branches; next 1.3; commitid gto5gwjkLpkRVaqz; 1.3 date 2013.10.17.09.19.01; author roy; state Exp; branches; next 1.2; commitid 00tPX1g8zf8lXC9x; 1.2 date 2006.09.14.21.58.59; author rillig; state Exp; branches; next 1.1; 1.1 date 2006.09.14.21.18.44; author rillig; state Exp; branches; next ; desc @@ 1.4 log @Update bastet from 0.41 to 0.43.1 pkgsrc changes: - Switch to GitHub framework - Update HOMEPAGE - Set LICENSE (GPLv3) - Upstream switched from C to C++ - Require boost-libs and boost-headers - SETGIDGAME -> USE_GAMESGROUP - Need to fix VARBASE differently (now with SUBST framework) - Drop unneded patches - Enforce any curses library (with a patch) upstream changelog ================== ==0.43.1== Small fixes: appdata and desktop file, moved to an unordered_set header that should work on most compilers. Should still port to autotools or something similar sometimes in the future. ==0.43== Complete code rewrite. As I go on trying to grok C++, algorithms and data structures, and as I started to understand more of Peter's code, I found it useful to rewrite all this stuff from scratch. This should solve some issues and probably introduce new ones. Therefore this version needs a lot of playtesting and bug-hunting. The algorithm has been split into two, one with the next block preview (normal) and one without (harder). New and more sophisticated techniques are now used to write the block-choosing algorithms, which should not be fooled as easily as before. @ text @$NetBSD: patch-ac,v 1.3 2013/10/17 09:19:01 roy Exp $ For one-time building, the dependencies are not needed. --- Makefile.orig 2004-10-19 19:54:58.000000000 +0200 +++ Makefile 2006-09-14 23:55:46.501239484 +0200 @@@@ -11,8 +11,8 @@@@ HISCORE=bastet.scores GAME_USER=games CC=gcc -CFLAGS=-Wall -DHIGHSCORE_FILE=\"$(DATA_PREFIX)$(HISCORE)\" -LDFLAGS=-lncurses +CFLAGS+=-Wall -DHIGHSCORE_FILE=\"$(DATA_PREFIX)$(HISCORE)\" +LDFLAGS+=-lcurses SOURCES=main.c game.c highscore.c bast.c EXNAME=bastet @@@@ -26,8 +26,6 @@@@ $(EXNAME) : $(SOURCES:.c=.o) | sed 's/\($*\)\.o[ :]*/\1.o $@@ : /g' > $@@; \ [ -s $@@ ] || rm -f $@@ -include $(SOURCES:.c=.d) - %.o: %.c $(CC) $(CFLAGS) -c $< -o $@@ @ 1.3 log @Work with system curses @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.2 2006/09/14 21:58:59 rillig Exp $ @ 1.2 log @Fixed unresolved shared library on Solaris (and maybe others). @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2006/09/14 21:18:44 rillig Exp $ d14 1 a14 1 +LDFLAGS+=-lncurses @ 1.1 log @Ported bastet to Solaris. @ text @d1 1 a1 1 $NetBSD$ d6 12 a17 1 +++ Makefile 2006-09-14 23:12:00.064244064 +0200 @