Attached is an update of audio/daapd which contains a fix for iTunes
6.0.4. Please test this, I've only used it on my lone 3.8 box here but
it works fine.
Thanks,
Tom
(And thanks to _mx on Freenode's #OpenBSD for help with the OpenBSD
ports system.)
--
| tmclaugh at sdf.lonestar.org tmclaugh at FreeBSD.org |
| FreeBSD http://www.FreeBSD.org |
| BSD# http://www.mono-project.com/Mono:FreeBSD |
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/daapd/Makefile,v
retrieving revision 1.2
diff -u -p -u -r1.2 Makefile
--- Makefile 8 Feb 2006 04:54:48 -0000 1.2
+++ Makefile 20 Apr 2006 00:14:12 -0000
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.2 2006/02/08 04:54:48 david Exp $
COMMENT= "server for the DAA protocol"
-DISTNAME= daapd-0.2.4a
+DISTNAME= daapd-0.2.4b
EXTRACT_SUFX= .tgz
CATEGORIES= audio net
MASTER_SITES= ${HOMEPAGE}
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/daapd/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo 21 Jan 2005 06:49:11 -0000 1.1.1.1
+++ distinfo 20 Apr 2006 00:14:12 -0000
@@ -1,4 +1,4 @@
-MD5 (daapd-0.2.4a.tgz) = 330e2a89d77b086a64bbe8cdf24a00f2
-RMD160 (daapd-0.2.4a.tgz) = ca3bf641693779af359cfe1c1b91c7b06cfaaa10
-SHA1 (daapd-0.2.4a.tgz) = 175130c8b709fcac124857fe5a9eacdfbe00153c
-SIZE (daapd-0.2.4a.tgz) = 205231
+MD5 (daapd-0.2.4b.tgz) = 3a83294a9eb88b27bae7f5dd06394c49
+RMD160 (daapd-0.2.4b.tgz) = 899b37b3872623ef918f7faa4eb8bad2dfc5b369
+SHA1 (daapd-0.2.4b.tgz) = 0903303f155c19ae12cdc78be05799508156a16b
+SIZE (daapd-0.2.4b.tgz) = 205476
Index: patches/patch-makefile
===================================================================
RCS file: /cvs/ports/audio/daapd/patches/patch-makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 patch-makefile
--- patches/patch-makefile 21 Jan 2005 06:49:11 -0000 1.1.1.1
+++ patches/patch-makefile 20 Apr 2006 00:14:12 -0000
@@ -1,11 +1,9 @@
$OpenBSD: patch-makefile,v 1.1.1.1 2005/01/21 06:49:11 jolan Exp $
---- makefile.orig Tue Jan 4 17:18:48 2005
-+++ makefile Thu Jan 20 21:21:01 2005
-@@ -1,35 +1,35 @@
- # configure daapd here
+--- makefile.orig Sun Mar 5 08:39:37 2006
++++ makefile Wed Apr 19 20:05:34 2006
+@@ -2,34 +2,34 @@
--HOWL_ENABLE = 0
-+HOWL_ENABLE = 1
+ HOWL_ENABLE = 1
ZLIB_ENABLE = 1
-MPEG4_ENABLE = 0
+MPEG4_ENABLE = 1
@@ -15,7 +13,7 @@ $OpenBSD: patch-makefile,v 1.1.1.1 2005/
# -----------------------------------------
-CC = g++
-+#CC = g++
++CC?= g++
MAKE = $(MAKE_COMMAND)
TARGET = daapd
DEPS = daaplib_ libhttpd_