summaryrefslogtreecommitdiff
path: root/net/rwhoisd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_2'.release/4.6.2cvs2svn2002-08-109-209/+0
| | | | | Notes: svn path=/head/; revision=64310 svn path=/tags/RELEASE_4_6_2/; revision=64312; tag=release/4.6.2
* Upgrade to 1.5.7.3.Dirk Froemberg2001-12-272-2/+2
| | | | | | | | | This fixes a buffer overflow. See PR: ports/33236 Notes: svn path=/head/; revision=52247
* - PORTDOCS policePatrick Li2001-12-241-9/+9
| | | | | | | | - DOCSDIR support to some - Brush out some lint Notes: svn path=/head/; revision=52072
* Update to version 1.5.7.1, which removes the pgp code, usesDoug Barton2001-10-155-25/+2
| | | | | | | | | | autoconf 2.5.2d to hopefully prevent segfaults on FreeBSD, and changes the samples and documentation slightly. Submitted by: Jeff Chan <rwhois@jeffchan.com> (the author) Notes: svn path=/head/; revision=48823
* Fix pkg-plist.Kevin Lo2000-12-021-0/+1
| | | | | | | | PR: 23229 Submitted by: Ports Fury Notes: svn path=/head/; revision=35609
* Update to version 1.5.7Kevin Lo2000-11-2812-332/+140
| | | | | | | | PR: 23136 Submitted by: Ports Fury Notes: svn path=/head/; revision=35492
* Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.Will Andrews2000-10-231-1/+1
| | | | Notes: svn path=/head/; revision=34154
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-8/+24
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-4/+4
| | | | Notes: svn path=/head/; revision=27423
* Simplify shlib version generation by using PLIST_SUB.Satoshi Asami2000-03-012-9/+4
| | | | Notes: svn path=/head/; revision=26472
* bentoize the PLIST creation for people with libc.4Bill Fumerola2000-03-011-1/+5
| | | | Notes: svn path=/head/; revision=26465
* PLIST fixes.Jeremy Lea2000-02-272-2/+11
| | | | | | | Found by: bento Notes: svn path=/head/; revision=26346
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-9/+9
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* use ${PREFIX} and only require tcp_wrappers if it isn't part of theMichael Haro1999-06-261-2/+4
| | | | | | | base system. Notes: svn path=/head/; revision=19814
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Unbreak.Justin M. Seger1998-10-162-3/+11
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=14048
* Mark BROKEN for ELF.Justin M. Seger1998-10-141-1/+3
| | | | | | | | | | cc -c -O -pipe -I.. -DRWHOIS_SERVER_VERSION=\"1.0B9.2\" -DAUTHORIZATION_ON -DHAVE_CONFIG_H misc.c misc.c: In function `run_program': misc.c:383: function `__error' is initialized like a variable *** Error code 1 Notes: svn path=/head/; revision=13974
* tcp_wrapper is now converted to ELF. While I'm here, fix smail Makefile:Satoshi Asami1998-09-171-2/+2
| | | | | | | | libwrap is a shared library so it should be LIB_DEPENDS, and delete some spaces and tab-only lines. Notes: svn path=/head/; revision=13204
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-2/+0
| | | | Notes: svn path=/head/; revision=12624
* Fix libc shlib version.Satoshi Asami1998-06-061-1/+1
| | | | Notes: svn path=/head/; revision=11302
* Change shlib version number to follow tcp_wrapper port upgrade. AddSatoshi Asami1997-07-081-2/+2
| | | | | | | newline at end of file. Notes: svn path=/head/; revision=7238
* Remove ${PREFIX}/lib/rwhois/dev/zero character device from install and PLIST.James FitzGibbon1997-06-052-11/+2
| | | | | | | | This now packages correctly. Pointed-out-by: asami@freebsd.org Notes: svn path=/head/; revision=6774
* Variable reordization (LIB_DEPENDS before misc. variables).Satoshi Asami1997-06-031-4/+3
| | | | Notes: svn path=/head/; revision=6682
* Import of the InterNIC's referral whois server and clientJames FitzGibbon1997-05-3010-0/+399
Notes: svn path=/head/; revision=6647