Re: Insights from successful, yet painful, install attempt.

John Klos <[email protected]> Tue, 12 Oct 2021 00:56:57 +0000 (UTC)
Newsgroups gmane.os.netbsd.ports.amiga
Message-ID <[email protected]>
> Should indeed. But no dice. I do not know the reason.
>
> amiga# pkgin se i3
> No results found for i3
> amiga# pkgin se icewm
> No results found for icewm
>
> Not sure what's going on. As per repositories.conf help, all repos are
> used and the repos listed first have priority in the event of dups.

Hmmm...

ftp "http://pkg.zia.io/pub/pkgsrc/packages/NetBSD/m68k/9.0_2021Q3/All/pkg_summary.bz2" 
cat pkg_summary.bz2  | bunzip2 | grep i3
PKGNAME=i3-4.19.2nb1
HOMEPAGE=https://i3wm.org/
PKGPATH=wm/i3
FILE_NAME=i3-4.19.2nb1.tgz
...

Likewise:

cat pkg_summary.bz2 | bunzip2 | grep icewm
CONFLICTS=icewm-gnome-[0-9]*
CONFLICTS=icewm-imlib-[0-9]*
PKGNAME=icewm-1.2.38pre2nb2
PKGPATH=wm/icewm
FILE_NAME=icewm-1.2.38pre2nb2.tgz

I'm not that familiar with pkgin. This'd be better asked about on the 
pkgsrc lists.

John