| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Add empty enroll program | June McEnroe | 2022-03-02 | 
| | | |||
| * | Use compat_readpassphrase.c on Linux | June McEnroe | 2022-02-12 | 
| | | |||
| * | Support custom pkg-config executable names | Alyssa Ross | 2021-11-22 | 
| | | | | | | | | | | | | When cross-compiling, it's common to have executables prefixed with the name of the architecture you're building for, e.g. aarch64-unknown-linux-musl-cc or x86_64-unknown-freebsd-pkg-config. Lots of build tools support a PKG_CONFIG environment variable to enable this use case. With this change, I was able to successfully cross-compile and run catgirl. | ||
| * | Add support for BINDIR, fix default MANDIR, use LDADD vars | June McEnroe | 2021-05-04 | 
| | | | | | | | | 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. | ||
| * | Set OPENSSL_BIN to /usr/bin/openssl on FreeBSD 1.1p1 | June McEnroe | 2020-08-06 | 
| | | |||
| * | Remove dependency on libcrypto for compat | June McEnroe | 2020-07-30 | 
| | | |||
| * | Define explicit_bzero using memset_s on macOS | June McEnroe | 2020-07-30 | 
| | | |||
| * | Support --prefix and --mandir in configure script 1.1 | June McEnroe | 2020-07-23 | 
| | | |||
| * | Rewrite configure script for all platforms | June McEnroe | 2020-07-23 | 
| | | |||
| * | Add warning to configure script | June McEnroe | 2020-06-11 | 
| | | |||
| * | Don't compress man page or use configure on FreeBSD | June McEnroe | 2020-05-23 | 
| | | | | | Also use DESTDIR in install. | ||
| * | Add -g for generating certificates | June McEnroe | 2020-02-13 | 
| | | | | | Copied from pounce. | ||
| * | Make sure -D_GNU_SOURCE ends up in CFLAGS on Linux | June McEnroe | 2020-02-11 | 
| | | |||
| * | Use pkg(8) to configure on FreeBSD | June McEnroe | 2020-02-11 | 
| | | |||
| * | Add simple configure script | June McEnroe | 2020-02-06 | 
| Mostly motivated by wanting to build with the ncurses in pkgsrc because it supports italics. | |||