2010-01-21 18:41:07 by Klaus Heinz | Files touched by this commit (8) |
Log message: Added LICENSE information. |
2009-07-18 05:15:19 by Steven M. Bellovin | Files touched by this commit (6) |
Log message: Changet getline() to get_line() |
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-03-16 23:05:01 by Tobias Nygren | Files touched by this commit (2) |
Log message: Support PKGMANDIR. |
2008-02-08 04:14:18 by Greg Troxel | Files touched by this commit (1) |
Log message: Add MAKE_JOBS_SAFE=no. |
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message: Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail. |
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-01-08 14:43:26 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Fix errno. |
2005-12-23 05:36:45 by Johnny C. Lam | Files touched by this commit (2) |
Log message: Apply hack noted in PR pkg/30999 -- turn off inline functions when compiling in order to fix an infinite loop error on Solaris. Bump the PKGREVISION to 2. |
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 |