1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Dima Dorfman
302878302d The regexp used to change T_USER to T_USERNAME only works if the
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
2002-04-12 02:25:10 +00:00
Ying-Chieh Liao
8b3ba10ac4 typo, delvis -> devils
Submitted by:	Dima Dorfman <dima@trit.org>
2001-10-15 14:20:51 +00:00
Ying-Chieh Liao
0f986ec1ff use system zlib
Submitted by:	obrien
2001-08-22 17:27:22 +00:00
Maxim Sobolev
ec7b561464 ${PREFIX}/share/${PORTNAME} --> ${DATADIR} 2001-07-10 13:54:22 +00:00
Clive Lin
d08e472e76 o Swap dependency. Now dictd-database needs dictzip to be built. One of its
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
2001-05-07 15:21:41 +00:00
Clive Lin
0022fe5508 o Follows dictionary files addition of dictd-database port
o Now use our own dictd.conf

Approved by: MAINTAINER
2001-01-30 19:17:03 +00:00
Clive Lin
f0ad3af744 o Fix pkg-comment, this port only contains dict server
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>
2001-01-28 21:23:04 +00:00
Clive Lin
07f330dba4 Arrrg ! I forgot to commit these 2 files. 2001-01-28 19:16:41 +00:00
Clive Lin
5cc7b46684 o Properly use wait3(2)
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
2001-01-28 19:13:59 +00:00
Ying-Chieh Liao
fd7472567d remove redundant substitution
Submitted by:	clive
2001-01-28 03:06:08 +00:00
Ying-Chieh Liao
3b0834c945 add dictd, dict protocol (RFC 2229) server 2001-01-25 15:55:46 +00:00