summaryrefslogtreecommitdiff
path: root/games/libdungeonmaker/files/patch-DungeonMaker.h
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-09-02 10:09:54 +0000
committerRene Ladan <rene@FreeBSD.org>2018-09-02 10:09:54 +0000
commit37d460068bb0eca568f004457e5cfff07e99f0c8 (patch)
tree74401336787beb95a3ca9cd696a7842602abb4d2 /games/libdungeonmaker/files/patch-DungeonMaker.h
parentprint/lyx: fix build with Qt 5.11 (diff)
Remove expired ports:
2018-08-30 games/libdungeonmaker: Abandonware. Unused in the ports tree 2018-08-30 net-p2p/lopster: Unmaintained. Napster is dead 2018-08-30 audio/napster: Unmaintained. Napster and OpenNap are dead 2018-08-30 net-p2p/xnap: Unmaintained. Napster, OpenNap, and FastTrack are dead 2018-08-30 russian/napster: Unmaintained. Napster and OpenNap are dead 2018-08-30 devel/mico: unmaintained upstream and unused in the ports tree
Notes
Notes: svn path=/head/; revision=478775
Diffstat (limited to 'games/libdungeonmaker/files/patch-DungeonMaker.h')
-rw-r--r--games/libdungeonmaker/files/patch-DungeonMaker.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/games/libdungeonmaker/files/patch-DungeonMaker.h b/games/libdungeonmaker/files/patch-DungeonMaker.h
deleted file mode 100644
index 037e3cb96690..000000000000
--- a/games/libdungeonmaker/files/patch-DungeonMaker.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- DungeonMaker.h.orig 2014-07-24 11:55:26.000000000 -0400
-+++ DungeonMaker.h 2014-07-24 11:55:51.000000000 -0400
-@@ -22,6 +22,7 @@
- #include <list>
- #include <string>
- #include <assert.h>
-+#include <stdlib.h>
-
- ///* ATTENTION: In this version, the method DungeonMaker:: PutPlonkOnMap() puts MOBs and treasure on the map literally, by changing the SquareData of the Map square where the stuff goes. This is just for demonstration purposes to make it easier to show stuff without having an engine for rendering objects. If you use the DungeonMaker in your own program, you must refrain from calling this function, and instead write your own function that puts stuff on the map as objects and leaves the MapData as it is.
-