From 2bb0d3f519fdf6d903d27adeac9a0a8176a34df1 Mon Sep 17 00:00:00 2001 From: Simon Barner Date: Thu, 17 Nov 2005 11:44:27 +0000 Subject: - Integrate with "doom-data". - Add OPTIONS. - Use SUB_FILES for generating pkg-message. - Merge BROKEN and NOT_FOR_ARCHS into ONLY_FOR_ARCHS=i386. - Add patch to fix the segmentation fault when exitting the program - Update WWW PR: ports/86440 Submitted by: Alejandro Pulver Tweaked by: Igor Pokrovsky Approved by: Igor Pokrovsky (maintainer) --- games/deng/files/patch-Src_dd__pinit.c | 11 +++++++++++ games/deng/files/pkg-message.in | 21 +++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 games/deng/files/patch-Src_dd__pinit.c create mode 100644 games/deng/files/pkg-message.in (limited to 'games/deng/files') diff --git a/games/deng/files/patch-Src_dd__pinit.c b/games/deng/files/patch-Src_dd__pinit.c new file mode 100644 index 000000000000..79f7f7557b89 --- /dev/null +++ b/games/deng/files/patch-Src_dd__pinit.c @@ -0,0 +1,11 @@ +--- Src/dd_pinit.c.orig ++++ Src/dd_pinit.c +@@ -227,7 +227,7 @@ + FH_Clear(); + ArgShutdown(); + free(mainzone); +- DD_ShutdownDGL(); ++// DD_ShutdownDGL(); + + // Close the message output file. + fclose(outFile); diff --git a/games/deng/files/pkg-message.in b/games/deng/files/pkg-message.in new file mode 100644 index 000000000000..bc2e18dfdccf --- /dev/null +++ b/games/deng/files/pkg-message.in @@ -0,0 +1,21 @@ +****************************************************************************** +Now you can start playing Doomsday! + +All three games Doom, Heretic and Hexen could be launched with one executable. + +A quick start command could be: + + %%PREFIX%%/bin/doomsday -g ${game} -f ${path_to_game_wad} + +where + + game - could be jdoom, jheretic or jhexen; + path_to_game_wad - path to game main wad file. + +Check documentation in %%DOCSDIR%% for other options. + +NOTE: when you run Doomsday it will create about 7 files/dirs in the current +directory (including temporary files, configuration, etc.) so it's preferable +to run it in a separate directory. + +****************************************************************************** -- cgit v1.2.3