summaryrefslogtreecommitdiff
path: root/shells/tcsh
AgeCommit message (Collapse)AuthorFilesLines
2017-09-04Comment out dead sites.wiz1-2/+2
2017-08-23shells/{,static-,standalone}tcsh: Fix PKGREVISION & MAINTAINER.jlam1-4/+7
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.
2017-02-17Make the <meta> modifier work on Linux again by applying a fixhe3-3/+39
from upstream, ref. https://github.com/tcsh-org/tcsh/commit/8e6dfd53321a0b0047f7d75db21a946c166c600b Unfortunately the AsciiOnly reversion causes a SEGV because *ch is used to index in the command array, and now contains INVALID_BYTE. Reproduce error with: env -i ./tcsh <meta>b Bump PKGREVISION.
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2016-12-24Apply fixes from upstream to prevent a crash and a usability issue:kim6-3/+109
- Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar) - Fix out of bounds read (Brooks Davis) - Don't play pointer tricks that are undefined in modern c (Brooks Davis) - Use `` instead $() for solaris, bleh.
2016-11-24Welcome to tcsh-6.20.00christos4-35/+13
2015-12-13Upstream patch to fix gcc5 optimization issue.markd3-3/+25
2015-11-02Add SHA512 digests for distfiles for shells categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2015-09-09Try to avoid people changing my email address from under me.kim1-2/+2
2015-05-22Upgrade to 6.19.00kim7-179/+20
This is a mainly a bug fix release with few new features: 1. new cdtohome variable 2. locking in history files 3. history speedups.
2015-01-20Install complete.tcsh and csh-mode.el files as example files.hauke2-4/+13
Fixes PR pkg/32283
2014-05-25Fix build for OpenBSD.rodent2-1/+17
2014-04-04Fix NLS catalogue installation. Both building and installingkim4-64/+134
the catalogue files is handled by the upstream Makefile. Fixes PR pkg/48704 as well.
2013-05-11Oops -- use the proper conditional for USE_CROSS_COMPILE.riastradh1-2/+2
Had been flailing when the CONFIGURE_ENV setting didn't take, but this turned out to be a red herring, and I forgot to back it out before commit.
2013-05-11Kludgily fix tcsh cross-build by passing NATIVE_CC.riastradh1-1/+7
Should patch the configure script to respect the environment setting of CC_FOR_GETHOST (or CC_FOR_BUILD or something), but this is less work and will do for now.
2013-04-02Fix build under MirBSD.bsiegert2-1/+19
2012-10-10Bump PKGREVISION again now that the patch is really there.dholland1-2/+2
2012-10-10oops, actually add the patch.dholland1-0/+24
2012-10-10Add patch from Christos to silence libc diagnostic asserion in -current.dholland2-3/+4
PKGREVISION -> 3.
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-05-26wiz@ points out I need to bump PKGREVISION again due to me leavinghe1-2/+2
a window when the new patch file wasn't committed, and there's no check for "extra" lines in distinfo, so this clearly identifies the version with the new patch file included.
2012-05-26Add a patch to fix issue with Meta-<key> no longer being recognized.he1-0/+16
Patch from christos@. (Sorry for overlooking "cvs add" earlier...)
2012-05-25Add a patch to fix issue with Meta-<key> no longer being recognized.he4-6/+12
Patch from christos@. Add comments to some of the other patch files to appease pkglint. Bump PKGREVISION.
2012-03-22Changes 6.18.01:adam5-52/+27
* new autorehash builtin to control how the internal command hash table is maintained. * globstar globbing to allow ** and *** expansions * euid, euser, egid variables. * wait built-in is now interruptible * new anyerror variable to control error handling in pipelines
2010-05-04Add a patch (already sent upstream) to fix the behavior (slippery slope,agc2-1/+23
sorry) of 'b', 'e' and 'w' commands in vi editing, when confronted with a '_' character - this patch makes tcsh consider '_' characters to be part of the word.
2010-03-26Apply the patch from pkg/40683, which did not make it into the 6.17hauke3-2/+18
update of the package.
2010-03-14Changes 6.17.00:adam3-18/+27
I am pleased to announce that tcsh-6.17 is now available; this is a mainly a bug fix release with the exception of these three feature additions: 10. always save the whole command, not just the first 80 chars of it. 4. Add autoexpand=onlyhistory (Don Estabrook, m66) 3. Add history in loops (Laurence Darby, m48) Please consult the Fixes files for a complete list of changes.
2009-08-15remove ftp.gw.com from master_sites. service suspended.zafer1-2/+1
2008-11-10Changes 6.16.0:adam3-23/+8
* Bug fixes
2008-06-23patch from christos to stop tcsh seg faulting when given the linemarkd3-3/+16
/bin/echo "`" or similar.
2008-03-11Change hack of MACHINE_GNU_PLATFORM for Solaris to catch up framework's change?obache1-3/+2
Fixes PR 38195.
2008-03-02Remove unnecessary hack to force the configure script to use only ourjlam1-3/+1
termcap library -- revision 1.2 of termcap.buildlink3.mk already fixes this issue.
2008-02-29Catch up with rename of termlib.* to termcap.*.jlam1-3/+3
2008-02-29+ Teach shells/tcsh to use the terminal library required by pkgsrcjlam1-1/+5
instead of self-detecting what's in the base system. Bump the PKGREVISION to 1.
2008-01-03Added support for installation to DESTDIR.heinz1-9/+13
2007-04-25Enable to overrite CONFLICTS by static-tcsh.obache1-2/+2
2007-04-11Fix some pkglint warnings.wiz1-4/+4
2007-04-11Add checksums for patches.wiz1-1/+3
2007-04-11fix the names, silly me.christos2-2/+2
2007-04-10add new fileschristos2-0/+48
2007-04-10update to tcsh-6.15christos8-189/+6
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2006-01-24Fixed pkglint warnings, including a bugfix where ${IFS} had been usedrillig1-12/+13
instead of $${IFS}.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-11-10Also patch host.defs for completeness.joerg2-1/+22
2005-11-10Add DragonFly to the list of BSD derived systems.joerg2-1/+18
2005-09-20Fix build problem under NetBSD-current.tron2-1/+24
2005-09-20Teach the +SHELLS helper script to not create an /etc/shells file ifjlam1-1/+2
one doesn't exist. From now on, we only add the listed PKG_SHELL to the /etc/shells file if it already exists. This fixes PR pkg/27162.
2005-07-29* Separate out the shell registration into a separately unpacked scriptjlam1-2/+2
+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-07-14fix build on OpenBSD, from Jason Lingohr.grant2-7/+9