summaryrefslogtreecommitdiff
path: root/net/dictd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The regexp used to change T_USER to T_USERNAME only works if theDima Dorfman2002-04-121-1/+1
| | | | | | | | | | | | | | | | | symbol is preceded by whitespace. However, on line 64 of servscan.l, the symbol is preceded by a parenthesis, so it is left alone. On i386, T_USER is defined, so the build proceeds, but there may still be adverse side effects due to that routine returning the wrong thing in some cases. The bandaid is to fix the regexp to catch the case where T_USER is used after a parenthesis--this is what's being committed. The real fix is either to make the author use T_USERNAME for us, or, preferably, don't define T_USER when sys/param.h is included since T_USER is in the application namespace. Approved by: maintainer timeout Notes: svn path=/head/; revision=57598
* typo, delvis -> devilsYing-Chieh Liao2001-10-151-1/+1
| | | | | | | Submitted by: Dima Dorfman <dima@trit.org> Notes: svn path=/head/; revision=48800
* use system zlibYing-Chieh Liao2001-08-223-12/+12
| | | | | | | Submitted by: obrien Notes: svn path=/head/; revision=46647
* ${PREFIX}/share/${PORTNAME} --> ${DATADIR}Maxim Sobolev2001-07-101-2/+2
| | | | Notes: svn path=/head/; revision=45011
* o Swap dependency. Now dictd-database needs dictzip to be built. One of itsClive Lin2001-05-072-3/+4
| | | | | | | | | | | | | | | | | dictionary file isn't shipped with .dz format. o Add a short message in dictd's pkg-message: "Don't forget to install ports/net/dictd-database. After that, you could run your own dictd server without pain." o Bump PORTREVISION of both ports. (It would heart your brain and waste you time to dig the reason why dictd refused to start properly in the previous revision.) Reviewed by: dictd -t review Notes: svn path=/head/; revision=42370
* o Follows dictionary files addition of dictd-database portClive Lin2001-01-302-5/+27
| | | | | | | | | o Now use our own dictd.conf Approved by: MAINTAINER Notes: svn path=/head/; revision=37811
* o Fix pkg-comment, this port only contains dict serverClive Lin2001-01-285-12/+19
| | | | | | | | | | | | | o Fix pkg-message, dict client is right at textproc/dict o Add missing pkg-plist entry o Really destroy T_USER conflicts. *SIGH* o Fix dictd.sh startup script. Dictd itself won't generate any pid file. Thus I use my own trick. pkg-* reported by: "Donald J . Maddox" <dmaddox@sc.rr.com> Notes: svn path=/head/; revision=37699
* Arrrg ! I forgot to commit these 2 files.Clive Lin2001-01-282-1/+9
| | | | Notes: svn path=/head/; revision=37688
* o Properly use wait3(2)Clive Lin2001-01-284-1/+35
| | | | | | | | | | | | | o Portlint o Resolve T_USER conflicts (trap.h in base system) o Properly handle CFLAGS o Add net/dictd-database as RUN_DEPENDS o Bump PORTREVISION Approved by: MAINTAINER Notes: svn path=/head/; revision=37687
* remove redundant substitutionYing-Chieh Liao2001-01-281-1/+0
| | | | | | | Submitted by: clive Notes: svn path=/head/; revision=37659
* add dictd, dict protocol (RFC 2229) serverYing-Chieh Liao2001-01-259-0/+219
Notes: svn path=/head/; revision=37574