Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2008 11:02:09 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ehaupt@FreeBSD.org
Subject:   ports/124199: [PATCH] net/rsync: require perl to build
Message-ID:  <200806020302.m52329M1015071@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200806020320.m523K1RM025587@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806020302.m52329M1015071>