diff options
author | adam <adam@pkgsrc.org> | 2004-11-05 09:44:33 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-05 09:44:33 +0000 |
commit | 1b69ef78f10b21050cea2489e167e6b4f7020daf (patch) | |
tree | 9e9624fc67a8f63ee26cf769aa8210989609c160 /games | |
parent | 21c9c8fa2245a7d57c73cd0d72d3175070e3e4de (diff) | |
download | pkgsrc-1b69ef78f10b21050cea2489e167e6b4f7020daf.tar.gz |
Changes 1.5.10:
This is largely a bugfix release, fixing a
server DOS and some minor bugs in the text-mode client.
Diffstat (limited to 'games')
-rw-r--r-- | games/dopewars/Makefile | 15 | ||||
-rw-r--r-- | games/dopewars/PLIST | 3 | ||||
-rw-r--r-- | games/dopewars/distinfo | 14 | ||||
-rw-r--r-- | games/dopewars/patches/patch-aa | 20 | ||||
-rw-r--r-- | games/dopewars/patches/patch-ab | 13 | ||||
-rw-r--r-- | games/dopewars/patches/patch-ae | 14 | ||||
-rw-r--r-- | games/dopewars/patches/patch-af | 6 | ||||
-rw-r--r-- | games/dopewars/patches/patch-ag | 17 |
8 files changed, 33 insertions, 69 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index f30223252ac..9024b54ccb9 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.30 2004/10/03 00:14:43 tv Exp $ +# $NetBSD: Makefile,v 1.31 2004/11/05 09:44:33 adam Exp $ -DISTNAME= dopewars-1.5.9 -PKGREVISION= 5 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dopewars/} +DISTNAME= dopewars-1.5.10 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dopewars/} -MAINTAINER= root@garbled.net -HOMEPAGE= http://dopewars.sourceforge.net/ -COMMENT= Make a fortune dealing drugs on the streets of New York +MAINTAINER= root@garbled.net +HOMEPAGE= http://dopewars.sourceforge.net/ +COMMENT= Make a fortune dealing drugs on the streets of New York USE_BUILDLINK3= YES USE_DIRS+= xdg-1.1 diff --git a/games/dopewars/PLIST b/games/dopewars/PLIST index 10a5f543c03..0e9f2e12a0e 100644 --- a/games/dopewars/PLIST +++ b/games/dopewars/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/03/30 16:12:38 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/11/05 09:44:33 adam Exp $ bin/dopewars man/man6/dopewars.6 share/doc/${PKGNAME}/help/cops.html @@ -39,6 +39,7 @@ share/dopewars/shotdown.wav share/dopewars/train.wav ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/dopewars.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/dopewars.mo +${PKGLOCALEDIR}/locale/es_ES/LC_MESSAGES/dopewars.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/dopewars.mo ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/dopewars.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/dopewars.mo diff --git a/games/dopewars/distinfo b/games/dopewars/distinfo index 56ce9c36bd2..48a97ae6d0a 100644 --- a/games/dopewars/distinfo +++ b/games/dopewars/distinfo @@ -1,11 +1,9 @@ -$NetBSD: distinfo,v 1.11 2004/03/30 16:12:38 jmmv Exp $ +$NetBSD: distinfo,v 1.12 2004/11/05 09:44:33 adam Exp $ -SHA1 (dopewars-1.5.9.tar.gz) = e62b03d8341e75fd332169df34a8b1200a775c7e -Size (dopewars-1.5.9.tar.gz) = 1181836 bytes -SHA1 (patch-aa) = 73ccc4bdb012a505a03a737c4aa02b5b6db76615 -SHA1 (patch-ab) = eae9e2a5d448206a687c7d7691f83dc81cb03b93 +SHA1 (dopewars-1.5.10.tar.gz) = 75eea20b5070690f5f6cd2d81be4ebd08cab7db8 +Size (dopewars-1.5.10.tar.gz) = 1243670 bytes +SHA1 (patch-aa) = df0e51ad4da9ce3963682ba246de9c4f1496a6ec SHA1 (patch-ac) = 529cf6e5b9f28a7fa547f81841c5199a1f8f84ae SHA1 (patch-ad) = 471c30b8b8e75d687e7891037f2427cb8ee51c14 -SHA1 (patch-ae) = 2f1283a8af9ad8389b65328ced008c404ab2f9ef -SHA1 (patch-af) = f39b804dfed2d1e4613aa68b60773540a58e595c -SHA1 (patch-ag) = c2297bb501e96319cfac5db25fb52a74c271bd7a +SHA1 (patch-ae) = 2e4f715e02f4d9ff3827e22a98b87bf593742845 +SHA1 (patch-af) = a25c54a74aacf58b85af879df70fe4ba78c3a49c diff --git a/games/dopewars/patches/patch-aa b/games/dopewars/patches/patch-aa index d72d2110db6..9455c3cfb65 100644 --- a/games/dopewars/patches/patch-aa +++ b/games/dopewars/patches/patch-aa @@ -1,21 +1,17 @@ -$NetBSD: patch-aa,v 1.5 2004/03/30 16:12:38 jmmv Exp $ +$NetBSD: patch-aa,v 1.6 2004/11/05 09:44:33 adam Exp $ ---- Makefile.in.orig 2003-06-06 21:19:21.000000000 +0200 +--- Makefile.in.orig 2004-10-25 07:05:33.000000000 +0000 +++ Makefile.in -@@ -132,10 +132,10 @@ am__quote = @am__quote@ - install_sh = @install_sh@ - localedir = @localedir@ - plugindir = @plugindir@ +@@ -224,7 +224,7 @@ target_alias = @target_alias@ + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ -SUBDIRS = intl src doc po sounds +SUBDIRS = src doc po sounds DESKTOPDIR = ${DESTDIR}${datadir}/gnome/apps/Games DESKTOP = dopewars.desktop --SCOREDIR = ${DESTDIR}${datadir} -+SCOREDIR = ${DESTDIR}${localstatedir} - SCORE = ${SCOREDIR}/dopewars.sco - EXTRA_DIST = ABOUT-NLS LICENCE dopewars.desktop dopewars.spec.in depcomp \ - runindent.sh win32/Makefile win32/README win32/contid.h \ -@@ -512,8 +512,6 @@ install-data-local: + SCOREDIR = ${DESTDIR}${localstatedir} +@@ -673,8 +673,6 @@ install-data-local: @chgrp games ${SCORE} || chgrp wheel ${SCORE} || \ echo "Unable to change group ownership of the high score file" chmod 0660 ${SCORE} diff --git a/games/dopewars/patches/patch-ab b/games/dopewars/patches/patch-ab deleted file mode 100644 index 055ce55b80f..00000000000 --- a/games/dopewars/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2003/07/12 10:07:35 wiz Exp $ - ---- src/dopewars.c.orig Mon Jun 2 20:39:01 2003 -+++ src/dopewars.c -@@ -2797,7 +2797,7 @@ struct CMDLINE *GeneralStartup(int argc, - { - /* First, open the hard-coded high score file with possibly - * elevated privileges */ -- priv_hiscore = g_strdup_printf("%s/dopewars.sco", DPDATADIR); -+ priv_hiscore = g_strdup_printf("%s/dopewars.sco", DPLOCALSTATEDIR); - HiScoreFile = g_strdup(priv_hiscore); - OpenHighScoreFile(); - DropPrivileges(); diff --git a/games/dopewars/patches/patch-ae b/games/dopewars/patches/patch-ae index 592fbaa1968..f0325a2528f 100644 --- a/games/dopewars/patches/patch-ae +++ b/games/dopewars/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.5 2003/07/12 10:07:35 wiz Exp $ +$NetBSD: patch-ae,v 1.6 2004/11/05 09:44:33 adam Exp $ ---- configure.orig Fri Jun 6 21:19:19 2003 +--- configure.orig 2004-10-25 07:05:30.000000000 +0000 +++ configure -@@ -8755,8 +8755,8 @@ echo "${ECHO_T}Configuring for Unix bina +@@ -9249,8 +9249,8 @@ echo "${ECHO_T}Configuring for Unix bina if test "$CURSES_CLIENT" != "no" ; then @@ -13,7 +13,7 @@ $NetBSD: patch-ae,v 1.5 2003/07/12 10:07:35 wiz Exp $ if test "${ac_cv_lib_ncurses_newterm+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else -@@ -8776,11 +8776,11 @@ extern "C" +@@ -9269,11 +9269,11 @@ extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ @@ -27,7 +27,7 @@ $NetBSD: patch-ae,v 1.5 2003/07/12 10:07:35 wiz Exp $ ; return 0; } -@@ -15091,7 +15091,10 @@ cat >>confdefs.h <<_ACEOF +@@ -16157,7 +16157,10 @@ cat >>confdefs.h <<_ACEOF #define DPDATADIR "$DPDATADIR" _ACEOF @@ -39,9 +39,9 @@ $NetBSD: patch-ae,v 1.5 2003/07/12 10:07:35 wiz Exp $ localedir=${datadir}/locale -@@ -15973,6 +15976,7 @@ s,@PLUGOBJS@,$PLUGOBJS,;t t - s,@PLUGINS_TRUE@,$PLUGINS_TRUE,;t t +@@ -17053,6 +17056,7 @@ s,@PLUGINS_TRUE@,$PLUGINS_TRUE,;t t s,@PLUGINS_FALSE@,$PLUGINS_FALSE,;t t + s,@DPSCOREDIR@,$DPSCOREDIR,;t t s,@DPDATADIR@,$DPDATADIR,;t t +s,@DPLOCALSTATEDIR@,$DPLOCALSTATEDIR,;t t s,@localedir@,$localedir,;t t diff --git a/games/dopewars/patches/patch-af b/games/dopewars/patches/patch-af index 88eab4911ed..637bb85482b 100644 --- a/games/dopewars/patches/patch-af +++ b/games/dopewars/patches/patch-af @@ -1,8 +1,8 @@ -$NetBSD: patch-af,v 1.2 2002/12/06 16:50:04 jmmv Exp $ +$NetBSD: patch-af,v 1.3 2004/11/05 09:44:33 adam Exp $ ---- src/Makefile.in.orig Mon Oct 21 13:09:21 2002 +--- src/Makefile.in.orig 2004-10-25 07:05:36.000000000 +0000 +++ src/Makefile.in -@@ -245,7 +245,7 @@ clean-binPROGRAMS: +@@ -324,7 +324,7 @@ clean-binPROGRAMS: echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ done diff --git a/games/dopewars/patches/patch-ag b/games/dopewars/patches/patch-ag deleted file mode 100644 index f4044ca3919..00000000000 --- a/games/dopewars/patches/patch-ag +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ag,v 1.2 2004/02/13 23:44:12 snj Exp $ - ---- config.h.in.orig Mon Oct 21 13:09:38 2002 -+++ config.h.in -@@ -14,8 +14,11 @@ - /* Define to 1 if using `alloca.c'. */ - #undef C_ALLOCA - --/* The directory containing the high score file and docs */ -+/* The directory containing machine independent data */ - #undef DPDATADIR -+ -+/* The directory containing the high score file and docs */ -+#undef DPLOCALSTATEDIR - - /* Define to 1 if translation of program messages to the user's native - language is requested. */ |