Hey Jason,

On Tue, Nov 07, 2023 at 09:43:38PM +1100, jasfi...@emailme.net.au wrote:
> I am using the latest OpenBSD 7.4 version along with Hiawatha 10.11
> installed. Unfortunately, I am unable to update the latest version Hiawatha
> 11.4 that found in OpenBSD Ports Readme: port www/hiawatha (openports.pl)
> and ports/www/hiawatha/ (openbsd.org) .
> 
> When I run a package command pkg_add -u hiawatha-10.11 or even pkg_add
> hiawatha-11.4 OpenBSD response in below are:
> Can't find Hiawatha-11.4
> Couldn't install Hiawatha-11.4

https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www/hiawatha/Makefile

In revision 1.68, "PERMIT_PACKAGE = Yes" was removed due to licenses
incompatibilities, meaning that the port is able to build but OpenBSD
isn't able to distribute it. Your only option is building it yourself.

Not baby steps and no screenshots, but

0. Read https://www.openbsd.org/faq/ports/
1. Get the ports tree (https://www.openbsd.org/anoncvs.html for
   guidance)
2. cd /usr/ports/wwww/hiawatha && make install

        Lucas

Reply via email to