head 1.3; access; symbols pkgsrc-2020Q2:1.2.0.2 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2020.07.13.09.49.09; author wiz; state dead; branches; next 1.2; commitid KwL9CeyiUcfY0UfC; 1.2 date 2020.06.08.08.49.58; author wiz; state Exp; branches; next 1.1; commitid dFicBWJANOKvOobC; 1.1 date 2020.02.17.10.43.44; author wiz; state Exp; branches; next ; commitid ydnKJMtWpuQP21XB; desc @@ 1.3 log @dMagnetic: update to 0.24. Changes not found, but pkgsrc patch and test target were integrated upstream. @ text @$NetBSD: patch-Makefile,v 1.2 2020/06/08 08:49:58 wiz Exp $ --- Makefile.orig 2020-06-06 20:57:40.000000000 +0000 +++ Makefile @@@@ -93,7 +93,7 @@@@ install: all dMagnetic.1 dMagneticini.5 dMagnetic: $(OBJ_LOADER) $(OBJ_LINEA) $(OBJ_VM68K) $(OBJ_GUI) $(OBJ_TOPLEVEL) - $(LINK) -o $@@ $(OBJ_LOADER) $(OBJ_LINEA) $(OBJ_VM68K) $(OBJ_GUI) $(OBJ_TOPLEVEL) + $(LINK) -o $@@ $(LDFLAGS) $(OBJ_LOADER) $(OBJ_LINEA) $(OBJ_VM68K) $(OBJ_GUI) $(OBJ_TOPLEVEL) .c.o: $(CC) $(CFLAGS) $(CFLAGS_EXTRA) $(INCFLAGS) -c -o $@@ $< @ 1.2 log @dMagnetic: update to 0.23. Provided by Thomas Dettbarn in PR 55359. This release saw major improvements when playing the original games from the MS DOS releases. The images packaged in there used a slightly different format than the AMIGA versions, resulting in muted colours when playing with the LOW ANSI output. An alternative algorithm has been introduced, called -vmode low_ansi2, resulting in much more colourful, nuanced pictures. Just have a look yourself! @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @games/dMagnetic: import dMagnetic-0.22 Based on the package provided by Thomas Dettbarn in PR 54974. DMAGNETIC is a Magnetic Scrolls Interpreter. It can be used to play classic text adventure games, such as "The Pawn", "The Guild of Thieves", and "Wonderland". Graphics will be rendered in glorious ANSI art, so the games can be played in any console window. @ text @d3 1 a3 3 Honor LDFLAGS. --- Makefile.orig 2020-02-13 10:14:28.000000000 +0000 d5 1 a5 10 @@@@ -37,7 +37,7 @@@@ PROJ_HOME=./ INCFLAGS=-I$(PROJ_HOME)src/gui -I$(PROJ_HOME)src/toplevel -I$(PROJ_HOME)src/loader -I$(PROJ_HOME)src/engine/vm68k -I$(PROJ_HOME)src/engine/linea -I$(PROJ_HOME)src/engine/include OBJDIR=$(PROJ_HOME)obj/ LINK=$(CC) -LDFLAGS="-L"$(OBJDIR) +LDFLAGS+="-L"$(OBJDIR) SOURCES_LOADER= \ src/loader/maggfxloader.c @@@@ -92,7 +92,7 @@@@ install: all dMagnetic.1 dMagneticini.5 d10 1 a10 1 + $(LINK) $(LDFLAGS) -o $@@ $(OBJ_LOADER) $(OBJ_LINEA) $(OBJ_VM68K) $(OBJ_GUI) $(OBJ_TOPLEVEL) @