summaryrefslogtreecommitdiff
path: root/audio/daapd
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2005-01-08 05:22:36 +0000
committermjl <mjl@pkgsrc.org>2005-01-08 05:22:36 +0000
commit1b47ce507b31f51ed7bf69a7c15f6773b0317a7c (patch)
treecc5d4813481b181e80b5aa96800b7d7fa107808b /audio/daapd
parent558e57dc4fad0173dd1d9be2ffff20a256c14aef (diff)
downloadpkgsrc-1b47ce507b31f51ed7bf69a7c15f6773b0317a7c.tar.gz
Revert to 0.2.3d. The 0.2.4a version seemingly has some problems
announcing itself to the net and thus does not always (or mostly never) show up on iTunes.
Diffstat (limited to 'audio/daapd')
-rw-r--r--audio/daapd/Makefile6
-rw-r--r--audio/daapd/distinfo8
-rw-r--r--audio/daapd/patches/patch-aa15
3 files changed, 16 insertions, 13 deletions
diff --git a/audio/daapd/Makefile b/audio/daapd/Makefile
index 85c3350b472..5d5c831610b 100644
--- a/audio/daapd/Makefile
+++ b/audio/daapd/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2005/01/06 14:43:09 mjl Exp $
+# $NetBSD: Makefile,v 1.7 2005/01/08 05:22:36 mjl Exp $
-DISTNAME= daapd-0.2.4a
-#PKGREVISION= 1
+DISTNAME= daapd-0.2.3d
+PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tgz
diff --git a/audio/daapd/distinfo b/audio/daapd/distinfo
index 24e953cd85d..a79289a0c19 100644
--- a/audio/daapd/distinfo
+++ b/audio/daapd/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/01/06 14:43:09 mjl Exp $
+$NetBSD: distinfo,v 1.4 2005/01/08 05:22:36 mjl Exp $
-SHA1 (daapd-0.2.4a.tgz) = 175130c8b709fcac124857fe5a9eacdfbe00153c
-Size (daapd-0.2.4a.tgz) = 205231 bytes
-SHA1 (patch-aa) = 10fb4dfeac9a9e880ec323727ebaf0fdc6cadd35
+SHA1 (daapd-0.2.3d.tgz) = 3ca12f0cb608a0be2d8351dbc341aa7d2a4f08f8
+Size (daapd-0.2.3d.tgz) = 202317 bytes
+SHA1 (patch-aa) = b1ec33f2e7ea7672762017077d9c9178b0a061bc
SHA1 (patch-ac) = a3e203dcf6e7686795f8348fef5cc2272abdfc48
diff --git a/audio/daapd/patches/patch-aa b/audio/daapd/patches/patch-aa
index 46946b16d9a..6a14106d2e8 100644
--- a/audio/daapd/patches/patch-aa
+++ b/audio/daapd/patches/patch-aa
@@ -1,9 +1,12 @@
-$NetBSD: patch-aa,v 1.3 2005/01/06 14:43:09 mjl Exp $
-
---- makefile.orig 2005-01-05 00:18:48.000000000 +0100
-+++ makefile 2005-01-06 15:02:36.000000000 +0100
+--- makefile.orig 2004-09-08 03:17:58.000000000 +0200
++++ makefile 2005-01-08 06:12:42.000000000 +0100
+@@ -4,3 +4,3 @@
+ ZLIB_ENABLE = 1
+-MPEG4_ENABLE = 1
++MPEG4_ENABLE = 0
+
@@ -16,6 +16,6 @@
- LIBS = -ldaaplib -lhttpd-persistent -lid3tag -lz
+ LIBS = -ldaaplib -lhttpd-persistent -lid3tag -lz -lpthread
-LIBPATH = -L. -L./daaplib/src -L./libhttpd/src -L/usr/local/lib
-INCPATH = -I. -I./daaplib/include -I./libhttpd/src -I/usr/local/include
-DEPLOY = /usr/local
@@ -21,7 +24,7 @@ $NetBSD: patch-aa,v 1.3 2005/01/06 14:43:09 mjl Exp $
-$(error howl not found in /usr/local/include. Install howl or disable it in the makefile)
+$(error howl not found in ${PREFIX}/include. Install howl or disable it in the makefile)
endif
-@@ -82,4 +82,2 @@
+@@ -76,4 +76,2 @@
install: $(DEPS) $(TARGET)
- cd libhttpd && $(MAKE) install
- cd daaplib/src && $(MAKE) install