2009-06-12 21:09:39 by Roland Illig | Files touched by this commit (36) |
Log message: Removed redundant .gz suffix for man pages. |
2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message: Add DESTDIR support. |
2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412) |
Log message: Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. |
2006-03-09 22:04:46 by Johnny C. Lam | Files touched by this commit (130) |
Log message: Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk. Remove deprecated ossaudio.buildlink3.mk. |
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. |
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
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-06-02 22:28:59 by Jan Schaumann | Files touched by this commit (4) |
Log message: Make this build on Linux. |
2004-03-31 12:40:29 by Min Sik Kim | Files touched by this commit (4) |
Log message: Use buildlink3 framework and enable pkgviews installation. Now curses and ossaudio libraries are handled through their buildlink3.mk files. |
2004-03-31 12:11:45 by Min Sik Kim | Files touched by this commit (1) |
Log message: Rearrange sections to make pkglint happy. |