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.10.01.18.13.17; author kristerw; state Exp; branches; next 1.2; 1.2 date 2005.08.05.12.53.08; author tonio; state Exp; 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-af,v 1.3 2005/10/01 18:13:17 kristerw Exp $ gcc-2.95.3 does not like code intermixed with declarations. --- client.c.orig Thu May 12 08:46:29 2005 +++ client.c Sat Oct 1 20:02:09 2005 @@@@ -1379,11 +1379,10 @@@@ int requestid = 0; HTTP_Connection *http_connection; + HTTP_GetResult *httpRes; if (strlen(songformat) > 4) return -1; - HTTP_GetResult *httpRes; - if (pCHThis->version_major != 3) { buf = safe_sprintf(songUrl_42, databaseid, songid, songformat, @@@@ -1643,10 +1642,10 @@@@ static void AsyncWaitUpdate(void *pv_pCHThis, void *unused) { DAAP_SClientHost *pCHThis = (DAAP_SClientHost*)pv_pCHThis; - TRACE("()\n"); char hash[33] = {0}; char updateUrl[] = "/update?session-id=%i&revision-number=%i&delta=%i"; char *buf; + TRACE("()\n"); buf = safe_sprintf(updateUrl, pCHThis->sessionid, pCHThis->revision_number, pCHThis->revision_number); @ 1.3 log @Fix two cases of C99 variable declarations to make this pkg compile when using gcc 2.95. @ 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-af,v 1.1 2005/03/16 11:51:00 rillig Exp $ d5 2 a6 2 --- client.c.orig 2005-08-04 10:43:47.000000000 +0200 +++ client.c 2005-08-04 10:44:42.000000000 +0200 d20 12 @ 1.1 log @Added two patches that are needed for gcc-2.95.3. Approved by wiz. @ text @d1 1 a1 1 $NetBSD$ d5 3 a7 3 --- client.c.orig Mon Jan 3 09:20:54 2005 +++ client.c Tue Mar 15 23:34:55 2005 @@@@ -1235,11 +1235,10 @@@@ int DAAP_ClientHost_GetAudioFile(DAAP_SC d19 1 a19 16 sprintf(buf, songUrl_42, databaseid, songid, songformat, @@@@ -1489,13 +1488,13 @@@@ static void update_watch_cb(void *pv_pCH static void AsyncWaitUpdate(void *pv_pCHThis, void *unused) { DAAP_SClientHost *pCHThis = (DAAP_SClientHost*)pv_pCHThis; - TRACE("()\n"); char hash[33] = {0}; char updateUrl[] = "/update?session-id=%i&revision-number=%i&delta=%i"; char buf[sizeof(updateUrl) + 11 + 11 + 11]; HTTP_GetResult *httpRes; + TRACE("()\n"); sprintf(buf, updateUrl, pCHThis->sessionid, pCHThis->revision_number, pCHThis->revision_number); @