mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
c72e6d240a
- 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>
11 lines
364 B
Plaintext
11 lines
364 B
Plaintext
--- 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 $ */
|