pkgsrc/games
snj 530f3102df Update bomberclone to 0.11.9.
Changes:

Version 0.11.9
==============

- changed: opengamecache had to move to my own server. New address: ogc.gulpe.de:11111

- fixed: on certain networks, recvfrom hasen't returned. Even select
         returns with data aviable recvfrom got stuck because of no data.
         Added MSG_DONTWAIT here as flag. (only on linux)

- fixed: counter pkg_lastid became > 32767 almost messages are lost
         in cache managment
         patch from: Michel Bernay

- fixed: bug with selecting a player gfx.

- got a big patch file from Michel Bernay which fixes:
  fixed: bug about compute points of the winner in multiplayer mode
  fixed: bug for server for coputing point (Suppress all process in
         reception of playerdata)
  fixed: bug in cache managment (lot of messages lost by function
         rscachedel)
  added: function to find who player is owner of explosion to compute
         the killer
  added: function in debug for display player statistics
  changed: display points on general menu
  changed: scorring now a unique players wins a round add 1 point
           (bonus for victory) and numer of player killed by thge
           winner

- Added Warning if a game get startet with only one player selected
  Patch send in by: Carles Pina i Estany

- Added Joystick support - Patch send in by: Patrick Kirsch
  Chenges i made to the patch: I open only once the joystick device.
  Since after the patch the joystick got opened a few times without
  closing it again. The setupmenu will display now the number of the
  button which is selected for the function.

- Fixed BUG found by Lars Poeschel
  One player could join without problems and if a second player joined
  this network game, the server crashed in do_contest() accessing
  illegal memory. The problem is that a contest packet is received with
  to -1 and from 1. Then in the line
	players[ct_pkg->to].net.flags &= (0xFF - NETF_firewall);
  obviously illegal memory is accessed.
  Fixed the check of the to parameter from the contest packet. The
  server ignores now a to value of -1.


Version 0.11.8
================
14.12.2007

- Changed Docdir to $prefix/share/doc (Felipe Rafailov)

- Added some more resolutions. (requested by some users)

- Fixed BUG shown in: http://bugzilla.novell.com/show_bug.cgi?id=242031
  (patch from: Petr Gajdos)
  In network game i wanted to use all the time a different bomb
  instead of the first free aviable. In the code i forgot to modify
  some values. This patch should fix it now.
  (player.c:player_findfreebomb) changed i to nr.

- Fixed some drawing issues with flying bombs.

- The last special item use was lost on clients in a network game.
  special.use (was reset during special_clean)
  special.clean variable added to save the cleaning state.
      tested and works.

- Fixed: kicked bombs can travel in time. (map.bfield was set too early)
  rewrote full bomb kicked system.

- Fixed: compile warning: packets.c(635): error #592: variable "s_mod" is
  used before its value is set (reported by: David Binderman)

- Fixed: Special settings will be saved into the config file.

- Changed: all data will have thier own Makefile. So "make install" and
  "make dist" won't copy the CVS dirs.

- Fixed: Second Player Problem
  this fix includes that if a second player was used the game got somehow
  very instable, because there have been no reset of all the game data.
  playerselection works now much better. There have been problems with
  some keys for the second player.

- Fixed: problem on slow networks with the loop that the selected player
  gfx gots selected and deselected. (infinite loop on the network)

- Fixed: problem with overwriting the servers address on clients.
  problem only seen on server who gets connected from two differen ip
  addresses.
2015-02-03 20:54:19 +00:00
..
0verkill Fix build on SunOS. Patching by Sebastian Wiedenroth. 2013-10-21 09:50:36 +00:00
4stAttack Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
abuse Use BROKEN_ON_PLATFORM for "broken on..." 2015-01-04 02:55:02 +00:00
adom Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
alephone This uses speex (in particular, now speexdsp), so include the corresponding 2015-01-25 13:30:03 +00:00
amaze Add USE_TOOLS+=nroff to packages which generate catman pages. 2013-09-12 11:15:12 +00:00
amor Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
an Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
angband-tty ftp service suspended. fetch from master_sites_backup. 2011-03-11 11:47:28 +00:00
angband-x11 set USE_GAMESGROUP 2012-01-14 15:36:10 +00:00
anise Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
aop Works fine with system curses 2013-10-17 09:12:42 +00:00
asc Clang for some reason is not a GCC release, but trust it to work anyway. 2014-05-30 11:32:56 +00:00
asciiquarium Update 1.0 to 1.1 2014-12-07 02:51:35 +00:00
atomix Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
atque Import atque-1.1.2 as games/atque, packaged for wip by Tim Larson. 2014-09-12 23:19:48 +00:00
bastet Work with system curses 2013-10-17 09:19:01 +00:00
battalion Remove obsolete NOT_FOR_PLATFORM originally dating from 1998. 2015-01-04 02:59:11 +00:00
battleball Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
billardgl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
blindmine Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
blinken Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
blokus Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
bluemoon Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
bomber Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
bomberclone Update bomberclone to 0.11.9. 2015-02-03 20:54:19 +00:00
bos Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
boson Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
bovo Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
bridge-hands Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
bzflag Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
cbzone Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
ccgo Apply some patches to get the build further on SunOS. May build 2014-09-25 13:47:59 +00:00
cgoban Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
cgoban-java Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
chest Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
chromium-bsu fix build on SunOS by linking SDL 2014-01-29 17:03:13 +00:00
circuslinux Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
civctp-demo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
cmatrix Update reference to font installation path. Bump PKGREVISION. 2014-06-01 16:48:50 +00:00
colchess Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
colchess-book-colchess Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
colchess-book-large Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
corewars Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
crack-attack Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
crack-attack-sounds Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
craft Rev the distfile patch. 2014-09-13 07:30:15 +00:00
crafty Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
crafty-book-medium Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
crafty-book-small Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
crafty-doc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
crimsonfields Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
criticalmass Add missing network libs on SunOS 2014-02-08 17:45:29 +00:00
crossfire-client Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
crossfire-client-gtk Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
crossfire-client-gtk2 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
crossfire-server Tell it where to find X to avoid depending on implicit ${PREFIX}/lib 2014-12-11 22:08:53 +00:00
d2x Fix inline usage. 2012-11-23 12:33:44 +00:00
dd2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
defendguin Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
digger Needs zlib. 2014-01-09 14:44:32 +00:00
dipmap Use c89. Pass gcc -Wall. Fix clang build. While here, use snprintf 2012-12-23 18:43:47 +00:00
doom1 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
dopewars Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
duckmaze Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
dungeon Works fine with system curses 2013-10-17 16:36:07 +00:00
eboard Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
enigma Update MASTER_SITES to ${MASTER_SITE_SOURCEFORGE:=enigma-game/} 2014-12-19 08:44:50 +00:00
et "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable 2013-04-06 12:03:59 +00:00
eus-demo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
exchess Update games/exchess to v7.31beta, this package's first update in 14 years. 2014-09-11 16:59:16 +00:00
exchess-book-medium Add LICENSE=public-domain 2014-09-11 17:08:00 +00:00
exchess-book-small Add LICENSE=public-domain 2014-09-11 17:08:00 +00:00
exult Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
falcons-eye games/falcons-eye: fix patch corruption 2012-12-15 11:50:48 +00:00
fillets-ng Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
fillets-ng-data Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
finalbattle Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
fire Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
fkiss Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
flare-engine Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
flare-game Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
flightgear Recursive bump for ffmpeg2 shared library major version bump. 2014-10-01 16:09:34 +00:00
flightgear-data Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
fltk-sudoku Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
foobillard Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
fortune-strfile Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
fortunes-calvin Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
fortunes-de Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
fortunes-futurama Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
fortunes-h2g2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
freeciv-client Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
freeciv-manual Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
freeciv-server Copy autotools helper as needed. 2013-08-30 22:34:18 +00:00
freeciv-share Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
freedroid Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
freesci * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
frotz Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
frozen-bubble Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
fruit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
galaxa Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
gamazons Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gate88 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
gbrainy Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
gcompris Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
gemdropx Update MASTER_SITES (was Unknown site). 2014-12-19 06:50:16 +00:00
genecys-client Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
genecys-data Prefer in-tree bsdtar 2013-01-11 13:25:40 +00:00
ggz-client-libs Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
glaxium Fix build on SunOS (needs explicit -lm -lstdc++). 2014-08-21 08:44:09 +00:00
glickomania Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
gltron Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
gnome-games Revbump for cogl 1.18.2 2015-01-17 14:36:11 +00:00
gnome-games-extra-data Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
gnome-mastermind Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gnome-sudoku Needs itstool 2014-12-09 13:20:43 +00:00
gnuchess Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
gnuchess-book Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
gnuchess-book-medium Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
gnuchess4 Fix C99 inline misuse. 2012-12-20 22:02:13 +00:00
gnugo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
gogui Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
golddig Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
granatier Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
greed Don't include termcap.h on SunOS. 2014-09-23 22:21:43 +00:00
grhino Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gtetrinet Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gtkballs Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gtklevel9 Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gtkmagnetic Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gturing Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
heretic2-demo Mark as not for SunOS. 2014-07-25 15:39:00 +00:00
hex-a-hop Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
hitori Needs itstool 2014-12-03 13:59:33 +00:00
holtz Drop maintainership. 2014-11-27 11:19:18 +00:00
hugo Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
icbm3d Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
icebreaker Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
imaze Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
InterLOGIC Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
ioquake3 Use saner default optimizer flags. 2013-10-28 23:45:59 +00:00
ioquake3-pk3 Fixes: 2013-04-06 03:45:05 +00:00
ioquake3-raspberrypi use SDL for input and audio 2015-01-28 17:11:28 +00:00
ivan Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
jetpack Regen. Not sure what happened here... 2013-01-17 15:53:38 +00:00
jin Mark it as needing java. 2014-08-13 19:16:41 +00:00
jools Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
kajaani-kombat Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
kajongg Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kanagram Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kanatest Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
kapman Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kapooka Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
katomic Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kblackbox Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kblocks Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kbounce Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kbreakout Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kdegames3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kdetoys3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kdiamond Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
ketm Fix build on SunOS (needs explicit -lm). 2014-08-21 09:52:47 +00:00
kfourinline Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kgoldrunner Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
khangman Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kigo Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
killbots Commit the updated distinfo 2014-11-15 01:53:03 +00:00
kiriki Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kjumpingcube Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
klavaro Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
klickety Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
klines Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kmahjongg Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kmines Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
knavalbattle Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
knetwalk Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
knightcap Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
knightcap-brain Update MASTER_SITES and HOMEPAGE from parent knightcap package. 2015-01-04 06:11:03 +00:00
knights Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
KoboDeluxe Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
kolf Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kollision Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
konquest Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
koth Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
kpat Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kreversi Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kshisen Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
ksirk Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
ksnakeduel Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kspaceduel Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
ksquares Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
ksudoku Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
ktuberling Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kubrick Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
kye Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
lbreakout fix "sqrt(int) is ambiguous" on SunOS 2014-02-09 17:12:33 +00:00
lbreakout2 Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
level9 Update to 5.1: 2013-10-13 10:19:22 +00:00
lgeneral Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
lgeneral-data Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
lgogdownloader Try making this parallel jobs safe for joerg. 2015-01-10 20:25:57 +00:00
libggz Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
libkdegames Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
libkmahjongg Update to KDE SC 4.14.3 2014-11-14 21:55:49 +00:00
lincity Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
lincity-ng Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
liquidwar Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
lmarbles Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
lnl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
LostPixels Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
lpairs Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
lskat Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
ltris Update to 1.0.19 (2013). Changes: 2014-09-12 22:01:27 +00:00
maelstrom-sdl Solaris needs -lnsl as well as -lsocket. 2013-04-14 02:01:30 +00:00
maelstrom-x11 Fix build on SunOS (needs socket libs, use BSD_INSTALL). 2014-08-21 11:47:17 +00:00
majesty-demo "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable 2013-04-06 12:03:59 +00:00
marathon-evil Use portable find constructs. 2014-09-24 22:24:50 +00:00
marathon-trilogy Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
minami Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
mirrormagic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
mirrormagic-sdl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
monsterz Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
moon-buggy Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
moria Update HOMEPAGE. (The old one still works too, at least for now.) 2012-10-14 03:03:32 +00:00
MyGoGrinder Update to 2.2.0: 2014-12-11 15:27:03 +00:00
nagi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
nethack DESTDIRify nethack. Merge patches and distinfo. Some other improvements. 2011-06-01 11:20:29 +00:00
nethack-lib Remove illegal time_t casts. Should fix build SIGSEGV on 32 bit netbsd. 2012-12-16 20:34:08 +00:00
nethack-qt recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
nethack-tty DESTDIRify nethack. Merge patches and distinfo. Some other improvements. 2011-06-01 11:20:29 +00:00
nethack-x11 Install fonts into default installation path. Bump PKGREVISION. 2014-06-01 16:52:08 +00:00
netmaj Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
netmaze Clean up some gcc warnings. This probably doesn't accomplish anything 2013-03-25 01:59:03 +00:00
netris Works fine with system curses 2013-10-17 16:11:15 +00:00
neverball Fix build on SunOS (needs explicit -lX11 -lm). 2014-08-21 14:08:04 +00:00
newvox Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
nighthawk Fix use of nested functions. Bump revision. 2012-12-20 22:03:01 +00:00
ninvaders Works fine with system curses 2013-10-17 10:08:40 +00:00
omega Works fine with system curses 2013-10-17 16:11:15 +00:00
onscripter Update onscripter to 20150102. 2015-01-10 12:27:29 +00:00
openmortal Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
openttd Regen. 2014-12-25 21:32:31 +00:00
openttd-data Update to 0.5.0 2014-12-20 21:53:11 +00:00
orbital_eunuchs_sniper Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
pag Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
palapeli Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
picmi Update to KDE SC 4.14.3 2014-11-14 08:49:37 +00:00
pingus Simplify scons mangle: fully preserve environment, add CPPPATH/LIBPATH 2015-01-21 15:19:31 +00:00
pioneers Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
plib Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
polyglot Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
powder Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
powermanga Fix build on SunOS (needs explicit -lm). 2014-08-21 16:20:43 +00:00
powwow Needs termios.h. 2013-08-17 11:14:54 +00:00
prboom Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
prboom-plus Import prboom-plus-2.5.1.3 as games/prboom-plus. 2014-09-13 12:55:06 +00:00
pushover Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
puzzles Update to 20141021.r10286: 2014-10-23 11:42:14 +00:00
py-easyAI Import py27-easyAI-0.0.0.4 as games/py-easyAI. 2014-08-09 22:26:50 +00:00
py-ranking Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-renpy Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-trueskill Update to 0.4.3. Changes not found. 2014-09-07 20:33:59 +00:00
pysolfc Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
pytraffic Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
qnetwalk recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
qonk Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
qqwing Add qqwing 1.3.3 2014-11-29 13:42:30 +00:00
qstat Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
quake Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
quake2forge Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
quake3arena "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable 2013-04-06 12:03:59 +00:00
quake3arena-demo "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable 2013-04-06 12:03:59 +00:00
quake3server Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
quake3server-excessive These packages are already limited by the emulation framework to 2015-01-04 06:19:05 +00:00
quake3server-osp Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
quake3server-ra3 These packages are already limited by the emulation framework to 2015-01-04 06:19:05 +00:00
quake3server-ut These packages are already limited by the emulation framework to 2015-01-04 06:19:05 +00:00
quake6 Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
quakedata Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
quakeforge Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
quakespasm Update quakespasm to 0.90.0. 2015-02-02 22:24:48 +00:00
quarry Fix build on SunOS (needs explicit -liconv). 2014-08-21 15:54:53 +00:00
REminiscence Needs zlib. 2014-01-09 14:44:32 +00:00
rftg Update to 0.9.4: 2014-08-25 18:32:00 +00:00
robotfindskitten Works fine with system curses 2013-10-17 17:03:11 +00:00
rocksndiamonds Changes 3.3.1.2: 2014-06-14 10:13:46 +00:00
rocksndiamonds-levels Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
rollemup Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
rtcw Now that this is build on amd64, hard-code former ${MACHINE_ARCH}. 2015-01-07 00:15:22 +00:00
sarien Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
scid Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
scummvm Changes 1.7.0: 2014-07-31 06:52:22 +00:00
scummvm-bass Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
scummvm-fotaq Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
scummvm-tools Revbump after updating boost 2014-11-07 19:39:24 +00:00
sex Add USE_TOOLS+=nroff to packages which generate catman pages. 2013-09-12 11:15:12 +00:00
simgear Recursive bump for ffmpeg2 shared library major version bump. 2014-10-01 16:09:34 +00:00
singularity Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
sirius Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
six Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
sjeng Use more void. 2013-01-11 23:26:36 +00:00
sl Update to 5.02: 2015-01-03 15:42:58 +00:00
solarus Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
spaceracer string.h is no longer included by png.h 2013-03-02 18:10:42 +00:00
spellcast Add missing prototypes for functions that should really be void. 2012-12-20 22:04:14 +00:00
spider Add some void love. 2012-12-20 22:05:05 +00:00
stegavorto Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
stratagus Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
sudoku-cli Works fine with system curses 2013-10-17 16:24:11 +00:00
supertuxkart Fix build with MesaLib 10 (under recent NetBSD/amd64 7.99.3). 2014-12-20 20:21:12 +00:00
svb Use more void and system headers. 2012-12-25 21:09:52 +00:00
tads Fix pkgsrc configury and lift bogus ONLY_FOR_PLATFORM. 2015-01-04 06:58:44 +00:00
tanked SunOS needs -lsocket -lnsl. 2014-09-23 18:55:24 +00:00
teg Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
tetrinetx recursive revbump due to net/adns update 1.4 to 1.5.0 2015-01-29 09:53:29 +00:00
thew Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
tileworld Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
toppler Import toppler-1.1.6 as games/toppler from wip. 2013-01-05 22:17:04 +00:00
tscp Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
tuxmath Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
tuxracer Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
tyrquake update HOMEPAGE 2014-10-10 21:44:46 +00:00
ufoai Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
uqm Ensure we use a sane shell. Fixes build on SunOS. 2014-09-25 12:57:04 +00:00
urban Fix a common mistake in many different packages: POSIX says that when using 2013-10-18 11:41:17 +00:00
velena Systematize handling of 32-on-64 binaries. 2015-01-04 03:07:51 +00:00
vms-empire Works fine with system curses 2013-10-17 16:24:11 +00:00
wargames Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
warmux Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
warzone2100 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
wesnoth Revbump after updating boost 2014-11-07 19:39:24 +00:00
wormz Fix build on SunOS. Make it more likely that other OPSYS can build this 2014-09-25 12:25:07 +00:00
wxhugo Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xarchon recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
xbat Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xbill Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xblast Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xblockout Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xboard Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
xboing Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xbomb Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xbomber Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xbreaky Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
xconq Xconq still requires legacy Tcl/Tk structure members, so have its headers 2014-01-25 00:01:21 +00:00
xcowsay Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xdemineur Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xdoom Use BROKEN_ON_PLATFORM with LP64PLATFORMS 2015-01-04 03:08:30 +00:00
xemeraldia Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xevil C++ is not K&R C, so give main the return type it is supposed to have. 2012-10-26 20:21:33 +00:00
xfreecell Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
xfrisk Fall back to fixed (like elsewhere in the program) if helvetica is 2014-05-11 02:19:04 +00:00
xgalaga Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xgospel Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xjewel Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xjig Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
xjump Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xkobo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xmahjongg Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xmris Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xnibbles Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xpat2 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
xpilot Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xpipeman Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xpuyopuyo Fix inline use. 2013-08-31 14:48:38 +00:00
xracer Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
xrick Needs zlib. 2014-01-09 14:44:32 +00:00
xroach Fix pointer sign cast. 2013-09-10 14:19:06 +00:00
xroads Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xsc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xscavenger Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
xscorch Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
xscrabble Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xskat Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xsokoban Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xsoldier Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xtris Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xtux Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xu4 Add a number of includes hidden by libstdc++'s name space pollution. 2013-04-29 21:31:09 +00:00
xvier Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xworm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
xye Regen 2013-06-15 19:53:14 +00:00
xzip Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
zombies Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
zoom Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
Makefile sort 2015-01-29 04:50:11 +00:00