summaryrefslogtreecommitdiff
path: root/japanese/nethack32/files/patch-ag
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 05:01:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 05:01:13 +0000
commit89d232bfadd4741ecb124fca90aa115bb59d541c (patch)
tree10c6f3f67937d9770900aedd45d720e53ada65cb /japanese/nethack32/files/patch-ag
parent- Remove unnecessary DISTNAME declaration (diff)
Bye bye abandonwares (part 3)
2011-08-01 deskutils/gkrellm-timers: No more public distfile 2011-08-01 deskutils/multi-backgrounds-daemon: Looks like an abandonware, no more public distfile 2011-08-01 deskutils/py-tagfu: Looks like an abandonware, no more public distfile 2011-08-01 deskutils/taskstep: Looks like an abandonware, no more public distfile 2011-08-01 devel/c_c++_reference: No more public distfiles 2011-08-01 devel/libcoyotl: Looks like an abandonware, no more public distfile 2011-08-01 devel/libfs++: Looks like an abandonware, no more public distfile 2011-08-01 devel/mkmf: Looks like an abandonware, no more public distfile 2011-08-01 devel/p5-Include: No more public distfiles 2011-08-01 devel/rubygem-newgem: broken since 2010/09/22 2011-08-01 devel/tpg: Looks like an abandonware, no more public distfile 2011-08-01 games/amphetamine: Looks like an abandonware, no more public distfile 2011-08-01 games/anagramarama: Looks like an abandonware, no more public distfile 2011-08-01 games/connect4 2011-08-01 games/wrogue: No more public distfiles, looks like an abandonware 2011-08-01 graphics/xmms-msa: Looks like an abandonware, no more public distfile 2011-08-01 japanese/chimera: Look like an abandonware, no more public distifles 2011-08-01 japanese/drpl: Look like an abandonware, no more public distifles 2011-08-01 japanese/dvi2tty: Look like an abandonware, no more public distifles 2011-08-01 japanese/easypr: Look like an abandonware, no more public distifles 2011-08-01 japanese/elisp-manual: Look like an abandonware, no more public distifles 2011-08-01 japanese/emacs-manual: Look like an abandonware, no more public distifles 2011-08-01 japanese/ewipe: Look like an abandonware, no more public distifles 2011-08-01 japanese/ircII: Look like an abandonware, no more public distifles 2011-08-01 japanese/jhd: Look like an abandonware, no more public distifles 2011-08-01 japanese/libjconv: Look like an abandonware, no more public distifles 2011-08-01 japanese/mimekit: Look like an abandonware, no more public distifles 2011-08-01 japanese/nethack32: Look like an abandonware, no more public distifles 2011-08-01 japanese/paledit: Look like an abandonware, no more public distifles 2011-08-01 japanese/plain2: Look like an abandonware, no more public distifles 2011-08-01 japanese/recjis: Look like an abandonware, no more public distifles 2011-08-01 japanese/typist: Look like an abandonware, no more public distifles 2011-08-01 japanese/weblint97: Look like an abandonware, no more public distifles 2011-08-01 japanese/xmsgsaver: Look like an abandonware, no more public distifles 2011-08-01 japanese/xshodo: Look like an abandonware, no more public distifles 2011-08-01 japanese/xvi-euc: No more public distfiles 2011-08-01 japanese/xvi-sjis: No more public distfiles 2011-08-01 japanese/xyagamo: Look like an abandonware, no more public distifles
Diffstat (limited to 'japanese/nethack32/files/patch-ag')
-rw-r--r--japanese/nethack32/files/patch-ag21
1 files changed, 0 insertions, 21 deletions
diff --git a/japanese/nethack32/files/patch-ag b/japanese/nethack32/files/patch-ag
deleted file mode 100644
index 89eb18e12d3f..000000000000
--- a/japanese/nethack32/files/patch-ag
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ruN ./src/polyself.c ../nethack-3.2.2/src/polyself.c
---- ./src/polyself.c Sun Nov 22 01:10:08 1998
-+++ ../nethack-3.2.2/src/polyself.c Sun Nov 22 01:12:25 1998
-@@ -171,7 +171,7 @@
- if (u.uhp <= 0) u.uhp = 1;
- if (u.uhpmax <= 0) u.uhpmax = 1;
- } else {
--/*JP Your("new form doesn't seem healthy enough to survive.");
-+/*JP Your("new form doesn't seem healthy enough to survive.");*/
- Your("新しい姿は生きてくだけの力がないようだ.");
- killer_format = KILLED_BY_AN;
- /*JP killer="unsuccessful polymorph";*/
-@@ -181,7 +181,7 @@
- }
- /*JP polyman("feel like a new %s!",
- Role_is('E') ? "elf" : flags.female ? "woman" : "man");*/
-- if(saved_sex == flags.female)
-+ if(u.umonnum != PM_PLAYERMON || saved_sex == flags.female)
- polyman("別の%sとして生まれかわったような気がした!",
- pl_character[0] == 'E' ? "エルフ" : "人間");
- else