mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Don't refer people to nonexistant 'Monitors' file in xorgconfig.
(freedesktop.org Bugzilla #1692) Reported by: znerd PR: ports/56275
This commit is contained in:
parent
5b4ea2871a
commit
7f352fc47f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120790
@ -52,7 +52,8 @@ SERVER_PATCHES= ${PORTSDIR}/x11-servers/xorg-server/files/patch-Xserver-Imakefil
|
||||
${PORTSDIR}/x11-servers/xorg-server/files/patch-xf86fbman.c \
|
||||
${PORTSDIR}/x11-servers/xorg-server/files/patch-xf86sym.c \
|
||||
${PORTSDIR}/x11-servers/xorg-server/files/patch-xf86drmCompat.c \
|
||||
${PORTSDIR}/x11-servers/xorg-server/files/patch-xkbout.c
|
||||
${PORTSDIR}/x11-servers/xorg-server/files/patch-xkbout.c \
|
||||
${PORTSDIR}/x11-servers/xorg-server/files/patch-xorgconfig.c
|
||||
|
||||
.if !target(do-configure)
|
||||
do-configure:
|
||||
|
12
x11-servers/xorg-server-snap/files/patch-xorgconfig.c
Normal file
12
x11-servers/xorg-server-snap/files/patch-xorgconfig.c
Normal file
@ -0,0 +1,12 @@
|
||||
--- programs/Xserver/hw/xfree86/xf86config/xorgconfig.c.orig Wed Nov 3 20:05:48 2004
|
||||
+++ programs/Xserver/hw/xfree86/xf86config/xorgconfig.c Wed Nov 3 20:06:16 2004
|
||||
@@ -838,8 +838,7 @@
|
||||
"which is the rate at which scanlines are displayed.\n"
|
||||
"\n"
|
||||
"The valid range for horizontal sync and vertical sync should be documented\n"
|
||||
-"in the manual of your monitor. If in doubt, check the monitor database\n"
|
||||
-TREEROOTLX "/doc/Monitors to see if your monitor is there.\n"
|
||||
+"in the manual of your monitor.\n"
|
||||
"\n";
|
||||
|
||||
static char *hsyncintro_text =
|
@ -52,7 +52,8 @@ SERVER_PATCHES= ${PORTSDIR}/x11-servers/xorg-server/files/patch-Xserver-Imakefil
|
||||
${PORTSDIR}/x11-servers/xorg-server/files/patch-xf86fbman.c \
|
||||
${PORTSDIR}/x11-servers/xorg-server/files/patch-xf86sym.c \
|
||||
${PORTSDIR}/x11-servers/xorg-server/files/patch-xf86drmCompat.c \
|
||||
${PORTSDIR}/x11-servers/xorg-server/files/patch-xkbout.c
|
||||
${PORTSDIR}/x11-servers/xorg-server/files/patch-xkbout.c \
|
||||
${PORTSDIR}/x11-servers/xorg-server/files/patch-xorgconfig.c
|
||||
|
||||
.if !target(do-configure)
|
||||
do-configure:
|
||||
|
12
x11-servers/xorg-server/files/patch-xorgconfig.c
Normal file
12
x11-servers/xorg-server/files/patch-xorgconfig.c
Normal file
@ -0,0 +1,12 @@
|
||||
--- programs/Xserver/hw/xfree86/xf86config/xorgconfig.c.orig Wed Nov 3 20:05:48 2004
|
||||
+++ programs/Xserver/hw/xfree86/xf86config/xorgconfig.c Wed Nov 3 20:06:16 2004
|
||||
@@ -838,8 +838,7 @@
|
||||
"which is the rate at which scanlines are displayed.\n"
|
||||
"\n"
|
||||
"The valid range for horizontal sync and vertical sync should be documented\n"
|
||||
-"in the manual of your monitor. If in doubt, check the monitor database\n"
|
||||
-TREEROOTLX "/doc/Monitors to see if your monitor is there.\n"
|
||||
+"in the manual of your monitor.\n"
|
||||
"\n";
|
||||
|
||||
static char *hsyncintro_text =
|
Loading…
x
Reference in New Issue
Block a user