2004-04-26 01:35:56 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Unused.
|
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-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256) |
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
2004-01-24 04:26:48 by Johnny C. Lam | Files touched by this commit (57) |
Log message:
Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files. In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
|
2004-01-20 13:22:22 by Alistair G. Crooks | Files touched by this commit (86) |
Log message:
Move WRKSRC definition away from the first paragraph in a Makefile.
|
2004-01-05 12:20:18 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
bl3ify
|
2004-01-05 12:05:47 by Johnny C. Lam | Files touched by this commit (58) |
Log message:
Use S/+$// instead of C/\+$// to save a backslash. Very highly
recommended by seb :)
|
2004-01-05 00:34:07 by Johnny C. Lam | Files touched by this commit (58) |
Log message:
Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.
|
2004-01-04 00:06:45 by Johnny C. Lam | Files touched by this commit (51) |
Log message:
Initial sprinkling of work-in-progress buildlink3.mk files for using the
buildlink3 framework.
|
2003-12-19 13:25:02 by Alistair G. Crooks | Files touched by this commit (1) |
Log message:
Bump PKGREVISION for varargs -> stdarg fixes.
|