diff options
author | heinz <heinz@pkgsrc.org> | 2004-03-01 22:46:22 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-03-01 22:46:22 +0000 |
commit | ad684ed9385e8b77f7337de6f1795c60640c70e9 (patch) | |
tree | 773fc77ca629b9daca25c7f69ea7a5736b08ee9f /games/enigma/patches | |
parent | 314f29e1535b9b34cfb610bc188c65753271eaf0 (diff) | |
download | pkgsrc-ad684ed9385e8b77f7337de6f1795c60640c70e9.tar.gz |
Initial import of enigma.
Enigma is a re-implementation of one of the most original and intriguing
computer games of the 1990's: Oxyd.
Your objective is easily explained: find and uncover all pairs of identical
Oxyd stones in each landscape. It would be simple, if it weren't for hidden
traps, vast mazes, insurmountable obstacles and innumerable puzzles blocking
your direct way to the Oxyd stones.
Diffstat (limited to 'games/enigma/patches')
-rw-r--r-- | games/enigma/patches/patch-aa | 13 | ||||
-rw-r--r-- | games/enigma/patches/patch-ab | 13 | ||||
-rw-r--r-- | games/enigma/patches/patch-ac | 13 | ||||
-rw-r--r-- | games/enigma/patches/patch-ad | 13 | ||||
-rw-r--r-- | games/enigma/patches/patch-ae | 13 | ||||
-rw-r--r-- | games/enigma/patches/patch-af | 13 | ||||
-rw-r--r-- | games/enigma/patches/patch-ag | 14 | ||||
-rw-r--r-- | games/enigma/patches/patch-ah | 13 | ||||
-rw-r--r-- | games/enigma/patches/patch-ai | 31 |
9 files changed, 136 insertions, 0 deletions
diff --git a/games/enigma/patches/patch-aa b/games/enigma/patches/patch-aa new file mode 100644 index 00000000000..f46c06c8b9e --- /dev/null +++ b/games/enigma/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/03/01 22:46:26 heinz Exp $ + +--- data/levels/Makefile.in.orig Sat Oct 11 20:16:47 2003 ++++ data/levels/Makefile.in +@@ -449,7 +449,7 @@ uninstall-info: uninstall-info-recursive + + install-data-local: + $(INSTALL) -d -m 0755 $(pkgdatadir) +- cp -fp $(srcdir)/*.lua $(pkgdatadir) ++ $(INSTALL_DATA) $(srcdir)/*.lua $(pkgdatadir) + + uninstall-local: + rm -f $(pkgdatadir)/*.lua diff --git a/games/enigma/patches/patch-ab b/games/enigma/patches/patch-ab new file mode 100644 index 00000000000..93bb0316391 --- /dev/null +++ b/games/enigma/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2004/03/01 22:46:26 heinz Exp $ + +--- data/levels/Sokoban/Makefile.in.orig Sat Oct 11 20:16:53 2003 ++++ data/levels/Sokoban/Makefile.in +@@ -301,7 +301,7 @@ uninstall-am: uninstall-info-am uninstal + + install-data-local: + $(INSTALL) -d -m 0755 $(pkgdatadir) +- cp -fp $(srcdir)/*.lua $(pkgdatadir) ++ $(INSTALL_DATA) $(srcdir)/*.lua $(pkgdatadir) + + uninstall-local: + rm -f $(pkgdatadir)/*.lua diff --git a/games/enigma/patches/patch-ac b/games/enigma/patches/patch-ac new file mode 100644 index 00000000000..9434f93810e --- /dev/null +++ b/games/enigma/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1.1.1 2004/03/01 22:46:26 heinz Exp $ + +--- doc/Makefile.in.orig Sat Oct 11 19:19:50 2003 ++++ doc/Makefile.in +@@ -138,7 +138,7 @@ target_os = @target_os@ + target_vendor = @target_vendor@ + SUBDIRS = manual refman + +-docdir = @datadir@/doc/enigma/reference ++docdir = @datadir@/doc/html/enigma/reference + doc_DATA = functions.html functions.css ant_lua.txt CREATING-LEVELS + + EXTRA_DIST = enigma.6 HACKING TODO $(doc_DATA) diff --git a/games/enigma/patches/patch-ad b/games/enigma/patches/patch-ad new file mode 100644 index 00000000000..32750b2bed9 --- /dev/null +++ b/games/enigma/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1.1.1 2004/03/01 22:46:26 heinz Exp $ + +--- doc/manual/Makefile.in.orig Sat Oct 11 19:19:56 2003 ++++ doc/manual/Makefile.in +@@ -146,7 +146,7 @@ HTML = $(wildcard enigma_*.html) \ + index.html + + +-htmldir = @datadir@/doc/enigma ++htmldir = @datadir@/doc/html/enigma + html_DATA = $(HTML) + + EXTRA_DIST = enigma.texi $(html_DATA) diff --git a/games/enigma/patches/patch-ae b/games/enigma/patches/patch-ae new file mode 100644 index 00000000000..0a0265ca7f1 --- /dev/null +++ b/games/enigma/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1.1.1 2004/03/01 22:46:26 heinz Exp $ + +--- doc/manual/images/Makefile.in.orig Sat Oct 11 19:20:01 2003 ++++ doc/manual/images/Makefile.in +@@ -139,7 +139,7 @@ target_vendor = @target_vendor@ + PNG = $(wildcard *.png) + PDF = $(addsuffix .pdf, $(basename $(PNG))) + +-pngdir = @datadir@/doc/enigma/images ++pngdir = @datadir@/doc/html/enigma/images + png_DATA = $(PNG) + + SUFFIXES = .png .pdf diff --git a/games/enigma/patches/patch-af b/games/enigma/patches/patch-af new file mode 100644 index 00000000000..4891ded8296 --- /dev/null +++ b/games/enigma/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1.1.1 2004/03/01 22:46:26 heinz Exp $ + +--- doc/refman/Makefile.in.orig Sat Oct 11 19:20:08 2003 ++++ doc/refman/Makefile.in +@@ -143,7 +143,7 @@ HTML = enigma-ref.html + + EXTRA_DIST = enigma-ref.texi $(HTML) + +-htmldir = @datadir@/doc/enigma/reference ++htmldir = @datadir@/doc/html/enigma/reference + html_DATA = $(HTML) + subdir = doc/refman + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/games/enigma/patches/patch-ag b/games/enigma/patches/patch-ag new file mode 100644 index 00000000000..e06b169de23 --- /dev/null +++ b/games/enigma/patches/patch-ag @@ -0,0 +1,14 @@ +$NetBSD: patch-ag,v 1.1.1.1 2004/03/01 22:46:26 heinz Exp $ + +--- etc/Makefile.in.orig Sat Oct 11 17:09:27 2003 ++++ etc/Makefile.in +@@ -328,7 +328,8 @@ info: info-am + + info-am: + +-install-data-am: install-desktopDATA install-iconDATA install-pixmapDATA ++#install-data-am: install-desktopDATA install-iconDATA install-pixmapDATA ++install-data-am: install-iconDATA install-pixmapDATA + + install-exec-am: + diff --git a/games/enigma/patches/patch-ah b/games/enigma/patches/patch-ah new file mode 100644 index 00000000000..4f7899edea2 --- /dev/null +++ b/games/enigma/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1.1.1 2004/03/01 22:46:26 heinz Exp $ + +--- lib-src/zipios++/src/directory.cpp.orig Sat Oct 4 00:34:31 2003 ++++ lib-src/zipios++/src/directory.cpp +@@ -24,7 +24,7 @@ + + #include "directory.h" + +-#if defined(unix) || defined(__unix) || defined(__unix__) || defined(MACOSX) ++#if defined(unix) || defined(__unix) || defined(__unix__) || defined(MACOSX) || defined(__NetBSD__) || defined (__FreeBSD__) || defined (__OpenBSD__) + # define BOOST_UNIX 1 + #elif defined(_WINDOWS) || defined(__MINGW32__) + # define BOOST_WINNT 1 diff --git a/games/enigma/patches/patch-ai b/games/enigma/patches/patch-ai new file mode 100644 index 00000000000..b4bf28579ab --- /dev/null +++ b/games/enigma/patches/patch-ai @@ -0,0 +1,31 @@ +$NetBSD: patch-ai,v 1.1.1.1 2004/03/01 22:46:26 heinz Exp $ + +--- lib-src/zipios++/src/directory.h.orig Sat Oct 4 00:34:31 2003 ++++ lib-src/zipios++/src/directory.h +@@ -35,7 +35,7 @@ + // #include <boost.h> Contents of boost.h + + // Allow control over DLL version being built +-#if defined(unix) || defined(__unix) || defined(__unix__) || defined(MACOSX) ++#if defined(unix) || defined(__unix) || defined(__unix__) || defined(MACOSX) || defined(__NetBSD__) || defined (__FreeBSD__) || defined (__OpenBSD__) + # define BOOST_DECL + #elif defined(ZIPIOS_DLL) + # ifdef ZIPIOS_EXPORTS +@@ -48,7 +48,7 @@ + #endif + // end of contents of boost.h + +-#if defined(unix) || defined(__unix) || defined(__unix__) || defined(MACOSX) ++#if defined(unix) || defined(__unix) || defined(__unix__) || defined(MACOSX) || defined(__NetBSD__) || defined (__FreeBSD__) || defined (__OpenBSD__) + #include <sys/types.h> + #endif + +@@ -232,7 +232,7 @@ namespace boost + + #endif + +-#if defined(unix) || defined(__unix) || defined(__unix__) || defined(MACOSX) ++#if defined(unix) || defined(__unix) || defined(__unix__) || defined(MACOSX) || defined(__NetBSD__) || defined (__FreeBSD__) || defined (__OpenBSD__) + + struct is_link { typedef bool value_type; }; + template <> bool get<is_link>(dir_it const &); |