The NetBSD Project

CVS log for pkgsrc/shells/tcsh/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / shells / tcsh

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.106 / (download) - annotate - [select for diffs], Wed Nov 23 23:19:23 2022 UTC (10 months ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, HEAD
Changes since 1.105: +1 -2 lines
Diff to previous 1.105 (colored)

{,standalone-,static-}tcsh: Update to 6.24.02:

Changes since 6.24.01:

  7. V6.24.02 - 20221124
  6. Complete mdoc-based manual page (Luke Mewburn)
  5. Fix rechist() check for NULL filename (broke when arg was renamed).
        > cd
        > rm .history
        > unset savehist
        > history -S /tmp/s
        > exit
     A ~/.history has been written when it should not have been.
  4. Make OpenBSD use SHORT_STRINGS and fix non-SHORT_STRINGS compilation.

Revision 1.105 / (download) - annotate - [select for diffs], Tue Jun 28 11:35:53 2022 UTC (15 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.104: +2 -1 lines
Diff to previous 1.104 (colored)

*: recursive bump for perl 5.36

Revision 1.104 / (download) - annotate - [select for diffs], Thu Dec 9 19:55:39 2021 UTC (21 months, 2 weeks ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.103: +2 -2 lines
Diff to previous 1.103 (colored)

{,standalone-,static-}tcsh: Update to 6.23.01

Changes since 6.23.00:

  8. V6.23.01 - 20211209
  7. add \cc and \Uhhh, and document escape sequences
  6. add $'string with escapes' ("dollar-single-quotes") (Kimmo Suominen)
  5. don't glob the filetest builtin arguments twice
  4. remove the duplicate echo escape parsing code and use parseescape
  3. add \x{hh} \xhh \uhhh (H.Merijn Brand)
  2. fix and document ln=target
  1. Merge in patches from pkgsrc:
     - Modernize the installation targets so that they use INSTALL_DATA,
       INSTALL_PROGRAM, and MKDIR_P.
     - Enable SYSMALLOC and SHORT_STRINGS on NetBSD.
     - Enable NO_FIX_MALLOC and SHORT_STRINGS on OpenBSD.

For pkgsrc, items 1, 2, and 5 had already been applied via patches.

Revision 1.103 / (download) - annotate - [select for diffs], Thu Nov 18 10:20:47 2021 UTC (22 months, 1 week ago) by kim
Branch: MAIN
Changes since 1.102: +2 -2 lines
Diff to previous 1.102 (colored)

{,standalone-,static-}tcsh: Pull in some additional patches

- Fix off-by-one, found by Coverity
- Don't glob the filetest builtin arguments twice
- Add more detail to "jobs -Z" usage

Revision 1.102 / (download) - annotate - [select for diffs], Mon Nov 15 17:11:58 2021 UTC (22 months, 1 week ago) by kim
Branch: MAIN
Changes since 1.101: +2 -2 lines
Diff to previous 1.101 (colored)

{,standalone-,static-}tcsh: Add build options for nls and static. Cleanup.

For tcsh and defaults for other variants, unless otherwise noted:
- Option nls enables building of NLS catalogs. Enabled by default.
- Option static enables static linking. Disabled by default.

For standalone-tcsh:
- Option static is enabled by default, except on SunOS.
- Fix building of NLS catalogs, which possibly worked at some point
  in time given the existence of the NLSDIR variable in Makefile.
- Use PLIST from tcsh, with some awk to transform the entries.
- Use DESCR from tcsh as base, with an additional local DESCR. Adjust the
  local DESCR to not say that the package is static, as that is controlled
  by an option now (and never was true for all platforms).
- Remove unnecessary DISTINFO_FILE, INSTALLATION_DIRS, and WRKSRC.

For static-tcsh:
- Option static is not available: the package is always built like tcsh
  with the static option enabled.
- Remove unnecessary DISTINFO_FILE.

Revision 1.101 / (download) - annotate - [select for diffs], Sun Nov 14 22:15:13 2021 UTC (22 months, 1 week ago) by kim
Branch: MAIN
Changes since 1.100: +3 -1 lines
Diff to previous 1.100 (colored)

{,standalone-,static-}tcsh: fix and document ln=target

Revision 1.100 / (download) - annotate - [select for diffs], Thu Nov 11 22:47:55 2021 UTC (22 months, 2 weeks ago) by kim
Branch: MAIN
Changes since 1.99: +2 -45 lines
Diff to previous 1.99 (colored)

{,standalone-,static-}tcsh: Use shells/tcsh/Makefile.common

Revision 1.99 / (download) - annotate - [select for diffs], Thu Nov 11 10:46:04 2021 UTC (22 months, 2 weeks ago) by kim
Branch: MAIN
Changes since 1.98: +2 -3 lines
Diff to previous 1.98 (colored)

{,standalone-,static-}tcsh: Update to 6.23.00

This is mainly a bug fix release with a couple of new features:

	1. Add "jobs -Z" to setproctitle(3)
	2. Add ln=target in LS_COLORS
	3. Add a :Q modifier that preserves empty arguments

Please consult the Fixes file for a complete list of changes.

Revision 1.98 / (download) - annotate - [select for diffs], Mon May 24 19:54:08 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.97: +2 -2 lines
Diff to previous 1.97 (colored)

*: recursive bump for perl 5.34

Revision 1.97 / (download) - annotate - [select for diffs], Wed Sep 2 22:16:49 2020 UTC (3 years ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (colored)

Use http with ftp.funet.fi

Revision 1.96 / (download) - annotate - [select for diffs], Mon Aug 31 18:11:22 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.95: +2 -1 lines
Diff to previous 1.95 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.95 / (download) - annotate - [select for diffs], Sun Jan 26 17:32:08 2020 UTC (3 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.94: +2 -2 lines
Diff to previous 1.94 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.94 / (download) - annotate - [select for diffs], Sun Dec 8 22:08:55 2019 UTC (3 years, 9 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 (colored)

{,standalone-,static-}tcsh: Update to 6.22.02

Changes:
6.22.02 - 20191204
------------------
Fix version in configure.ac

6.22.01 - 20191201
------------------
undo PR/88: Preserve empty arguments in :q, since it breaks
        $ set x=""
        $ alias test "echo "\""$x:q"\"" is working."
        $ alias test
        echo "

Revision 1.92.2.1 / (download) - annotate - [select for diffs], Sat Dec 7 10:58:32 2019 UTC (3 years, 9 months ago) by bsiegert
Branch: pkgsrc-2019Q3
Changes since 1.92: +2 -3 lines
Diff to previous 1.92 (colored) next main 1.93 (colored)

Pullup ticket #6091 - requested by leot
shells/tcsh: bugfix

Revisions pulled up:
- shells/tcsh/Makefile                                          1.93
- shells/tcsh/distinfo                                          1.43
- shells/tcsh/patches/patch-tests_subst.at                      deleted
- shells/tcsh/patches/patch-tests_variables.at                  deleted

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Thu Nov 28 20:46:40 UTC 2019

   Modified Files:
           pkgsrc/shells/tcsh: Makefile distinfo
   Removed Files:
           pkgsrc/shells/tcsh/patches: patch-tests_subst.at
               patch-tests_variables.at

   Log Message:
   {standalone-,static-,}tcsh: Update to 6.22.00

   pkgsrc changes:
    - Remove no longer needed patches (both backport from upstream to 6.21.00)

   Changes:
   V6.22.00 - 20191128
   -------------------
    - PR/113: Sobomax: avoid infinite loops for -c commands when stdout is
      not a tty.
    - Avoid infinite loops during history loads when merging, print a better
      error for errors during history load.
    - PR/88: Preserve empty arguments in :q
    - PR/94: Small apple issues (SAVESIGVEC, HOSTTYPE)
    - PR/81: Fix range matching issue where we were comparing with the
      range character instead of the start of range. [l-z]* would match foo

Revision 1.93 / (download) - annotate - [select for diffs], Thu Nov 28 20:46:39 2019 UTC (3 years, 10 months ago) by leot
Branch: MAIN
Changes since 1.92: +2 -3 lines
Diff to previous 1.92 (colored)

{standalone-,static-,}tcsh: Update to 6.22.00

pkgsrc changes:
 - Remove no longer needed patches (both backport from upstream to 6.21.00)

Changes:
V6.22.00 - 20191128
-------------------
 - PR/113: Sobomax: avoid infinite loops for -c commands when stdout is
   not a tty.
 - Avoid infinite loops during history loads when merging, print a better
   error for errors during history load.
 - PR/88: Preserve empty arguments in :q
 - PR/94: Small apple issues (SAVESIGVEC, HOSTTYPE)
 - PR/81: Fix range matching issue where we were comparing with the
   range character instead of the start of range. [l-z]* would match foo

Revision 1.92 / (download) - annotate - [select for diffs], Sun Aug 11 13:23:02 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base
Branch point for: pkgsrc-2019Q3
Changes since 1.91: +2 -1 lines
Diff to previous 1.91 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.91 / (download) - annotate - [select for diffs], Sun May 19 00:01:17 2019 UTC (4 years, 4 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored)

tcsh: Uncomment HOMEPAGE (now available again)

Revision 1.90 / (download) - annotate - [select for diffs], Sat May 11 13:48:58 2019 UTC (4 years, 4 months ago) by kim
Branch: MAIN
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored)

Update MAINTAINER

Revision 1.89 / (download) - annotate - [select for diffs], Thu May 9 12:07:45 2019 UTC (4 years, 4 months ago) by leot
Branch: MAIN
Changes since 1.88: +4 -1 lines
Diff to previous 1.88 (colored)

tcsh: Add support for tests

Revision 1.88 / (download) - annotate - [select for diffs], Thu May 9 11:32:36 2019 UTC (4 years, 4 months ago) by leot
Branch: MAIN
Changes since 1.87: +3 -3 lines
Diff to previous 1.87 (colored)

{standalone-,static-,}tcsh: Update to 6.21.00

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!

Revision 1.87 / (download) - annotate - [select for diffs], Mon Sep 4 18:01:01 2017 UTC (6 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 (colored)

Comment out dead sites.

Revision 1.86 / (download) - annotate - [select for diffs], Wed Aug 23 17:52:47 2017 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.85: +7 -4 lines
Diff to previous 1.85 (colored)

shells/{,static-,standalone}tcsh: Fix PKGREVISION & MAINTAINER.

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.

Revision 1.85 / (download) - annotate - [select for diffs], Fri Feb 17 19:21:44 2017 UTC (6 years, 7 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.84: +2 -2 lines
Diff to previous 1.84 (colored)

Make the <meta> modifier work on Linux again by applying a fix
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.

Revision 1.84 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:25 2017 UTC (6 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.83: +3 -3 lines
Diff to previous 1.83 (colored)

Convert all occurrences (353 by my count) of

	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.

Revision 1.83 / (download) - annotate - [select for diffs], Sat Dec 24 13:18:43 2016 UTC (6 years, 9 months ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored)

Apply fixes from upstream to prevent a crash and a usability issue:
- 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.

Revision 1.82 / (download) - annotate - [select for diffs], Thu Nov 24 15:45:06 2016 UTC (6 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.81: +3 -3 lines
Diff to previous 1.81 (colored)

Welcome to tcsh-6.20.00

Revision 1.81 / (download) - annotate - [select for diffs], Sun Dec 13 10:46:26 2015 UTC (7 years, 9 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored)

Upstream patch to fix gcc5 optimization issue.

Revision 1.80 / (download) - annotate - [select for diffs], Wed Sep 9 22:04:55 2015 UTC (8 years ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored)

Try to avoid people changing my email address from under me.

Revision 1.79 / (download) - annotate - [select for diffs], Fri May 22 08:03:43 2015 UTC (8 years, 4 months ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.78: +4 -4 lines
Diff to previous 1.78 (colored)

Upgrade to 6.19.00

This is a mainly a bug fix release with few new features:

1. new cdtohome variable
2. locking in history files
3. history speedups.

Revision 1.78 / (download) - annotate - [select for diffs], Tue Jan 20 11:00:32 2015 UTC (8 years, 8 months ago) by hauke
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.77: +10 -3 lines
Diff to previous 1.77 (colored)

Install complete.tcsh and csh-mode.el files as example files.
Fixes PR pkg/32283

Revision 1.77 / (download) - annotate - [select for diffs], Fri Apr 4 12:00:37 2014 UTC (9 years, 5 months ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.76: +4 -62 lines
Diff to previous 1.76 (colored)

Fix NLS catalogue installation. Both building and installing
the catalogue files is handled by the upstream Makefile.

Fixes PR pkg/48704 as well.

Revision 1.76 / (download) - annotate - [select for diffs], Sat May 11 16:43:50 2013 UTC (10 years, 4 months ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.75: +1 -1 lines
Diff to previous 1.75 (colored)

Oops -- use the proper conditional for USE_CROSS_COMPILE.

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.

Revision 1.75 / (download) - annotate - [select for diffs], Sat May 11 16:39:09 2013 UTC (10 years, 4 months ago) by riastradh
Branch: MAIN
Changes since 1.74: +7 -1 lines
Diff to previous 1.74 (colored)

Kludgily fix tcsh cross-build by passing NATIVE_CC.

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.

Revision 1.74 / (download) - annotate - [select for diffs], Wed Oct 10 19:26:16 2012 UTC (10 years, 11 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored)

Bump PKGREVISION again now that the patch is really there.

Revision 1.73 / (download) - annotate - [select for diffs], Wed Oct 10 06:07:44 2012 UTC (10 years, 11 months ago) by dholland
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored)

Add patch from Christos to silence libc diagnostic asserion in -current.
PKGREVISION -> 3.

Revision 1.72 / (download) - annotate - [select for diffs], Tue Sep 11 23:25:09 2012 UTC (11 years ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.71: +1 -3 lines
Diff to previous 1.71 (colored)

"user-destdir" is default these days

Revision 1.69.2.1 / (download) - annotate - [select for diffs], Sun May 27 13:15:36 2012 UTC (11 years, 4 months ago) by spz
Branch: pkgsrc-2012Q1
Changes since 1.69: +2 -1 lines
Diff to previous 1.69 (colored) next main 1.70 (colored)

Pullup ticket #3804 - requested by he
shells/tcsh: bugfix

Revisions pulled up:
- shells/tcsh/Makefile                                          1.70
- shells/tcsh/distinfo                                          1.29
- shells/tcsh/patches/patch-aa                                  1.13
- shells/tcsh/patches/patch-ab                                  1.12
- shells/tcsh/patches/patch-ac                                  1.15

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Fri May 25 20:01:31 UTC 2012

   Modified Files:
   	pkgsrc/shells/tcsh: Makefile distinfo
   	pkgsrc/shells/tcsh/patches: patch-aa patch-ab

   Log Message:
   Add a patch to fix issue with Meta-<key> no longer being recognized.
   Patch from christos@.
   Add comments to some of the other patch files to appease pkglint.
   Bump PKGREVISION.


   To generate a diff of this commit:
   cvs rdiff -u -r1.69 -r1.70 pkgsrc/shells/tcsh/Makefile
   cvs rdiff -u -r1.28 -r1.29 pkgsrc/shells/tcsh/distinfo
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/shells/tcsh/patches/patch-aa
   cvs rdiff -u -r1.11 -r1.12 pkgsrc/shells/tcsh/patches/patch-ab

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Sat May 26 08:34:14 UTC 2012

   Added Files:
   	pkgsrc/shells/tcsh/patches: patch-ac

   Log Message:
   Add a patch to fix issue with Meta-<key> no longer being recognized.
   Patch from christos@.  (Sorry for overlooking "cvs add" earlier...)


   To generate a diff of this commit:
   cvs rdiff -u -r0 -r1.15 pkgsrc/shells/tcsh/patches/patch-ac

Revision 1.71 / (download) - annotate - [select for diffs], Sat May 26 15:15:21 2012 UTC (11 years, 4 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored)

wiz@ points out I need to bump PKGREVISION again due to me leaving
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.

Revision 1.70 / (download) - annotate - [select for diffs], Fri May 25 20:01:31 2012 UTC (11 years, 4 months ago) by he
Branch: MAIN
Changes since 1.69: +2 -1 lines
Diff to previous 1.69 (colored)

Add a patch to fix issue with Meta-<key> no longer being recognized.
Patch from christos@.
Add comments to some of the other patch files to appease pkglint.
Bump PKGREVISION.

Revision 1.69 / (download) - annotate - [select for diffs], Thu Mar 22 16:54:25 2012 UTC (11 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base
Branch point for: pkgsrc-2012Q1
Changes since 1.68: +3 -3 lines
Diff to previous 1.68 (colored)

Changes 6.18.01:
* 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

Revision 1.68 / (download) - annotate - [select for diffs], Fri Mar 26 14:09:50 2010 UTC (13 years, 6 months ago) by hauke
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.67: +2 -1 lines
Diff to previous 1.67 (colored)

Apply the patch from pkg/40683, which did not make it into the 6.17
update of the package.

Revision 1.67 / (download) - annotate - [select for diffs], Sun Mar 14 14:06:09 2010 UTC (13 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.66: +9 -9 lines
Diff to previous 1.66 (colored)

Changes 6.17.00:
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.

Revision 1.66 / (download) - annotate - [select for diffs], Sat Aug 15 23:43:26 2009 UTC (14 years, 1 month ago) by zafer
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.65: +1 -2 lines
Diff to previous 1.65 (colored)

remove ftp.gw.com from master_sites. service suspended.

Revision 1.65 / (download) - annotate - [select for diffs], Mon Nov 10 09:45:43 2008 UTC (14 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.64: +4 -6 lines
Diff to previous 1.64 (colored)

Changes 6.16.0:
* Bug fixes

Revision 1.64 / (download) - annotate - [select for diffs], Mon Jun 23 21:09:43 2008 UTC (15 years, 3 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

patch from christos to stop tcsh seg faulting when given the line
  /bin/echo "`"
or similar.

Revision 1.63 / (download) - annotate - [select for diffs], Tue Mar 11 11:57:46 2008 UTC (15 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.62: +2 -3 lines
Diff to previous 1.62 (colored)

Change hack of MACHINE_GNU_PLATFORM for Solaris to catch up framework's change?
Fixes PR 38195.

Revision 1.62 / (download) - annotate - [select for diffs], Sun Mar 2 07:08:39 2008 UTC (15 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.61: +1 -3 lines
Diff to previous 1.61 (colored)

Remove unnecessary hack to force the configure script to use only our
termcap library -- revision 1.2 of termcap.buildlink3.mk already fixes
this issue.

Revision 1.61 / (download) - annotate - [select for diffs], Fri Feb 29 22:42:02 2008 UTC (15 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.60: +3 -3 lines
Diff to previous 1.60 (colored)

Catch up with rename of termlib.* to termcap.*.

Revision 1.60 / (download) - annotate - [select for diffs], Fri Feb 29 22:23:50 2008 UTC (15 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.59: +5 -1 lines
Diff to previous 1.59 (colored)

+ Teach shells/tcsh to use the terminal library required by pkgsrc
  instead of self-detecting what's in the base system.

Bump the PKGREVISION to 1.

Revision 1.59 / (download) - annotate - [select for diffs], Thu Jan 3 23:21:41 2008 UTC (15 years, 8 months ago) by heinz
Branch: MAIN
Changes since 1.58: +13 -9 lines
Diff to previous 1.58 (colored)

Added support for installation to DESTDIR.

Revision 1.58 / (download) - annotate - [select for diffs], Wed Apr 25 13:21:43 2007 UTC (16 years, 5 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored)

Enable to overrite CONFLICTS by static-tcsh.

Revision 1.57 / (download) - annotate - [select for diffs], Wed Apr 11 06:13:57 2007 UTC (16 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.56: +4 -4 lines
Diff to previous 1.56 (colored)

Fix some pkglint warnings.

Revision 1.56 / (download) - annotate - [select for diffs], Tue Apr 10 00:49:32 2007 UTC (16 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.55: +2 -7 lines
Diff to previous 1.55 (colored)

update to tcsh-6.15

Revision 1.55 / (download) - annotate - [select for diffs], Thu Feb 22 19:01:25 2007 UTC (16 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.

Revision 1.54 / (download) - annotate - [select for diffs], Tue Jan 24 20:42:49 2006 UTC (17 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.53: +13 -12 lines
Diff to previous 1.53 (colored)

Fixed pkglint warnings, including a bugfix where ${IFS} had been used
instead of $${IFS}.

Revision 1.53 / (download) - annotate - [select for diffs], Thu Dec 29 06:22:13 2005 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.52: +1 -2 lines
Diff to previous 1.52 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.52 / (download) - annotate - [select for diffs], Tue Sep 20 04:23:49 2005 UTC (18 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 (colored)

Teach the +SHELLS helper script to not create an /etc/shells file if
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.

Revision 1.51 / (download) - annotate - [select for diffs], Fri Jul 29 18:32:18 2005 UTC (18 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

* Separate out the shell registration into a separately unpacked script
  +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.

Revision 1.50 / (download) - annotate - [select for diffs], Thu Apr 28 23:29:06 2005 UTC (18 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 (colored)

Avoid using != to define OS_VER .. use :sh instead to defer evaluation
until the make targets are invoked.  This avoids needing ${ECHO} and ${SED}
in the top-level make.

Revision 1.49 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:21 2005 UTC (18 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.48: +1 -2 lines
Diff to previous 1.48 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.48 / (download) - annotate - [select for diffs], Fri Mar 25 19:13:24 2005 UTC (18 years, 6 months ago) by kim
Branch: MAIN
Changes since 1.47: +53 -45 lines
Diff to previous 1.47 (colored)

Upgrade to tcsh 6.14.00

New Features:
    * UTF-8 handling for both singe and double width characters
    * termname builtin for testing whether a terminal type is
      available in termcap/terminfo

Revision 1.47 / (download) - annotate - [select for diffs], Fri Dec 3 15:15:09 2004 UTC (18 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.

Revision 1.46 / (download) - annotate - [select for diffs], Wed May 19 17:42:35 2004 UTC (19 years, 4 months ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.45: +2 -3 lines
Diff to previous 1.45 (colored)

Upgrade to tcsh-6.13.00:

 36. V6.13.00 - 20040519
 35. V6.12.03 - 20040322
 34. turn on kanji and dspmbyte by default; add check for utf8 locales,
     and turn parsing of that automatically based on $LANG.
 33. Fix compilation issue under Windows/NT and charset incorrect patch
     (Yoshiyuki Sakakibara)
 32. completion additions (Tom Warzeka)
 31. compilation fix (Martin Kraemer)
 30. V6.12.02 - 20040221
 29. Glob completion listing addition (Tom Warzeka)
 28. BS2000 bs2cmd builtin. (Martin Kraemer)
 27. Fix interrupt resetting code when /etc startup scripts have syntax errors
     (Mark A. Grondona)
 26. Clarification of kill-ring commands (Per Hedeland)
 25. Debian completion additions (Martin Godisch)
 24. Japanese character set fixes (Juehiro-san) from debian
 23. NLS charset fixes; disabled since they only work with gnu gencat
     (Martin Godisch)
 22. Fix HPUX >= 11 resource (Jack Cummings)
 21. Handle breaksw that jumps out of loops.
 20. Revert #16. It causes worse problems.
 19. Avoid using execl() because the last NULL does not always promoted to
     a pointer because the function is variadic (Harti Brandt)
 18. revert ignoreeof to the 6.11.00 behavior and document it (Martin Godisch)
 17. do a case insensitive comparison for the multibyte vars (Martin Godisch)
 16. don't sigsuspend() for an already exited job
 15. glob all arguments in source (Martin Godisch)
 14. various debian fixes (Martin Godisch)
 13. setenv syntax check revert (Satoshi I. Nozawa)
 12. EAGAIN typo (dan harkless)
 11. filec compilation issue on hpux (beebe)
 10. win32 compilation fixes for O_LARGEFILE (amol)
  9. Don't go into an infinite loop when tcgetpgrp() returns an error.
  8. Cygwin fixes (Corinna Vinschen)
  7. NLS catclose() bug avoidance (KAJIMOTO Masato)
  6. V6.12.01 - 20030208
  5. Misc NT cleanup. No more GPL code (amol)
  4. use strtol() to detect errors in builtin kill (Peter Jeremy)
  3. Recognize linux systems on mips* (Maciej W. Rozycki)
  2. Enable complete=igncase on unix (Stephen Krauth)
  1. Eliminate maxitems (Todd Miller)

Revision 1.45 / (download) - annotate - [select for diffs], Sun Apr 18 04:34:14 2004 UTC (19 years, 5 months ago) by snj
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Convert to buildlink3.

Revision 1.44 / (download) - annotate - [select for diffs], Wed Jul 2 05:56:03 2003 UTC (20 years, 3 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored)

don't apply s/5/2/ to OS_VERSION since this breaks later use of it,
e.g. creating a binary pkg with ${OS_VERSION} in the PACKAGES path.

Revision 1.43 / (download) - annotate - [select for diffs], Mon May 5 16:40:28 2003 UTC (20 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.42: +45 -43 lines
Diff to previous 1.42 (colored)

Only attempt to install the individual message catalogs if they have been
generated. Some versions of Solaris do not automatically generate the
catalogs.

Revision 1.42 / (download) - annotate - [select for diffs], Fri Feb 14 18:59:19 2003 UTC (20 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.41: +3 -1 lines
Diff to previous 1.41 (colored)

Note conflict with static version. Closes PR 20010 by Ryo HAYASAKA.

Revision 1.41 / (download) - annotate - [select for diffs], Tue Jan 28 22:04:13 2003 UTC (20 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Nov 17 09:02:01 2002 UTC (20 years, 10 months ago) by salo
Branch: MAIN
Changes since 1.39: +4 -14 lines
Diff to previous 1.39 (colored)

Convert packages to PKG_REGISTER_SHELLS framework.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Sep 30 23:54:07 2002 UTC (21 years ago) by jlam
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored)

Use buildlink2.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Sep 15 19:16:44 2002 UTC (21 years ago) by kim
Branch: MAIN
Changes since 1.37: +2 -3 lines
Diff to previous 1.37 (colored)

Add utmpx support from the tcsh CVS repo (by christos).

Revision 1.37 / (download) - annotate - [select for diffs], Sun Aug 11 05:11:17 2002 UTC (21 years, 1 month ago) by kim
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Fix Japanese message support, and enable multibyte character sets.
Note:  users of the meta key may want to "set nokanji" from now on.

Based on patches from Jun Yamashiro <yamajun@ofug.net> in PR 15274.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Aug 10 13:02:56 2002 UTC (21 years, 1 month ago) by kim
Branch: MAIN
Changes since 1.35: +5 -1 lines
Diff to previous 1.35 (colored)

Create NLS catalogue directories only if they do not already exist.
This should avoid unnecessary warnings from pkgsrc installs, while
allowing tcsh-standalone to work.

Revision 1.35 / (download) - annotate - [select for diffs], Thu Jul 25 11:13:48 2002 UTC (21 years, 2 months ago) by kim
Branch: MAIN
Changes since 1.34: +1 -2 lines
Diff to previous 1.34 (colored)

Revert previous commit.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Jul 25 10:07:46 2002 UTC (21 years, 2 months ago) by martti
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored)

Make lintpkgsrc happy with standalone-tcsh and static-tcsh.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Jul 24 17:51:32 2002 UTC (21 years, 2 months ago) by kim
Branch: MAIN
Changes since 1.32: +3 -5 lines
Diff to previous 1.32 (colored)

Upgrade to tcsh-6.12.00:

New Features:
	* %j in prompt
	* utf8 support

New Ports:
	* darwin support

Locale Support:
	* russian locale fixes
	* polish locale fixes

Highlights from Bug Fixes:
	* Dissallow setting of environment variables that do not contain
	  alphanumeric names
	* Don't expand path components that don't resolve to path names
	* Make $ignoreeof agree with the man page
	* Don't close file descriptors too early because setuid scripts fail

Revision 1.32 / (download) - annotate - [select for diffs], Fri Mar 22 11:13:41 2002 UTC (21 years, 6 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.31: +3 -2 lines
Diff to previous 1.31 (colored)

* Add HOMEPAGE (http://www.tcsh.org/).
* echo -> ${ECHO}, sed -> ${SED}.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Sep 23 21:01:30 2001 UTC (22 years ago) by tron
Branch: MAIN
Changes since 1.30: +4 -2 lines
Diff to previous 1.30 (colored)

Make modifications of "/etc/shells" robust so that they don't fail if
"/etc/shells" doesn't exist or is empty after removing entries for
cerntain shell. These problems show up e.g. under SunOS.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Sep 6 00:54:52 2001 UTC (22 years ago) by kim
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

Install Russian messages in ru_RU as well as to ru_SU.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Sep 4 00:29:26 2001 UTC (22 years ago) by kim
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

Fix Estonian and Ukrainian character set codes.

Revision 1.28 / (download) - annotate - [select for diffs], Mon Sep 3 01:57:21 2001 UTC (22 years ago) by kim
Branch: MAIN
Changes since 1.27: +7 -4 lines
Diff to previous 1.27 (colored)

Upgrade to tcsh-6.11.

NOTE:  Polish translation is excluded from the package due to broken files.

New Features:
        * kill ring                             Per Hedeland
        * bsd style colorls                     Anand
        * big5 multi-byte support               Yen-Ming Lee
        * LARGEFILE support on Linux            Kimmo Suominen
        * jobcmd alias                          Greg Parker

New Ports:
        * concurrent's powermaxos               Matt Majka
        * hpux11                                Joshua Weage

Locale Support:
        * estonian translation                  Toomas Soome
        * russian translation                   Ilmar S. Habibulin
        * polish translation                    Pawe³ New

Complete list of changes:

 40. V6.11.00 - 20010902
 39. Completion fixes (Tom Warzeka)
 38. make c_insert not static so that it can be used from win32 (amol)
 37. Fix rmstar not to corrupt memory when we say no. (Mark Peek)
 36. V6.10.02 - 20010806
 35. polish nls locale (Pawe³ New)
 34. Fix a tcsetattr race running background jobs as the last line on an xterm
     window (Andrew Brown)
 33. jobcmd alias (Greg Parker)
 32. hpux11 support (Joshua Weage)
 31. Fix SHORT_STRINGS compilation (Daniel Trinkle)
 30. Add kill -s (Mark Peek)
 29. Don't recognize all mips as dec (Bjorn Knutsson)
 28. Fix GLOB_QUOTE problem (noted by Per) I introduced in 6.10.01.
 27. Port to concurrent's powermaxos (Matt Majka)
 26. New builtin srcfile (Amol)
 25. Fix bindkey "\\" cmd (reported by Ismail H. Tuncer)
 24. %0Xc was broken in the prompt if the user's home directory was '/'.
     (reported by Edward Glowacki)
 23. V6.10.01 - 20010426
 22. LARGEFILE support on Linux.
 21. Add big5 multibyte support (Yen-Ming Lee)
 20. Check the return value of setpriority (Dima Dorfman)
 19. Avoid constructing paths with // on DomainOS (Nickolai Zeldovich)
 18. Russian translation (Ilmar S. Habibulin)
 17. Fix hostdefs for alpha support in FreeBSD (Andrey A. Chernov)
 16. Add door support in colorls (Shaen)
 15. Add BSD_STYLE_COLORLS for FreeBSD (Anand)
 14. MAXHOSTNAMELEN needs to be 256 (Kris Kennaway)
 13. Document stty -tabs problems on compaq (Nelson H. F. Beebe)
 12. Fix broken comment, and new versions of config.guess and config.sub
     (H.Merijn Brand)
 11. fix redrawing in the recognize case (Andrew Brown)
 10. don't call qsort with 0 items. (Luke Mewburn)
  9. fix echo;echo;echo; not outputing anything (Andrey A. Chernov)
  8. Fix shell word parsing in dabbrev-expand (Per Hedeland)
  7. hpux fixes (Chienting Lin)
  6. Implement kill ring (Per Hedeland)
  5. Avoid core-dumping when a very long $HOME gets passed in (Kris Kennaway)
  4. Add rlimit_vmem for linux based on rlimit_as (N KomaZaki)
  3. back out symlink=expand path check.
  2. Add Estonian translation (Toomas Soome)
  1. Accept empty $savedirs to mean infinity.

Revision 1.27 / (download) - annotate - [select for diffs], Tue Aug 14 12:48:21 2001 UTC (22 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.26: +1 -5 lines
Diff to previous 1.26 (colored)

The TCSH_STATIC mk.conf definition has been removed in favour of a
static-tcsh package.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Aug 6 20:48:54 2001 UTC (22 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Be sure to match the whole line when creating the /etc/shells entry, so
that grep -v /bin/tcsh does not match ${LOCALBASE}/bin/tcsh

Revision 1.25 / (download) - annotate - [select for diffs], Mon Aug 6 15:37:37 2001 UTC (22 years, 1 month ago) by abs
Branch: MAIN
Changes since 1.24: +8 -3 lines
Diff to previous 1.24 (colored)

Handle a PREFIX of / correctly when dealing with /etc/shells

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jul 27 19:43:41 2001 UTC (22 years, 2 months ago) by agc
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Make sure the correct ${NLSDIR} exists for the message catalogues.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Feb 17 17:40:21 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Nov 20 15:06:36 2000 UTC (22 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Add ukrainian...

And retroactively say what is new in 6.10:

- The most important security fix had to do with temporary file handling
  for here-documents. You should update tcsh if you are using it as a
  root shell, and you have malicious users on your system.

- The complete list of changes is here:

 57. V6.10.00 - 20001119
 56. Completion fixes (Tom Warzeka)
 55. add missing linux kanji define (Tsuyoshi Kawabe)
 54. More WINNT_NATIVE fixes (amol)
 53. Fix compile error on winnt (Yoshiyuki Sakakibara)
 52. nonstopux configure and makefile fixes (Tom Bates)
 51. V6.09.04 - 20001111
 50. Order of initialization for multibyte display was wrong
     (HyunChul Kim)
 49. Follow the guideline for linux for japanese locale:
     http://www.linux.or.jp/JF/JFdocs/Japanese-Locale-Policy.txt
     (Tomohiro KUBOTA)
 48. Ukrainian nls map (Olexander Kunytsa)
 47. exit immeditiately if we get an error while we are setting up
     (Michael Shalayeff)
 46. (unset path; unsetenv PATH; rehash) -> crash (Kent Vander Velden)
 45. change winnt to winnt_native (Randolph Fritz)
 44. Support home/end in the editor (Andrey A. Chernov)
 43. Typo s/gycwin/cygwin/ in tc.os.h (Andreas Schott)
 42. Alpha ev6 addition (Karen R. McArthur)
 41. DSPMBYTE patch from (Issei Suzuki)
 40. Security fix for here-doc tmp files (proton@ENERGYMECH.NET)
 39. Fix resource limit rounding *again* (Johannes Gross)
 38. Fix $ expansion in prompt (Takashi Sumiyoshi)
 37. V6.09.03 - 20000715
 36. cygwin port fixes (Arihiro Yoshida)
 35. Add a new "catalog" variable that specifies which NLS catalog
     to be used (Issei Suzuki)
 34. cleanup and addition of page up/down (amol)
 33. fix vfork compile problem.
 32. use inet_addr instead of inet_aton for portability.
 31. V6.09.02 - 20000704
 30. lots more completions (George Cox)
 29. change FILSIZ to BUFSIZE [now that BUFSIZE >> MAXPATHLEN] and
     avoid a potential buffer overflow in sh.dir.c (Volker Schmidt)
 28. _MINIX_VMD port (Martijn van Buul)
 27. inet6 handling for remotehost and configure (Hajimu UMEMOTO)
 26. aix-4 does not need gethostname (Darren Reed)
 25. IBM OS/390 Unix Systems Services support (Peter Prymmer)
 24. Fix prompt formatting (Andrey A. Chernov)
 23. Use HostType from Imakefile correctly (Kjetil Torgrim Homme)
 22. Handle long and expanded history lines better (Boleslaw Ciesielski)
 21. With symlinks=expand expand valid paths only (Martin Kraemer)
 20. Make one-byte charsets work with KANJI (Andrey A. Chernov)
 19. NT-specific executable detection moved to NT code (amol)
 18. New "complete module" (Dan Nicolaescu)
 17. Correctly display scaling string in limit error messages (Nathan Ahlstrom)
 16. Don't display "unset watch" message when not appropriate (kim)
 15. V6.09.01 - 20000114
 14. Circumvent IRIX4D ESTALE bug by exiting.
 13. IRIS4D de-linting.
 12. Finnish nls catalogs (Jukka A. Ukkonen)
 11. Even more multibyte fixes (Taga Nayuta)
 10. Patches to statically link tcsh under solaris-2.6 (John Hawkinson)
  9. Manual page typos (R. Bernstein)
  8. HP/UX-11 (9000/800) HP/UX-10.20 (9000/820) (Haflidi Sigtryggur Magnusson)
  7. Color-ls fixes (Luis Francisco Gonzalez)
  6. Don't re-use time0 to compare to stat's st_mtime, cause it could be
     the value returned from times(2) which is the ticks since system
     startup (Frank van der Linden)
  5. Time percentage wrap fix (Simon Burge)
  4. EUCKR support (HyunChul Kim)
  3. Grammar and typo fixes for tcsh.man (Steve Kelem)
  2. More multibyte fixes (Rodney Ruddock)
  1. Change 6.08 -> 6.09 where I missed it; update for utlrix 4.5 (Simon Burge)

Revision 1.21 / (download) - annotate - [select for diffs], Sun Nov 19 21:44:06 2000 UTC (22 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.20: +5 -3 lines
Diff to previous 1.20 (colored)

update for tcsh-6.10.00

Revision 1.20 / (download) - annotate - [select for diffs], Wed Aug 30 18:00:52 2000 UTC (23 years, 1 month ago) by abs
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.19: +5 -1 lines
Diff to previous 1.19 (colored)

Add 'TCSH_STATIC' variable for producing static tcsh binary.
If only 'make LDFLAGS+=-static' would work...

Revision 1.19 / (download) - annotate - [select for diffs], Tue Aug 17 16:11:27 1999 UTC (24 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002, comdex-fall-1999
Changes since 1.18: +3 -2 lines
Diff to previous 1.18 (colored)

Be a bit more general when configuring this package on Solaris.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Aug 17 16:00:02 1999 UTC (24 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.17: +7 -1 lines
Diff to previous 1.17 (colored)

Remove obsolete patch, and regen checksum file.

On Solaris, work around a configure script bug - pass the Operating
System version to configure.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Aug 16 23:01:21 1999 UTC (24 years, 1 month ago) by kim
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16 (colored)

Upgraded to tcsh 6.09.00

Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 11 08:24:21 1999 UTC (24 years, 6 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH001
Changes since 1.15: +5 -6 lines
Diff to previous 1.15 (colored)

Simplify the shell scripting here, so that this package works on Solaris.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Nov 13 12:31:15 1998 UTC (24 years, 10 months ago) by agc
Branch: MAIN
Changes since 1.14: +9 -7 lines
Diff to previous 1.14 (colored)

Use WRKSRC definition to keep pkglint happy.
Simplify PLIST_SRC usage.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Oct 3 07:06:23 1998 UTC (25 years ago) by kim
Branch: MAIN
Changes since 1.13: +54 -22 lines
Diff to previous 1.13 (colored)

Upgrade to tcsh-6.08.00

Revision 1.13 / (download) - annotate - [select for diffs], Wed Sep 9 12:10:12 1998 UTC (25 years ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored)

It's not necessary to ${MKDIR} ${PREFIX}/share/nls/el_GR.ISO_8859-7, since
that will be done by mtree, using NetBSD.pkg.dist.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Sep 9 11:47:18 1998 UTC (25 years ago) by agc
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

*** empty log message ***

Revision 1.11 / (download) - annotate - [select for diffs], Tue Aug 4 20:19:51 1998 UTC (25 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.10: +1 -3 lines
Diff to previous 1.10 (colored)

Use BSD_INSTALL_{PROGRAM,DATA} in the Makefile instead of "chown"ing after
install.  Remove patches relevant to FreeBSD but not NetBSD.  Split
patches up into dsingle files and use kunified diff format.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jun 21 02:35:53 1998 UTC (25 years, 3 months ago) by tv
Branch: MAIN
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

Automanpage handling.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 20 11:56:33 1998 UTC (25 years, 5 months ago) by frueauf
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:48 1998 UTC (25 years, 5 months ago) by agc
Branch: MAIN
Changes since 1.7: +2 -7 lines
Diff to previous 1.7 (colored)

Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Mar 7 21:24:23 1998 UTC (25 years, 6 months ago) by hubertf
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Use INSTALL_*_DIR macros.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 5 14:28:32 1998 UTC (25 years, 6 months ago) by tv
Branch: MAIN
Changes since 1.5: +6 -6 lines
Diff to previous 1.5 (colored)

Changes for the PLIST to reflect what's actually installed:
- use hard links for locale files
- note all locale file names in the PLIST

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 24 23:17:36 1998 UTC (25 years, 8 months ago) by hubertf
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

portlint: fix RCS Id, use cmd macros

Revision 1.4 / (download) - annotate - [select for diffs], Thu Nov 27 11:56:07 1997 UTC (25 years, 10 months ago) by explorer
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

update location of archive

Revision 1.3 / (download) - annotate - [select for diffs], Wed Nov 26 23:57:16 1997 UTC (25 years, 10 months ago) by hubertf
Branch: MAIN
Changes since 1.2: +5 -1 lines
Diff to previous 1.2 (colored)

 - Update /etc/shells also on "make install", not only on pkg_add
 - Fix greek NLS files

Revision 1.2 / (download) - annotate - [select for diffs], Fri Oct 24 15:55:06 1997 UTC (25 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

Add NetBSD RCS Id.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 24 14:14:33 1997 UTC (25 years, 11 months ago) by agc
Branch: FREEBSD
CVS Tags: FreeBSD-current-1997-10-03
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of FreeBSD's shells ports category into NetBSD package
system.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 24 14:14:33 1997 UTC (25 years, 11 months ago) by agc
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>