summaryrefslogtreecommitdiff
path: root/audio/x11amp/files/patch-x11amp__controlsocket.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-01-28 16:18:27 +0000
committerRene Ladan <rene@FreeBSD.org>2015-01-28 16:18:27 +0000
commit0783421b56d414d5822a967505ce37ef1c9cfca5 (patch)
tree6f4bbc880dc8f8691ba951c9c144a5d6bace321f /audio/x11amp/files/patch-x11amp__controlsocket.c
parentUpdate to the latest commit. (diff)
Remove expired ports:
2015-01-26 audio/qmidinet: Broken for more than 6 months 2015-01-26 audio/wmauda: Broken for more than 6 months 2015-01-26 audio/x11amp: Broken for more than 6 months 2015-01-26 devel/p5-Log-Any-Adapter: devel/p5-Log-Any-Adapter merged into devel/p5-Log-Any by upstream 2015-01-26 ftp/rexx-curl: Broken for more than 6 months 2015-01-26 net-im/pidgin-audacious-remote: Broken for more than 6 months 2015-01-26 www/lifetype: Broken for more than 6 months 2015-01-26 www/ump: Broken for more than 6 months
Notes
Notes: svn path=/head/; revision=378068
Diffstat (limited to 'audio/x11amp/files/patch-x11amp__controlsocket.c')
-rw-r--r--audio/x11amp/files/patch-x11amp__controlsocket.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/x11amp/files/patch-x11amp__controlsocket.c b/audio/x11amp/files/patch-x11amp__controlsocket.c
deleted file mode 100644
index b14ccc687bd7..000000000000
--- a/audio/x11amp/files/patch-x11amp__controlsocket.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./x11amp/controlsocket.c.orig 1999-04-11 23:26:04.000000000 +0000
-+++ ./x11amp/controlsocket.c 2013-12-02 19:13:07.000000000 +0000
-@@ -178,7 +178,7 @@
- if(!select(fd+1,&set,NULL,NULL,&tv))
- {
- close(fd);
-- return;
-+ pthread_exit(NULL);
- }
- pkt = g_malloc0(sizeof(PacketNode));
- read(fd,&pkt->hdr,sizeof(ClientPktHeader));