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.
|
2003-03-14 20:38:08 by Johnny C. Lam | Files touched by this commit (45) |
Log message:
(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
worse.
(2) Create a new variable FIX_RPATH that lists variables that should
be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By
default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
additional variables may be appended from package Makefiles.
|
2003-01-28 23:04:37 by Johnny C. Lam | Files touched by this commit (176) |
Log message:
Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
2003-01-19 14:04:53 by grant beattie | Files touched by this commit (3) |
Log message:
use automatic rc script handling.
|
2002-10-09 20:57:11 by Thomas Klausner | Files touched by this commit (1) |
Log message:
buildlink1 -> buildlink2.
|
2002-07-16 00:57:30 by Klaus Heinz | Files touched by this commit (14) |
Log message:
Added $NetBSD$ tag according to mail from Thomas Klausner on tech-pkg. Some
slight formatting changes.
|
2002-06-12 12:55:49 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 0.3.5, provided by the new MAINTAINER, Dawid Szymanski,
in pkg/17226.
Changes since 0.3.4:
* Improved signal handling during update state
* Handle broken mboxes
* Improved dotlock, the -l argument works for instance
Also fix PLIST while I'm here (deinstall script takes care of config file).
|
2002-05-20 16:06:44 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add DRAC support (requested in pkg/16797), use more buildlink files,
and replace bogus MAINTAINER email.
|
2002-05-08 02:22:48 by Hubert Feyrer | Files touched by this commit (1) |
Log message:
forgot another file - emberassing
|
2002-05-08 01:46:02 by Hubert Feyrer | Files touched by this commit (1) |
Log message:
forgot that in last commit
|