pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/tcsh
Module Name: pkgsrc
Committed By: christos
Date: Thu Nov 24 15:45:06 UTC 2016
Modified Files:
pkgsrc/shells/tcsh: Makefile distinfo
pkgsrc/shells/tcsh/patches: patch-aa
Removed Files:
pkgsrc/shells/tcsh/patches: patch-tc.alloc.c
Log Message:
Welcome to tcsh-6.20.00
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/shells/tcsh/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/shells/tcsh/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/shells/tcsh/patches/patch-aa
cvs rdiff -u -r1.1 -r0 pkgsrc/shells/tcsh/patches/patch-tc.alloc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/tcsh/Makefile
diff -u pkgsrc/shells/tcsh/Makefile:1.81 pkgsrc/shells/tcsh/Makefile:1.82
--- pkgsrc/shells/tcsh/Makefile:1.81 Sun Dec 13 05:46:26 2015
+++ pkgsrc/shells/tcsh/Makefile Thu Nov 24 10:45:06 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.81 2015/12/13 10:46:26 markd Exp $
+# $NetBSD: Makefile,v 1.82 2016/11/24 15:45:06 christos Exp $
-DISTNAME= tcsh-6.19.00
-PKGREVISION= 1
+DISTNAME= tcsh-6.20.00
+#PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/
Index: pkgsrc/shells/tcsh/distinfo
diff -u pkgsrc/shells/tcsh/distinfo:1.36 pkgsrc/shells/tcsh/distinfo:1.37
--- pkgsrc/shells/tcsh/distinfo:1.36 Sun Dec 13 05:46:26 2015
+++ pkgsrc/shells/tcsh/distinfo Thu Nov 24 10:45:06 2016
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.36 2015/12/13 10:46:26 markd Exp $
+$NetBSD: distinfo,v 1.37 2016/11/24 15:45:06 christos Exp $
-SHA1 (tcsh-6.19.00.tar.gz) = cdb1abe319fab5d3caff101c393293e5b3607f0c
-RMD160 (tcsh-6.19.00.tar.gz) = 0f1e8c5fdee634baff6670290bd30074db965da3
-SHA512 (tcsh-6.19.00.tar.gz) = e34f267c05308d52db08576d6c67ec4b5f092b42494be4b432bd1ffe5705c3030a3bf1b6aba1fa4e7d8ff4151ef5a695503ab7e0d968e35620791959c27bcadf
-Size (tcsh-6.19.00.tar.gz) = 947135 bytes
-SHA1 (patch-aa) = cedcb5e0b209c50a945db6778fd86574ad16ad6b
+SHA1 (tcsh-6.20.00.tar.gz) = a77d68434cc4bed731a46a39b9e01523e3a1e98c
+RMD160 (tcsh-6.20.00.tar.gz) = 3f119421ef3500cea1bebe2edf35c6d81ca1c8f3
+SHA512 (tcsh-6.20.00.tar.gz) = c5635393c22341e62fb9a0b953ddf8871a876ab09deb08c98237f93afa9257b4a3381d1db65eefe769e22ef845db29ab7bc78773f1f609d73c8205689a6683e9
+Size (tcsh-6.20.00.tar.gz) = 1001696 bytes
+SHA1 (patch-aa) = 440849534fc49afdbd70b95d6cbc62ff5abee240
SHA1 (patch-ab) = 8cf26988778b5331360eb1aab98bfcc920c71ac2
SHA1 (patch-configure) = 91c2019da8c074bd6f24b84bf798ccd497110727
SHA1 (patch-sh.h) = ac6211ddd5e552e9baec2d35aed5e7e573cab04e
-SHA1 (patch-tc.alloc.c) = 826edfd3c8d5bb4a9c5515b69ba28a4ad0eff99e
Index: pkgsrc/shells/tcsh/patches/patch-aa
diff -u pkgsrc/shells/tcsh/patches/patch-aa:1.14 pkgsrc/shells/tcsh/patches/patch-aa:1.15
--- pkgsrc/shells/tcsh/patches/patch-aa:1.14 Fri May 22 04:03:43 2015
+++ pkgsrc/shells/tcsh/patches/patch-aa Thu Nov 24 10:45:06 2016
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.14 2015/05/22 08:03:43 kim Exp $
+$NetBSD: patch-aa,v 1.15 2016/11/24 15:45:06 christos Exp $
Use LDFLAGS and BSD_INSTALL_*.
---- Makefile.in.orig 2014-07-24 22:52:13.000000000 +0000
-+++ Makefile.in 2015-05-22 07:54:35.000000000 +0000
+--- Makefile.in.orig 2015-08-24 16:09:04.000000000 -0400
++++ Makefile.in 2016-11-24 10:43:07.000000000 -0500
@@ -357,7 +357,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -17,7 +17,7 @@ Use LDFLAGS and BSD_INSTALL_*.
gethost: gethost.c sh.err.h tc.const.h sh.h
rm -f gethost
-- ${CC_FOR_GETHOST} -o gethost ${CPPFLAGS} ${CFLAGS} $(srcdir)/gethost.c
+- ${CC_FOR_GETHOST} -o gethost ${CPPFLAGS} $(srcdir)/gethost.c
+ ${CC_FOR_GETHOST} -o gethost ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} $(srcdir)/gethost.c
tc.defs.c: gethost host.defs
Home |
Main Index |
Thread Index |
Old Index