pkgsrc/games
micha 30abea8da5 games/doomlegacy: Update to 1.48.6
Update pkgsrc patches and remove the ones that were merged upstream.

Doom Legacy Changelog

1.48.6 SVN1550 (2020-09-09)

FEATURES 1.48.6

  * DoomLegacy can read zip archives (Linux Only, enabled by compile option
    ZIPWAD). When an load file is a zip archive, all loadable files within the
    archive are loaded. When searching for a known file, zip archives of the
    same name (but with .zip) are also searched.
    This uses library libzip. When built with compile option ZIPWAD_OPTIONAL,
    DoomLegacy detects if the libzip library is present on the user machine.
    This allows DoomLegacy to run without the feature, when the user does not
    have libzip.
    A libzip before version 1.2 does not have a seek function. A compile
    option will provide our own zip_seek function, so libzip 1.0 can be used.
  * Recorded Demos now include both the Version and Revision numbers, so
    revision specific behaviors can be enabled. DoomLegacy 1.48.6 has modified
    its native demo format, which is revision specific. Older demo formats are
    still playable.
  * Recognize and handle DeePsea Tall patches. Enabled with compile option
    DEEPSEA_TALL_PATCH. Michael Bauerle submitted the orignial patch, derived
    from crispy doom.

BUG FIXES 1.48.6

  * DoomLegacy and PrBoom monster infighting does not have missile
    invulnerability between monsters of the same species. Some other ports
    (Boom, MBF, Eternity engine) do not have the infight test, so their
    monsters are always invulnerable to missiles from their own species.
    Added another item to the infight control to select the behavior.
    Implements "Full Infight" setting with missile damage (Legacy, PrBoom).
    Implements other infight settings without missile damage (Boom, MBF,
    Eternity).
    Fixes BUG 0664.

    Added MBF infight logic, thats stops monsters from firing on friends.
  * Legacy demo would fail to start due to blocking the textcmd that loads the
    map.

    The Legacy 1.48.4 demo was recorded with player 0 issuing the map textcmd.
    Player 0 was not in the game yet, and this was detected as a textcmd from
    a non-existant player, which got caught by new security code. For textcmd
    issued before player 0 is in the game, the demo needs to use SERVER_PID.
    Fixed demo read to redirect player 0 demo textcmd to SERVER_PID.

    DoomLegacy 1.48 has a single long combined textbuf, containing the textcmd
    from all players. Within the combined textbuf, there are individual
    textcmd marked with the player id. Individual textcmd are still limited to
    255 chars as in an ordinary textbuf. The DoomLegacy 1.48.6 demo format has
    been changed to store the entire combined textbuf buffer into the player 0
    slot.
    This is simpler for recording and playback, has the same effect, and
    allows SERVER_PID textcmd, which the previous demo format did not.

    The commands to create a player (and other server actions) are now issued
    by SERVER_PID, where in older demos they were issued by player 0, before
    player 0 existed. DoomLegacy 1.48 has better protection against malicious
    network traffic than previous versions, and checking textcmd validity is
    part of the security protection. This fixes demo playback to work with the
    security checking.

    Changed the SERVER_PID to 250 now, for future expansion of players.

    This fixes bug 0665.
  * Fixed the moonwalk bug, where monsters would sometimes walk backward. This
    was due to a bad translation of an everything-in-one-expression to more
    maintainable code.
  * Make an oof sound when hit a 2s line, just like when hit a 1s line.
    Adopted from PrBoom, a Killough enhancement.
  * Make optional, and disabled, some old development hacks.
    Option DEVPARM_LOADING:
    Loaded development wads from a special directory. This used switches
    -wart, -devgame (even older -shdev, -regdev, -comdev).
    Option WADFILE_RELOAD:
    If a filename started with a tilde "~", it was taken as an indication to
    reload the file on every lump access. This was to enable leaving doom
    running while changing wad files.
    Option LOADING_DISK_ICON:
    Not implemented in any port anyway.
  * The Full Graphics startup was fragile, requiring constant fixing. Video
    startup now changes directly to the config modes, which is faster and
    cleaner. Removed some antiquated code and interactions, adopting an
    interface that puts the main code in control.
  * Fixed the violet line, trees, and tall sprites of "Lost civilization" wad.
    This required being able to save the same texture as both a transparent
    patch texture, for drawing hanging vines, and as a picture format texture,
    for drawing tiled walls. This fixes Bug 0663.
  * The fast drawing of wall textures required them to be a power-of-2 in
    width, so they could be tiled. To handle the case where it is not a
    power-of-2 in width, it now uses a slower masked draw similar to that in
    PrBoom, which also handles a negative offset. This fixes the large tree in
    "Lost civilization".
  * Fixed some old code to use POSIX fcntl, which allows it to compile on
    SunOS. Patches submitted by Michael Bauerle. Fixes Bug 0666.
2020-10-21 11:43:31 +00:00
..
0verkill all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
4stAttack *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
7kaa *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
7kaa-music 7kaa-music: Needs 7kaa 2020-03-13 15:57:20 +00:00
2048-cli
abuse Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
accelerator3d *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
adom Follow some redirects. 2019-06-24 10:36:50 +00:00
afternoonstalker afternoonstalker: Update to 1.1.6 2020-01-08 11:43:42 +00:00
agm
AitDoB Import Ascent into the Depths of Beyond -- A roguelike game 2018-10-04 15:46:48 +00:00
ajbsp games/ajbsp: Build fix for SunOS 2020-07-22 10:25:24 +00:00
alephone *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
amaze games/*: fix alignment of variable values 2018-01-14 17:33:57 +00:00
amor *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
an
angband angband: Update to 4.2.1 2020-07-07 13:17:46 +00:00
angband-sdl angband: Update to 4.2.1 2020-07-07 13:17:46 +00:00
anise
aop games/aop: remove redundant file from SUBST_FILES 2020-04-26 13:54:59 +00:00
armagetronad Revbump for icu 2020-06-02 08:22:31 +00:00
armagetronad-server Revbump for icu 2020-06-02 08:22:31 +00:00
arx-libertatis Fix games/arx-libertatis build on Darwin 2020-06-01 10:30:03 +00:00
asc *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
asciiquarium *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
assaultcube Drop MAINTAINER for a few things I no longer use 2020-09-30 07:30:22 +00:00
astromenace *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
atomix *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
atque *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
barrage *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
bastet mk/subst.mk: properly detect s,a,a,1 as identity substitution 2020-05-16 12:43:10 +00:00
batrachians batrachians: Update to 0.1.7 2020-01-08 11:51:41 +00:00
battalion Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
battleball battleball: Specify c++03, this breaks with newer compiler defaults. 2019-07-02 13:05:35 +00:00
billardgl *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
blindmine all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
blinken *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
blokus Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
bluemoon *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
bomber *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
bomberclone Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
bos Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
bovo *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
bridge-hands games/bridge-hands: document harmless array[char] 2020-05-03 16:06:01 +00:00
burgerspace all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
bzflag *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
cataclysm-dda games/cataclysm-dda: fix shell portability 2020-05-23 10:21:02 +00:00
cataclysm-dda-sdl *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
cbzone
ccgo *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
cgoban *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
cgoban-java all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
chest Regen distinfo, update DIST_SUBDIR 2019-09-27 22:40:39 +00:00
chocolate-doom *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
chromium-bsu *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
circuslinux
civctp-demo all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cmatrix all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
colchess pkgsrc doesn't support PREFIX with spaces or other special characters. 2018-01-14 15:26:46 +00:00
colchess-book-colchess pkgsrc doesn't support PREFIX with spaces or other special characters. 2018-01-14 15:26:46 +00:00
colchess-book-large pkgsrc doesn't support PREFIX with spaces or other special characters. 2018-01-14 15:26:46 +00:00
corewars Sort PLIST files. 2018-01-01 22:29:15 +00:00
corsix-th *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
cosmosmash cosmosmash: Update to 1.4.8 2020-01-08 11:48:57 +00:00
crack-attack *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
crack-attack-sounds
craft games: align variable assignments 2019-11-03 19:28:47 +00:00
crafty Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
crafty-book-medium pkgsrc doesn't support PREFIX with spaces or other special characters. 2018-01-14 15:26:46 +00:00
crafty-book-small pkgsrc doesn't support PREFIX with spaces or other special characters. 2018-01-14 15:26:46 +00:00
crafty-doc
crimsonfields crimsonfields: Update to 0.5.3 2019-11-09 12:53:10 +00:00
criticalmass revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
crossfire-client *: recursive bump for vala 0.50 2020-10-06 19:51:15 +00:00
crossfire-server *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
d2x all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
dd2 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
defendguin
devilutionx devilutionx: Update to 1.1.0 2020-10-19 17:07:22 +00:00
dhewm3 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
digger all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
dipmap Comment out dead sites. 2017-08-16 20:45:30 +00:00
dMagnetic dMagnetic: update to 0.25. 2020-07-26 20:47:37 +00:00
doom-pwad-shotgun-symphony doom-pwad-shotgun-symphony: Version 1.0 added 2020-02-03 12:08:06 +00:00
doom-pwad-sigil Add one line, the same diff were found at serveral pbulk run 2020-01-12 08:45:15 +00:00
doom1 games/doom1: Reset Maintainer 2020-09-28 11:07:51 +00:00
doom2-pwad-eviternity doom2-pwad-eviternity: Imported version 1.0 2020-02-28 11:33:43 +00:00
doom2-pwad-lost-civilization games/doom2-pwad-lost-civilization: import doom2-pwad-lost-civilization-15 2020-05-20 16:31:07 +00:00
doom2-pwad-preacher games/doom2-pwad-preacher: Reset Maintainer 2020-09-28 11:06:19 +00:00
doom2-pwad-struggle games/doom2-pwad-struggle: Reset Maintainer 2020-09-28 11:05:32 +00:00
doomlegacy games/doomlegacy: Update to 1.48.6 2020-10-21 11:43:31 +00:00
dopewars *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
duckmaze *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
dunelegacy *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
dungeon all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
easyrpg-player easyrpg-player: Update to 0.6.2.2 2020-10-09 07:16:03 +00:00
eboard *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
einstein-puzzle Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
endless-sky *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
enigma revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
etlegacy *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
etlegacy-data etlegacy-data: set LICENSE and add it to licenses/ 2019-07-26 11:32:07 +00:00
etlegacy-server Revbump for icu 2020-06-02 08:22:31 +00:00
eureka *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
eus-demo all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
exchess games/exchess: update to 7.97beta 2020-03-21 14:41:45 +00:00
exchess-book-medium pkgsrc doesn't support PREFIX with spaces or other special characters. 2018-01-14 15:26:46 +00:00
exchess-book-small pkgsrc doesn't support PREFIX with spaces or other special characters. 2018-01-14 15:26:46 +00:00
exult exult: include <cstddef> for ptrdiff_t 2020-03-22 18:09:10 +00:00
exult-audio *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
falcons-eye *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
fallingtime *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
fillets-ng *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
fillets-ng-data *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
finalbattle games: align variable assignments 2019-11-03 19:28:47 +00:00
fire all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
fkiss Comment out dead sites. 2017-08-16 20:45:30 +00:00
flare-engine *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
flare-game all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
flightgear *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
flightgear-data flightgear: Update to 2019.1.1 2019-11-26 22:40:06 +00:00
fltk-sudoku *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
foobillardplus *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
fortune all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
fortune-strfile fortune-strfile: Add LICENSE 2018-06-23 11:15:55 +00:00
fortunes-calvin all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
fortunes-de fortunes-de: Use DISTNAME and PKGNAME like other packages 2020-06-05 03:46:29 +00:00
fortunes-futurama all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
fortunes-h2g2 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
fortunes-it *: add SHA512 checksums to distinfo 2019-04-27 11:33:02 +00:00
freecell-solver *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
freeciv-client *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
freeciv-manual freeciv-*: Update to 2.60 2019-08-31 14:44:57 +00:00
freeciv-server revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
freeciv-share revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
freecol *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
freedoom games/freedoom: Update to 0.12.1 2019-10-30 10:33:02 +00:00
freedroid *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
freesci *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
frotz *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
frozen-bubble *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
fruit all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
galaxa games: align variable assignments 2019-11-03 19:28:47 +00:00
gamazons *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gargoyle *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gate88 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
gbrainy *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gcompris *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gemdropx
gemrb gemrb: Update to 0.8.7 2020-08-31 12:46:21 +00:00
genecys-client *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
genecys-data
ggz-client-libs revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
glaxium *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
glickomania Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
gltron *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
gnome-mastermind *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gnome-sudoku *: recursive bump for vala 0.50 2020-10-06 19:51:15 +00:00
gnuchess updated to 6.2.6 2020-04-18 17:50:11 +00:00
gnuchess-book all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gnuchess-book-medium gnuchess-book-medium: quote BROKEN 2019-12-28 13:26:44 +00:00
gnuchess4 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gnugo all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gogui *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
golddig mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
granatier *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
greed
grhino *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gtkballs *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gtklevel9 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gtkmagnetic *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
hengband Install lib/edit/q0dumpwitness.txt which was missing 2020-03-11 15:40:36 +00:00
heretic2-demo all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
hex-a-hop *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
hitori *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
holtz *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
hugo games/*: fix alignment of variable values 2018-01-14 17:33:57 +00:00
icbm3d
icebreaker icebreaker: Update to 1.9.8. 2019-10-29 18:04:44 +00:00
imaze Sort PLIST files. 2018-01-01 22:29:15 +00:00
InterLOGIC Follow some http redirects. 2017-08-16 20:21:03 +00:00
ioquake3 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
ioquake3-pk3
ioquake3-raspberrypi games/*: fix alignment of variable values 2018-01-14 17:33:57 +00:00
iortcw iortcw: Remove hardcoded list of CPU architectures 2020-09-09 11:22:27 +00:00
ivan *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
jetpack jetpack: SETGIDGAME -> USE_GAMESGROUP 2019-01-20 08:09:29 +00:00
jin *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
jools Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
jumpnbump *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kajaani-kombat
kajongg *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
kanagram *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kanatest *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
kapman *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kapooka *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
katomic *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kblackbox *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kblocks *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kbounce *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kbreakout *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kdiamond *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
ketm
kfourinline *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kgoldrunner *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
khangman *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kigo *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
killbots *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kiriki *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kjumpingcube *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
klavaro *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
klickety *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
klines *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kmahjongg *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kmines *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
knavalbattle *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
knetwalk *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
knightcap *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
knightcap-brain pkgsrc doesn't support PREFIX with spaces or other special characters. 2018-01-14 15:26:46 +00:00
KoboDeluxe Fix const correctness with C++-aware string.h. 2020-03-18 17:54:54 +00:00
kolf *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kollision *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
konquest *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
koth all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
kpat *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kreversi *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kshisen *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
ksirk *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
ksnakeduel *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kspaceduel *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
ksquares *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
ksudoku *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
ktuberling *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
kubrick *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
kye *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
lbreakout *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
lbreakout2 games/lbreakout2: remove unknown configure option 2020-05-31 15:22:21 +00:00
level9 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
lgeneral *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
lgeneral-data *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
lgogdownloader revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
libggz revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
libkdegames *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
libkmahjongg *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
liblcf Revbump for icu 2020-06-02 08:22:31 +00:00
libretro-2048 libretro-2048: convert to core.mk 2020-05-31 16:33:06 +00:00
libretro-craft libretro-craft: Update to 20200504 2020-05-31 16:30:13 +00:00
libretro-nxengine libretro-nxengine: Update to 20200109 2020-05-31 16:22:35 +00:00
lincity *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
lincity-ng Revbump for icu 2020-06-02 08:22:31 +00:00
liquidwar liquidwar: Update to 5.6.5 2019-07-04 17:15:21 +00:00
lmarbles lmarbles: Update to 1.0.8 2020-03-22 09:21:24 +00:00
lnl all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
LostPixels Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
love07 love*: Gets lua category 2020-07-02 10:16:01 +00:00
love08 love*: Gets lua category 2020-07-02 10:16:01 +00:00
love09 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
love010 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
love11 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
lpairs lpairs: Update to 1.0.5 2020-03-22 09:26:34 +00:00
lskat *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
ltris ltris: Update to 1.0.20 2020-06-09 11:25:00 +00:00
lugaru *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
maelstrom-sdl all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
maelstrom-x11 Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
majesty-demo Sort PLIST files. 2018-01-01 22:29:15 +00:00
manaplus *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
marathon-evil
marathon-trilogy games/*: fix alignment of variable values 2018-01-14 17:33:57 +00:00
mari0 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
megaglest *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
megaglest-data Add games/megaglest. 2019-09-08 20:54:16 +00:00
minami *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
minetest Drop MAINTAINER for a few things I no longer use 2020-09-30 07:30:22 +00:00
mirrormagic *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
monsterz games: align variable assignments 2019-11-03 19:28:47 +00:00
moon-buggy moon-buggy: Comment out dead sites 2017-10-09 08:14:02 +00:00
moria Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
mrrescue all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
MyGoGrinder MyGoGrinder: update to 2.3.1. 2018-06-15 09:18:55 +00:00
naev *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
nagi
nethack games/nethack*: correct some COMMENTs. 2020-01-29 20:23:16 +00:00
nethack-lib The NetHack DevTeam is announcing the release of NetHack 3.6.6 on 2020-04-24 12:59:00 +00:00
nethack-tty Update to NetHack 3.6.2 2019-10-24 11:51:23 +00:00
nethack-x11 games/nethack*: correct some COMMENTs. 2020-01-29 20:23:16 +00:00
netmaj *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
netmaze games/*: fix alignment of variable values 2018-01-14 17:33:57 +00:00
netris netris: Comment out dead sites. 2017-11-15 22:15:16 +00:00
neverball *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
newvox all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nighthawk Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
ninvaders ninvaders: drop erroneous PKGREVSION, fix broken HOMEPAGE, add LICENSE marker. 2020-02-27 10:17:24 +00:00
not_pacman all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
not_tetris all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nudoku games/nudoku: remove no-op file from SUBST_FILES 2020-04-27 05:14:41 +00:00
nxengine-evo nxengine-evo: Doesn't install to libexec. Don't set GITHUB_TAG. 2020-09-30 08:18:51 +00:00
omega omega: SETGIDGAME -> USE_GAMESGROUP 2019-01-20 08:13:35 +00:00
onscripter *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
openhexagon *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
openjk *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
openmortal *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
openmw *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
openrct2 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
openttd openttd: Update to 1.10.3 2020-10-03 10:17:15 +00:00
openttd-data openttd-data: Update to 0.6.0 2020-04-05 14:43:05 +00:00
orbital_eunuchs_sniper all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
oshu *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
pag
palapeli *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
picmi *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
pingus revbump after boost update 2020-05-06 14:04:05 +00:00
pioneers *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
plib *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
pmars
polyglot all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
powder Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
powder-toy *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
powermanga powermanga: drop noop subst 2020-05-21 11:22:43 +00:00
powwow
prboom *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
prboom-plus *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
pushover *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
puzzles *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
py-easyAI Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-pysol_cards py-pysol_cards: add version 0.8.6 2019-11-26 18:50:59 +00:00
py-ranking Use https for pythonhosted.org. 2019-07-09 11:29:30 +00:00
py-renpy *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
py-trueskill all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
pysolfc pysolfc: updated to 2.6.4 2019-06-06 21:53:44 +00:00
q5go games/q5go: import q5go-1.1.1 2020-09-12 22:14:01 +00:00
qonk *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
qqwing qqwing: follow redirect 2017-12-24 10:14:43 +00:00
qstat pkgsrc doesn't support PREFIX with spaces or other special characters. 2018-01-14 15:26:46 +00:00
quadrupleback quadrupleback: Update to 0.1.1 2020-01-08 11:46:27 +00:00
quake xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
quake2forge *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
quake6 pkgsrc doesn't support PREFIX with spaces or other special characters. 2018-01-14 15:26:46 +00:00
quakedata games/*: fix alignment of variable values 2018-01-14 17:33:57 +00:00
quakeforge *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
quakespasm *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
quarry *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
redeclipse *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
REminiscence *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
rftg *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
robotfindskitten Sort PLIST files. 2018-01-01 22:29:15 +00:00
rocksndiamonds *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
rocksndiamonds-levels
ruby-squib games/ruby-squib: update to 0.15.3 2020-03-24 00:34:50 +00:00
sarien *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
sauerbraten Drop MAINTAINER for a few things I no longer use 2020-09-30 07:30:22 +00:00
scid *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
scummvm scummvm: updated to 2.2.0 2020-09-29 08:44:25 +00:00
scummvm-bass *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
scummvm-fotaq Follow some http->https redirects. 2019-07-08 10:36:25 +00:00
scummvm-tools *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
sdlpop *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
sex Sort PLIST files. 2018-01-01 22:29:15 +00:00
sienna all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
simgear *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
simutrans *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
simutrans-pak128 Add games/simutrans. 2019-10-26 11:27:09 +00:00
singularity math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
sjeng Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
sl sl: Respect CC/CFLAGS/LDFLAGS/etc 2020-03-26 12:46:58 +00:00
solarus *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
spaceracer *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
spellcast all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
spider
srb2 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
stegavorto all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
stockfish Fix popcount conflict on NetBSD. Avoid LTO and 32bit binaries on NetBSD. 2019-12-20 00:00:55 +00:00
stone-soup *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
stone-soup-sdl *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
stratagus *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
sudoku-cli games/*: fix alignment of variable values 2018-01-14 17:33:57 +00:00
supertux *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
supertuxkart revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
svb pkgsrc doesn't support PREFIX with spaces or other special characters. 2018-01-14 15:26:46 +00:00
tads all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
taisei *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
tanked Sort PLIST files. 2018-01-01 22:29:15 +00:00
tcl-theo tcl-theo: Require tcl 2019-12-20 13:19:47 +00:00
teeworlds *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
teg *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
tetrinetx pkgsrc doesn't support PREFIX with spaces or other special characters. 2018-01-14 15:26:46 +00:00
thew
tileworld all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
toppler *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
tscp games/*: fix alignment of variable values 2018-01-14 17:33:57 +00:00
tuxmath
tuxracer *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
tyrquake tyrquake: Update to 0.62 2019-07-03 19:02:59 +00:00
ufoai revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
unknown-horizons Honor pkgsrc environment 2020-05-14 19:26:46 +00:00
uqm *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
urban games/*: fix alignment of variable values 2018-01-14 17:33:57 +00:00
velena games/velena: remove redundant SUBST_FILES pattern 2020-04-25 21:49:38 +00:00
violetland revbump after boost update 2020-05-06 14:04:05 +00:00
vms-empire
vvvvvv *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
wargames Comment out dead sites. 2017-09-06 10:40:25 +00:00
warmux Revbump for icu 2020-06-02 08:22:31 +00:00
warzone2100 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
wesnoth wesnoth: updated to 1.14.14 2020-09-29 08:55:54 +00:00
widelands *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
woof games/woof: Update to 2.3.2 2020-10-19 16:31:11 +00:00
wordwarvi *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
wormz Uses C++ extensions, so go with gnu++03. 2019-12-19 22:16:52 +00:00
wtf *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
xbat mk: make BROKEN a list of lines, like PKG_FAIL_REASON 2019-11-04 17:47:29 +00:00
xbill pkgsrc doesn't support PREFIX with spaces or other special characters. 2018-01-14 15:26:46 +00:00
xblast *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
xblockout
xboard *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
xboing all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
xbomb bump PKGREVISION for previous games/xbomb commit 2019-10-06 14:44:35 +00:00
xbomber Sort PLIST files. 2018-01-01 22:29:15 +00:00
xbreaky *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
xclannad Fix const correctness. 2020-03-26 02:33:34 +00:00
xconq *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
xcowsay *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
xdemineur
xdoom pkgsrc doesn't support PREFIX with spaces or other special characters. 2018-01-14 15:26:46 +00:00
xemeraldia games: align variable assignments 2019-11-03 19:28:47 +00:00
xevil mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
xfreecell Sprinkle "unsigned" ahead of "char" for various bitmaps, and 2018-02-19 09:51:48 +00:00
xfrisk all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
xgalaga pkgsrc doesn't support PREFIX with spaces or other special characters. 2018-01-14 15:26:46 +00:00
xgospel Sort PLIST files. 2018-01-01 22:29:15 +00:00
xjewel
xjig Fix const correctness for C++ compliant string.h 2020-03-26 02:32:43 +00:00
xjump pkgsrc doesn't support PREFIX with spaces or other special characters. 2018-01-14 15:26:46 +00:00
xkanon *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
xkobo games: align variable assignments 2019-11-03 19:28:47 +00:00
xlennart
xmahjongg all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
xmris Comment out dead sites. 2017-09-06 10:40:25 +00:00
xnibbles xnibbles: Handle OSS_TYPE=none correctly. 2020-08-17 10:52:49 +00:00
xonotic xonotic: fix GLX UI when pkgsrc Mesa is not installed 2020-10-05 18:53:37 +00:00
xpat2 *: remove commented out libXp dependency 2019-03-20 12:19:38 +00:00
xpilot
xpipeman games/*: fix alignment of variable values 2018-01-14 17:33:57 +00:00
xpuyopuyo Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
xracer *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
xrick games: align variable assignments 2019-11-03 19:28:47 +00:00
xroach Sort PLIST files. 2018-01-01 22:29:15 +00:00
xroads
xsc all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
xscavenger Comment out dead sites. 2017-09-06 10:40:25 +00:00
xscorch *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
xscrabble SETGIDGAME -> USE_GAMESGROUP 2019-01-20 08:15:00 +00:00
xskat xskat: remove altenburger option 2019-04-27 11:25:11 +00:00
xsokoban all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
xsoldier
xtris xtris: comment out dead sites 2017-10-09 08:55:36 +00:00
xtux *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:44 +00:00
xu4 Cleanup 2020-08-27 12:33:34 +00:00
xvier games/*: fix alignment of variable values 2018-01-14 17:33:57 +00:00
xworm
xye mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
xzip all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
yquake2 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
zombies zombies: Respect LDFLAGS 2020-03-26 13:27:31 +00:00
zoom *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ztrack games/ztrack: fix build in SUBST_NOOP_OK=no mode 2020-05-16 13:01:15 +00:00
Makefile games: Add nxengine-evo 2020-09-30 08:07:56 +00:00