Subject: pkg/18305: net/unison has malformed BUILD_DEPENDS line
To: None <gnats-bugs@gnats.netbsd.org>
From: None <richards+netbsd@CS.Princeton.EDU>
List: netbsd-bugs
Date: 09/16/2002 10:29:38
>Number: 18305
>Category: pkg
>Synopsis: net/unison has malformed BUILD_DEPENDS line
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Sep 16 07:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Christopher Richards
>Release: NetBSD 1.6
>Organization:
>Environment:
System: NetBSD zembla.CS.Princeton.EDU 1.6 NetBSD 1.6 (GENERIC_LAPTOP) #0: Sun Sep 8 19:55:58 UTC 2002 autobuild@tgm.daemon.org:/autobuild/i386/OBJ/autobuild/src/sys/arch/i386/compile/GENERIC_LAPTOP i386
Architecture: i386
Machine: i386
>Description:
A malformed BUILD_DEPENDS in net/unison causes unconditional
attempts to install shells/bash2, even if the latter is already
installed.
>How-To-Repeat:
cd /usr/pkgsrc/net/unison; make install
>Fix:
Patch follows.
--- pkgsrc/net/unison/Makefile.orig Sun Sep 1 10:33:46 2002
+++ pkgsrc/net/unison/Makefile Mon Sep 16 10:19:54 2002
@@ -11,7 +11,7 @@
COMMENT= file-synchronization tool
BUILD_DEPENDS= ocaml>=3.00:../../lang/ocaml
-BUILD_DEPENDS+= ../../shells/bash2
+BUILD_DEPENDS+= bash>=2.05:../../shells/bash2
DIST_SUBDIR= ${PKGNAME}
>Release-Note:
>Audit-Trail:
>Unformatted: