Unbreak and update unicon to 13.3beta1 from espie
It tests okay on amd64, hopefully on other platforms as well.
The iconc compiler is back with a vengeance. It got type inference since
last time, so it can probably rival with compiled languages in at least some
cases.
There are a few tests that don't pass, and the example programs
aren't packaged, and I've just stubbed out the mixer controls for now,
but this is in much better shape than the previous BROKEN version.
www/librewolf: update to 152.0.6-1
www/mozilla-firefox/files/policies.json has some changes that may
be relevant for LibreWolf but I don't have time to look at that.
Can be done later.
MAINTAINER indicated not working on this port for now
Identical diff from yaydn, thanks
OK landry@
Repair last steps of portimport(1) ran from mystuff/
Obviously we can't update the freshly imported directory directly from
mystuff/, it has to be done from the real target directory. So trim
mystuff/ from the path before cd'ing there. This fixes the error below:
cvs server: failed to create lock directory for `/cvs' (/cvs/#cvs.lock): Permission denied
cvs server: failed to obtain dir lock in repository `/cvs'
cvs [server aborted]: read lock failed - giving up
While here revert rev 1.8 which didn't fix the underlying issue.
ok tb@