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

(-)Makefile (-1 / +17 lines)
Lines 15-20 Link Here
15
		ftp://ftp.fu-berlin.de/pub/unix/network/%SUBDIR%/ \
15
		ftp://ftp.fu-berlin.de/pub/unix/network/%SUBDIR%/ \
16
		http://www.mirrorservice.org/sites/rsync.samba.org/
16
		http://www.mirrorservice.org/sites/rsync.samba.org/
17
MASTER_SITE_SUBDIR=	rsync
17
MASTER_SITE_SUBDIR=	rsync
18
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
19
DISTFILES+=	${PORTNAME}-patches-${PORTVERSION}${EXTRACT_SUFX}
18
20
19
MAINTAINER=	pav@FreeBSD.org
21
MAINTAINER=	pav@FreeBSD.org
20
COMMENT=	A network file distribution/synchronization utility
22
COMMENT=	A network file distribution/synchronization utility
Lines 35-44 Link Here
35
MAN5=		rsyncd.conf.5
37
MAN5=		rsyncd.conf.5
36
38
37
OPTIONS=	POPT_PORT "Use popt from devel/popt instead of bundled one" off \
39
OPTIONS=	POPT_PORT "Use popt from devel/popt instead of bundled one" off \
38
		SSH "Use SSH instead of RSH" on
40
		SSH       "Use SSH instead of RSH" on \
41
		FLAGS     "File system flags support patch, adds --fileflags" off \
42
		ACL       "ACL support patch, adds --acls" off
39
43
40
.include <bsd.port.pre.mk>
44
.include <bsd.port.pre.mk>
41
45
46
.if defined(WITH_FLAGS)
47
USE_PERL5_BUILD=yes
48
PATCH_STRIP=	-p1
49
EXTRA_PATCHES+=	${WRKSRC}/patches/fileflags.diff
50
.endif
51
52
.if defined(WITH_ACL)
53
USE_PERL5_BUILD=yes
54
PATCH_STRIP=	-p1
55
EXTRA_PATCHES+=	${WRKSRC}/patches/acls.diff
56
.endif
57
42
.if defined(WITH_POPT_PORT)
58
.if defined(WITH_POPT_PORT)
43
LIB_DEPENDS+=	popt.0:${PORTSDIR}/devel/popt
59
LIB_DEPENDS+=	popt.0:${PORTSDIR}/devel/popt
44
CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
60
CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
(-)distinfo (+3 lines)
Lines 1-3 Link Here
1
MD5 (rsync-3.0.0.tar.gz) = 2122d460b4119749c6e5993938a9b501
1
MD5 (rsync-3.0.0.tar.gz) = 2122d460b4119749c6e5993938a9b501
2
SHA256 (rsync-3.0.0.tar.gz) = 17697db5bb9de399b71f7927070f60b3554b70b0ecc0419b50455d56560ea169
2
SHA256 (rsync-3.0.0.tar.gz) = 17697db5bb9de399b71f7927070f60b3554b70b0ecc0419b50455d56560ea169
3
SIZE (rsync-3.0.0.tar.gz) = 757821
3
SIZE (rsync-3.0.0.tar.gz) = 757821
4
MD5 (rsync-patches-3.0.0.tar.gz) = 2d3560f213ae59ebee67f81fc55a02a7
5
SHA256 (rsync-patches-3.0.0.tar.gz) = 936eb1b21fe3c1082d691cc69139e79ade8c98ff93859f52449ade12e53f07f6
6
SIZE (rsync-patches-3.0.0.tar.gz) = 130581

Return to bug 121444