diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-08-19 22:26:48 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-08-19 22:26:48 +0000 |
commit | 5a3bb972b01fd1bdee3b657a5704f52fbd102d20 (patch) | |
tree | 36f0745b66980db5609f069d9bcf01b854fcc81f /games/randomshooter/files/patch-src-input.c | |
parent | - Update to 3.4 (diff) |
- Remove all games by Parallel Realities
Those games contain resources that are non-free and, in some cases,
ripped from other games and still copyrighted. We have to remove
the ports to avoid potential legal issues, sorry.
Related discussion thread:
http://www.happypenguin.org/forums/viewtopic.php?t=4725
Requested by: Stephen Sweeney <stephen dot j dot sweeney at googlemail dot com> of Parallel Realities
Discussed with: kris, erwin
Approved by: portmgr (kris)
Diffstat (limited to 'games/randomshooter/files/patch-src-input.c')
-rw-r--r-- | games/randomshooter/files/patch-src-input.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/randomshooter/files/patch-src-input.c b/games/randomshooter/files/patch-src-input.c deleted file mode 100644 index df76df7d0cba..000000000000 --- a/games/randomshooter/files/patch-src-input.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/input.c.orig 2008-02-23 12:14:38.000000000 +0300 -+++ src/input.c 2008-02-27 23:53:35.000000000 +0300 -@@ -170,7 +170,7 @@ - { - char *name = (char *)malloc(25); - -- strncpy(name, SDL_GetKeyName(inputValue), 24); -+ strncpy(name, SDL_GetKeyName((SDLKey)inputValue), 24); - - if (strcmp(name, "unknown key") == 0) - { |