diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-09-16 09:14:45 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-09-16 09:14:45 +0000 |
commit | 74beb9901ff7a93ff1b8dc2e585c38286a5786c6 (patch) | |
tree | 4086c411954ba99393d96f380d77e166e2b8bd71 /audio/firefly/files/patch-src_plugins_out-daap.c | |
parent | - Add LICENSE (diff) |
Remove expired ports:
2018-09-15 www/bookmarkbridge: Unmaintained. Unlikely to work correctly with modern browsers
2018-09-15 mail/annoyance-filter: Unmaintained upstream
2018-09-15 mail/pop3vscan: Unmaintained upstream
2018-09-15 audio/firefly: Unmaintained. Use audio/forked-daapd instead
2018-09-15 www/hs-hS3: Not being developed upstream
2018-09-15 converters/hs-dataenc: Not being developed upstream
2018-09-15 devel/tinyq: Unmaintained upstream and unused in the ports tree
2018-09-15 devel/hs-hashed-storage: Not being developed upstream
Diffstat (limited to 'audio/firefly/files/patch-src_plugins_out-daap.c')
-rw-r--r-- | audio/firefly/files/patch-src_plugins_out-daap.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/audio/firefly/files/patch-src_plugins_out-daap.c b/audio/firefly/files/patch-src_plugins_out-daap.c deleted file mode 100644 index d248ae343add..000000000000 --- a/audio/firefly/files/patch-src_plugins_out-daap.c +++ /dev/null @@ -1,24 +0,0 @@ ---- src/plugins/out-daap.c.orig 2007-10-13 22:10:06 UTC -+++ src/plugins/out-daap.c -@@ -1392,11 +1392,9 @@ void out_daap_server_info(WS_CONNINFO *p - - size = sizeof(servername); - pi_server_name(servername,&size); -- // supports_update = conf_get_int("daap","supports_update",1); -+ supports_update = pi_conf_get_int("daap","supports_update",1); - - actual_length=139 + (int) strlen(servername); -- if(!supports_update) -- actual_length -= 9; - - if(actual_length > sizeof(server_info)) { - pi_log(E_FATAL,"Server name too long.\n"); -@@ -1434,6 +1432,8 @@ void out_daap_server_info(WS_CONNINFO *p - current += dmap_add_int(current,"msdc",1); /* 12 */ - - if(supports_update) -+ current += dmap_add_char(current,"msup",1); /* 9 */ -+ else - current += dmap_add_char(current,"msup",0); /* 9 */ - - out_daap_output_start(pwsc,ppi,actual_length); |