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-09-16 16:46:43 by Todd Vierling | Files touched by this commit (9) | |
Log message: "Oops." BUILDLINK_DEPMETHOD.libevent was defaulting to \ "build", which is no longer correct since update to libevent 1.x; it now uses libtool and generates a shlib. Remove the offending bl3 line, and bump all dependents' PKGREVISIONs, since the binary pkg changes for any OS that doesn't have a sufficient builtin libevent version (or the package has requested a non-builtin version). |
2005-06-04 21:30:05 by Adrian Portelli | Files touched by this commit (1) |
Log message: - Remove reference to bsd.prefs.mk as it's not needed - Problem spotted by wiz@ |
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-20 16:34:45 by Thomas Klausner | Files touched by this commit (1) |
Log message: Add RCS Id. |
2005-04-20 16:34:31 by Thomas Klausner | Files touched by this commit (1) |
Log message: Drop trailing whitespace. |
2005-04-20 16:34:20 by Thomas Klausner | Files touched by this commit (1) |
Log message: Drop trailing whitespace, |fmt. |
2005-04-20 16:33:54 by Thomas Klausner | Files touched by this commit (1) |
Log message: Sort. |
2005-04-20 16:33:30 by Thomas Klausner | Files touched by this commit (1) |
Log message: Sort bl3 inclusions. |
2005-04-20 16:32:48 by Thomas Klausner | Files touched by this commit (1) |
Log message: Add missing include for zlib/bl3; from pancake in PR 30016. |