ports/124199: [PATCH] net/rsync: require perl to build

Rong-En Fan rafan at FreeBSD.org
Mon Jun 2 03:20:01 UTC 2008


>Number:         124199
>Category:       ports
>Synopsis:       [PATCH] net/rsync: require perl to build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 02 03:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
rsync requires perl to build in all cases:

===>  Building for rsync-3.0.2_1
perl ./mkproto.pl ./*.c ./lib/compat.c


Port maintainer (ehaupt at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- rsync-3.0.2_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/rsync/Makefile /home/rafan/work/FreeBSD/ports/net/rsync/Makefile
--- /usr/ports/net/rsync/Makefile	2008-06-01 04:06:41.000000000 +0800
+++ /home/rafan/work/FreeBSD/ports/net/rsync/Makefile	2008-06-02 11:01:03.000000000 +0800
@@ -29,6 +29,7 @@
 CONFIGURE_ARGS=	--disable-debug --enable-ipv6 \
 		--with-rsyncd-conf=${PREFIX}/etc/rsyncd.conf
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_PERL5_BUILD=yes
 
 .if !defined(NOPORTDOCS)
 PORTDOCS=	NEWS README csprotocol.txt tech_report.tex
@@ -61,13 +62,11 @@
 .endif
 
 .if defined(WITH_FLAGS)
-USE_PERL5_BUILD=yes
 PATCH_STRIP=	-p1
 EXTRA_PATCHES+=	${WRKSRC}/patches/fileflags.diff
 .endif
 
 .if defined(WITH_ACL)
-USE_PERL5_BUILD=yes
 PATCH_STRIP=	-p1
 EXTRA_PATCHES+=	${WRKSRC}/patches/acls.diff
 .endif
--- rsync-3.0.2_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list