Skip site navigation (1)Skip section navigation (2)
Date:      19 Jan 2004 12:02:21 -0000
From:      Sergey Akifyev <asa@gascom.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        markp@FreeBSD.org
Subject:   ports/61577: fix tmpwatch depends
Message-ID:  <20040119120221.47568.qmail@mail.gascom.ru>
Resent-Message-ID: <200401191210.i0JCAGfc040209@freefall.freebsd.org>

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

>Number:         61577
>Category:       ports
>Synopsis:       fix tmpwatch depends
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 19 04:10:15 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Akifyev
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
JSC Gascom
>Environment:
System: FreeBSD mail.gascom.ru 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #5: Mon Oct 6 15:48:47 MSD 2003 asa@boulder.gascom.ru:/usr/src/sys/compile/SMP_STD i386

>Description:
tmpwatch port depends on rpm2cpio on EXTRACT stage,
but dependency is listed for BUILD stage.
As a result port doesn't build.
>How-To-Repeat:
without installed rpm2cpio:
# cd /usr/ports/sysutils/tmpwatch && make
>Fix:
--- tmpwatch.diff begins here ---
diff -ruN tmpwatch.orig/Makefile tmpwatch/Makefile
--- tmpwatch.orig/Makefile	Mon Dec 15 09:28:35 2003
+++ tmpwatch/Makefile	Mon Jan 19 14:36:36 2004
@@ -15,7 +15,7 @@
 MAINTAINER=	markp@FreeBSD.org
 COMMENT=	A utility for removing files based on when they were last accessed
 
-BUILD_DEPENDS=	rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
+EXTRACT_DEPENDS=rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
 
 USE_GETOPT_LONG=yes
 USE_REINPLACE=	yes
--- tmpwatch.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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