ports/124214: UPDATE PORT sysutils/rsnapshot depends on sysutils/p5-Lchown
Jeffrey Goldberg
jeffrey at goldmark.org
Mon Jun 2 16:40:03 UTC 2008
>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 at 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:
More information about the freebsd-ports-bugs
mailing list