aboutsummaryrefslogtreecommitdiffstats
path: root/www/web500gw
Commit message (Collapse)AuthorAgeFilesLines
* Maintainer's e-mail address has changed, and portlint.imura1999-11-261-2/+2
| | | | | PR: 15092 Submitted by: Maintainer
* Update 2.1b2 -> 2.1b3 and unbreak. Point MAINTAINER to Karl Dietznectar1999-09-224-38/+65
| | | | | | | <karl.dietz@triplan.com>. PR: ports/12999, ports/13654 Submitted by: Karl Dietz <karl.dietz@triplan.com>
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Yet more WWW: fun.mharo1999-05-031-1/+1
|
* Build broken for a.out too.asami1998-10-261-2/+2
|
* Mark BROKEN for ELF:jseger1998-10-151-1/+3
| | | | | | | | | | | | | | | gcc -O -pipe -DUSE_SYSCONF -I. -I/usr/local/include -DMODIFY -DWEB500GW_DEBUG -DSUPPORT_OLD_URLS -DWEB500GWDIR=\"/usr/local/etc/web500gw\" -DLDAPVERSION=33 -DLDAP_DEBUG -fpcc-struct-return -fwritable-strings -c gwversion.c gcc -o web500gw web500gw.o read.o search.o modify.o add.o navigation.o util.o web_util.o dir_util.o ldap2html.o messages.o init.o config.o detach.o setproctitle.o gwversion.o -L/usr/local/lib -lldap -llber util.o: In function `find_access': util.o(.text+0x91a): undefined reference to `re_comp' util.o(.text+0x927): undefined reference to `re_exec' util.o: In function `find_language': util.o(.text+0x96a): undefined reference to `re_comp' util.o(.text+0x977): undefined reference to `re_exec' util.o: In function `find_browser': util.o(.text+0xd2e): undefined reference to `re_comp' util.o(.text+0xd3b): undefined reference to `re_exec' *** Error code 1
* Allow this to run standalone or from inetd.steve1998-08-244-6/+15
| | | | | PR: 7663 Submitted by: maintainer
* Wwwaste the manpages.hoek1998-08-201-1/+0
|
* You don't need to use "+=" for a variable only defined once....asami1998-08-011-2/+2
|
* HTTP gateway to LDAP-based directories.nectar1998-08-016-0/+174
PR: ports/7447 Submitted by: Brent J. Nordquist <bjn@visi.com>