Subject: pkg/17669: buildlink of devel/pth-syscall has wrong dependancy
To: None <gnats-bugs@gnats.netbsd.org>
From: Julio Merino <jmmv@hispabsd.org>
List: netbsd-bugs
Date: 07/21/2002 21:45:56
>Number:         17669
>Category:       pkg
>Synopsis:       buildlink of devel/pth-syscall has wrong dependancy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jul 21 12:45:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Julio Merino
>Release:        NetBSD 1.6D
>Organization:
HispaBSD
>Environment:
	
	
System: NetBSD darkstar.local 1.6D NetBSD 1.6D (DARKSTAR) #2: Wed Jul 17 19:45:32 CEST 2002 jmmv@darkstar.local:/var/build/kernel/DARKSTAR i386
Architecture: i386
Machine: i386
>Description:
	The buildlink.mk file of devel/pth-syscall links against
	pth-syscall-1.4.1, while it should use pth-syscall-1.4.1nb1. This is
	a fatal error when *updating* a system because the new version uses
	a subdirectory inside ${LOCALBASE} to install files.
>How-To-Repeat:
	
>Fix:

Index: buildlink.mk
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/devel/pth-syscall/buildlink.mk,v
retrieving revision 1.2
diff -u -u -r1.2 buildlink.mk
--- buildlink.mk	2002/07/18 11:22:01	1.2
+++ buildlink.mk	2002/07/21 19:41:49
@@ -17,7 +17,7 @@
 
 .include "../../mk/bsd.buildlink.mk"
 
-BUILDLINK_DEPENDS.pth-syscall?=	pth-syscall>=1.4.1
+BUILDLINK_DEPENDS.pth-syscall?=	pth-syscall>=1.4.1nb1
 DEPENDS+=		${BUILDLINK_DEPENDS.pth-syscall}:../../devel/pth-syscall
 
 EVAL_PREFIX+=		PTH_SYSCALL_PREFIX=pth-syscall
>Release-Note:
>Audit-Trail:
>Unformatted: