summaryrefslogtreecommitdiffstats
path: root/source/a
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-05-11 00:24:01 +0000
committer Eric Hameleers <alien@slackware.com>2019-05-11 08:59:47 +0200
commitd5199f14aa5f58cd822ecb689bc3f13683973cd1 (patch)
tree13801f667b92598b3239c634d9fa8b17528c554b /source/a
parentb292896e382b8394ef147b105de0eccd4bd78be7 (diff)
downloadcurrent-d5199f14aa5f58cd822ecb689bc3f13683973cd1.tar.gz
current-d5199f14aa5f58cd822ecb689bc3f13683973cd1.tar.xz
Sat May 11 00:24:01 UTC 201920190511002401
a/kernel-generic-4.19.42-x86_64-1.txz: Upgraded. a/kernel-huge-4.19.42-x86_64-1.txz: Upgraded. a/kernel-modules-4.19.42-x86_64-1.txz: Upgraded. a/tcsh-6.21.00-x86_64-1.txz: Upgraded. d/kernel-headers-4.19.42-x86-1.txz: Upgraded. k/kernel-source-4.19.42-noarch-1.txz: Upgraded. x/libglvnd-1.1.1-x86_64-1.txz: Added. This is the GL Vendor-Neutral Dispatch library, which allows multiple drivers from different vendors to coexist on the same machine. When libglvnd is present, the NVIDIA driver will not overwrite any system files. Note that this is known to work when installing the NVIDIA driver using the .run installer. Other methods may require adjustment. This library is now a dependency of Mesa. Thanks to Heinz Wiesinger. x/libinput-1.13.2-x86_64-1.txz: Upgraded. x/mesa-19.0.4-x86_64-1.txz: Upgraded. Compiled with --enable-libglvnd. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/a')
-rwxr-xr-xsource/a/tcsh/tcsh.SlackBuild8
-rw-r--r--source/a/tcsh/tcsh.url1
2 files changed, 5 insertions, 4 deletions
diff --git a/source/a/tcsh/tcsh.SlackBuild b/source/a/tcsh/tcsh.SlackBuild
index d4937da62..8e8e91021 100755
--- a/source/a/tcsh/tcsh.SlackBuild
+++ b/source/a/tcsh/tcsh.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2012, 2013, 2015, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2012, 2013, 2015, 2018, 2019 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=tcsh
-VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG/etc
cd $TMP
rm -rf ${PKGNAM}-$VERSION
-tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z* || exit 1
+tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z || exit 1
cd ${PKGNAM}-$VERSION || exit 1
# The LS_COLORS variable shared by tcsh has new options in recent
diff --git a/source/a/tcsh/tcsh.url b/source/a/tcsh/tcsh.url
new file mode 100644
index 000000000..9f8f7cc40
--- /dev/null
+++ b/source/a/tcsh/tcsh.url
@@ -0,0 +1 @@
+https://github.com/tcsh-org/tcsh