2004-06-28 19:28:58 by David Brownlee | Files touched by this commit (15) |
Log message:
Update to bl3. All test built with jdk or sun-jdk14.
jakarta-tomcat4 has other issues independant of this - will patch next
|
2004-04-24 00:08:00 by Jeremy C. Reed | Files touched by this commit (109) |
Log message:
mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.
This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.
This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)
These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)
I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.
Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
hard-coded etc/rc.d. These need to be fixed.
- maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
|
2004-01-20 13:28:00 by Alistair G. Crooks | Files touched by this commit (46) |
Log message:
Move WRKSRC definition away from the first paragraph in a Makefile.
|
2003-08-04 13:00:32 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Convert to the bsd.pkg.install.mk framework:
- Honour PKG_SYSCONFDIR.
- Use CONF_FILES to install the default configuration file.
- Use RCD_SCRIPTS to handle the startup script.
Bump PKGREVISION to 1.
|
2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-05-12 07:23:29 by James Chacon | Files touched by this commit (1) |
Log message:
Redo pax line so it works (-s option needs to come before the -rw ones apparently)
|
2003-04-16 20:20:30 by James Chacon | Files touched by this commit (1) |
Log message:
Option arguments need to be moved if you move the options around on the
command line also (for the pax line).
|
2003-04-10 03:28:32 by grant beattie | Files touched by this commit (85) |
Log message:
make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
|
2003-03-29 13:43:15 by Julio Merino | Files touched by this commit (795) |
Log message:
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
|
2003-03-28 22:14:42 by Thomas Klausner | Files touched by this commit (93) |
Log message:
NO_PATCH is deprecated, says pkglint. Remove it.
|