diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2020-08-27 11:25:47 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2020-08-27 11:25:47 +0000 |
| commit | 09df8f4601b3653cf8971f4f25192685d2ee7322 (patch) | |
| tree | 54e6a1db3f20f2f9dcd0222d5d8f9abfd2e6cedc /games/xevil/files/patch-cmn__game.h | |
| parent | - Add LICENSE (diff) | |
Remove expired ports:
2020-08-26 audio/timidity++-tcltk: Broken for more than 6 months
2020-08-26 biology/pbcopper: Broken for more than 6 months
2020-08-26 devel/ace: Broken for more than 6 months
2020-08-26 devel/bin86: Broken for more than 6 months
2020-08-26 devel/erlang-oserl: Broken for more than 6 months
2020-08-20 emulators/qemu40: Please consider using qemu or qemu41
2020-08-26 games/linux-darwinia-demo: Broken for more than 6 months
2020-08-26 games/linux-defcon: Broken for more than 6 months
2020-08-26 games/linux-uplink-demo: Broken for more than 6 months
2020-08-26 games/xevil: Broken for more than 6 months
2020-08-26 games/xminesweep: Broken for more than 6 months
2020-08-26 graphics/backfract: Broken for more than 6 months
2020-08-26 japanese/kanjipad: Broken for more than 6 months
2020-08-26 japanese/xdtp: Broken for more than 6 months
2020-08-26 korean/hpscat: Broken for more than 6 months
2020-08-26 math/barvinok: Broken for more than 6 months
2020-08-26 math/openmesh: Broken for more than 6 months
2020-08-26 math/rehearse: Broken for more than 6 months
2020-08-26 net/hinfo: Broken for more than 6 months
2020-08-26 science/fleur: Broken for more than 6 months
2020-08-26 science/lm: Broken for more than 6 months
2020-08-26 security/ddos_scan: Broken for more than 6 months
2020-08-26 security/gag: Broken for more than 6 months
2020-08-26 security/py-keystone: Broken for more than 6 months
2020-08-26 sysutils/mono-kmod: mastersite disappeared, unfetchable
2020-08-26 x11-themes/gtk-cleanice-engine: Broken for more than 6 months
2020-08-26 x11-wm/aewm: Broken for more than 6 months
Notes
Notes:
svn path=/head/; revision=546333
Diffstat (limited to 'games/xevil/files/patch-cmn__game.h')
| -rw-r--r-- | games/xevil/files/patch-cmn__game.h | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/games/xevil/files/patch-cmn__game.h b/games/xevil/files/patch-cmn__game.h deleted file mode 100644 index 9fb9045baaa4..000000000000 --- a/games/xevil/files/patch-cmn__game.h +++ /dev/null @@ -1,51 +0,0 @@ ---- cmn/game.h.orig 2012-05-27 06:52:31.000000000 +0900 -+++ cmn/game.h 2012-05-27 06:53:11.000000000 +0900 -@@ -35,7 +35,7 @@ - extern "C" { - #include <time.h> - } --#include <iostream.h> -+#include <iostream> - #include "utils.h" - #include "ui.h" - #include "world.h" -@@ -136,7 +136,7 @@ - struct RankingSet { - enum {RANKING_SET_MAX = 8}; // Max number of rankings in a set. - int killsMin; // Min number of kills to get this rank. -- char *rankings[RANKING_SET_MAX + 1]; // Extra for NULL. -+ const char *rankings[RANKING_SET_MAX + 1]; // Extra for NULL. - }; - - -@@ -268,8 +268,8 @@ - - private: - enum { -- WITTY_SAYINGS_NUM = 147, -- INTEL_NAMES_NUM = 74, -+ WITTY_SAYINGS_NUM = 155, -+ INTEL_NAMES_NUM = 77, - RANKING_SETS_NUM = 12, - }; - -@@ -306,7 +306,7 @@ - static Boolean potential_enemy_filter(const PhysicalContext* pc,void*); - /* EFFECTS: Filter those classes whose potentialEnemy flag is True. */ - -- char *choose_ranking(int kills); -+ const char *choose_ranking(int kills); - /* EFFECTS: Choose a rank for the player at the end of game based on the - number of kills. */ - -@@ -412,8 +412,8 @@ - SoundName currentSoundName; - //keeps track of current sound track being played: can be 0 - -- static char *wittySayings[WITTY_SAYINGS_NUM]; -- static char *intelNames[INTEL_NAMES_NUM]; -+ static const char *wittySayings[WITTY_SAYINGS_NUM]; -+ static const char *intelNames[INTEL_NAMES_NUM]; - static DifficultyLevel difficultyLevels[DIFFICULTY_LEVELS_NUM]; - static RankingSet rankingSets[RANKING_SETS_NUM]; - |
