Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2003 12:41:05 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/49105: change BUILD_DEPENDS to EXTRACT_DEPENDS for sysutils/logrotate 
Message-ID:  <20030311114105.9D422AB8B@backup-mx.droso.dk>

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

>Number:         49105
>Category:       ports
>Synopsis:       change BUILD_DEPENDS to EXTRACT_DEPENDS for sysutils/logrotate
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 11 03:50:02 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.8-RC i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.8-RC FreeBSD 4.8-RC #15: Tue Mar 4 02:07:34 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

rpm2cpio is needed for do-extract, make it a EXTRACT_DEPENDS to fix build

>How-To-Repeat:
	
>Fix:

	

--- logrotate-extract_depends.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/logrotate/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	21 Feb 2003 13:28:46 -0000	1.12
+++ Makefile	11 Mar 2003 11:38:21 -0000
@@ -15,7 +15,7 @@
 MAINTAINER=	ycheng@sinica.edu.tw
 COMMENT=	Daemon to rotate, compress, remove and mail system log files
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/rpm2cpio:${PORTSDIR}/archivers/rpm
+EXTRACT_DEPENDS=	${LOCALBASE}/bin/rpm2cpio:${PORTSDIR}/archivers/rpm
 LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
 
 USE_GMAKE=	yes
--- logrotate-extract_depends.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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