diff options
author | kim <kim> | 2002-07-24 17:51:32 +0000 |
---|---|---|
committer | kim <kim> | 2002-07-24 17:51:32 +0000 |
commit | 2fe8e5eaa4df24c381b033d52c2bde5519feaf1f (patch) | |
tree | 171f3cefb3c23e9d12139b4c9837be8f21210f3c /shells/tcsh/Makefile | |
parent | 09a0783c17fa8a4b058c250bd781d896bc086efb (diff) | |
download | pkgsrc-2fe8e5eaa4df24c381b033d52c2bde5519feaf1f.tar.gz |
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
Diffstat (limited to 'shells/tcsh/Makefile')
-rw-r--r-- | shells/tcsh/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index b436ad3f638..7a794c510f3 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2002/03/22 11:13:41 uebayasi Exp $ +# $NetBSD: Makefile,v 1.33 2002/07/24 17:51:32 kim Exp $ # -DISTNAME= tcsh-6.11 -PKGNAME= tcsh-6.11.00 +DISTNAME= tcsh-6.12.00 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ ftp://ftp.gw.com/pub/unix/tcsh/ \ @@ -28,7 +27,6 @@ OS_VERSION!= ${ECHO} ${OS_VERSION} | ${SED} -e 's|5\.|2.|' LOWER_OPSYS= solaris${OS_VERSION} .endif -# XXX broken: pl:ISO_8859-2:pl:PL post-install: @${ECHO} "Installing message catalogues" @${INSTALL_DATA} ${WRKSRC}/tcsh.C.cat ${PREFIX}/${NLSDIR}/C/tcsh.cat @@ -42,6 +40,7 @@ post-install: greek:ISO_8859-7:el:GR \ italian:ISO_8859-1:it:CH:IT \ ja:EUC:ja:JP \ + pl:ISO_8859-2:pl:PL \ russian:KOI8-R:ru:RU:SU \ spanish:ISO_8859-1:es:ES \ ukrainian:KOI8-U:uk:UA \ @@ -57,7 +56,6 @@ post-install: o=; \ while [ $$# -gt 0 ]; do \ d=${NLSDIR}/$${c}_$$1.$${s}; \ - ${INSTALL_DATA_DIR} ${PREFIX}/$$d; \ if [ -z "$$o" ]; then \ o="$$d"; \ ${INSTALL_DATA} ${WRKSRC}/tcsh.$${l}.cat \ |