head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.3.0.30 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.28 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.26 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.24 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.22 pkgsrc-2008Q1:1.3.0.20 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.18 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.16 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.14 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.12 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.10 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.8 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.6 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.4 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.2.0.2 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.1.0.4 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.2 pkgsrc-2005Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2009.03.05.21.49.13; author snj; state dead; branches; next 1.3; 1.3 date 2005.11.11.18.18.28; author joerg; state Exp; branches; next 1.2; 1.2 date 2005.08.05.12.53.08; author tonio; state dead; branches; next 1.1; 1.1 date 2005.03.16.11.51.00; author rillig; state Exp; branches; next ; desc @@ 1.4 log @Remove libopendaap, which is dead upstream and has not been useful for years. @ text @$NetBSD: patch-ag,v 1.3 2005/11/11 18:18:28 joerg Exp $ --- opendaap.pc.in.orig 2005-11-11 18:00:56.000000000 +0000 +++ opendaap.pc.in @@@@ -7,4 +7,4 @@@@ Name: opendaap Description: Open DAAP library Version: @@VERSION@@ Cflags: -I${includedir} -Libs: -L${libdir} -lopendaap -lpthread +Libs: -L${libdir} -lopendaap @@@@PTHREAD@@@@ @ 1.3 log @Replace hard-wired -lpthread with the normal pthread logic. Since this changes nothing for platforms with working -lpthread and others didn't work before, don't bump the revision. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update libopendaap to 0.4.0 changed the url to www.craz.net remove patches that have been integrated upstream or are no more relevant Main changelog entries: - Playlist support now exists - Use a free mdns library, instead of Apple's mDNS library. This means that libopendaap is entirely free now. - You can now connect to servers with passwords - Several bug fixes approved by cube@@ @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.1 2005/03/16 11:51:00 rillig Exp $ d3 8 a10 16 gcc-2.95.3 does not like code intermixed with declarations. --- ioloop.c.orig Tue Dec 14 05:39:31 2004 +++ ioloop.c Tue Mar 15 23:35:17 2005 @@@@ -113,10 +113,10 @@@@ void fd_event_signal(fd_event *event) void fd_event_reset(fd_event *event) { - event->signalled = 0; char buf[1] = {0}; int flags; + event->signalled = 0; /* set non-blocking on read pipe */ flags = fcntl(event->pipe[0], F_GETFL, 0); if (flags == -1) flags = 0; @ 1.1 log @Added two patches that are needed for gcc-2.95.3. Approved by wiz. @ text @d1 1 a1 1 $NetBSD$ @