summaryrefslogtreecommitdiff
path: root/audio/terminatorx/files/patch-src_tX__mouse.cc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-31 13:37:58 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-31 13:37:58 +0000
commitd1a5353b9cccb568b52fb525175941ad0b8a0345 (patch)
tree25abb8f5b9cdfd31fb9d446791a87606bf77ff0b /audio/terminatorx/files/patch-src_tX__mouse.cc
parentcad/z88: update 13.0 -> 15 (diff)
Remove expired ports:
2018-12-31 net/libsrtp: Superseded by libsrtp2 2018-12-31 x11-toolkits/wlc: Deprecated upstream 2018-12-31 japanese/spamassassin: does not build 2018-12-31 www/spdylay: SPDY is deprecated, use HTTP/2 instead 2018-12-31 www/moodle33: Upstream no longer maintained 2018-12-31 security/krb5-114: EOL twelve months after release of krb5-1.16 2018-12-31 databases/mongodb32: EOL upstream since September 2018 2018-12-31 databases/mongodb32-tools: EOL upstream since September 2018 2018-12-31 audio/creox: Qt4 has been EOL since december 2015 2018-12-31 audio/terminatorx: Unmaintained, broken too often 2018-12-31 audio/shoutcast: Upstream vendor no longer provides releases 2018-12-31 dns/powerdns-recursor40: FreeBSD 10.3 has reached EoL since 2018-04-30; users should upgrade and use dns/powerdns-recursor instead 2018-12-31 sysutils/ataidle: obsoleted by camcontrol(8) 2018-12-31 sysutils/syslog-ng37: No longer officially supported by Balabit, does not support openssl111 2018-12-31 sysutils/cfengine22: No longeer supported by cfengine.com 2018-12-31 sysutils/syslog-ng36: No longer officially supported by Balabit, does not support openssl111
Diffstat (limited to 'audio/terminatorx/files/patch-src_tX__mouse.cc')
-rw-r--r--audio/terminatorx/files/patch-src_tX__mouse.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/terminatorx/files/patch-src_tX__mouse.cc b/audio/terminatorx/files/patch-src_tX__mouse.cc
deleted file mode 100644
index d29eba378cb6..000000000000
--- a/audio/terminatorx/files/patch-src_tX__mouse.cc
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/tX_mouse.cc.orig 2018-11-07 18:49:45 UTC
-+++ src/tX_mouse.cc
-@@ -37,9 +37,9 @@
- #include "tX_global.h"
- #include "tX_engine.h"
- #include "tX_vtt.h"
--#include <stdlib.h>
-+#include <cstdlib>
- #include <string.h>
--#include <math.h>
-+#include <cmath>
-
- #define TX_MOUSE_SPEED_NORMAL 0.05
- #define TX_MOUSE_SPEED_WARP 250000