Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile improvements | Hiltjo Posthuma | 2019-12-01 | 1 | -30/+0 |
| | | | | | | | - remove double -c in .c.o target. - remove config.mk abstraction. - change LIBS and INCS to LIBGIT_INC and LIBGIT_LIB. - use system cflags and ldflags, but allow the same override rules for porters. | ||||
* | Makefile: add DOCPREFIX for installing docs in ports | Hiltjo Posthuma | 2019-02-16 | 1 | -0/+1 |
| | | | | change installed doc from /usr/local/share/stagit to /usr/local/share/doc/stagit | ||||
* | assume OpenBSD 5.9+, always try pledge(2) on OpenBSD | Hiltjo Posthuma | 2018-05-25 | 1 | -3/+0 |
| | |||||
* | Remove a non-portable syntax in Makefile | Quentin Rameau | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | config.mk: remove -lc | Hiltjo Posthuma | 2016-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | Thanks quinq! POSIX/quinq says: "In the absence of options that inhibit invocation of the link editor, such as -c or -E, the c99 utility shall cause the equivalent of a -l c option to be passed to the link editor after the last pathname operand or -l option, causing it to be searched after all other object files and libraries are loaded." | ||||
* | add OpenBSD pledge(2) support using -DUSE_PLEDGE | Hiltjo Posthuma | 2016-05-03 | 1 | -3/+7 |
| | |||||
* | Makefile: separate CPPFLAGS, compile optimized build by default | Hiltjo Posthuma | 2016-03-20 | 1 | -8/+6 |
| | |||||
* | config.mk: add -D_DEFAULT_SOURCE to commented builds | Hiltjo Posthuma | 2016-02-24 | 1 | -2/+2 |
| | |||||
* | stop glibc complaining about _BSD_SOURCE being deprecated | Quentin Rameau | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | No need for -D_POSIX_C_SOURCE=200809L | sin | 2016-01-06 | 1 | -3/+3 |
| | | | | XOPEN is a superset. | ||||
* | Always use the compat functions | sin | 2016-01-06 | 1 | -5/+0 |
| | |||||
* | Bring in reallocarray() from OpenBSD | sin | 2016-01-06 | 1 | -2/+2 |
| | |||||
* | Change default MANPREFIX to be ${PREFIX}/man | sin | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | rename EXTRAOBJ to COMPATOBJ | Hiltjo Posthuma | 2015-12-26 | 1 | -1/+1 |
| | |||||
* | compat: add strlcpy, strlcat, for glibc | Hiltjo Posthuma | 2015-12-25 | 1 | -0/+5 |
| | |||||
* | add Makefile and config.mk | Hiltjo Posthuma | 2015-12-05 | 1 | -0/+30 |