2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-05-02 22:34:09 by Jeremy C. Reed | Files touched by this commit (172) |
Log message:
RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
|
2005-04-12 17:11:18 by Todd Vierling | Files touched by this commit (6) |
Log message:
Nuke USE_BUILDLINK3 (some files missed in megacommit).
|
2005-02-23 17:05:31 by Alistair G. Crooks | Files touched by this commit (40) |
Log message:
Add RMD160 digests in addition to SHA1 ones.
|
2004-12-28 03:47:52 by Jeremy C. Reed | Files touched by this commit (156) |
Log message:
The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.
This is from ideas from Greg Woods and others.
Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
|
2004-12-08 15:55:56 by Todd Vierling | Files touched by this commit (2) |
Log message:
Fix build for NetBSD 2.99.x: should cast arg to ctype macros to
"unsigned char" first. (Oddly enough, this was being done just a few lines
prior when using the values as array indexes.)
|
2004-10-12 00:14:52 by Jeremy C. Reed | Files touched by this commit (15) |
Log message:
RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory
under ${PREFIX} instead of being an absolute path.
So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}.
This should have no changes to use before.
Please note that the MESSAGE files in most cases are wrong in the
first place. We have automated mechanisms and could have an automated
message for explaining rc.d script usage. (This is something to do!)
|
2004-08-23 17:18:02 by Todd Vierling | Files touched by this commit (12) |
Log message:
Update fidogate to 4.4.9nb1. Extremely minor changes from 4.4.5, mainly
changes local to the author's system and changes in doc to note better
the newer home on SourceForge.
However, this does contain a quasi-security fix: LOGFILE and
FIDOGATE_LOGFILE could have been used to alter files owned by user/group
"news". This is fixed in 4.4.9nb1, and will also be fixed in 4.4.10 from
the author.
|
2004-04-24 04:05:31 by Todd Vierling | Files touched by this commit (1) |
Log message:
Put rc.d script into RCD_SCRIPTS_EXAMPLEDIR.
|
2004-04-24 03:59:00 by Todd Vierling | Files touched by this commit (1) |
Log message:
tv@pobox.com -> tv@duh.org
|