Subject: pkg/11864: missing depend in pkgsrc/net/wget - autoconf
To: None <gnats-bugs@gnats.netbsd.org>
From: Tomasz Luchowski <zuntum@eik.pl>
List: netbsd-bugs
Date: 01/01/2001 05:27:16
>Number:         11864
>Category:       pkg
>Synopsis:       missing depend in pkgsrc/net/wget - autoconf
>Confidential:   yes
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 01 05:27:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     zuntum
>Release:        1.5.1_ALPHA with current pkgsrc
>Organization:
/* [zuntum] zuntum@eik.pl , [WWW] http://zuntum.eik.pl */
>Environment:
	
System: NetBSD flis 1.5.1_ALPHA NetBSD 1.5.1_ALPHA (FLIS) #1: Wed Nov 22 07:25:41 CET 2000 zuntum@flis:/usr/src/sys/arch/i386/compile/FLIS i386
Architecture: i386
Machine: i386
>Description:
	pkgsrc/net/wget depends on autoconf, but it's not listed in BUILD_DEPENDS
	
>How-To-Repeat:
	cd /usr/pkgsrc/net/wget && make on system without autoconf
	
>Fix:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/wget/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile    2000/12/25 04:42:04     1.24
+++ Makefile    2001/01/01 13:17:02
@@ -14,6 +14,7 @@
 HOMEPAGE=      http://www.gnu.org/software/wget/wget.html
 
 BUILD_DEPENDS+=        msgfmt:../../devel/gettext
+BUILD_DEPENDS+=	autoconf:../../devel/autoconf
 
 GNU_CONFIGURE= yes
 USE_LIBINTL=   yes	
	
	
>Release-Note:
>Audit-Trail:
>Unformatted: