summaryrefslogtreecommitdiff
path: root/audio/terminatorx/files/patch-src_tX__ladspa.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__ladspa.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__ladspa.cc')
-rw-r--r--audio/terminatorx/files/patch-src_tX__ladspa.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/terminatorx/files/patch-src_tX__ladspa.cc b/audio/terminatorx/files/patch-src_tX__ladspa.cc
deleted file mode 100644
index a7e9dc7ef5fe..000000000000
--- a/audio/terminatorx/files/patch-src_tX__ladspa.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/tX_ladspa.cc.orig 2011-01-30 21:01:31 UTC
-+++ src/tX_ladspa.cc
-@@ -45,8 +45,8 @@ void LADSPA_Plugin :: init ()
- ladspa_path_ptr=getenv("LADSPA_PATH");
-
- if (!ladspa_path_ptr) {
-- tX_warning("LADSPA_PATH not set. Trying /usr/lib/ladspa:/usr/local/lib/ladspa");
-- strcpy(ladspa_path, "/usr/lib/ladspa:/usr/local/lib/ladspa");
-+ tX_warning("LADSPA_PATH not set. Trying %%LOCALBASE%%/lib/ladspa");
-+ strcpy(ladspa_path, "%%LOCALBASE%%/lib/ladspa");
- }
- else strncpy(ladspa_path, ladspa_path_ptr, sizeof(ladspa_path));
-