diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-15 23:45:30 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-15 23:45:30 +0000 |
commit | d2909c91ad35049327de35abd0f1a6a016400db3 (patch) | |
tree | c0cb442a0b5acba16c16bd56d3f6ab953a364deb /emulators/wine/files | |
parent | Add a patch for PLIST_SUB variable. (diff) |
Upgrade to 20010112.
PR: ports/24346
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=37238
Diffstat (limited to 'emulators/wine/files')
-rw-r--r-- | emulators/wine/files/patch-ad | 39 | ||||
-rw-r--r-- | emulators/wine/files/patch-gf | 1 |
2 files changed, 12 insertions, 28 deletions
diff --git a/emulators/wine/files/patch-ad b/emulators/wine/files/patch-ad index d309001ef307..cd20229e2cab 100644 --- a/emulators/wine/files/patch-ad +++ b/emulators/wine/files/patch-ad @@ -1,27 +1,12 @@ -*** wine.ini.orig Sun Oct 31 03:23:49 1999 ---- wine.ini Sat Nov 13 13:36:18 1999 -*************** -*** 107,117 **** - - [serialports] -! Com1=/dev/ttyS0 -! Com2=/dev/ttyS1 - Com3=/dev/modem,38400 - Com4=/dev/modem - - [parallelports] -! Lpt1=/dev/lp0 - - [spooler] ---- 107,117 ---- - - [serialports] -! Com1=/dev/ttyd0 -! Com2=/dev/ttyd1 - Com3=/dev/modem,38400 - Com4=/dev/modem - - [parallelports] -! Lpt1=/dev/lpt0 - - [spooler] +--- documentation/samples/config Thu Jan 11 01:57:36 2001 ++++ documentation/samples/config Sat Jan 13 15:29:39 2001 +@@ -146,7 +146,7 @@ WINE REGISTRY Version 2 + + [serialports] +-"Com1" = "/dev/ttyS0" +-"Com2" = "/dev/ttyS1" +-"Com3" = "/dev/ttyS2" ++"Com1" = "/dev/ttyd0" ++"Com2" = "/dev/ttyd1" ++"Com3" = "/dev/ttyd2" + "Com4" = "/dev/modem" diff --git a/emulators/wine/files/patch-gf b/emulators/wine/files/patch-gf index b2a7d4644c89..056ed29cb05d 100644 --- a/emulators/wine/files/patch-gf +++ b/emulators/wine/files/patch-gf @@ -8,4 +8,3 @@ #include "winsock.h" /* proper 4-byte packing */ - |