summaryrefslogtreecommitdiffstats
path: root/source/l/ncurses/ncurses.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2018-11-14 00:00:07 +0000
committer Eric Hameleers <alien@slackware.com>2018-11-14 08:59:46 +0100
commite10adef4c2a06f02cd4970f0f6459c27e840f772 (patch)
treea8686f5f485fe72c2cac0bec34516a183e6c6043 /source/l/ncurses/ncurses.SlackBuild
parent2520b90f18ab408818b967f77ef38c1be85de634 (diff)
downloadcurrent-4ecc08300c8bdf0a3613fb27ada4fcf0e9cc0a4d.tar.gz
current-4ecc08300c8bdf0a3613fb27ada4fcf0e9cc0a4d.tar.xz
Wed Nov 14 00:00:07 UTC 201820181114000007
a/aaa_terminfo-6.1_20181110-x86_64-1.txz: Upgraded. a/kernel-generic-4.19.2-x86_64-1.txz: Upgraded. a/kernel-huge-4.19.2-x86_64-1.txz: Upgraded. a/kernel-modules-4.19.2-x86_64-1.txz: Upgraded. ap/vim-8.1.0526-x86_64-1.txz: Upgraded. Don't package .desktop files for the base vim package. Move the terminal-based vim.desktop (menu clutter) into the docs directory. d/kernel-headers-4.19.2-x86-1.txz: Upgraded. k/kernel-source-4.19.2-noarch-1.txz: Upgraded. l/librsvg-2.44.9-x86_64-1.txz: Upgraded. l/ncurses-6.1_20181110-x86_64-1.txz: Upgraded. The new kernel fixes the artifact on the virtual console, so the original linux terminal definition has been restored. xap/vim-gvim-8.1.0526-x86_64-1.txz: Upgraded. Let vim install its own icon and gvim.desktop files. Thanks to drumz. Don't include the terminal-based vim.desktop file. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/l/ncurses/ncurses.SlackBuild')
-rwxr-xr-xsource/l/ncurses/ncurses.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/l/ncurses/ncurses.SlackBuild b/source/l/ncurses/ncurses.SlackBuild
index 1eebb7987..7c6542a34 100755
--- a/source/l/ncurses/ncurses.SlackBuild
+++ b/source/l/ncurses/ncurses.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=ncurses
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | cut -f 2- -d - | cut -f 1,2 -d .)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -118,10 +118,6 @@ chown -R root:root .
zcat $CWD/ncurses.mkhashsize.diff.gz | patch -p1 --verbose || exit 1
-# BCE is broken with 4.19.0 and 4.19.1 kernels. Revert this ASAP, but use it
-# for now to paper over the problem:
-zcat $CWD/linux-no-bce.diff.gz | patch -p1 --verbose || exit 1
-
# Configure/build/install to package the standard ncurses libraries:
ncurses_configure || exit 1
make $NUMJOBS || exit 1