aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorIvan Rozhuk <rozhuk.im@gmail.com>2024-03-13 21:32:19 +0000
committerJuraj Lutter <otis@FreeBSD.org>2024-03-13 21:34:04 +0000
commitc18748795747558915016758d78d865e0fe9d50b (patch)
tree59c6c16aaa828f295053929c2e94fadccb072f12 /x11
parent4484b1a5e73cc39e457ebcce17b1658851661bb4 (diff)
downloadports-c18748795747558915016758d78d865e0fe9d50b.tar.gz
ports-c18748795747558915016758d78d865e0fe9d50b.zip
x11/slim: Fix blank display after xcb and xcbproto update
PR: 277502 Reported by: Ale <discipline@tiscali.it> Approved by: jsm (maintainer)
Diffstat (limited to 'x11')
-rw-r--r--x11/slim/Makefile2
-rw-r--r--x11/slim/files/patch-const.h11
2 files changed, 1 insertions, 12 deletions
diff --git a/x11/slim/Makefile b/x11/slim/Makefile
index f68726870180..04bef53c5617 100644
--- a/x11/slim/Makefile
+++ b/x11/slim/Makefile
@@ -1,6 +1,6 @@
PORTNAME= slim
PORTVERSION= 1.3.6
-PORTREVISION= 23
+PORTREVISION= 24
CATEGORIES= x11
MASTER_SITES= ftp://ftp.berlios.de/pub/slim/ \
SF/slim.berlios
diff --git a/x11/slim/files/patch-const.h b/x11/slim/files/patch-const.h
deleted file mode 100644
index fd10755ad3cc..000000000000
--- a/x11/slim/files/patch-const.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- const.h.orig 2014-08-12 18:08:28.000000000 +0200
-+++ const.h 2014-08-12 18:09:20.000000000 +0200
-@@ -13,7 +13,7 @@
- #define _CONST_H_
-
- #define APPNAME "slim"
--#define DISPLAY ":0.0"
-+#define DISPLAY "unix:0.0"
-
- #define CONSOLE_STR "console"
- #define HALT_STR "halt"