View | Details | Raw Unified | Return to bug 113675 | Differences between
and this patch

Collapse All | Expand All

(-)mt-daapd/Makefile (-3 / +11 lines)
Lines 7-20 Link Here
7
7
8
PORTNAME=	mt-daapd
8
PORTNAME=	mt-daapd
9
PORTVERSION=	0.2.4.1
9
PORTVERSION=	0.2.4.1
10
CATEGORIES=	audio
10
PORTREVISION=	1
11
CATEGORIES=	audio japanese
11
MASTER_SITES=	SF
12
MASTER_SITES=	SF
12
13
13
MAINTAINER=	mark@foster.cc
14
MAINTAINER=	mark@foster.cc
14
COMMENT=	Multithread daapd yet another Server for Apple iTunes
15
COMMENT=	Multithread daapd yet another Server for Apple iTunes
15
16
16
BUILD_DEPENDS=	${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
17
#BUILD_DEPENDS=	${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
17
LIB_DEPENDS=	id3tag.0:${PORTSDIR}/audio/libid3tag
18
LIB_DEPENDS=	gdbm.3:${PORTSDIR}/databases/gdbm
19
LIB_DEPENDS+=	id3tag.0:${PORTSDIR}/audio/libid3tag
18
20
19
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
22
CONFIGURE_ENV=	CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
Lines 25-30 Link Here
25
CONFIGURE_ARGS=		--with-id3tag=${PREFIX} --with-gdbm-includes=${LOCALBASE}/include
27
CONFIGURE_ARGS=		--with-id3tag=${PREFIX} --with-gdbm-includes=${LOCALBASE}/include
26
28
27
USE_AUTOTOOLS=	autoheader:261 autoconf:261:env
29
USE_AUTOTOOLS=	autoheader:261 autoconf:261:env
30
31
USE_ICONV=	yes
32
PATCH_SITES+=	http://www.apionet.or.jp/~tomi/
33
PATCH_SITES+=	${MASTER_SITE_LOCAL}
34
PATCHFILES+=	mt-daapd-0.2.4.1-cp932.patch
35
PATCH_DIST_STRIP+=	-p1
28
36
29
DAAPD_USER?=	daapd
37
DAAPD_USER?=	daapd
30
DAAPD_GROUP?=	daapd
38
DAAPD_GROUP?=	daapd
(-)mt-daapd/distinfo (+3 lines)
Lines 1-3 Link Here
1
MD5 (mt-daapd-0.2.4.1.tar.gz) = 8117141e8a88bfab54fe98b6bbd5cb3a
1
MD5 (mt-daapd-0.2.4.1.tar.gz) = 8117141e8a88bfab54fe98b6bbd5cb3a
2
SHA256 (mt-daapd-0.2.4.1.tar.gz) = bf11f272014835b0771b1788fc7e4362c478ef3fe5ce7d945fa31480ed5f3e86
2
SHA256 (mt-daapd-0.2.4.1.tar.gz) = bf11f272014835b0771b1788fc7e4362c478ef3fe5ce7d945fa31480ed5f3e86
3
SIZE (mt-daapd-0.2.4.1.tar.gz) = 433226
3
SIZE (mt-daapd-0.2.4.1.tar.gz) = 433226
4
MD5 (mt-daapd-0.2.4.1-cp932.patch) = 25ec19e52be09147077b208f294fdb13
5
SHA256 (mt-daapd-0.2.4.1-cp932.patch) = 8783a1ff903f3b2bd0d970dc50fa74e34615f2762ab6940573c36049893fc2c0
6
SIZE (mt-daapd-0.2.4.1-cp932.patch) = 9086
(-)mt-daapd/files/patch-aa (+11 lines)
Line 0 Link Here
1
--- src/Makefile.in.orig        2007-10-22 09:32:39.000000000 +0900
2
+++ src/Makefile.in     2008-01-31 14:01:30.000000000 +0900
3
@@ -138,7 +138,7 @@
4
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
5
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
6
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
7
-LDFLAGS = @LDFLAGS@
8
+LDFLAGS = @LDFLAGS@ -liconv
9
 LEX = @LEX@
10
 LEXLIB = @LEXLIB@
11
 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@

Return to bug 113675