Re: [hackers] [dmenu][patch] config.mk freebsd support

2024-06-04 Thread Страхиња Радић
Дана 24/06/04 10:05PM, Страхиња Радић написа: > The default MANPREFIX on OpenBSD is $(PREFIX)/man[1], in contrast to > GNU/Linux, which has it at $(PREFIX)/share/man. This confused me as > well a bit, at first. In my projects, I also made the commented > OpenBSD-specific MANPREFIX macros. To cl

Re: [hackers] [dmenu][patch] config.mk freebsd support

2024-06-04 Thread Roberto Arturo Gonzalez Godinez
Hola! Thank you for considering this small patch and for your fast reply! > though ${PREFIX}/lib and ${PREFIX}/include > actually depends on user-provided path (PREFIX), > I'm not sure that's what you actually want. That's correct, my mistake. I should of just written /usr/local/ instead. > A

Re: [hackers] [dmenu][patch] config.mk freebsd support

2024-06-04 Thread Страхиња Радић
Дана 24/06/04 08:23AM, Quentin Rameau написа: > Finally, it seems that #MANPREFIX = ${PREFIX}/man > for OpenBSD is wrong, this should be the same > as the default one ($(PREFIX)/share/man). The default MANPREFIX on OpenBSD is $(PREFIX)/man[1], in contrast to GNU/Linux, which has it at $(PREFIX)/s

Re: [hackers] [dmenu][patch] config.mk freebsd support

2024-06-03 Thread Quentin Rameau
Hola o/ > Hi, this is just a small patch to the dmenu's config.mk file for it to > build on FreeBSD. It follows the same "OpenBSD (uncomment)" > configuration style in config.mk. > > Is this of any interest? I have also made these small patches for dwm, > slock and slstatus as well. All of the

[hackers] [dmenu][patch] config.mk freebsd support

2024-06-03 Thread Roberto Arturo Gonzalez Godinez
Hi, this is just a small patch to the dmenu's config.mk file for it to build on FreeBSD. It follows the same "OpenBSD (uncomment)" configuration style in config.mk. Is this of any interest? I have also made these small patches for dwm, slock and slstatus as well. All of these programs are in th