2007-09-08 03:44:52 by Johnny C. Lam | Files touched by this commit (4) |
Log message:
* Use Makefile.boot instead of Makefile so that we don't need BSD make
to build bozohttpd.
* Use a custom do-install target to install the binary and the manpage.
* Replace the pre-build target with a subst framework class.
Bump the PKGREVISION to 1 now that we no longer build or install the
catman page.
|
2007-09-08 01:02:00 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
auth-bozo.c cheats and assumes that libcrypto.so is linked against
libcrypt.so and so just include <unistd.h> is enough to use crypt().
This doesn't work when the assumption fails. Since we always build
with SSL support in pkgsrc, just use the DES_crypt() from the OpenSSL
libraries.
|
2007-09-08 00:12:28 by Johnny C. Lam | Files touched by this commit (52) |
Log message:
Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.
Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files. Replace:
BUILD_DEFS+= USE_INET6
with
BUILD_DEFS+= IPV6_READY
and teach the README-generation tools to look for that instead.
This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
|
2007-05-24 16:00:38 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Honor PKGMANDIR.
|
2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412) |
Log message:
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
|
2006-06-10 22:00:56 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Set permission and ownership of man pages correctly.
|
2006-06-10 21:56:35 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Honor *OWN, *GRP, and *MODE.
|
2006-05-18 04:48:53 by Rui Paulo | Files touched by this commit (2) |
Log message:
Update for bozohttpd version 20060517 released just five minutes ago.
(hi phone! :-)
changes since bozohttpd 20050410:
o make directory indexing mode not look so ugly
o build a text version of the manual page
o make "make clean" work properly
|
2005-12-13 19:55:03 by Christoph Badura | Files touched by this commit (1) |
Log message:
Fix previous by implementing the other half of the changes that I forgot
about yesterday in the hurry between busses.
|
2005-12-12 22:38:55 by Christoph Badura | Files touched by this commit (1) |
Log message:
I'm told that, 40 years after its introduction, variable scopes are
still considered suspect and COMMON blocks are the wave of the future.
Also, apparently we don't want underscores in constant identifiers, but
minus signs are fine. I.e. do_htpasswd -> bozohttpd-do-htpasswd.
|