Thu Mar 22 16:54:25 2012 UTC ()
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


(adam)
diff -r1.68 -r1.69 pkgsrc/shells/tcsh/Makefile
diff -r1.27 -r1.28 pkgsrc/shells/tcsh/distinfo
diff -r1.11 -r1.12 pkgsrc/shells/tcsh/patches/patch-aa
diff -r1.13 -r0 pkgsrc/shells/tcsh/patches/patch-ac
diff -r1.11 -r0 pkgsrc/shells/tcsh/patches/patch-ad

cvs diff -r1.68 -r1.69 pkgsrc/shells/tcsh/Makefile (expand / switch to context diff)
--- pkgsrc/shells/tcsh/Makefile 2010/03/26 14:09:50 1.68
+++ pkgsrc/shells/tcsh/Makefile 2012/03/22 16:54:25 1.69
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2010/03/26 14:09:50 hauke Exp $
+# $NetBSD: Makefile,v 1.69 2012/03/22 16:54:25 adam Exp $
 
-DISTNAME=	tcsh-6.17.00
-PKGREVISION=	1
+DISTNAME=	tcsh-6.18.01
 CATEGORIES=	shells
 MASTER_SITES=	ftp://ftp.astron.com/pub/tcsh/ \
 		ftp://ftp.funet.fi/pub/unix/shells/tcsh/
@@ -9,6 +8,7 @@
 MAINTAINER=	kim@tac.nyc.ny.us
 HOMEPAGE=	http://www.tcsh.org/Welcome
 COMMENT=	Extended C-shell with many useful features
+LICENSE=	original-bsd
 
 PKG_DESTDIR_SUPPORT=	user-destdir
 

cvs diff -r1.27 -r1.28 pkgsrc/shells/tcsh/distinfo (expand / switch to context diff)
--- pkgsrc/shells/tcsh/distinfo 2010/05/04 00:14:00 1.27
+++ pkgsrc/shells/tcsh/distinfo 2012/03/22 16:54:25 1.28
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.27 2010/05/04 00:14:00 agc Exp $
+$NetBSD: distinfo,v 1.28 2012/03/22 16:54:25 adam Exp $
 
-SHA1 (tcsh-6.17.00.tar.gz) = 9bf67d5ce1b406178e9ba535ecd34553fe0d4d36
-RMD160 (tcsh-6.17.00.tar.gz) = 2cc41a895799ade6d62640f877bb626f136dac35
-Size (tcsh-6.17.00.tar.gz) = 890084 bytes
-SHA1 (patch-aa) = bd2c3a5814b17675c56618feae9184548e40c0d0
+SHA1 (tcsh-6.18.01.tar.gz) = eee2035645737197ff8059c84933a75d23cd76f9
+RMD160 (tcsh-6.18.01.tar.gz) = ea18bb6d4d6dca2700d74daa2940f67d45a18cb9
+Size (tcsh-6.18.01.tar.gz) = 926872 bytes
+SHA1 (patch-aa) = f9d9d21482380002eaad51125310b6d36930baa7
 SHA1 (patch-ab) = ab71a3826bbcef0702a7d43446f13454176aa671
-SHA1 (patch-ac) = b08d073d947775c0bedaaf53c55bbd6c6c63c6d2
-SHA1 (patch-ad) = 7db4fbbcafb1d2ed1b0e68dd70373e6e5fac93e6

cvs diff -r1.11 -r1.12 pkgsrc/shells/tcsh/patches/Attic/patch-aa (expand / switch to context diff)
--- pkgsrc/shells/tcsh/patches/Attic/patch-aa 2010/03/14 14:06:09 1.11
+++ pkgsrc/shells/tcsh/patches/Attic/patch-aa 2012/03/22 16:54:25 1.12
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.11 2010/03/14 14:06:09 adam Exp $
+$NetBSD: patch-aa,v 1.12 2012/03/22 16:54:25 adam Exp $
 
---- Makefile.in.orig	2009-06-24 22:09:05.000000000 +0000
+--- Makefile.in.orig	2011-02-05 17:35:31.000000000 +0000
 +++ Makefile.in
-@@ -278,7 +278,7 @@ P=
+@@ -357,7 +357,7 @@ P=
  prefix=@prefix@
  exec_prefix=@exec_prefix@
  bindir=@bindir@
@@ -11,10 +11,19 @@
  MANSECT=1
  DESTBIN=${DESTDIR}${bindir}
  DESTMAN=${DESTDIR}${mandir}/man${MANSECT}
-@@ -512,17 +512,10 @@ vgrind:
+@@ -449,7 +449,7 @@ pure:$(P) ${OBJS} 
+ 
+ gethost:  gethost.c sh.err.h tc.const.h sh.h
+ 	rm -f gethost
+-	${CC_FOR_GETHOST} -o gethost ${CPPFLAGS} $(srcdir)/gethost.c
++	${CC_FOR_GETHOST} -o gethost ${CPPFLAGS} ${LDFLAGS} $(srcdir)/gethost.c
+ 
+ tc.defs.c:	gethost host.defs
+ 	@rm -f $@.tmp
+@@ -596,20 +596,13 @@ vgrind:
  install-strip: install
  
- install: tcsh$(EXEEXT) 
+ install: tcsh$(EXEEXT) install.catalogs install.man
 -	-mkdir -p ${DESTBIN}
 -	-mv -f ${DESTBIN}/tcsh$(EXEEXT)  ${DESTBIN}/tcsh.old
 -	cp tcsh$(EXEEXT) ${DESTBIN}/tcsh$(EXEEXT)
@@ -22,6 +31,9 @@
 -	chmod 755 ${DESTBIN}/tcsh$(EXEEXT)
 +	${BSD_INSTALL_PROGRAM} tcsh${EXEEXT} ${DESTBIN}/tcsh${EXEEXT}
  
+ install.catalogs:
+ 	@test "x${BUILD_CATALOGS}" = "xyes" && (cd nls; ${MAKE} install DESTDIR=${DESTDIR}) || exit 0
+ 
  install.man: tcsh.man
 -	-mkdir -p ${DESTMAN}
 -	-rm -f ${DESTMAN}/tcsh.${MANSECT}
@@ -29,5 +41,5 @@
 -	chmod 444 ${DESTMAN}/tcsh.${MANSECT}
 +	${BSD_INSTALL_MAN} tcsh.man ${DESTMAN}/tcsh.${MANSECT}
  
- install.cygwin: install install.man
+ # Amiga Unix
- 	-mkdir -p ${DESTDIR}${prefix}/share/doc/tcsh
+ #install.man: tcsh.man

File Deleted: pkgsrc/shells/tcsh/patches/Attic/patch-ac

File Deleted: pkgsrc/shells/tcsh/patches/Attic/patch-ad