c9f6ab02b0
from the module's shared object instead of a gratuitous .txt file, that currently accompanies each module. This should fix pointhat's builds of the interfaces without adding cruft to their PLISTs. The patch is accepted by vendor. Fix one other place in configure to look for tcl8X instead of tcl8.X. The patch is accepted by vendor. Realy on archivers/libarc instead of building the version bundled with timidity. Set USE_GETOPT_LONG -- timidity uses it, if it can, resulting in a potentially omitted dependency. Bump PORTREVISION. Add links to the vendor's bug reports to each patch, where possible. Approved by: maintainer (blanket)
11 lines
523 B
Text
11 lines
523 B
Text
http://timidity-docs.sourceforge.jp/cgi-bin/kagemai-en/guest.cgi?project=timidity-bugs-en&action=view_report&id=55
|
|
|
|
--- timidity/playmidi.c Sat Aug 28 01:38:18 2004
|
|
+++ timidity/playmidi.c Sat Sep 10 17:07:45 2005
|
|
@@ -4160,5 +4162,5 @@
|
|
case 0x20: /* Delay Send Level to Reverb */
|
|
ctl->cmsg(CMSG_INFO,VERB_NOISY,"Delay Send Level to Reverb (%d)",val);
|
|
- if (delay_status_gs.send_reverb = val) {
|
|
+ if (delay_status_gs.send_reverb != val) {
|
|
delay_status_gs.send_reverb = val;
|
|
recompute_delay_status_gs();
|