<SiFuh>
Romster: seems scrot doesn't rely on giblib. Also giblib won't compile *** The imlib2-config script installed by imlib2 could not be found.
<Romster>
i read
<SiFuh>
Since nothing relies on it anymore, could just purge giblib altogether
<SiFuh>
Romster: Well kind of, I was talking to jaeger about feh -> giblib -> scm-imlib2. This is scrot -> giblib -> scm-imlib2 :-P
_moth_ has quit [Ping timeout: 240 seconds]
<ocb>
rewriting some ports, is it ok if gnupg is a dependency to have additional verification
<ocb>
but is actually not a dependency for running
<Romster>
prt-get dependent gnupg --all
<Romster>
yes
<Romster>
well not for running? only at build checking?
<Romster>
i dunno
<ocb>
yes, only at build time, afterwards is not needed.
<SiFuh>
ocb: Does it need to be checked? If not, you could do a test to see if it is installed and run the check and if it doesn't then continue without the check.
<SiFuh>
A lot of my SDR ports have built in checks or need another program to install to do the checks. But since I build everything from a core based system. I usually only do the test for myself and then not bother with the tests when I package it.
<XXX1232>
how to change ports path?
<SiFuh>
XXX1232: /etc/prt-get.conf
<SiFuh>
For distfiles, packages and work directory /etc/pkgmk.conf
<XXX1232>
SiFuh: I want something "ports -u" updated ports in the my path
<SiFuh>
Yes /etc/prt-get.conf
<XXX1232>
prtdir /usr/ports/core
<XXX1232>
prtdir /usr/ports/opt
<XXX1232>
prtdir /usr/ports/xorg
<XXX1232>
YTY
<XXX1232>
SiFuh: ?
<SiFuh>
Yes, but you will also need to edit the ROOT_DIR on the /etc/ports/*.httpup and /etc/ports/*.rsync files
<SiFuh>
Would it not just be easier to bind the folder you want it to /usr/ports or if an external drive like me, mount it on /usr/ports
<XXX1232>
SiFuh: Yes, that's right) mount --bind Thank you !!
<SiFuh>
mount --bind /some/location /usr/ports
<SiFuh>
It might be the other way around actually
<SiFuh>
Okay, I just did a test. I was correct the first time.
<ocb>
thanks SiFuh. i'd rather check it, its safer.
<ocb>
just freshly built gnupg on crux but and tried to 'gpg --batch --keyserver keyserver.ubuntu.com --recv-keys' but reports dirmngr is missing. anyone aware of this?
<ocb>
it appears one system with gnupg 2.2.27-1 has dirmngr, but another system is missing dirmngr gnupg 2.3.3-1 but both seem to have manuals for dirmngr