summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rwxr-xr-xsource/d/gdb/gdb.SlackBuild2
-rw-r--r--source/k/kernel-configs/config-generic-4.19.75 (renamed from source/k/kernel-configs/config-generic-4.19.74)2
-rw-r--r--source/k/kernel-configs/config-generic-4.19.75.x64 (renamed from source/k/kernel-configs/config-generic-4.19.74.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-4.19.75-smp (renamed from source/k/kernel-configs/config-generic-smp-4.19.74-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-4.19.75 (renamed from source/k/kernel-configs/config-huge-4.19.74)2
-rw-r--r--source/k/kernel-configs/config-huge-4.19.75.x64 (renamed from source/k/kernel-configs/config-huge-4.19.74.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-4.19.75-smp (renamed from source/k/kernel-configs/config-huge-smp-4.19.74-smp)2
-rwxr-xr-xsource/x/freeglut/freeglut.SlackBuild5
-rwxr-xr-xsource/x/vulkan-sdk/fetch-sources.sh4
-rw-r--r--source/x/x11/build/xf86-video-geode2
10 files changed, 14 insertions, 11 deletions
diff --git a/source/d/gdb/gdb.SlackBuild b/source/d/gdb/gdb.SlackBuild
index f8a8c88eb..025c2d3e3 100755
--- a/source/d/gdb/gdb.SlackBuild
+++ b/source/d/gdb/gdb.SlackBuild
@@ -73,7 +73,7 @@ find . \
-exec chmod 644 {} \;
# Currently broken in this version, but keep trying:
-if [ "$VERSION" = "8.3" ]; then
+if [ "$VERSION" = "8.3.1" ]; then
GUILE_OPTION="--without-guile"
else
# Might as well try it to see if it compiles this time:
diff --git a/source/k/kernel-configs/config-generic-4.19.74 b/source/k/kernel-configs/config-generic-4.19.75
index ce7f19d02..8c723891a 100644
--- a/source/k/kernel-configs/config-generic-4.19.74
+++ b/source/k/kernel-configs/config-generic-4.19.75
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.74 Kernel Configuration
+# Linux/x86 4.19.75 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-4.19.74.x64 b/source/k/kernel-configs/config-generic-4.19.75.x64
index 8baa96fa8..6d9f86eb6 100644
--- a/source/k/kernel-configs/config-generic-4.19.74.x64
+++ b/source/k/kernel-configs/config-generic-4.19.75.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.74 Kernel Configuration
+# Linux/x86 4.19.75 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-smp-4.19.74-smp b/source/k/kernel-configs/config-generic-smp-4.19.75-smp
index c5c67eae5..ed7b48657 100644
--- a/source/k/kernel-configs/config-generic-smp-4.19.74-smp
+++ b/source/k/kernel-configs/config-generic-smp-4.19.75-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.74 Kernel Configuration
+# Linux/x86 4.19.75 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-4.19.74 b/source/k/kernel-configs/config-huge-4.19.75
index d39b05feb..44d3f65a9 100644
--- a/source/k/kernel-configs/config-huge-4.19.74
+++ b/source/k/kernel-configs/config-huge-4.19.75
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.74 Kernel Configuration
+# Linux/x86 4.19.75 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-4.19.74.x64 b/source/k/kernel-configs/config-huge-4.19.75.x64
index ac561400c..563a7b156 100644
--- a/source/k/kernel-configs/config-huge-4.19.74.x64
+++ b/source/k/kernel-configs/config-huge-4.19.75.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.74 Kernel Configuration
+# Linux/x86 4.19.75 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-smp-4.19.74-smp b/source/k/kernel-configs/config-huge-smp-4.19.75-smp
index 30fa00f9b..ac3835dc1 100644
--- a/source/k/kernel-configs/config-huge-smp-4.19.74-smp
+++ b/source/k/kernel-configs/config-huge-smp-4.19.75-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.74 Kernel Configuration
+# Linux/x86 4.19.75 Kernel Configuration
#
#
diff --git a/source/x/freeglut/freeglut.SlackBuild b/source/x/freeglut/freeglut.SlackBuild
index f1e10c978..88c0b4b2a 100755
--- a/source/x/freeglut/freeglut.SlackBuild
+++ b/source/x/freeglut/freeglut.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=freeglut
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -81,6 +81,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Fix header installation:
+sed -i -e '76s/SRCS/HEADERS/' CMakeLists.txt
+
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION/html
cp -a \
AUTHORS COPYING* INSTALL NEWS README TODO \
diff --git a/source/x/vulkan-sdk/fetch-sources.sh b/source/x/vulkan-sdk/fetch-sources.sh
index 87cb9ebe2..1331a7210 100755
--- a/source/x/vulkan-sdk/fetch-sources.sh
+++ b/source/x/vulkan-sdk/fetch-sources.sh
@@ -27,8 +27,8 @@
#
# Example: VERSION=1.1.92.1 ./fetch-sources.sh
-VERSION=${VERSION:-1.1.114.0}
-BRANCH=${BRANCH:-sdk-1.1.114}
+VERSION=${VERSION:-1.1.121.0}
+BRANCH=${BRANCH:-sdk-1.1.121}
rm -rf Vulkan-*-*.tar.?z glslang* SPIRV-Tools* SPIRV-Headers* \
Vulkan-Headers-sdk-${VERSION}* \
diff --git a/source/x/x11/build/xf86-video-geode b/source/x/x11/build/xf86-video-geode
index 0cfbf0888..d00491fd7 100644
--- a/source/x/x11/build/xf86-video-geode
+++ b/source/x/x11/build/xf86-video-geode
@@ -1 +1 @@
-2
+1