diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /emulators/wine-devel | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 96 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 1 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-ad | 12 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-ba | 20 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-gb | 10 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-gf | 35 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-descr | 20 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-message | 11 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 340 |
10 files changed, 0 insertions, 546 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile deleted file mode 100644 index 8a1eb42ee129..000000000000 --- a/emulators/wine-devel/Makefile +++ /dev/null @@ -1,96 +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= 2001.08.24 -CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= ALPHA/wine/development -DISTNAME= Wine-${PORTVERSION:S/.//g} - -MAINTAINER= pfeifer@dbai.tuwien.ac.at - -WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-opengl -CONFIGURE_ENV= LIBS=-Wl,-rpath,${PREFIX}/lib/wine -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/wine -MAN1= wine.1 winemaker.1 wmc.1 wrc.1 -MAN5= wine.conf.5 -ONLY_FOR_ARCHS= i386 -USE_XPM= yes -#USE_MESA= yes -USE_GMAKE= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400000 -BROKEN= "Not supported on systems prior to FreeBSD 4.x" -.endif - -.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: -.for D in ./ ../library ../tsx11 ../unicode advapi32 avifil32 comctl32 commdlg crtdll dciman32 ddraw dinput dplay dplayx dsound gdi icmp imagehlp imm32 kernel lzexpand mpr msacm msnet32 msvideo odbc32 ole32 oleaut32 olecli oledlg olepro32 olesvr opengl32 psapi rasapi32 richedit rpcrt4 serialui setupapi shell32 shfolder shlwapi tapi32 ttydrv urlmon user version win32s winaspi wineps wininet winmm winmm/joystick winmm/mcianim winmm/mciavi winmm/mcicda winmm/mciseq winmm/mciwave winmm/midimap winmm/wavemap winmm/wineoss winsock winspool wow32 wsock32 x11drv - @${PERL} -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \ - ${WRKSRC}/dlls/${D}/Makefile.in -.endfor - -post-configure: - cd ${WRKSRC} && make depend - -post-build: - cd ${WRKSRC}/programs/regapi && ${GMAKE} - ${SED} '1s/bash/sh/;s-\./\(reg.*\.pl\)-'${PREFIX}/lib/wine/reg/'\1-' <${WRKSRC}/programs/regapi/regSet.sh >${WRKDIR}/regSet.sh - -do-install: - cd ${WRKSRC} && ${GMAKE} install - ${INSTALL_SCRIPT} ${WRKDIR}/regSet.sh ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/documentation/samples/config ${PREFIX}/etc/wine.conf.sample - [ -f ${PREFIX}/etc/wine.conf ] \ - || ${INSTALL_DATA} ${PREFIX}/etc/wine.conf.sample ${PREFIX}/etc/wine.conf - ${INSTALL_MAN} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 - ${INSTALL_MAN} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 -.if !defined(NOPORTDOCS) - -@${MKDIR} ${PREFIX}/share/doc/${PORTNAME} -.for i in README ANNOUNCE AUTHORS LICENSE WARRANTY documentation/psdrv.reg - @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME} -.endfor - ${INSTALL_DATA} ${WRKSRC}/debugger/README \ - ${PREFIX}/share/doc/${PORTNAME}/README.debugger - ${INSTALL_DATA} ${WRKSRC}/programs/regapi/README \ - ${PREFIX}/share/doc/${PORTNAME}/README.regapi -.endif - -@${MKDIR} ${PREFIX}/lib/wine - -@${MKDIR} ${PREFIX}/lib/wine/reg - ${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} ${WRKSRC}/winedefault.reg ${PREFIX}/lib/wine - ${ECHO} - @${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo deleted file mode 100644 index 5c6aaa11948f..000000000000 --- a/emulators/wine-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Wine-20010824.tar.gz) = 95692d6539a756162a8bccb782ed4e14 diff --git a/emulators/wine-devel/files/patch-ad b/emulators/wine-devel/files/patch-ad deleted file mode 100644 index cd20229e2cab..000000000000 --- a/emulators/wine-devel/files/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ ---- 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-devel/files/patch-ba b/emulators/wine-devel/files/patch-ba deleted file mode 100644 index 32b1b06d0387..000000000000 --- a/emulators/wine-devel/files/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ ---- Make.rules.in.orig Mon Mar 19 20:19:23 2001 -+++ Make.rules.in Sun Apr 8 14:31:40 2001 -@@ -25,7 +25,7 @@ SHELL = /bin/sh - 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@ -@@ -80,7 +80,7 @@ INSTALL_DATA = @INSTALL_DATA@ - 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 f4f61092aa7d..000000000000 --- a/emulators/wine-devel/files/patch-gb +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.old Tue Jul 18 18:36:26 2000 -+++ Makefile.in Tue Jul 18 18:36:36 2000 -@@ -147,7 +147,6 @@ - [ -d $(bindir) ] || $(MKDIR) $(bindir) - $(INSTALL_PROGRAM) wine $(bindir)/wine - $(INSTALL_PROGRAM) loader/dos/dosmod $(bindir)/dosmod -- -$(LDCONFIG) - - uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__) - cd $(libdir) && $(RM) libwine.a libwine.so libwine.so.$(SOVERSION) diff --git a/emulators/wine-devel/files/patch-gf b/emulators/wine-devel/files/patch-gf deleted file mode 100644 index e6812e84a683..000000000000 --- a/emulators/wine-devel/files/patch-gf +++ /dev/null @@ -1,35 +0,0 @@ -Index: dlls/wininet/ftp.c -=================================================================== -RCS file: /home/wine/wine/dlls/wininet/ftp.c,v -retrieving revision 1.18 -diff -u -3 -p -r1.18 ftp.c ---- dlls/wininet/ftp.c 2001/08/24 19:13:36 1.18 -+++ dlls/wininet/ftp.c 2001/08/26 09:02:47 -@@ -21,12 +21,6 @@ - #endif - #include <unistd.h> - #include <time.h> --#ifdef HAVE_NETINET_IN_SYSTM_H --# include <netinet/in_systm.h> --#endif --#ifdef HAVE_NETINET_IP_H --# include <netinet/ip.h> --#endif - - #include "winbase.h" - #include "wingdi.h" -Index: dlls/wininet/internet.h -=================================================================== -RCS file: /home/wine/wine/dlls/wininet/internet.h,v -retrieving revision 1.5 -diff -u -3 -p -r1.5 internet.h ---- dlls/wininet/internet.h 2001/08/24 19:13:36 1.5 -+++ dlls/wininet/internet.h 2001/08/26 09:02:49 -@@ -6,6 +6,7 @@ - # include <netdb.h> - #endif - #ifdef HAVE_NETINET_IN_H -+# include <sys/types.h> - # include <netinet/in.h> - #endif - diff --git a/emulators/wine-devel/pkg-comment b/emulators/wine-devel/pkg-comment deleted file mode 100644 index 1ab86d8ff101..000000000000 --- a/emulators/wine-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Microsoft Windows 3.1/95/98/NT/2000 emulator for Unix diff --git a/emulators/wine-devel/pkg-descr b/emulators/wine-devel/pkg-descr deleted file mode 100644 index 38e354fd7be5..000000000000 --- a/emulators/wine-devel/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -Wine is a Microsoft Windows 3.1/95/98/NT/2000 emulator running under Unix -on i386 (and compatible) CPUs. - -It is still alpha quality, but is definitely making progress. Most -applications already work, more or less, including even a couple of games. - -To use Wine, your kernel must be rebuilt with the following lines added -to the 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 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 5021b322211c..000000000000 --- a/emulators/wine-devel/pkg-message +++ /dev/null @@ -1,11 +0,0 @@ -In order to use wine you need to build and install a new kernel with -options USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG. - -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>.) diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist deleted file mode 100644 index bfa9936723c2..000000000000 --- a/emulators/wine-devel/pkg-plist +++ /dev/null @@ -1,340 +0,0 @@ -bin/dosmod -bin/function_grep.pl -bin/specmaker -bin/fnt2bdf -bin/wine -bin/winebuild -bin/wineclipsrv -bin/winedbg.so -bin/winedbg -bin/winelauncher -bin/winemaker -bin/wineserver -bin/wineshelllink -bin/wmc -bin/wrc -bin/regSet.sh -@unexec if cmp -s %D/etc/wine.conf %D/etc/wine.conf.sample; then rm -f %D/etc/wine.conf; fi -etc/wine.conf.sample -include/wine/amaudio.h -include/wine/amvideo.h -include/wine/audevcod.h -include/wine/basetsd.h -include/wine/cderr.h -include/wine/cguid.h -include/wine/comcat.h -include/wine/commctrl.h -include/wine/commdlg.h -include/wine/compobj.h -include/wine/control.h -include/wine/cpl.h -include/wine/d3d.h -include/wine/d3dcaps.h -include/wine/d3dtypes.h -include/wine/d3dvec.inl -include/wine/dde.h -include/wine/ddeml.h -include/wine/ddraw.h -include/wine/digitalv.h -include/wine/dinput.h -include/wine/dispdib.h -include/wine/dlgs.h -include/wine/docobj.h -include/wine/dplay.h -include/wine/dplobby.h -include/wine/dshow.h -include/wine/dsound.h -include/wine/errors.h -include/wine/evcode.h -include/wine/guiddef.h -include/wine/imagehlp.h -include/wine/imm.h -include/wine/initguid.h -include/wine/instance.h -include/wine/lmcons.h -include/wine/lzexpand.h -include/wine/mapi.h -include/wine/mapidefs.h -include/wine/mciavi.h -include/wine/mcx.h -include/wine/minmax.h -include/wine/mmreg.h -include/wine/mmsystem.h -include/wine/msacm.h -include/wine/msacmdlg.h -include/wine/nspapi.h -include/wine/ntsecapi.h -include/wine/oaidl.h -include/wine/objbase.h -include/wine/objidl.h -include/wine/ocidl.h -include/wine/ole2.h -include/wine/ole2ver.h -include/wine/oleauto.h -include/wine/olectl.h -include/wine/oledlg.h -include/wine/oleidl.h -include/wine/poppack.h -include/wine/process.h -include/wine/prsht.h -include/wine/psapi.h -include/wine/pshpack1.h -include/wine/pshpack2.h -include/wine/pshpack4.h -include/wine/pshpack8.h -include/wine/ras.h -include/wine/regstr.h -include/wine/richedit.h -include/wine/rpc.h -include/wine/rpcdce.h -include/wine/rpcdcep.h -include/wine/rpcndr.h -include/wine/rpcnterr.h -include/wine/servprov.h -include/wine/setupapi.h -include/wine/shellapi.h -include/wine/shlguid.h -include/wine/shlobj.h -include/wine/shlwapi.h -include/wine/sql.h -include/wine/sqlext.h -include/wine/sqltypes.h -include/wine/storage.h -include/wine/strmif.h -include/wine/tapi.h -include/wine/tlhelp32.h -include/wine/unknwn.h -include/wine/urlmon.h -include/wine/uuids.h -include/wine/ver.h -include/wine/vfw.h -include/wine/vfwmsgs.h -include/wine/winbase.h -include/wine/wincon.h -include/wine/wincrypt.h -include/wine/windef.h -include/wine/windows.h -include/wine/windowsx.h -include/wine/winerror.h -include/wine/wingdi.h -include/wine/wininet.h -include/wine/winioctl.h -include/wine/winnetwk.h -include/wine/winnls.h -include/wine/winnt.h -include/wine/winreg.h -include/wine/winres.h -include/wine/winresrc.h -include/wine/winsock.h -include/wine/winsock2.h -include/wine/winspool.h -include/wine/winsvc.h -include/wine/winuser.h -include/wine/winver.h -include/wine/wownt32.h -include/wine/wnaspi32.h -include/wine/wshisotp.h -include/wine/wsipx.h -include/wine/wtypes.h -include/wine/zmouse.h -include/wine/msvcrt/conio.h -include/wine/msvcrt/crtdbg.h -include/wine/msvcrt/ctype.h -include/wine/msvcrt/direct.h -include/wine/msvcrt/dos.h -include/wine/msvcrt/eh.h -include/wine/msvcrt/fcntl.h -include/wine/msvcrt/io.h -include/wine/msvcrt/malloc.h -include/wine/msvcrt/process.h -include/wine/msvcrt/search.h -include/wine/msvcrt/stddef.h -include/wine/msvcrt/stdio.h -include/wine/msvcrt/stdlib.h -include/wine/msvcrt/string.h -include/wine/msvcrt/time.h -include/wine/msvcrt/wchar.h -include/wine/msvcrt/wctype.h -include/wine/msvcrt/sys/stat.h -include/wine/msvcrt/sys/timeb.h -include/wine/msvcrt/sys/types.h -include/wine/msvcrt/sys/utime.h -include/wine/wine/exception.h -include/wine/wine/icmpapi.h -include/wine/wine/ipexport.h -include/wine/wine/library.h -include/wine/wine/obj_base.h -include/wine/wine/obj_cache.h -include/wine/wine/obj_channel.h -include/wine/wine/obj_clientserver.h -include/wine/wine/obj_commdlgbrowser.h -include/wine/wine/obj_connection.h -include/wine/wine/obj_contextmenu.h -include/wine/wine/obj_control.h -include/wine/wine/obj_dataobject.h -include/wine/wine/obj_dockingwindowframe.h -include/wine/wine/obj_dragdrop.h -include/wine/wine/obj_enumidlist.h -include/wine/wine/obj_errorinfo.h -include/wine/wine/obj_extracticon.h -include/wine/wine/obj_inplace.h -include/wine/wine/obj_marshal.h -include/wine/wine/obj_misc.h -include/wine/wine/obj_moniker.h -include/wine/wine/obj_oleaut.h -include/wine/wine/obj_olefont.h -include/wine/wine/obj_oleobj.h -include/wine/wine/obj_oleundo.h -include/wine/wine/obj_oleview.h -include/wine/wine/obj_picture.h -include/wine/wine/obj_property.h -include/wine/wine/obj_propertystorage.h -include/wine/wine/obj_queryassociations.h -include/wine/wine/obj_serviceprovider.h -include/wine/wine/obj_shellbrowser.h -include/wine/wine/obj_shellextinit.h -include/wine/wine/obj_shellfolder.h -include/wine/wine/obj_shelllink.h -include/wine/wine/obj_shellview.h -include/wine/wine/obj_storage.h -include/wine/wine/obj_webbrowser.h -include/wine/wine/unicode.h -lib/wine/winedefault.reg -lib/wine/bug_report.pl -lib/wine/reg/regFixer.pl -lib/wine/reg/regRestorer.pl -%%PORTDOCS%%share/doc/wine/ANNOUNCE -%%PORTDOCS%%share/doc/wine/AUTHORS -%%PORTDOCS%%share/doc/wine/LICENSE -%%PORTDOCS%%share/doc/wine/WARRANTY -%%PORTDOCS%%share/doc/wine/README -%%PORTDOCS%%share/doc/wine/psdrv.reg -%%PORTDOCS%%share/doc/wine/README.debugger -%%PORTDOCS%%share/doc/wine/README.regapi -lib/wine/libadvapi32.so -lib/wine/libavifil32.so -lib/wine/libavifile.so -lib/wine/libcomctl32.so -lib/wine/libcomdlg32.so -lib/wine/libcomm.so -lib/wine/libcommdlg.so -lib/wine/libcompobj.so -lib/wine/libcrtdll.so -lib/wine/libdciman32.so -lib/wine/libddeml.so -lib/wine/libddraw.so -lib/wine/libdinput.so -lib/wine/libdispdib.so -lib/wine/libdisplay.so -lib/wine/libdplay.so -lib/wine/libdplayx.so -lib/wine/libdsound.so -lib/wine/libgdi.so -lib/wine/libgdi32.so -lib/wine/libicmp.so -lib/wine/libimagehlp.so -lib/wine/libimm.so -lib/wine/libimm32.so -lib/wine/libjoystick.drv.so -lib/wine/libkernel.so -lib/wine/libkernel32.so -lib/wine/libkeyboard.so -lib/wine/liblz32.so -lib/wine/liblzexpand.so -lib/wine/libmcianim.drv.so -lib/wine/libmciavi.drv.so -lib/wine/libmcicda.drv.so -lib/wine/libmciseq.drv.so -lib/wine/libmciwave.drv.so -lib/wine/libmidimap.drv.so -lib/wine/libmmsystem.so -lib/wine/libmouse.so -lib/wine/libmpr.so -lib/wine/libmsacm.drv.so -lib/wine/libmsacm.so -lib/wine/libmsacm32.so -lib/wine/libmsnet32.so -lib/wine/libmsvcrt.so -lib/wine/libmsvfw32.so -lib/wine/libmsvideo.so -lib/wine/libntdll.so -lib/wine/libodbc32.so -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/liboleaut32.so -lib/wine/libolecli.so -lib/wine/libolecli32.so -lib/wine/liboledlg.so -lib/wine/libolepro32.so -lib/wine/libolesvr.so -lib/wine/libolesvr32.so -lib/wine/libpsapi.so -lib/wine/libquartz.so -lib/wine/librasapi16.so -lib/wine/librasapi32.so -lib/wine/libriched32.so -lib/wine/librpcrt4.so -lib/wine/libserialui.so -lib/wine/libsetupapi.so -lib/wine/libsetupx.so -lib/wine/libshdocvw.so -lib/wine/libshell.so -lib/wine/libshell32.so -lib/wine/libshfolder.so -lib/wine/libshlwapi.so -lib/wine/libsound.so -lib/wine/libstorage.so -lib/wine/libstress.so -lib/wine/libsystem.so -lib/wine/libtapi32.so -lib/wine/libtoolhelp.so -lib/wine/libttydrv.so -lib/wine/libtypelib.so -lib/wine/liburlmon.so -lib/wine/libuser.so -lib/wine/libuser32.so -lib/wine/libver.so -lib/wine/libversion.so -lib/wine/libw32skrnl.so -lib/wine/libw32sys.so -lib/wine/libwin32s16.so -lib/wine/libwin87em.so -lib/wine/libwinaspi.so -lib/wine/libwindebug.so -lib/wine/libwine.so -lib/wine/libwine.so.1 -lib/wine/libwine_tsx11.so -lib/wine/libwine_tsx11.so.1 -lib/wine/libwine_unicode.so -lib/wine/libwine_unicode.so.1 -lib/wine/libwine_uuid.a -lib/wine/libwinedos.so -lib/wine/libwineoss.drv.so -lib/wine/libwineps.so -lib/wine/libwineps16.so -lib/wine/libwing.so -lib/wine/libwininet.so -lib/wine/libwinmm.so -lib/wine/libwinnls.so -lib/wine/libwinnls32.so -lib/wine/libwinsock.so -lib/wine/libwintrust.so -lib/wine/libws2_32.so -lib/wine/libwinspool.drv.so -lib/wine/libwnaspi32.so -lib/wine/libwow32.so -lib/wine/libwprocs.so -lib/wine/libwsock32.so -lib/wine/libx11drv.so -@dirrm include/wine/msvcrt/sys -@dirrm include/wine/msvcrt -@dirrm include/wine/wine -@dirrm include/wine -@dirrm lib/wine/reg -%%PORTDOCS%%@dirrm share/doc/wine -@dirrm lib/wine |