2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-10-10 14:15:47 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message:
Looks like I forgot to add this file in the previous commit... pointed out
by martti@.
|
2005-10-10 11:53:07 by Julio M. Merino Vidal | Files touched by this commit (2) |
Log message:
Split the Makefile to allow the addition of the upcoming distccmon-{gtk,gnome}
packages. Also create the share/distcc directory which will be used by these
two packages. Bump PKGREVISION to 1.
|
2005-08-23 13:48:52 by Roland Illig | Files touched by this commit (58) |
Log message:
The real user name in PKG_USERS does not need to be escaped with double
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.
|
2005-07-13 17:30:23 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 2.18.3:
BUG FIXES:
* Fix for incorrect handling of -x and -specs from Michal Welnicki.
TESTS:
* Fix false pass in tests for -x and -specs.
|
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-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message:
Add RMD160 digests.
|
2005-02-18 08:50:49 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Before starting distcc, ${DISTCC_PIDDIR} must exist and must have the
correct permissions.
Reported by jtc@ in the tech-pkg mailing list.
|