Subject: Re: make bin-install
To: None <tech-pkg@NetBSD.ORG>
From: MLH <MLH@goathill.org>
List: tech-pkg
Date: 09/12/2002 02:43:43
On 11 Sep 2002 21:30:00 -0500, Rene Hexel wrote:
> On Thu, 2002-09-12 at 11:28, MLH wrote:
> 
>> in mkconf, I add :
>> BINPKG_SITES= /cdrom/packages/All
> 
>   The correct variable is BINPKG_SITE (not BINPKG_SITES), and the path
> should not contain the "All" subdirectory (it is automatically
> appended).  Therfore
> 
>   BINPKG_SITE=/cdrom/packages
> 
>   should do.

As far as I can tell
>  BINPKG_SITE=/cdrom/packages
 behaves identically to
>> BINPKG_SITES= /cdrom/packages/All
and can't locate the repository either. For example, visual_regexp:
(because it doesn't have much to build)

$ cd /usr/pkgsrc/misc/visual-regexp 
$ make bin-install
Trying ftp://ftp.netbsd.org/pub/NetBSD/packages/1.6/i386/All
pkg_add: no pkg found for 'visual_regexp-3.0.tgz', sorry.
Installing from source
=> Checksum OK for visual_regexp-3.0.tar.gz.
===> Extracting for visual_regexp-3.0
===> Required package tk>=8.3.2: NOT found