summaryrefslogtreecommitdiffstats
path: root/www/web500gw/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Point dependencies on net/openldap to net/openldap12edwin2003-02-241-1/+1
|
* De-pkg-comment.knu2003-02-211-0/+1
|
* Some spaces -> tabs for ports/www.olgeni2001-02-051-1/+1
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Remove inappropriate categories. See Porter's Handbook.will2000-06-021-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* fix: web500gw can't always parse dates (Y2K)mharo2000-04-011-0/+3
| | | | | PR: 16736 Submitted by: maintainer
* 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-211-8/+8
| | | | | | | <karl.dietz@triplan.com>. PR: ports/12999, ports/13654 Submitted by: Karl Dietz <karl.dietz@triplan.com>
* $Id$ -> $FreeBSD$peter1999-08-311-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-241-3/+3
| | | | | PR: 7663 Submitted by: maintainer
* You don't need to use "+=" for a variable only defined once....asami1998-07-311-2/+2
|
* HTTP gateway to LDAP-based directories.nectar1998-07-311-0/+36
PR: ports/7447 Submitted by: Brent J. Nordquist <bjn@visi.com>
OpenPOWER on IntegriCloud