ports/61577: fix tmpwatch depends

Sergey Akifyev asa at gascom.ru
Mon Jan 19 12:10:21 UTC 2004


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



More information about the freebsd-ports-bugs mailing list