Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-04 | Add support for BINDIR, fix default MANDIR, use LDADD vars | C. McEnroe | |
I avoided defaulting MANDIR to /usr/local/man because I thought it didn't work on GNU/Linux and users would be confused, but it turns out man-db's default configuration includes both /usr/local/man and /usr/man, so ${PREFIX}/man is a sensical default. | |||
2020-08-06 | Set OPENSSL_BIN to /usr/bin/openssl on FreeBSD 1.1p1 | C. McEnroe | |
2020-07-30 | Remove dependency on libcrypto for compat | C. McEnroe | |
2020-07-30 | Define explicit_bzero using memset_s on macOS | C. McEnroe | |
2020-07-23 | Support --prefix and --mandir in configure script 1.1 | C. McEnroe | |
2020-07-23 | Rewrite configure script for all platforms | C. McEnroe | |
2020-06-11 | Add warning to configure script | C. McEnroe | |
2020-05-23 | Don't compress man page or use configure on FreeBSD | C. McEnroe | |
Also use DESTDIR in install. | |||
2020-02-13 | Add -g for generating certificates | C. McEnroe | |
Copied from pounce. | |||
2020-02-11 | Make sure -D_GNU_SOURCE ends up in CFLAGS on Linux | C. McEnroe | |
2020-02-11 | Use pkg(8) to configure on FreeBSD | C. McEnroe | |
2020-02-06 | Add simple configure script | C. McEnroe | |
Mostly motivated by wanting to build with the ncurses in pkgsrc because it supports italics. |