summaryrefslogtreecommitdiff
path: root/games/puzzles/patches/patch-aa
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-07-18 18:38:28 +0000
committerwiz <wiz@pkgsrc.org>2009-07-18 18:38:28 +0000
commitecea0e6e33f44cc18ddd0fd8743ddf3efb1d92bf (patch)
treea1f46ee478121762c1b71424197affebea7ee9ef /games/puzzles/patches/patch-aa
parent727a821ee3a9eefe0e342b7556f8c856c652960e (diff)
downloadpkgsrc-ecea0e6e33f44cc18ddd0fd8743ddf3efb1d92bf.tar.gz
Initial import of puzzles-8605, a collection of small one-player
puzzle games by Simon Tatham. This package contains a collection of small computer programs which implement one-player puzzle games. All of them run natively on Unix (GTK), on Windows, and on Mac OS X; they can also be played on the web, as Java applets. Simon Tatham wrote this collection because he thought there should be more small desktop toys available: little games you can pop up in a window and play for two or three minutes while you take a break from whatever else you were doing. And he was also annoyed that every time he found a good game on (say) Unix, it wasn't available the next time he was sitting at a Windows machine, or vice versa; so he arranged that everything in my personal puzzle collection will happily run on both those platforms and more. When he finds (or perhaps invent) further puzzle games that he likes, they'll be added to this collection and will immediately be available on both platforms. And if anyone feels like writing any other front ends - Mac OS pre-10, PocketPC, or whatever it might be - then all the games in this framework will immediately become available on another platform as well.
Diffstat (limited to 'games/puzzles/patches/patch-aa')
-rw-r--r--games/puzzles/patches/patch-aa37
1 files changed, 37 insertions, 0 deletions
diff --git a/games/puzzles/patches/patch-aa b/games/puzzles/patches/patch-aa
new file mode 100644
index 00000000000..9fdf6fdd8aa
--- /dev/null
+++ b/games/puzzles/patches/patch-aa
@@ -0,0 +1,37 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/07/18 18:38:28 wiz Exp $
+
+--- Makefile.orig 2009-07-18 00:37:39.000000000 +0000
++++ Makefile
+@@ -30,7 +30,7 @@ man1dir=$(mandir)/man1
+ all: blackbox bridges cube dominosa fifteen filling fillingsolver flip \
+ galaxies galaxiespicture galaxiessolver guess inertia \
+ latincheck lightup lightupsolver loopy loopysolver map \
+- mapsolver mineobfusc mines net netslide nullgame obfusc \
++ mapsolver mineobfusc mines netgame netslide nullgame obfusc \
+ pattern patternsolver pegs rect samegame sixteen slant \
+ slantsolver solo solosolver tents tentssolver twiddle \
+ unequal unequalsolver untangle
+@@ -146,7 +146,7 @@ mines: drawing.o gtk.o malloc.o midend.o
+ mines-icon.o misc.o printing.o ps.o random.o tree234.o \
+ version.o
+
+-net: drawing.o dsf.o gtk.o malloc.o midend.o misc.o net.o net-icon.o \
++netgame: drawing.o dsf.o gtk.o malloc.o midend.o misc.o net.o net-icon.o \
+ printing.o ps.o random.o tree234.o version.o
+ $(CC) $(XLDFLAGS) -o $@ drawing.o dsf.o gtk.o malloc.o midend.o \
+ misc.o net.o net-icon.o printing.o ps.o random.o tree234.o \
+@@ -502,7 +502,7 @@ GAMES += lightup
+ GAMES += loopy
+ GAMES += map
+ GAMES += mines
+-GAMES += net
++GAMES += netgame
+ GAMES += netslide
+ GAMES += pattern
+ GAMES += pegs
+@@ -531,4 +531,4 @@ install:
+ done
+
+ clean:
+- rm -f *.o blackbox bridges cube dominosa fifteen filling fillingsolver flip galaxies galaxiespicture galaxiessolver guess inertia latincheck lightup lightupsolver loopy loopysolver map mapsolver mineobfusc mines net netslide nullgame obfusc pattern patternsolver pegs rect samegame sixteen slant slantsolver solo solosolver tents tentssolver twiddle unequal unequalsolver untangle
++ rm -f *.o blackbox bridges cube dominosa fifteen filling fillingsolver flip galaxies galaxiespicture galaxiessolver guess inertia latincheck lightup lightupsolver loopy loopysolver map mapsolver mineobfusc mines netgame netslide nullgame obfusc pattern patternsolver pegs rect samegame sixteen slant slantsolver solo solosolver tents tentssolver twiddle unequal unequalsolver untangle