diff options
author | will <will@FreeBSD.org> | 2002-01-22 22:19:57 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-01-22 22:19:57 +0800 |
commit | 4c8463210a56e2a883f3735c5ff94dc216d41a3a (patch) | |
tree | 794a9edaa4a6eb1b5db98b52699c82cdaf3bb1ca /x11/XFree86-4-libraries | |
parent | 1cfdfb647c9b17b7ee6bb310550c7b73ef23421f (diff) | |
download | freebsd-ports-gnome-4c8463210a56e2a883f3735c5ff94dc216d41a3a.tar.gz freebsd-ports-gnome-4c8463210a56e2a883f3735c5ff94dc216d41a3a.tar.zst freebsd-ports-gnome-4c8463210a56e2a883f3735c5ff94dc216d41a3a.zip |
Back out XFree86 4.2.0 and all recent modifications for the sake of
preserving the upcoming 4.5 release. Bump PORTEPOCH to denote portversion
going backwards. All files have been reverted to exactly what they were
3 days ago, before the 4.2.0 upgrade, except PORTEPOCH bump.
Approved by: re, portmgr, maintainer timeout
Diffstat (limited to 'x11/XFree86-4-libraries')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-startx | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-startx b/x11/XFree86-4-libraries/files/patch-startx index bda120efac80..7761db5a3024 100644 --- a/x11/XFree86-4-libraries/files/patch-startx +++ b/x11/XFree86-4-libraries/files/patch-startx @@ -1,30 +1,30 @@ ---- programs/xinit/startx.cpp.orig Fri Nov 30 21:57:48 2001 -+++ programs/xinit/startx.cpp Fri Jan 18 23:59:42 2002 -@@ -80,8 +80,12 @@ - fi +--- programs/xinit/startx.cpp.orig Fri Apr 27 13:04:53 2001 ++++ programs/xinit/startx.cpp Sat Oct 27 03:50:41 2001 +@@ -82,8 +82,12 @@ + display=:0 whoseargs="client" +listen_tcp="-nolisten tcp" - while [ x"$1" != x ]; do + while [ "x$1" != "x" ]; do case "$1" in + -listen_tcp) -+ listen_tcp="" -+ ;; - # '' required to prevent cpp from treating "/*" as a C comment. - /''*|\./''*) - if [ "$whoseargs" = "client" ]; then -@@ -164,7 +168,7 @@ ++ listen_tcp="" ++ ;; + --) + whoseargs="server" + ;; +@@ -134,7 +138,7 @@ done #endif --xinit $client $clientargs -- $server $display $serverargs -+xinit $client $clientargs -- $server $display $serverargs $listen_tcp +-xinit $clientargs -- $serverargs ++xinit $clientargs -- $serverargs $listen_tcp if [ x"$removelist" != x ]; then xauth remove $removelist ---- programs/xinit/startx.man.orig Fri Dec 14 21:01:56 2001 -+++ programs/xinit/startx.man Fri Jan 18 23:56:03 2002 -@@ -46,10 +46,17 @@ +--- programs/xinit/startx.man.orig Thu Apr 19 17:08:32 2001 ++++ programs/xinit/startx.man Sat Oct 27 03:40:01 2001 +@@ -42,10 +42,17 @@ somewhat nicer user interface for running a single session of the X Window System. It is often run with no arguments. .PP @@ -43,7 +43,7 @@ The special argument .RB '--' marks the end of client arguments and the beginning of server options. -@@ -70,6 +77,8 @@ +@@ -66,6 +73,8 @@ startx -- -dpi 100 .PP startx -- -layout Multihead |