1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

update to 0.9.6.1.

PR:		24818
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
FUJISHIMA Satsuki 2001-02-14 22:21:41 +00:00
parent b107e1bf6c
commit fa12f1ca39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38350
8 changed files with 45 additions and 64 deletions

View File

@ -6,19 +6,21 @@
# #
PORTNAME= krogue PORTNAME= krogue
PORTVERSION= 0.9.6 PORTVERSION= 0.9.6.1
CATEGORIES= games CATEGORIES= games
MASTER_SITES= http://ksi.ii.uj.edu.pl/krogue/dl/ MASTER_SITES= http://ksi.ii.uj.edu.pl/krogue/dl/
DISTNAME= ${PORTNAME}-0.9.6pl1
EXTRACT_SUFX= .tgz EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
USE_QT= yes USE_QT= yes
USE_LIBTOOL= yes
USE_GMAKE= yes USE_GMAKE= yes
MAKE_ENV= SHELL=${SH} PREFIX=${PREFIX} MAKE=${GMAKE} PCFLAGS="${CFLAGS}" USE_LIBTOOL= yes
CONFIGURE_ENV= QTDIR="${X11BASE}" KDEDIR="${LOCALBASE}"
CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (krogue-0.9.6.tgz) = d268e030260493c15650548367629c7b MD5 (krogue-0.9.6pl1.tgz) = 1a94941cffd5d2a00722a4100a6d5840

View File

@ -1,11 +1,11 @@
--- krogue/rogue/Makefile.in Sun Jan 9 16:42:12 2000 --- krogue/rogue/Makefile.in.orig Tue May 23 02:12:29 2000
+++ krogue/rogue/Makefile.in.new Tue Feb 22 00:33:12 2000 +++ krogue/rogue/Makefile.in Fri Feb 2 03:19:36 2001
@@ -180,7 +180,7 @@ @@ -180,7 +180,7 @@
# in curses.c for more info. # in curses.c for more info.
#CFLAGS = -g -c -DUNIX -DUNIX_SYS5 #CFLAGS = -g -c -DUNIX -DUNIX_SYS5
-CFLAGS = -c -O2 -DUNIX -DUNIX_SYS5 -CFLAGS = -c -O2 -DUNIX -DUNIX_SYS5
+CFLAGS = $(PCFLAGS) -c -DUNIX -DUNIX_SYS5 +CFLAGS = -c @CFLAGS@ -DUNIX -DUNIX_SYS5
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES = CONFIG_CLEAN_FILES =

View File

@ -1,5 +1,5 @@
--- krogue/rogue/move.c Sun Oct 24 13:30:32 1999 --- krogue/rogue/move.c.orig Fri May 12 03:08:32 2000
+++ krogue/rogue/move.c.new Sun Nov 21 23:03:50 1999 +++ krogue/rogue/move.c Fri Feb 2 03:12:36 2001
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
short m_moves = 0; short m_moves = 0;
@ -9,13 +9,13 @@
extern short cur_room, halluc, blind, levitate; extern short cur_room, halluc, blind, levitate;
extern short cur_level, max_level; extern short cur_level, max_level;
@@ -324,18 +324,18 @@ @@ -325,18 +325,18 @@
boolean fainted = 0; boolean fainted = 0;
if (rogue.moves_left == HUNGRY) { if (rogue.moves_left == HUNGRY) {
- (void) strcpy(hunger_str, _T("hungry")); - (void) strcpy(hunger_str, _T("hungry"));
+ (void) strcpy(hunger_str, msgQuote("hungry")); + (void) strcpy(hunger_str, msgQuote("hungry"));
message(transl(hunger_str), 0); message(transl(hunger_str), 1);
print_stats(STAT_HUNGER); print_stats(STAT_HUNGER);
} }
if (rogue.moves_left == WEAK) { if (rogue.moves_left == WEAK) {

View File

@ -1,6 +1,6 @@
--- krogue/rogue/rogue.h Tue Aug 31 12:38:17 1999 --- krogue/rogue/rogue.h.orig Fri May 12 00:58:55 2000
+++ krogue/rogue/rogue.h.new Sun Nov 21 22:08:57 1999 +++ krogue/rogue/rogue.h Fri Feb 2 04:03:05 2001
@@ -26,7 +26,7 @@ @@ -28,7 +28,7 @@
extern const char *cmd_q; extern const char *cmd_q;
extern struct obj *item_o; extern struct obj *item_o;
@ -9,10 +9,3 @@
#define transl(x) _i18n(x) #define transl(x) _i18n(x)
#define NOTHING ((unsigned short) 0) #define NOTHING ((unsigned short) 0)
@@ -449,4 +449,4 @@
#ifdef __cplusplus
}
#endif
-#endif
+#endif

View File

@ -1,5 +1,5 @@
--- krogue/kcmdr.cpp.orig Sun Oct 10 09:33:41 1999 --- krogue/kcmdr.cpp.orig Sun Apr 16 18:42:28 2000
+++ krogue/kcmdr.cpp Wed Dec 15 15:28:50 1999 +++ krogue/kcmdr.cpp Fri Feb 2 03:14:53 2001
@@ -36,26 +36,26 @@ @@ -36,26 +36,26 @@
{'m', ASK_DIR, 0, NULL}, {'m', ASK_DIR, 0, NULL},
{'s', 0, 0, NULL}, {'s', 0, 0, NULL},
@ -38,27 +38,3 @@
{CMD_WIZ, 0, 0, NULL}, {CMD_WIZ, 0, 0, NULL},
{CMD_QUIT, 0, 0, NULL}, {CMD_QUIT, 0, 0, NULL},
{CMD_INV, 0, 0, NULL}, {CMD_INV, 0, 0, NULL},
@@ -213,9 +213,9 @@
{
for (i=0; i<NCMD; i++)
{
- if (r_cmdtable[i].cmd==k->ascii())
+ if (r_cmdtable[i].thecmd==k->ascii())
{
- ccmd=r_cmdtable[i].cmd;
+ ccmd=r_cmdtable[i].thecmd;
cmd_ask=r_cmdtable[i].ask;
cmd_q=r_cmdtable[i].q;
cmd_mask=r_cmdtable[i].mask;
@@ -226,9 +226,9 @@
{
if (::wizard)
for (i=0; i<NWIZCMD; i++)
- if (wiz_cmdtable[i].cmd==k->ascii())
+ if (wiz_cmdtable[i].thecmd==k->ascii())
{
- ccmd=wiz_cmdtable[i].cmd;
+ ccmd=wiz_cmdtable[i].thecmd;
cmd_ask=wiz_cmdtable[i].ask;
cmd_q=wiz_cmdtable[i].q;
cmd_mask=wiz_cmdtable[i].mask;

View File

@ -1,11 +0,0 @@
--- krogue/kcmdr.h.orig Sun Oct 10 09:15:43 1999
+++ krogue/kcmdr.h Wed Dec 15 15:26:29 1999
@@ -26,7 +26,7 @@
struct cmd
{
- int cmd, ask;
+ int thecmd, ask;
int mask;
char *q;
};

View File

@ -67,6 +67,26 @@ share/doc/HTML/en/krogue/weapon.html
share/doc/HTML/en/krogue/wear.gif share/doc/HTML/en/krogue/wear.gif
share/doc/HTML/en/krogue/wield.gif share/doc/HTML/en/krogue/wield.gif
share/doc/HTML/en/krogue/zap.gif share/doc/HTML/en/krogue/zap.gif
share/doc/HTML/fr/krogue/arm.gif
share/doc/HTML/fr/krogue/armor.html
share/doc/HTML/fr/krogue/exp.gif
share/doc/HTML/fr/krogue/exp.html
share/doc/HTML/fr/krogue/food.html
share/doc/HTML/fr/krogue/general.html
share/doc/HTML/fr/krogue/hidden.html
share/doc/HTML/fr/krogue/hp.gif
share/doc/HTML/fr/krogue/hp.html
share/doc/HTML/fr/krogue/index.html
share/doc/HTML/fr/krogue/key.html
share/doc/HTML/fr/krogue/monster.html
share/doc/HTML/fr/krogue/moving.html
share/doc/HTML/fr/krogue/potion.html
share/doc/HTML/fr/krogue/ring.html
share/doc/HTML/fr/krogue/scroll.html
share/doc/HTML/fr/krogue/str.gif
share/doc/HTML/fr/krogue/str.html
share/doc/HTML/fr/krogue/wand.html
share/doc/HTML/fr/krogue/weapon.html
share/doc/HTML/pl/krogue/arm.gif share/doc/HTML/pl/krogue/arm.gif
share/doc/HTML/pl/krogue/armor.html share/doc/HTML/pl/krogue/armor.html
share/doc/HTML/pl/krogue/exp.gif share/doc/HTML/pl/krogue/exp.gif
@ -94,9 +114,10 @@ share/icons/mini/kroguesg.xpm
share/locale/fr/LC_MESSAGES/krogue.mo share/locale/fr/LC_MESSAGES/krogue.mo
share/locale/pl/LC_MESSAGES/krogue.mo share/locale/pl/LC_MESSAGES/krogue.mo
share/mimelnk/application/x-krogue.kdelnk share/mimelnk/application/x-krogue.kdelnk
@dirrm share/apps/krogue/pics
@dirrm share/apps/krogue/templates
@dirrm share/apps/krogue/toolbar
@dirrm share/apps/krogue
@dirrm share/doc/HTML/en/krogue
@dirrm share/doc/HTML/pl/krogue @dirrm share/doc/HTML/pl/krogue
@dirrm share/doc/HTML/fr/krogue
@dirrm share/doc/HTML/en/krogue
@dirrm share/apps/krogue/toolbar
@dirrm share/apps/krogue/templates
@dirrm share/apps/krogue/pics
@dirrm share/apps/krogue