View | Details | Raw Unified | Return to bug 66077
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libopendaap
8
PORTNAME=	libopendaap
9
PORTVERSION=	0.1.2
9
PORTVERSION=	0.1.3
10
CATEGORIES=	devel net
10
CATEGORIES=	devel net
11
MASTER_SITES=	http://crazney.net/programs/itunes/files/
11
MASTER_SITES=	http://crazney.net/programs/itunes/files/
12
12
Lines 23-32 Link Here
23
23
24
INSTALLS_SHLIB=	yes
24
INSTALLS_SHLIB=	yes
25
25
26
pre-everything::
27
	@${ECHO_MSG} "This does NOT work with iTunes 4.5"
28
26
post-patch:
29
post-patch:
27
	@${REINPLACE_CMD} -e 's|-DNOT_HAVE_SA_LEN||' \
28
		${WRKSRC}/mDNS/Makefile.am \
29
		${WRKSRC}/mDNS/Makefile.in
30
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
30
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
31
		${WRKSRC}/Makefile.am \
31
		${WRKSRC}/Makefile.am \
32
		${WRKSRC}/Makefile.in
32
		${WRKSRC}/Makefile.in
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libopendaap-0.1.2.tar.bz2) = ee95737731d01e5a089a5674f75b13a1
1
MD5 (libopendaap-0.1.3.tar.bz2) = 72bdf1e6ef9ed0150923bd2f1debf4eb
2
SIZE (libopendaap-0.1.2.tar.bz2) = 320679
2
SIZE (libopendaap-0.1.3.tar.bz2) = 337980

Return to bug 66077