summaryrefslogtreecommitdiff
path: root/audio/daapd/patches
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2006-04-23 18:25:27 +0000
committertonio <tonio@pkgsrc.org>2006-04-23 18:25:27 +0000
commitddb87455da79757766f1a4a38373af76bc856885 (patch)
tree817f656c63d7aba862ec3f7ee0eef90fd316698a /audio/daapd/patches
parentfa2673c7748bacfbac5ce42e7f8841c394c4100f (diff)
downloadpkgsrc-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/daapd/patches')
-rw-r--r--audio/daapd/patches/patch-aa10
-rw-r--r--audio/daapd/patches/patch-ab13
2 files changed, 4 insertions, 19 deletions
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