| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: Dima Dorfman <dima@trit.org>
Notes:
svn path=/head/; revision=48800
|
|
|
|
|
|
|
| |
Submitted by: obrien
Notes:
svn path=/head/; revision=46647
|
|
|
|
| |
Notes:
svn path=/head/; revision=45011
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 Now use our own dictd.conf
Approved by: MAINTAINER
Notes:
svn path=/head/; revision=37811
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=37688
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: clive
Notes:
svn path=/head/; revision=37659
|
|
Notes:
svn path=/head/; revision=37574
|