summaryrefslogtreecommitdiff
path: root/www/web500gw (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update 2.1b2 -> 2.1b3 and unbreak. Point MAINTAINER to Karl DietzJacques Vidrine1999-09-214-38/+65
| | | | | | | | | | <karl.dietz@triplan.com>. PR: ports/12999, ports/13654 Submitted by: Karl Dietz <karl.dietz@triplan.com> Notes: svn path=/head/; revision=21866
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21146
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-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 Notes: svn path=/head/; revision=19804
* Yet more WWW: fun.Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18419
* Build broken for a.out too.Satoshi Asami1998-10-261-2/+2
| | | | Notes: svn path=/head/; revision=14183
* Mark BROKEN for ELF:Justin M. Seger1998-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 Notes: svn path=/head/; revision=14016
* Allow this to run standalone or from inetd.Steve Price1998-08-244-6/+15
| | | | | | | | PR: 7663 Submitted by: maintainer Notes: svn path=/head/; revision=12779
* Wwwaste the manpages.Tim Vanderhoek1998-08-191-1/+0
| | | | Notes: svn path=/head/; revision=12659
* You don't need to use "+=" for a variable only defined once....Satoshi Asami1998-07-311-2/+2
| | | | Notes: svn path=/head/; revision=12237
* HTTP gateway to LDAP-based directories.Jacques Vidrine1998-07-316-0/+174
PR: ports/7447 Submitted by: Brent J. Nordquist <bjn@visi.com> Notes: svn path=/head/; revision=12228