| 2012-05-22 10:46:53 by John Marino | Files touched by this commit (1) |
Log message:
shells/standalone-tcsh: Mark NOT-FOR-DRAGONFLY
This package will install tcsh in the /bin directory (not ${LOCALBASE}/bin).
DragonFly already has tcsh in the base system, so this package will replace
it with no ability to restore the system version. This is not desired.
shells/tcsh still works should there be any need for a pkgsrc version installed
at ${LOCALBASE}/bin.
|
| 2009-04-09 00:43:26 by Joerg Sonnenberger | Files touched by this commit (27) |
Log message: Remove the remaining NO_MTREE definitions, it has been a nop for a while. |
| 2008-08-12 16:51:45 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: More changes to give it a chance to work. |
| 2006-10-05 03:11:41 by Roland Illig | Files touched by this commit (1) |
Log message: Prevent this package from scanning the whole filesystem during the install phase. |
| 2005-12-19 15:12:31 by David Brownlee | Files touched by this commit (1) |
Log message:
Remove the following which breaks under the current pkgsrc infrastructure:
PKG_INFO:= ${PKG_INFO}
PKG_CREATE:= ${PKG_CREATE}
|
| 2005-12-06 00:55:25 by Roland Illig | Files touched by this commit (413) |
Log message: Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. |
| 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/2 … /0034.html
|
| 2005-02-24 13:19:13 by Thomas Klausner | Files touched by this commit (1) |
Log message: agc agreed to maintain this package. |