Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
daemon will do a lookup using getpwnam() to derive the correct uid/gid
of the gopher/gofish user. As such, make the following changes:
(1) Remove GOPHER_{UID,GID}.
(2) Allow GOPHER_{USER,GROUP} to be user-settable.
(3) Correctly substitute for the gopher user, not the uid and gid, in
the example gofish.conf.
(4) Use the subst framework instead of rolling our own code.
Bump the PKGREVISION to 2.
This should allow this package to be built in the bulk builds.
|
|
Patch provided by Sergey Svishchev in private mail.
|
|
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
|
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
CONFIGURE_ARGS.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
Bump PKGREVISION.
|
|
Changes for 1.1
* added Emil Skoldberg's Interix patch
* removed all changes prior to 1.0
* added listen-address
* added .cache processing
* started making html configurable
* gmap2cache now obsolete
|
|
Gopher server that also acts as http server and gopher to http gateway.
|