diff options
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 107 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 2 | ||||
-rw-r--r-- | emulators/wine-devel/files/README.patch | 65 | ||||
-rw-r--r-- | emulators/wine-devel/files/install-patch-3.3-sys-sigtrap | 30 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-ad | 27 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-ar | 11 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-ba | 25 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-gb | 17 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-descr | 18 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-message | 19 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 184 |
12 files changed, 0 insertions, 506 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile deleted file mode 100644 index ba5872da3c87..000000000000 --- a/emulators/wine-devel/Makefile +++ /dev/null @@ -1,107 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: wine -# Date created: Sa 9 Nov 1996 00:52:22 MET -# Whom: se -# -# $FreeBSD$ -# - -PORTNAME= wine -PORTVERSION= 2000.05.26 -CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= ALPHA/wine/development -DISTNAME= Wine-${PORTVERSION:S/.//g} - -MAINTAINER= pfeifer@dbai.tuwien.ac.at - -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - GL.14:${PORTSDIR}/graphics/Mesa3 - -WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/wine -MAN1= wine.1 -MAN5= wine.conf.5 -ONLY_FOR_ARCHS= i386 - -.if !defined(NDEBUG) -STRIP= -CFLAGS+= -g -.else -pre-extract: - @${ECHO} "NDEBUG has been set, building without debug info..." - @${ECHO} "This will save diskspace but it makes debugging harder." - @${ECHO} "If for example wine crashes and you would like to send" - @${ECHO} "the backtrace it then dumps to the developers (or" - @${ECHO} "comp.emulators.ms-windows.wine) it will be much more useful" - @${ECHO} "to them if you first rebuild without this and generate it again." - @${ECHO} "(If you're _not_ low on diskspace there is not really a reason to" - @${ECHO} "use this flag, the resulting wine won't use more VM or anything like" - @${ECHO} "that when running, only when it has to enter the debugger...)" -.endif - -post-patch: - @${PERL} -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \ - ${WRKSRC}/Makefile.in -.for F in avifil32/Makefile.in comctl32/Makefile.in commdlg/Makefile.in dciman32/Makefile.in ddraw/Makefile.in dinput/Makefile.in dplayx/Makefile.in dsound/Makefile.in gdi/Makefile.in icmp/Makefile.in imagehlp/Makefile.in imm32/Makefile.in lzexpand/Makefile.in mpr/Makefile.in msacm/Makefile.in msacm32/Makefile.in msnet32/Makefile.in msvideo/Makefile.in odbc32/Makefile.in ole32/Makefile.in oleaut32/Makefile.in olecli/Makefile.in oledlg/Makefile.in olepro32/Makefile.in olesvr/Makefile.in opengl32/Makefile.in psapi/Makefile.in rasapi32/Makefile.in richedit/Makefile.in setupx/Makefile.in shell32/Makefile.in sound/Makefile.in stress/Makefile.in tapi32/Makefile.in ttydrv/Makefile.in urlmon/Makefile.in user/Makefile.in version/Makefile.in win32s/Makefile.in win87em/Makefile.in winaspi/Makefile.in windebug/Makefile.in wing/Makefile.in wininet/Makefile.in winmm/Makefile.in winmm/joystick/Makefile.in winmm/mcianim/Makefile.in winmm/mciavi/Makefile.in winmm/mcicda/Makefile.in winmm/mciseq/Makefile.in winmm/mciwave/Makefile.in winmm/midimap/Makefile.in winmm/wavemap/Makefile.in winmm/wineoss/Makefile.in winsock/Makefile.in winspool/Makefile.in x11drv/Makefile.in - @${PERL} -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \ - ${WRKSRC}/dlls/${F} -.endfor - -post-configure: - cd ${WRKSRC} && make depend - -post-build: - cd ${WRKSRC}/programs/regapi && ${MAKE} - ${SED} '1s/bash/sh/;s-\./\(reg.*\.pl\)-'${PREFIX}/lib/wine/reg/'\1-' <${WRKSRC}/programs/regapi/regSet.sh >${WRKDIR}/regSet.sh - ${SED} 's-\(Change directory to \)<dirs to wine>/tools$$-\1your program'"'"'s dir (or wherever you need to be to run it)-;s-\./\(bug_report\.pl\)-'${PREFIX}/lib/wine/'\1-' <${WRKSRC}/documentation/bugreports >${WRKDIR}/bugreports - ${SED} 's-\(look at the file \)<dirs to wine>/wine.ini-\1'${PREFIX}/etc/wine.conf.sample- <${WRKSRC}/documentation/config >${WRKDIR}/config - -do-install: - cd ${WRKSRC} && ${MAKE} install - ${INSTALL_SCRIPT} ${WRKDIR}/regSet.sh ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.sample - [ -f ${PREFIX}/etc/wine.conf ] \ - || ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf - ${INSTALL_DATA} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 - ${INSTALL_DATA} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 - -@${MKDIR} ${PREFIX}/lib/wine/documentation ${PREFIX}/lib/wine/reg 2>/dev/null - ${INSTALL_DATA} ${WRKDIR}/bugreports ${WRKDIR}/config \ - ${WRKSRC}/README \ - ${WRKSRC}/ANNOUNCE \ - ${WRKSRC}/AUTHORS \ - ${WRKSRC}/LICENSE \ - ${WRKSRC}/WARRANTY \ - ${WRKSRC}/documentation/cdrom-labels \ - ${WRKSRC}/documentation/debugging \ - ${WRKSRC}/documentation/dlls \ - ${WRKSRC}/documentation/fonts \ - ${WRKSRC}/documentation/ioport-trace-hints \ - ${WRKSRC}/documentation/no-windows \ - ${WRKSRC}/documentation/printing \ - ${WRKSRC}/documentation/psdriver \ - ${WRKSRC}/documentation/psdrv.reg \ - ${WRKSRC}/documentation/ttfserver \ - ${PREFIX}/lib/wine/documentation - ${INSTALL_DATA} ${WRKSRC}/debugger/README \ - ${PREFIX}/lib/wine/documentation/README.debugger - ${INSTALL_DATA} ${WRKSRC}/programs/regapi/README \ - ${PREFIX}/lib/wine/documentation/README.regapi - ${INSTALL_SCRIPT} ${WRKSRC}/tools/bug_report.pl \ - ${PREFIX}/lib/wine - ${INSTALL_SCRIPT} \ - ${WRKSRC}/programs/regapi/regFixer.pl \ - ${WRKSRC}/programs/regapi/regRestorer.pl \ - ${PREFIX}/lib/wine/reg - ${INSTALL_DATA} ${FILESDIR}/README.patch \ - ${FILESDIR}/patch-3.3-sys-ldtshare \ - ${FILESDIR}/patch-3.3-sys-sigtrap \ - ${FILESDIR}/patch-3.3-sys-fsgs \ - ${PREFIX}/lib/wine - ${INSTALL_DATA} ${WRKSRC}/winedefault.reg ${PREFIX}/lib/wine - ${ECHO} - @${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo deleted file mode 100644 index 3ca3bc61ed08..000000000000 --- a/emulators/wine-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (Wine-20000430.tar.gz) = 7dd29f68e26c624115e6654d619e9ab5 -MD5 (Wine-20000526.tar.gz) = 50e1108263725091b98ddb2945d44f7a diff --git a/emulators/wine-devel/files/README.patch b/emulators/wine-devel/files/README.patch deleted file mode 100644 index f404b7486cca..000000000000 --- a/emulators/wine-devel/files/README.patch +++ /dev/null @@ -1,65 +0,0 @@ -Here are some patches for FreeBSD's kernel that are necessary for wine -(well not strictly _necessary_ but without them parts of it won't work.) -They unfortunately didn't make it into the base distribution in time -for the 3.3 release code freeze... - -patch-3.3-sys-ldtshare: -make kernel threads (rfork(), which wine uses) share one LDT instead of -each having its own. this fixes the same problem that wine also had on -linux kernels before 2.2. - -patch-3.3-sys-sigtrap: -stop wine's SIGTRAP handler from being called in the sigreturn syscall, -causing problems for wine's internal debugger. (it would still -correctly show a crash backtrace but all commands that use single- -stepping failed.) - -patch-3.3-sys-fsgs: -always set/use the sc_fs and sc_gs entries in the sigcontext struct, -making -stable behave the same as -current there. this should finally -allow signal handling of a wine that was built on -stable to correctly -run on -current too. The corresponding wine change is in the port in -patches/patch-af, it is also in wine's CVS tree now, so that file will -disappear when the port is updated after the next wine release. -(this one was MFC'd Nov 15 1999, so you only need it if you're running a -system from the -stable branch older than that, like a 3.3-RELEASE. If you -happen to try to apply it when its already there patch(1) should complain -`Reversed (or previously applied) patch detected! Assume -R? [y]', -just hit ^C then...) - -Apply as follows: - - (cd /usr/src/sys && patch ) <patch-3.3-sys-ldtshare - (cd /usr/src/sys && patch ) <patch-3.3-sys-sigtrap - -And if you don't already have it: - - (cd /usr/src/sys && patch ) <patch-3.3-sys-fsgs - -then build a new kernel. (don't forget to include the options USER_LDT, -SYSVSHM, SYSVSEM, and SYSVMSG, wine needs these.) - -A note about local patches and ctm, cvsup and friends... -(if you don't know what those are good for see for example -http://www.freebsd.org/handbook/stable.html) -ctm cannot deal with local patches (unless you use it to mirror -the cvs tree of course, instead of the sources directly), with -cvsup i'm not sure but in any case the workaround is simple: use -patch -R to un-apply any local patches before the update (feeding -it the patches again as above on stdin), then when the update is -finished apply them again. Should they fail on the updated sources -(and you cannot fix it yourself), look for new versions of the -patches at the place where you got them, or in this case you -can also look in my current wine port tree at -http://www.jelal.kn-bremen.de/freebsd/ports/emulators/wine/files/ - --current users: -A LDT patch for -current is at http://people.FreeBSD.org/~luoqi/ -(well in a recent posting on the -current list, -http://www.freebsd.org/cgi/mid.cgi?db=&id=199911150745.CAA27884@lor.watermarkgroup.com -he said that version is outdated, seems you have to mail him to -get a current one), the sigtrap patch looks like it could also -apply to -current but i haven't tried. And the fs/gs patch of course -already is in -current. -Late note: the LDT sharing fix just seems to have been committed now... -(to -current that is.) diff --git a/emulators/wine-devel/files/install-patch-3.3-sys-sigtrap b/emulators/wine-devel/files/install-patch-3.3-sys-sigtrap deleted file mode 100644 index e3004884fd29..000000000000 --- a/emulators/wine-devel/files/install-patch-3.3-sys-sigtrap +++ /dev/null @@ -1,30 +0,0 @@ -Index: i386/i386/trap.c -=================================================================== -RCS file: /home/cvs/cvs/src/sys/i386/i386/trap.c,v -retrieving revision 1.133.2.1 -diff -u -u -r1.133.2.1 trap.c ---- trap.c 1999/08/29 16:05:56 1.133.2.1 -+++ trap.c 1999/09/10 14:42:21 -@@ -1041,6 +1084,7 @@ - int error; - int args[8]; - u_int code; -+ int tracedsyscall = ((frame.tf_eflags & PSL_T) && !(frame.tf_eflags & PSL_VM)); - - #ifdef DIAGNOSTIC - if (ISPL(frame.tf_cs) != SEL_UPL) -@@ -1135,10 +1179,12 @@ - break; - } - -- if ((frame.tf_eflags & PSL_T) && !(frame.tf_eflags & PSL_VM)) { -+ if (tracedsyscall) { - /* Traced syscall. */ - frame.tf_eflags &= ~PSL_T; -- trapsignal(p, SIGTRAP, 0); -+ /* tell the signal handler this is a trace trap */ -+ frame.tf_trapno = T_TRCTRAP; -+ trapsignal(p, SIGTRAP, T_TRCTRAP); - } - - userret(p, &frame, sticks); diff --git a/emulators/wine-devel/files/patch-ad b/emulators/wine-devel/files/patch-ad deleted file mode 100644 index d309001ef307..000000000000 --- a/emulators/wine-devel/files/patch-ad +++ /dev/null @@ -1,27 +0,0 @@ -*** 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] diff --git a/emulators/wine-devel/files/patch-ar b/emulators/wine-devel/files/patch-ar deleted file mode 100644 index 715b693ba449..000000000000 --- a/emulators/wine-devel/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ -*** configure~ Mon Apr 26 16:58:58 1999 ---- configure Mon May 3 22:05:42 1999 -*************** -*** 9,12 **** ---- 9,14 ---- - # gives unlimited permission to copy, distribute and modify it. - -+ exec < /dev/null -+ - # Defaults: - ac_help= diff --git a/emulators/wine-devel/files/patch-ba b/emulators/wine-devel/files/patch-ba deleted file mode 100644 index 664cf844b121..000000000000 --- a/emulators/wine-devel/files/patch-ba +++ /dev/null @@ -1,25 +0,0 @@ -Index: Make.rules.in -=================================================================== -RCS file: /home/wine/wine/Make.rules.in,v -retrieving revision 1.17 -diff -u -u -r1.17 Make.rules.in ---- Make.rules.in 1999/08/15 12:45:53 1.17 -+++ Make.rules.in 1999/09/24 23:39:10 -@@ -21,7 +21,7 @@ - CC = @CC@ - CPP = @CPP@ - CFLAGS = @CFLAGS@ --OPTIONS = @OPTIONS@ -D_REENTRANT -+OPTIONS = @OPTIONS@ -D_REENTRANT -D_THREAD_SAFE - X_CFLAGS = @X_CFLAGS@ - X_LIBS = @X_LIBS@ - XLIB = @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ -@@ -69,7 +69,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ --libdir = @libdir@ -+libdir = @libdir@/wine - infodir = @infodir@ - mandir = @mandir@ - prog_manext = 1 diff --git a/emulators/wine-devel/files/patch-gb b/emulators/wine-devel/files/patch-gb deleted file mode 100644 index 8ff5b9008257..000000000000 --- a/emulators/wine-devel/files/patch-gb +++ /dev/null @@ -1,17 +0,0 @@ -Index: Makefile.in -=================================================================== -RCS file: /home/wine/wine/Makefile.in,v -retrieving revision 1.79 -diff -c -3 -p -r1.79 Makefile.in -*** Makefile.in 2000/04/24 17:17:49 1.79 ---- Makefile.in 2000/05/29 14:30:26 -*************** uninstall_programs: dummy -*** 209,215 **** - - install:: - for i in $(INSTALLSUBDIRS); do (cd $$i && $(MAKE) install) || exit 1; done -- -$(LDCONFIG) - - uninstall:: - for i in $(INSTALLSUBDIRS); do (cd $$i && $(MAKE) uninstall) || exit 1; done ---- 209,214 ---- diff --git a/emulators/wine-devel/pkg-comment b/emulators/wine-devel/pkg-comment deleted file mode 100644 index 2b65a24a221f..000000000000 --- a/emulators/wine-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -MS-Windows 3.1/95/NT emulator for Unix (Alpha release) diff --git a/emulators/wine-devel/pkg-descr b/emulators/wine-devel/pkg-descr deleted file mode 100644 index 17fe9d8f2368..000000000000 --- a/emulators/wine-devel/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -Wine is a Windows emulator running under Unix on i386 (and higher) CPUs. -It is still Alpha quality; i.e. don't expect it to run your typical large -MS-Windows application package, but it is definitely on its way ... - -To use Wine, your kernel must be rebuilt with the following lines added -to your kernel config file (/sys/i386/conf/<YourMachine>): - -options USER_LDT -options SYSVSHM -options SYSVSEM -options SYSVMSG - -Wine relies on the configuration file /usr/local/etc/wine.conf to -contain valid assignments of Unix directories to DOS drive letters, -and for certain other options (see "man wine" for details). -You will most probably have to to edit it, after the install ... - -WWW: http://www.winehq.com/ diff --git a/emulators/wine-devel/pkg-message b/emulators/wine-devel/pkg-message deleted file mode 100644 index 974b666dfdc2..000000000000 --- a/emulators/wine-devel/pkg-message +++ /dev/null @@ -1,19 +0,0 @@ -In order to use wine you need to build and install a new kernel with -options USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG. Before you do that, -you may want to apply the patches in %%PREFIX%%/lib/wine to your -kernel sources, see the README.patch there. - -(Note: if you already installed the patches from the 991031 version of -this port and you're not tracking -stable or your -stable is older than -Nov 15 1999: there is a new patch you need, patch-3.3-sys-fsgs) - -And the port now also installs some of wine's doc files which -describe additional things that are not in the manual pages, see -%%PREFIX%%/lib/wine/documentation. There are more in the source tree -but the others are only useful in conjunction with the rest of the -source tree, and then you can as well look at them there. (If you -just installed this as a package and don't know how to use the ports -system to have it fetch and extract the source for you have a look at -http://www.freebsd.org/handbook/ports.html . In short: -cd /usr/ports/emulators/wine && make configure ) - diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist deleted file mode 100644 index bf8371cefdca..000000000000 --- a/emulators/wine-devel/pkg-plist +++ /dev/null @@ -1,184 +0,0 @@ -bin/wine -bin/wineserver -bin/wineclipsrv -bin/winedbg -bin/regSet.sh -etc/wine.conf.sample -include/wine/windef.h -include/wine/windows.h -include/wine/wingdi.h -include/wine/winuser.h -lib/wine/README.patch -lib/wine/patch-3.3-sys-ldtshare -lib/wine/patch-3.3-sys-sigtrap -lib/wine/patch-3.3-sys-fsgs -lib/wine/winedefault.reg -lib/wine/bug_report.pl -lib/wine/reg/regFixer.pl -lib/wine/reg/regRestorer.pl -lib/wine/documentation/ANNOUNCE -lib/wine/documentation/AUTHORS -lib/wine/documentation/LICENSE -lib/wine/documentation/WARRANTY -lib/wine/documentation/README -lib/wine/documentation/bugreports -lib/wine/documentation/cdrom-labels -lib/wine/documentation/config -lib/wine/documentation/debugging -lib/wine/documentation/dlls -lib/wine/documentation/fonts -lib/wine/documentation/ioport-trace-hints -lib/wine/documentation/no-windows -lib/wine/documentation/printing -lib/wine/documentation/psdriver -lib/wine/documentation/psdrv.reg -lib/wine/documentation/ttfserver -lib/wine/documentation/README.debugger -lib/wine/documentation/README.regapi -lib/wine/libavifil32.so -lib/wine/libavifil32.so.1 -lib/wine/libavifile.so -lib/wine/libcomctl32.so -lib/wine/libcomctl32.so.1 -lib/wine/libcomdlg32.so -lib/wine/libcomdlg32.so.1 -lib/wine/libcommdlg.so -lib/wine/libcompobj.so -lib/wine/libdciman32.so -lib/wine/libdciman32.so.1 -lib/wine/libddeml.so -lib/wine/libddraw.so -lib/wine/libddraw.so.1 -lib/wine/libdinput.so -lib/wine/libdinput.so.1 -lib/wine/libdplay.so -lib/wine/libdplayx.so -lib/wine/libdplayx.so.1 -lib/wine/libdsound.so -lib/wine/libdsound.so.1 -lib/wine/libgdi.so -lib/wine/libgdi32.so -lib/wine/libgdi32.so.1 -lib/wine/libicmp.so -lib/wine/libicmp.so.1 -lib/wine/libimagehlp.so -lib/wine/libimagehlp.so.1 -lib/wine/libimm32.so -lib/wine/libimm32.so.1 -lib/wine/libjoystick.drv.so -lib/wine/libjoystick.drv.so.1 -lib/wine/libkeyboard.so -lib/wine/liblz32.so -lib/wine/liblz32.so.1 -lib/wine/liblzexpand.so -lib/wine/libmcianim.drv.so -lib/wine/libmcianim.drv.so.1 -lib/wine/libmciavi.drv.so -lib/wine/libmciavi.drv.so.1 -lib/wine/libmcicda.drv.so -lib/wine/libmcicda.drv.so.1 -lib/wine/libmciseq.drv.so -lib/wine/libmciseq.drv.so.1 -lib/wine/libmciwave.drv.so -lib/wine/libmciwave.drv.so.1 -lib/wine/libmidimap.drv.so -lib/wine/libmidimap.drv.so.1 -lib/wine/libmmsystem.so -lib/wine/libmpr.so -lib/wine/libmpr.so.1 -lib/wine/libmsacm.drv.so -lib/wine/libmsacm.drv.so.1 -lib/wine/libmsacm.so -lib/wine/libmsacm.so.1 -lib/wine/libmsacm32.so -lib/wine/libmsacm32.so.1 -lib/wine/libmsnet32.so -lib/wine/libmsnet32.so.1 -lib/wine/libmsvfw32.so -lib/wine/libmsvfw32.so.1 -lib/wine/libmsvideo.so -lib/wine/libodbc32.so -lib/wine/libodbc32.so.1 -lib/wine/libole2.so -lib/wine/libole2conv.so -lib/wine/libole2disp.so -lib/wine/libole2nls.so -lib/wine/libole2prox.so -lib/wine/libole2thk.so -lib/wine/libole32.so -lib/wine/libole32.so.1 -lib/wine/liboleaut32.so -lib/wine/liboleaut32.so.1 -lib/wine/libolecli.so -lib/wine/libolecli32.so -lib/wine/libolecli32.so.1 -lib/wine/liboledlg.so -lib/wine/liboledlg.so.1 -lib/wine/libolepro32.so -lib/wine/libolepro32.so.1 -lib/wine/libolesvr.so -lib/wine/libolesvr32.so -lib/wine/libolesvr32.so.1 -lib/wine/libpsapi.so -lib/wine/libpsapi.so.1 -lib/wine/librasapi16.so -lib/wine/librasapi32.so -lib/wine/librasapi32.so.1 -lib/wine/libriched32.so -lib/wine/libriched32.so.1 -lib/wine/libsetupx.so -lib/wine/libsetupx.so.1 -lib/wine/libshell.so -lib/wine/libshell32.so -lib/wine/libshell32.so.1 -lib/wine/libshlwapi.so -lib/wine/libsound.so -lib/wine/libsound.so.1 -lib/wine/libstorage.so -lib/wine/libstress.so -lib/wine/libstress.so.1 -lib/wine/libtapi32.so -lib/wine/libtapi32.so.1 -lib/wine/libttydrv.so -lib/wine/libttydrv.so.1 -lib/wine/libtypelib.so -lib/wine/liburlmon.so -lib/wine/liburlmon.so.1 -lib/wine/libuser.so -lib/wine/libuser32.so -lib/wine/libuser32.so.1 -lib/wine/libver.so -lib/wine/libversion.so -lib/wine/libversion.so.1 -lib/wine/libw32skrnl.so -lib/wine/libw32skrnl.so.1 -lib/wine/libw32sys.so -lib/wine/libwin32s16.so -lib/wine/libwin87em.so -lib/wine/libwin87em.so.1 -lib/wine/libwinaspi.so -lib/wine/libwindebug.so -lib/wine/libwindebug.so.1 -lib/wine/libwine.so.1 -lib/wine/libwineoss.drv.so -lib/wine/libwineoss.drv.so.1 -lib/wine/libwing.so -lib/wine/libwing.so.1 -lib/wine/libwininet.so -lib/wine/libwininet.so.1 -lib/wine/libwinmm.so -lib/wine/libwinmm.so.1 -lib/wine/libwinsock.so -lib/wine/libwinspool.drv.so -lib/wine/libwinspool.drv.so.1 -lib/wine/libwnaspi32.so -lib/wine/libwnaspi32.so.1 -lib/wine/libwsock32.so -lib/wine/libwsock32.so.1 -lib/wine/libx11drv.so -lib/wine/libx11drv.so.1 -lib/wine/libwine.so -@dirrm include/wine -@dirrm lib/wine/reg -@dirrm lib/wine/documentation -@dirrm lib/wine |