Fri May 18 15:16:12 2018 UTC ()
Be more modern by add -noretro X option.


(youri)
diff -r1.1 -r1.2 pkgsrc/x11/slim/distinfo
diff -r1.1 -r1.2 pkgsrc/x11/slim/patches/patch-slim.conf

cvs diff -r1.1 -r1.2 pkgsrc/x11/slim/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/slim/distinfo 2018/05/18 14:51:17 1.1
+++ pkgsrc/x11/slim/distinfo 2018/05/18 15:16:12 1.2
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.1 2018/05/18 14:51:17 youri Exp $ 1$NetBSD: distinfo,v 1.2 2018/05/18 15:16:12 youri Exp $
2 2
3SHA1 (slim-1.3.6.tar.gz) = 9407ea2ee7b2ed649f17a8ddbf1f7b26a7c7b9fb 3SHA1 (slim-1.3.6.tar.gz) = 9407ea2ee7b2ed649f17a8ddbf1f7b26a7c7b9fb
4RMD160 (slim-1.3.6.tar.gz) = 1bf3269b23275c50b67ada8cb5709e093eb6764f 4RMD160 (slim-1.3.6.tar.gz) = 1bf3269b23275c50b67ada8cb5709e093eb6764f
5SHA512 (slim-1.3.6.tar.gz) = 345b1dee5d6f0c3716dfa7c5c16274adbf18586bdaaa6af4f310e24c5a61f79a297ffac921a5ba545523317e9fe120916df226c36b9c9b49c2ac9c1ca21dee0c 5SHA512 (slim-1.3.6.tar.gz) = 345b1dee5d6f0c3716dfa7c5c16274adbf18586bdaaa6af4f310e24c5a61f79a297ffac921a5ba545523317e9fe120916df226c36b9c9b49c2ac9c1ca21dee0c
6Size (slim-1.3.6.tar.gz) = 232547 bytes 6Size (slim-1.3.6.tar.gz) = 232547 bytes
7SHA1 (patch-CMakeLists.txt) = 27f0222a206465e12f22f78e418b1615f7825cd4 7SHA1 (patch-CMakeLists.txt) = 27f0222a206465e12f22f78e418b1615f7825cd4
8SHA1 (patch-slim.conf) = 374bd751be43a0c04e70f38adc34ddbc03370cf4 8SHA1 (patch-slim.conf) = c85fb8f14e02e602f1dd5a72ffa20de7a34e5a13

cvs diff -r1.1 -r1.2 pkgsrc/x11/slim/patches/patch-slim.conf (expand / switch to unified diff)

--- pkgsrc/x11/slim/patches/patch-slim.conf 2018/05/18 14:51:17 1.1
+++ pkgsrc/x11/slim/patches/patch-slim.conf 2018/05/18 15:16:12 1.2
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1$NetBSD: patch-slim.conf,v 1.1 2018/05/18 14:51:17 youri Exp $ 1$NetBSD: patch-slim.conf,v 1.2 2018/05/18 15:16:12 youri Exp $
2 2
3Adjust for NetBSD 3Adjust for NetBSD
4 4
5--- slim.conf.orig 2013-10-01 22:38:05.000000000 +0000 5--- slim.conf.orig 2013-10-01 22:38:05.000000000 +0000
6+++ slim.conf 6+++ slim.conf
7@@ -1,17 +1,18 @@ 7@@ -1,17 +1,18 @@
8 # Path, X server and arguments (if needed) 8 # Path, X server and arguments (if needed)
9 # Note: -xauth $authfile is automatically appended 9 # Note: -xauth $authfile is automatically appended
10-default_path /bin:/usr/bin:/usr/local/bin 10-default_path /bin:/usr/bin:/usr/local/bin
11-default_xserver /usr/bin/X 11-default_xserver /usr/bin/X
12+default_path /bin:/usr/bin:@X11BASE@/bin: 12+default_path /bin:/usr/bin:@X11BASE@/bin:
13+default_xserver @X11BASE@/bin/X 13+default_xserver @X11BASE@/bin/X
14 #xserver_arguments -dpi 75 14 #xserver_arguments -dpi 75
15+xserver_arguments vt05 15+xserver_arguments vt05 -noretro
16  16
17 # Commands for halt, login, etc. 17 # Commands for halt, login, etc.
18 halt_cmd /sbin/shutdown -h now 18 halt_cmd /sbin/shutdown -h now
19 reboot_cmd /sbin/shutdown -r now 19 reboot_cmd /sbin/shutdown -r now
20-console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login" 20-console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
21+console_cmd @X11BASE@/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /usr/bin/login" 21+console_cmd @X11BASE@/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /usr/bin/login"
22 #suspend_cmd /usr/sbin/suspend 22 #suspend_cmd /usr/sbin/suspend
23  23
24 # Full path to the xauth binary 24 # Full path to the xauth binary
25-xauth_path /usr/bin/xauth  25-xauth_path /usr/bin/xauth
26+xauth_path @X11BASE@/bin/xauth  26+xauth_path @X11BASE@/bin/xauth
27  27
28 # Xauth file for server 28 # Xauth file for server