Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-10-05 | Prevent this package from scanning the whole filesystem during the | rillig | 1 | -1/+6 | |
install phase. | |||||
2005-12-19 | Remove the following which breaks under the current pkgsrc infrastructure: | abs | 1 | -3/+1 | |
PKG_INFO:= ${PKG_INFO} PKG_CREATE:= ${PKG_CREATE} | |||||
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 | |
CONFIGURE_ARGS. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+3 | |
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-07-29 | * Separate out the shell registration into a separately unpacked script | jlam | 1 | -3/+1 | |
+SHELL. * Turn PKG_REGISTER_SHELLS into a variable that can be set in the shell environment so that admins can make a choice when installing from binary packages. * PKG_SHELL is now a list of paths, and if the path is relative, then it is taken to be relative to ${PREFIX}. Convert packages that set PKG_SHELL to take advantage of this new feature by changing the full paths to the shells into relative paths. | |||||
2005-02-24 | agc agreed to maintain this package. | wiz | 1 | -1/+2 | |
2004-01-29 | define PATCHDIR before the inclusion of bsd.prefs.mk. fixes implicit | grant | 1 | -3/+2 | |
gpatch build dependency. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+3 | |
2004-01-11 | move the various static shell packages back to their previous names. | grant | 3 | -0/+36 | |
2004-01-10 | rename standalone-tcsh to tcsh-standalone. the convention in pkgsrc is | grant | 3 | -36/+0 | |
for mutations of packages to be named <pkg>-<mutation>. add a CONFLICT on standalone-tcsh for obvious reasons. | |||||
2003-09-18 | override PREFIX, not LOCALBASE. | grant | 1 | -2/+2 | |
noted by abs on tech-pkg@. | |||||
2003-05-05 | Nail down the definitions of ${PKG_INFO} and ${PKG_CREATE} before resetting | agc | 1 | -2/+7 | |
${LOCALBASE} - makes this package install successfully on systems where the package tools may reside under ${LOCALBASE}. On Solaris, don't set "-static" into LDFLAGS, so that the package builds properly. | |||||
2003-05-01 | Nail down the value of ${PATCH} before changing ${LOCALBASE}, so that | agc | 1 | -1/+2 | |
systems which can define ${PATCH} in terms of ${LOCALBASE} (like Solaris) can build this package. | |||||
2003-04-04 | Shorten COMMENT | abs | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-11-17 | Convert packages to PKG_REGISTER_SHELLS framework. | salo | 2 | -4/+4 | |
2002-10-31 | Sync with tcsh package. Fixes PR 18861. | wiz | 1 | -3/+4 | |
2002-07-25 | PKGNAME is not defined, use DISTNAME. | kim | 1 | -3/+3 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-23 | Fix oversights in last commit. | tron | 1 | -2/+2 | |
2001-09-23 | Make modifications of "/etc/shells" robust so that they don't fail if the | tron | 1 | -2/+2 | |
last entry is removed. | |||||
2001-08-06 | Make sure we don't ignore ${LOCALBASE}/bin/tcsh when creating the new | agc | 1 | -3/+3 | |
/etc/shells entry with grep -v /bin/tcsh - be sure to match the whole line. | |||||
2001-07-27 | Fix a typo in the comment field. I wish I could type properly. | agc | 1 | -2/+2 | |
2001-07-27 | Add a standalone version of tcsh, which installs a statically-linked | agc | 3 | -0/+29 | |
version of tcsh into /bin, but still using most of the standard tcsh package framework, for ease of maintenance. |