Commits
- Commit:
bb5b19e3e76cd78d622d174e0a2a718869a2c8fd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
ensure that we always install static binaries to gotweb's chroot
Compile static libexec binaries for gotweb, keeping them separate from
the main build. Use the same source files but a separate set of Makefiles.
Previously, 'make web-install' installed whichever libexec binaries had
already been built, and if those happened to be dynamically linked they
failed to run inside the chroot which resulted in "privsep peer process
closed pipe" being rendered on the index page.
- Commit:
43d8c06e246c7e73277ba8935ca9e9b10735e9ad
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
link just gotweb with kcgi, not the libexec helpers
- Commit:
f29724ddb21338a19111c7599f4b9615eb74ab1f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
create dir for public repos during 'make web-install'; avoids an unveil error
- Commit:
add40c4fa581b1c31e3fa63c45dde97138b56583
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
remove examples file
- Commit:
54415d85f1bbe99a1740cbad8ec7727c205c913b
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
kn@ and stsp@ suggested changes
- Commit:
119bf4ed2468c843d715e157d9e233282253f16d
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
blame css
- Commit:
ec46ccd7d7f1b541c5409aef045c57985fdecfe8
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
save blame work
- Commit:
4ceb8155ccb971807ae8c7e32ed1357ac23685a2
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
create full logs page
- Commit:
9d84e7dd9e16bfa028f8607ebeae226c7ea4c0ed
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
start shortlog page and fix for actual single line
- Commit:
46b9c89b72ffed3b1d8afaf5b211412c3d2fc6af
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
pledge early. apply_unveil before repo functions.
no more functions in the template area other than simple html items
- Commit:
387a29ba0be6aa0e59ef9a8f3f18564079b6aa88
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
convert for different time formats
- Commit:
2c251c14c84a96ddb3a968cd30fd889ba363f805
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
Initial gotweb branch import
- Commit:
a62c5b798e37fb267b9e802387bf75d68e254457
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
more portable string comparison in Makefile.inc; patch by Edgar Pettijohn
- Commit:
de5fe1c2ee87a0f3ce48805f11426c38f86883db
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
compile static binaries in PROFILE build
- Commit:
1898815031048b5ecb7d11ec849101d030d21d9d
- From:
- Sebastien Marie <semarie@openbsd.org>
- Via:
- Stefan Sperling <stsp@stsp.name>
- Date:
define BINDIR using PREFIX instead of HOME
- Commit:
e90bef50467e4ba7dbdf2838e738f2652f25d0ee
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix MANDIR during regular 'make install'; the port will have to override it
- Commit:
e1e1d0ac9ce561a47e3e118441c2ffea9ea47859
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix man page directory setting in Makefile release mode
- Commit:
53ccebc212c162c70f666f060b461d9dccdca647
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add 'make release' target; programs now have a version number
- Commit:
d4e1ff4fd2ac79e0a03f75cdc784d71e0543b3c1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix compiler invocation with 'make PROFILE=1'
- Commit:
f4081577c6c649149ef61572d31b82167e5ad33b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a Makefile.inc knob which enables cache debug output
- Commit:
079b2f6564ee7fbd71071aedde0c3c317b985d46
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a Makefile hierarchy which builds the whole show