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-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-24 14:41:00 by Alistair G. Crooks | Files touched by this commit (190) |
Log message: Add RMD160 digests. |
2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message: Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. |
2004-05-07 03:14:51 by Juan Romero Pardines | Files touched by this commit (102) |
Log message: Drop maintainership; I don't have the enough free time to maintain all these packages. |
2004-04-19 00:59:30 by Soren Jacobsen | Files touched by this commit (1) |
Log message: Convert to buildlink3. |
2003-09-28 11:13:59 by Johnny C. Lam | Files touched by this commit (102) |
Log message: Back out last change related to moving ncurses/buildlink2.mk to curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future. |
2003-09-27 19:07:38 by grant beattie | Files touched by this commit (102) |
Log message: move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides support for base system curses/ncurses as well as ncurses itself. suggested by wiz. |
2003-08-28 22:05:24 by Juan Romero Pardines | Files touched by this commit (32) |
Log message: Change my email address to the NetBSD one, ok'ed by wiz@ |
2003-07-13 15:54:34 by Thomas Klausner | Files touched by this commit (783) | |
Log message: PKGREVISION bump for libiconv update. |