diff options
author | tonio <tonio@pkgsrc.org> | 2006-04-23 18:25:27 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-04-23 18:25:27 +0000 |
commit | ddb87455da79757766f1a4a38373af76bc856885 (patch) | |
tree | 817f656c63d7aba862ec3f7ee0eef90fd316698a /audio | |
parent | fa2673c7748bacfbac5ce42e7f8841c394c4100f (diff) | |
download | pkgsrc-ddb87455da79757766f1a4a38373af76bc856885.tar.gz |
Update daapd to 0.2.4b
- remove patch-ab, as it is applied upstream
This should fix PR 33258
Changelog:
05/03/2006
daapd 0.2.4b. Two small changes to adapt daapd to the current versions of
MaxOS X (10.4.x) and iTunes (6.0.4)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/daapd/Makefile | 5 | ||||
-rw-r--r-- | audio/daapd/distinfo | 11 | ||||
-rw-r--r-- | audio/daapd/patches/patch-aa | 10 | ||||
-rw-r--r-- | audio/daapd/patches/patch-ab | 13 |
4 files changed, 11 insertions, 28 deletions
diff --git a/audio/daapd/Makefile b/audio/daapd/Makefile index ce25920fa9e..559ba5abf82 100644 --- a/audio/daapd/Makefile +++ b/audio/daapd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2006/03/03 14:40:02 tonio Exp $ +# $NetBSD: Makefile,v 1.18 2006/04/23 18:25:27 tonio Exp $ -DISTNAME= daapd-0.2.4a -PKGREVISION= 2 +DISTNAME= daapd-0.2.4b CATEGORIES= audio MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .tgz diff --git a/audio/daapd/distinfo b/audio/daapd/distinfo index f0e8389df27..b1e98247c3f 100644 --- a/audio/daapd/distinfo +++ b/audio/daapd/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.13 2006/03/03 14:40:02 tonio Exp $ +$NetBSD: distinfo,v 1.14 2006/04/23 18:25:27 tonio Exp $ -SHA1 (daapd-0.2.4a.tgz) = 175130c8b709fcac124857fe5a9eacdfbe00153c -RMD160 (daapd-0.2.4a.tgz) = ca3bf641693779af359cfe1c1b91c7b06cfaaa10 -Size (daapd-0.2.4a.tgz) = 205231 bytes -SHA1 (patch-aa) = c099f78bfa4658d311ae804b2e2aa0a182b9f5b9 -SHA1 (patch-ab) = 29bcb3b7bda2094099341f583075c04fe7df3d1e +SHA1 (daapd-0.2.4b.tgz) = 0903303f155c19ae12cdc78be05799508156a16b +RMD160 (daapd-0.2.4b.tgz) = 899b37b3872623ef918f7faa4eb8bad2dfc5b369 +Size (daapd-0.2.4b.tgz) = 205476 bytes +SHA1 (patch-aa) = c10564ede45fa92b18926da68a7a9a2d9547627d diff --git a/audio/daapd/patches/patch-aa b/audio/daapd/patches/patch-aa index 65082cacadb..46de10fa4fa 100644 --- a/audio/daapd/patches/patch-aa +++ b/audio/daapd/patches/patch-aa @@ -1,12 +1,10 @@ -$NetBSD: patch-aa,v 1.11 2006/01/24 15:18:38 tonio Exp $ +$NetBSD: patch-aa,v 1.12 2006/04/23 18:25:27 tonio Exp $ ---- makefile.orig 2005-01-05 00:18:48.000000000 +0100 +--- makefile.orig 2006-03-05 14:39:37.000000000 +0100 +++ makefile -@@ -1,29 +1,29 @@ - # configure daapd here +@@ -2,28 +2,28 @@ --HOWL_ENABLE = 0 -+HOWL_ENABLE = 1 + HOWL_ENABLE = 1 ZLIB_ENABLE = 1 -MPEG4_ENABLE = 0 +MPEG4_ENABLE = $(WITH_FAAD) diff --git a/audio/daapd/patches/patch-ab b/audio/daapd/patches/patch-ab deleted file mode 100644 index beb04c4b76b..00000000000 --- a/audio/daapd/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2006/03/03 14:40:02 tonio Exp $ - ---- libhttpd/src/httpd-persistent.h.orig 2005-01-05 00:18:47.000000000 +0100 -+++ libhttpd/src/httpd-persistent.h -@@ -54,7 +54,7 @@ - - #define HTTP_PORT 80 - #define HTTP_MAX_LEN 10240 --#define HTTP_MAX_URL 1024 -+#define HTTP_MAX_URL 2048 - #define HTTP_MAX_HEADERS 1024 - #define HTTP_MAX_AUTH 128 - #define HTTP_IP_ADDR_LEN 17 |