On Mon, Jun 04, 2018 at 09:25:36AM +0100, David CARLIER wrote:
> 1/ Finding out the list of packages dependent on openal
> 2/ Putting it on the file to give to dpb
>
> Does not take days :) I did exactly that for the last significant update of
> openal months ago.
> Just to make sure no package is broken because of api made obsolete for
> example ... etc ...
>
Argh, I ran out of space at /usr/local, there is no way I can grow it.
Is there a way I can correctly setup LOCALBASE variable?
mazocomp$ make extract
Fatal: /home/mazocomp/local/lib/X11/app-defaults should exist and be a symlink
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2449
'/home/mazocomp/pobj/minetest-0.4.14/.extract_started': @appdefaults=/home/m...)
*** Error 1 in /usr/ports/games/minetest
(/usr/ports/infrastructure/mk/bsd.port.mk:2383 'extract')
mazocomp$ cat /etc/mk.conf
BULK_COOKIES_DIR=/home/mazocomp/bulk
DISTDIR=/home/mazocomp/distfiles
LOCALBASE=/home/mazocomp/local
PACKAGE_REPOSITORY=/home/mazocomp/packages
PORTSDIR_PATH=${PORTSDIR}:${PORTSDIR}/openbsd-wip:${PORTSDIR}/mystuff
PLIST_REPOSITORY=/home/mazocomp/plist
SUDO=/usr/bin/doas
UPDATE_COOKIES_DIR=/home/mazocomp/update
WRKOBJDIR=/home/mazocomp/pobj
mazocomp$