1
0
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:
Dejan Lesjak 2004-11-04 16:57:50 +00:00
parent 5b4ea2871a
commit 7f352fc47f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120790
4 changed files with 28 additions and 2 deletions

View File

@ -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:

View 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 =

View File

@ -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:

View 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 =