summaryrefslogtreecommitdiff
path: root/shells/standalone-tcsh
AgeCommit message (Collapse)AuthorFilesLines
2006-10-05Prevent this package from scanning the whole filesystem during therillig1-1/+6
install phase.
2005-12-19Remove the following which breaks under the current pkgsrc infrastructure:abs1-3/+1
PKG_INFO:= ${PKG_INFO} PKG_CREATE:= ${PKG_CREATE}
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-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 scriptjlam1-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-24agc agreed to maintain this package.wiz1-1/+2
2004-01-29define PATCHDIR before the inclusion of bsd.prefs.mk. fixes implicitgrant1-3/+2
gpatch build dependency.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2004-01-11move the various static shell packages back to their previous names.grant3-0/+36
2004-01-10rename standalone-tcsh to tcsh-standalone. the convention in pkgsrc isgrant3-36/+0
for mutations of packages to be named <pkg>-<mutation>. add a CONFLICT on standalone-tcsh for obvious reasons.
2003-09-18override PREFIX, not LOCALBASE.grant1-2/+2
noted by abs on tech-pkg@.
2003-05-05Nail down the definitions of ${PKG_INFO} and ${PKG_CREATE} before resettingagc1-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-01Nail down the value of ${PATCH} before changing ${LOCALBASE}, so thatagc1-1/+2
systems which can define ${PATCH} in terms of ${LOCALBASE} (like Solaris) can build this package.
2003-04-04Shorten COMMENTabs1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-11-17Convert packages to PKG_REGISTER_SHELLS framework.salo2-4/+4
2002-10-31Sync with tcsh package. Fixes PR 18861.wiz1-3/+4
2002-07-25PKGNAME is not defined, use DISTNAME.kim1-3/+3
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-23Fix oversights in last commit.tron1-2/+2
2001-09-23Make modifications of "/etc/shells" robust so that they don't fail if thetron1-2/+2
last entry is removed.
2001-08-06Make sure we don't ignore ${LOCALBASE}/bin/tcsh when creating the newagc1-3/+3
/etc/shells entry with grep -v /bin/tcsh - be sure to match the whole line.
2001-07-27Fix a typo in the comment field. I wish I could type properly.agc1-2/+2
2001-07-27Add a standalone version of tcsh, which installs a statically-linkedagc3-0/+29
version of tcsh into /bin, but still using most of the standard tcsh package framework, for ease of maintenance.