diff options
author | jmz <jmz@FreeBSD.org> | 2000-01-12 11:49:50 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-01-12 11:49:50 +0800 |
commit | 0967acd2100628d252cd951cbf19ce35249a67ce (patch) | |
tree | 5660a805daf7f6e53fe3e8b27979096d1ea1738a /x11/XFree86-4 | |
parent | 11eb48717065fceaa02251203ff7d51239695354 (diff) | |
download | freebsd-ports-gnome-0967acd2100628d252cd951cbf19ce35249a67ce.tar.gz freebsd-ports-gnome-0967acd2100628d252cd951cbf19ce35249a67ce.tar.zst freebsd-ports-gnome-0967acd2100628d252cd951cbf19ce35249a67ce.zip |
Upgrade to version 3.3.6
patch-4 has been split into several parts (patch-0?); one patch per
modified file
Diffstat (limited to 'x11/XFree86-4')
-rw-r--r-- | x11/XFree86-4/files/patch-8 | 19 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-9 | 11 |
2 files changed, 0 insertions, 30 deletions
diff --git a/x11/XFree86-4/files/patch-8 b/x11/XFree86-4/files/patch-8 deleted file mode 100644 index 577efa3c9216..000000000000 --- a/x11/XFree86-4/files/patch-8 +++ /dev/null @@ -1,19 +0,0 @@ ---- programs/xterm/termcap.orig Mon May 10 15:10:04 1999 -+++ programs/xterm/termcap Mon Sep 27 02:32:32 1999 -@@ -32,7 +32,7 @@ - :k;=\E[21~:F1=\E[23~:F2=\E[24~:\ - :kn#12:\ - :kH=\E[4~::@7=\E[4~:kh=\E[1~:\ -- :@0=\E[1~:kI=\E[2~:kD=^?:\ -+ :@0=\E[1~:kI=\E[2~:kD=^?:\ - :*6=\E[4~:kP=\E[5~:kN=\E[6~:\ - :km:\ - :kb=^H:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\ -@@ -125,6 +125,6 @@ - # This is the only entry which you should have to customize, since "xterm" - # is widely used for a variety of incompatible terminal emulations including - # color_xterm and rxvt. --v0|xterm|X11 terminal emulator:\ -+v0|xterm|X11 terminal emulator:\ - :tc=xterm-xfree86: - # :tc=xterm-r6: diff --git a/x11/XFree86-4/files/patch-9 b/x11/XFree86-4/files/patch-9 deleted file mode 100644 index 1cca9510c9b4..000000000000 --- a/x11/XFree86-4/files/patch-9 +++ /dev/null @@ -1,11 +0,0 @@ ---- programs/Xserver/hw/xfree86/vga256/drivers/s3v/regs3v.h~ Mon Sep 6 10:47:18 1999 -+++ programs/Xserver/hw/xfree86/vga256/drivers/s3v/regs3v.h Fri Sep 24 14:39:18 1999 -@@ -421,7 +421,7 @@ - - /* Wait until Command FIFO is empty */ - #define WaitCommandEmpty() do { int loop=0; mem_barrier(); \ -- if (s3vPriv.chip == S3_ViRGE_GX2 || s3vPriv.chip == S3_ViRGE_MX || s3vPriv.chip == S3_ViRGE_MXP) \ -+ if (S3_ViRGE_GX2_SERIES(s3vPriv.chip) || S3_ViRGE_MX_SERIES(s3vPriv.chip)) \ - while ((!(((((mmtr)s3vMmioMem)->subsys_regs.regs.adv_func_cntl)) & 0x400)) && (loop++<MAXLOOP)); \ - else if (S3_TRIO_3D_SERIES(s3vPriv.chip)) \ - while (((IN_SUBSYS_STAT() & 0x5f00) != 0x5f00) && (loop++<MAXLOOP)); \ |