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

(-)Makefile (-7 / +3 lines)
Lines 5-18 Link Here
5
# $FreeBSD: ports/palm/synce-rra/Makefile,v 1.2 2004/03/14 06:17:13 ade Exp $
5
# $FreeBSD: ports/palm/synce-rra/Makefile,v 1.2 2004/03/14 06:17:13 ade Exp $
6
6
7
PORTNAME=	synce-rra
7
PORTNAME=	synce-rra
8
PORTVERSION=	0.8.9
8
PORTVERSION=	0.9.0
9
CATEGORIES=	palm
9
CATEGORIES=	palm
10
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
10
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITE_SUBDIR=	synce
11
MASTER_SITE_SUBDIR=	synce
12
12
13
PATCH_SITES=	http://sam.stral.net/freebsd/
14
PATCHFILES=	librra-synce-kde-0.7-freebsd.diff
15
16
MAINTAINER=	boris@brooknet.com.au
13
MAINTAINER=	boris@brooknet.com.au
17
COMMENT=	Remote Replication Agent Connection protocol library
14
COMMENT=	Remote Replication Agent Connection protocol library
18
15
Lines 31-38 Link Here
31
INSTALLS_SHLIB=	yes
28
INSTALLS_SHLIB=	yes
32
29
33
post-patch:
30
post-patch:
34
	@${REINPLACE_CMD} -e 's|stdint.h|sys/types.h|' \
31
	@${REINPLACE_CMD} -e 's|-Werror||g' \
35
		${WRKSRC}/lib/generator.h ${WRKSRC}/lib/recurrence_internal.h \
32
		${WRKSRC}/lib/Makefile.in
36
		${WRKSRC}/lib/rrac.h
37
33
38
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)distinfo (-4 / +2 lines)
Lines 1-4 Link Here
1
MD5 (synce-rra-0.8.9.tar.gz) = f7ff0ee6478e8a7dc424731ccee94313
1
MD5 (synce-rra-0.9.0.tar.gz) = c6e6c29916518359a9c188f455305970
2
SIZE (synce-rra-0.8.9.tar.gz) = 246733
2
SIZE (synce-rra-0.9.0.tar.gz) = 381330
3
MD5 (librra-synce-kde-0.7-freebsd.diff) = f3fc24bd674b348ad939baecd9ec5559
4
SIZE (librra-synce-kde-0.7-freebsd.diff) = 4181

Return to bug 72250