mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
7c8cef665b
the XFree86 port directory. Before these would generate the files files/patch-r0[1234] (some of them multiple times), now they will actually patch the X sources to achieve the desired results.
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
--- programs/Xserver/hw/xfree86/doc/Japanese/Imakefile.orig Fri Dec 3 01:42:36 1999
|
|
+++ programs/Xserver/hw/xfree86/doc/Japanese/Imakefile Mon Jul 24 19:15:08 2000
|
|
@@ -3,7 +3,6 @@
|
|
XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/doc/Japanese/Imakefile,v 3.8.2.4 1999/11/26 15:22:58 hohndel Exp $
|
|
#include <Server.tmpl>
|
|
|
|
-#if !BuildLinuxDocText
|
|
/* FreeBSD's README is handled separately because of name length limits */
|
|
#ifdef BSD386Architecture
|
|
OSREADME = /* README.Bsdi */
|
|
@@ -56,7 +55,6 @@
|
|
#ifdef OS2Architecture
|
|
OSREADME = README.OS2
|
|
#endif
|
|
-#endif /* !BuildLinuxDocText */
|
|
|
|
#if XFree86Version % 10
|
|
REPORTFORM = BetaReport
|
|
@@ -64,7 +62,6 @@
|
|
|
|
all::
|
|
|
|
-#if !BuildLinuxDocText
|
|
HWREADME = README.ati README.trident README.tseng README.WstDig \
|
|
README.DECtga README.apm README.rendition README.epson \
|
|
README.chips README.cirrus README.Video7 README.P9000 README.agx \
|
|
@@ -77,7 +74,6 @@
|
|
MAINDOCS = COPYRIGHT README README.Config BUILD RELNOTES
|
|
|
|
OTHERDOCS = VideoModes.doc QuickStart.doc README.clkprog xinput
|
|
-#endif
|
|
|
|
## MISCDOCS = ServersOnly /*LbxproxyOnly*/ $(REPORTFORM) README.DGA
|
|
MISCDOCS = VGADriver.doc modelines.txt
|