diff options
author | Stefan Eßer <se@FreeBSD.org> | 1996-02-02 22:51:58 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1996-02-02 22:51:58 +0000 |
commit | db474ab2ea7a6cc72d3fbdd93abfc9bfade0708c (patch) | |
tree | a4d48a0bfc17140c2e6b8d953cca4678830a7653 /emulators/wine/files | |
parent | Delete "@cwd /usr/X386" (another example why @cwd is completely useless) (diff) |
Upgrade to January 31st version.
CAUTION: The format of $PREFIX/etc/wine.conf has changed!
Check against wine.ini from the build directory ...
Notes
Notes:
svn path=/head/; revision=2674
Diffstat (limited to 'emulators/wine/files')
-rw-r--r-- | emulators/wine/files/patch-ad | 97 |
1 files changed, 47 insertions, 50 deletions
diff --git a/emulators/wine/files/patch-ad b/emulators/wine/files/patch-ad index def7c3a8cac4..98f8f49df9ee 100644 --- a/emulators/wine/files/patch-ad +++ b/emulators/wine/files/patch-ad @@ -1,53 +1,50 @@ -*** wine.ini~ Mon May 22 11:29:28 1995 ---- wine.ini Fri Oct 6 17:10:27 1995 +*** wine.ini~ Fri Feb 2 22:19:35 1996 +--- wine.ini Fri Feb 2 22:21:27 1996 *************** -*** 3,7 **** - A=/mnt/fd0
- C=/dos
-! D=/usr/windows
- E=/home/bob/wine/work
- F=/home/bob/test
---- 3,7 ---- - A=/mnt/fd0
- C=/dos
-! D=/usr/local/share/windows
- E=/home/bob/wine/work
- F=/home/bob/test
+*** 35,39 **** + Temp=e:\ + Path=c:\windows;c:\windows\system;e:\;e:\test;f:\ +! SymbolTableFile=./wine.sym + + [fonts] +--- 35,39 ---- + Temp=e:\ + Path=c:\windows;c:\windows\system;e:\;e:\test;f:\ +! SymbolTableFile=/usr/local/etc/wine.sym + + [fonts] *************** -*** 12,16 **** - Temp=c:\temp
- Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
-! SymbolTableFile=./wine.sym
-
- [fonts]
---- 12,16 ---- - Temp=c:\temp
- Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
-! SymbolTableFile=/usr/local/etc/wine.sym
-
- [fonts]
+*** 48,58 **** + + [serialports] +! Com1=/dev/cua0 +! Com2=/dev/cua1 + Com3=/dev/modem,38400 + Com4=/dev/modem + + [parallelports] +! Lpt1=/dev/lp0 + + [spy] +--- 48,58 ---- + + [serialports] +! Com1=/dev/ttyd0 +! Com2=/dev/ttyd1 + Com3=/dev/modem,38400 + Com4=/dev/modem + + [parallelports] +! Lpt1=/dev/lpt0 + + [spy] +*** files/drive.c~ Wed Jan 31 19:57:23 1996 +--- files/drive.c Fri Feb 2 22:33:16 1996 *************** -*** 25,35 **** -
- [serialports]
-! Com1=/dev/cua0
-! Com2=/dev/cua1
- Com3=/dev/modem,38400
- Com4=/dev/modem
-
- [parallelports]
-! Lpt1=/dev/lp0
-
- [spy]
---- 25,35 ---- -
- [serialports]
-! Com1=/dev/ttyd0
-! Com2=/dev/ttyd1
- Com3=/dev/modem,38400
- Com4=/dev/modem
-
- [parallelports]
-! Lpt1=/dev/lpt0
-
- [spy]
+*** 8,11 **** +--- 8,12 ---- + #include <string.h> + #include <stdlib.h> ++ #include <sys/types.h> + #include <sys/stat.h> + |