Date: Mon, 2 Jun 2008 11:31:45 -0500 (CDT) From: Jeffrey Goldberg <jeffrey@goldmark.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: r.vdooren@snow.nl Subject: ports/124214: UPDATE PORT sysutils/rsnapshot depends on sysutils/p5-Lchown Message-ID: <20080602163145.F1A152E002F@n118.ewd.goldmark.org> Resent-Message-ID: <200806021640.m52Ge2Ww023755@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124214 >Category: ports >Synopsis: UPDATE PORT sysutils/rsnapshot depends on sysutils/p5-Lchown >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 02 16:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Jeffrey Goldberg >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD dobby.ewd.goldmark.org 7.0-STABLE FreeBSD 7.0-STABLE #16: Thu May 1 23:29:14 CDT 2008 root@dobby.ewd.goldmark.org:/usr/obj/usr/src/sys/DOBBY i386 >Description: rsnapshot fails to set proper permissions on copied symlinks unless the perl5 module Lchown is installed. >How-To-Repeat: Use rsnapshot to backup a source which includes soft links without having Lchown installed. >Fix: The following patch to sysutils/rsnapshot/Makefile lists sysutils/p5-Lchown in RUN_DEPENDS. The patch also bumps PORTREVISON Note that p5-Lchown was recently added to the ports tree. I submitted that port specifically to fix this problem with rsnapshot. --- Makefile.orig 2008-06-02 11:04:14.000000000 -0500 +++ Makefile 2008-06-02 11:06:05.000000000 -0500 @@ -7,6 +7,7 @@ PORTNAME= rsnapshot PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.rsnapshot.org/downloads/ @@ -14,7 +15,8 @@ COMMENT= Filesystem snapshot utility based on rsync(1) BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync -RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync +RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \ + p5-Lchown:${PORTSDIR}/sysutils/p5-Lchown USE_PERL5= yes GNU_CONFIGURE= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080602163145.F1A152E002F>