Subject: pkg/17988: Turn DEPENDS into BUILD_DEPENDS in devel/apr-devel
To: None <gnats-bugs@gnats.netbsd.org>
From: Julio Merino <jmmv@hispabsd.org>
List: netbsd-bugs
Date: 08/19/2002 15:28:53
>Number:         17988
>Category:       pkg
>Synopsis:       Turn DEPENDS into BUILD_DEPENDS in devel/apr-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 19 06:27:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Julio Merino
>Release:        NetBSD 1.6F
>Organization:
HispaBSD
>Environment:
	
	
System: NetBSD darkstar.local 1.6F NetBSD 1.6F (DARKSTAR) #7: Mon Aug 19 13:46:31 CEST 2002 jmmv@darkstar.local:/var/build/kernel/DARKSTAR i386
Architecture: i386
Machine: i386
>Description:
	apr-devel DEPENDS on autoconf and libtool. It should only BUILD_DEPEND,
	so you can deinstall autoconf-devel after a successful install of
	apr-devel (the same rationale for libtool).
>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/devel/apr-devel/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	2002/08/03 15:49:22	1.3
+++ Makefile	2002/08/19 13:23:40
@@ -10,8 +10,8 @@
 HOMEPAGE=	http://apr.apache.org/
 COMMENT=	Apache Portable Run-time, a system portability layer
 
-DEPENDS=	autoconf>=2.50:../../devel/autoconf-devel
-DEPENDS+=	libtool-base-[0-9]*:../../devel/libtool
+BUILD_DEPENDS=	autoconf>=2.50:../../devel/autoconf-devel
+BUILD_DEPENDS+=	libtool-base>=1.4:../../devel/libtool-base
 
 GNU_CONFIGURE=	yes
 WRKSRC=		${WRKDIR}
>Release-Note:
>Audit-Trail:
>Unformatted: