summaryrefslogtreecommitdiff
path: root/shells/standalone-tcsh
AgeCommit message (Collapse)AuthorFilesLines
2019-05-09{standalone-,static-,}tcsh: Update to 6.21.00leot1-2/+2
pkgsrc changes: - Add patch-nls_Makefile.in to avoid +x bit in *.cat files - Remove no longer needed patches (all applied upstream): patch-ed.chared.c, patch-ed.inputl.c, patch-nls-catgen, patch-sh.func.c, patch-tw.init.c Changes: V6.21.00 - 20190508 ------------------- - Abort history loading on words and lines too long https://bugzilla.redhat.com/show_bug.cgi?id=1598502 - PR/37: Introduce GetCmdChar() to avoid open coding array access. make closem() not close sockets so as not to affect nss_ldap. tcsh never creates sockets so that's ok (Miloslav Trmac) - PR/597: Make rmstar work with aliased rm - convert match() from recursive to backtracking. - Handle 8 bit characters in bindkey (Werner Fink) - Look for tgetent in libtinfo as well (Werner Fink) - Don't play pointer tricks that are undefined in modern c (Brooks Davis) - Fix out of bounds read (Brooks Davis) - Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar) - PR/471: Delay arginp parsing ok <kim>, thanks!
2017-08-23shells/{,static-,standalone}tcsh: Fix PKGREVISION & MAINTAINER.jlam1-1/+2
The tcsh package Makefile is included directly by the static-tcsh and standalone-tcsh Makefiles. Modify some of the variables that really need to be package-specific to be set with ?= in tcsh/Makefile and document the package Makefiles that directly include it. Set PKGREVISION directly in static-tcsh and standalone-tcsh now that they can have independent PKGREVISION values. Bump the PKGREVISION of static-tcsh due to the MAINTAINER now correctly being listed as agc@ due to this change.
2016-09-07Since this violates the general prefix rules and won't build e.g. withjoerg1-1/+2
the recommendated setup of read-only root, mark it as not for bulk builds.
2015-09-03Exclude this package on OmniOS which ships with a copy of tcsh.sevan1-1/+7
OmniOS is an Illumos distro which falls under the SunOS variant for us. Include mk/bsd.prefs.mk before the shells/tcsh/Makefile so the OS_VARIANT variable is available for testing. Reviewed by agc@ wiz@
2015-03-15cannot be installed in UNPRIVILEGED modetnn1-1/+2
2015-01-11Mark this ONLY_FOR_PLATFORM and list the platforms where tcsh is *not*dholland1-5/+5
already in /bin. Otherwise, building and installing it naively clobbers the native tcsh, which isn't what anyone wants. I believe these platforms to be: NetBSD, OpenBSD, Solaris -- if anyone can confirm that others (especially old ones I can't readily check) don't have a native tcsh, please add.
2012-05-22shells/standalone-tcsh: Mark NOT-FOR-DRAGONFLYmarino1-1/+6
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-08Remove the remaining NO_MTREE definitions, it has been a nop for ajoerg1-3/+1
while.
2008-08-12More changes to give it a chance to work.joerg1-1/+3
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.