summaryrefslogtreecommitdiff
path: root/shells/static-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-tcsh: Can't build static binaries on SunOS>=5.10.jlam1-1/+4
SunOS>=5.10 stopped shipping static libraries, so it's not possible to link a static tcsh binary.
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.
2012-07-21Add a DESCR here; noted missing by martin@, ok agc@.dholland2-1/+4
The DESCR here is appended to the one from shells/tcsh.
2007-04-25PKGNAME must be defined before include bsd.pkg.mk,obache1-3/+3
if not, in 'package' phase, PKGNAME==DISTNAME. Remove WRKSRC definision, it equals to default value.
2007-04-14Set maintainer to agc (original importer).wiz1-1/+3
2004-01-11move the various static shell packages back to their previous names.grant1-0/+16
2004-01-10rename static-tcsh to tcsh-static. the convention in pkgsrc is forgrant1-16/+0
mutations of packages to be named <pkg>-<mutation>. add a CONFLICT on static-tcsh for obvious reasons.
2002-07-25PKGNAME is not defined, use DISTNAME.kim1-3/+3
2001-12-02Drop '/pkg' from PKGDIR.wiz1-2/+2
Noted by Neil Booth via pkg/14807.
2001-08-14Initial import of a statically-linked tcsh package, based on theagc1-0/+16
standard tcsh package, and using a minimal pkgsrc equivalent of a "reachover" structure. This is a much better solution for binary packages - it removes another mk.conf definition.