Download raw body.
[NEW] comms/direwolf
On 2024/10/22 21:57, Bryan Vyhmeister wrote:
> On Tue, Oct 22, 2024 at 01:41:52PM -0700, Bryan Vyhmeister wrote:
> > I came across a half-finished and out-of-date attempt at direwolf in
> > openbsd-wip on github from five years ago. I updated the port and it is
> > building fine now. Is anyone able to test some of the features of
> > direwolf and see if this works correctly? I don't have any hardware to
> > test this out.
>
> I made some updates and fixes to the port but a few things remain. If I
> run 'portcheck -N' I get the error that:
>
> manual pages should go under ${PREFIX}/man/ rather than under
> ${PREFIX}/share/man/
>
> I have tried several different ways of fixing that and it stil appears.
> THe latest I tried was adding INSTALL_MAN_DIR to FAKE_FLAGS as you can
remove FAKE_FLAGS (you don't need DESTDIR either) and fix the path in
CMakeLists.txt. cmake doesn't allow overrides unless cmakelists is setup
to permit it.
drop the trailing . in COMMENT too.
why does it have @tag update-desktop-database and desktop-file-utils
dep?
> see in the Makefile. I think I have the WANTLIB corrected. There is also
> a shell script that's designed to use bash so I added bash as a
> RUN_DEPENDS but I'm not sure if that's correct or necessary.
>
> Attached is a new version of the port.
>
> Bryan
>
[NEW] comms/direwolf