update to daapd-0.2.4b, from tom mclaughlin

This commit is contained in:
jolan 2006-05-08 21:25:52 +00:00
parent 150927187e
commit f249cc4e46
3 changed files with 12 additions and 14 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.2 2006/02/08 04:54:48 david Exp $
# $OpenBSD: Makefile,v 1.3 2006/05/08 21:25:52 jolan 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}

View File

@ -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

View File

@ -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
$OpenBSD: patch-makefile,v 1.2 2006/05/08 21:25:52 jolan Exp $
--- 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/01/21 06:49:11 jolan Exp $
# -----------------------------------------
-CC = g++
+#CC = g++
+CC?= g++
MAKE = $(MAKE_COMMAND)
TARGET = daapd
DEPS = daaplib_ libhttpd_