aboutsummaryrefslogtreecommitdiffstats
path: root/x11/XFree86/files
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2000-02-10 23:51:05 +0800
committerjmz <jmz@FreeBSD.org>2000-02-10 23:51:05 +0800
commit5dcddfd90fa54ef0caea2feb154fdf9c0d8800ae (patch)
tree42ab7ae7c68fda4a82750963188ad4f04de73d3b /x11/XFree86/files
parentaec28e8b496395823e64e68e175ae9de821f5687 (diff)
downloadfreebsd-ports-gnome-5dcddfd90fa54ef0caea2feb154fdf9c0d8800ae.tar.gz
freebsd-ports-gnome-5dcddfd90fa54ef0caea2feb154fdf9c0d8800ae.tar.zst
freebsd-ports-gnome-5dcddfd90fa54ef0caea2feb154fdf9c0d8800ae.zip
Update the XFree86 3.3.6 port to:
- contain the released Rage128 patch (but unfortunately this does not solve all problems with this card under FreeBSD) - fix the release date "January 1999" --> "January 2000" - make it possible to build a package (PLIST problem: lib/X11/doc/BetaReport is not installed with 3.3.6) PR: ports/16626 Submitted by: Udo Schweigert <ust@cert.siemens.de>
Diffstat (limited to 'x11/XFree86/files')
-rw-r--r--x11/XFree86/files/patch-d10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/XFree86/files/patch-d b/x11/XFree86/files/patch-d
new file mode 100644
index 000000000000..70cb0a30c77f
--- /dev/null
+++ b/x11/XFree86/files/patch-d
@@ -0,0 +1,10 @@
+--- programs/Xserver/hw/xfree86/xf86Version.h.orig Sat Jan 8 19:24:57 2000
++++ programs/Xserver/hw/xfree86/xf86Version.h Wed Feb 9 16:44:53 2000
+@@ -19,6 +19,6 @@
+ XF86_VERSION_BETA, \
+ XF86_VERSION_ALPHA)
+
+-#define XF86_DATE "January 8 1999"
++#define XF86_DATE "January 8 2000"
+
+ /* $XConsortium: xf86Version.h /main/78 1996/10/28 05:42:10 kaleb $ */