summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/Makefile95
-rw-r--r--emulators/wine-devel/distinfo1
-rw-r--r--emulators/wine-devel/files/patch-ad12
-rw-r--r--emulators/wine-devel/files/patch-ar11
-rw-r--r--emulators/wine-devel/files/patch-ba20
-rw-r--r--emulators/wine-devel/files/patch-gb10
-rw-r--r--emulators/wine-devel/files/patch-gf10
-rw-r--r--emulators/wine-devel/pkg-comment1
-rw-r--r--emulators/wine-devel/pkg-descr20
-rw-r--r--emulators/wine-devel/pkg-message11
-rw-r--r--emulators/wine-devel/pkg-plist299
11 files changed, 0 insertions, 490 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
deleted file mode 100644
index 15fafa43e83c..000000000000
--- a/emulators/wine-devel/Makefile
+++ /dev/null
@@ -1,95 +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.03.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
-
-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_DATA} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1
- ${INSTALL_DATA} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5
-.if !defined(NOPORTDOCS)
- -@${MKDIR} ${PREFIX}/lib/wine/documentation
-.for i in README ANNOUNCE AUTHORS LICENSE WARRANTY documentation/psdrv.reg
- ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/lib/wine/documentation
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/debugger/README \
- ${PREFIX}/lib/wine/documentation/README.debugger
- ${INSTALL_DATA} ${WRKSRC}/programs/regapi/README \
- ${PREFIX}/lib/wine/documentation/README.regapi
-.endif
- ${INSTALL_SCRIPT} ${WRKSRC}/tools/bug_report.pl \
- ${PREFIX}/lib/wine
- -@${MKDIR} ${PREFIX}/lib/wine/reg
- ${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 460a4dcf1580..000000000000
--- a/emulators/wine-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (Wine-20010326.tar.gz) = 2b8037c1aee32de2e725907901a6f3b2
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-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 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 056ed29cb05d..000000000000
--- a/emulators/wine-devel/files/patch-gf
+++ /dev/null
@@ -1,10 +0,0 @@
---- include/winsock2.h 2000/09/26 22:20:50 1.5
-+++ include/winsock2.h 2000/11/29 21:00:17
-@@ -7,6 +7,7 @@
- #ifndef __WINSOCK2API__
- #define __WINSOCK2API__
-
-+#include "config.h"
- #include "winsock.h"
-
- /* proper 4-byte packing */
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 62d720e59911..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 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 414afaa73cc4..000000000000
--- a/emulators/wine-devel/pkg-plist
+++ /dev/null
@@ -1,299 +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/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/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/dsound.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/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/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/tapi.h
-include/wine/tlhelp32.h
-include/wine/unknwn.h
-include/wine/urlmon.h
-include/wine/ver.h
-include/wine/vfw.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/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/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_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/unicode.h
-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/psdrv.reg
-lib/wine/documentation/README.debugger
-lib/wine/documentation/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/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/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/wine
-@dirrm include/wine
-@dirrm lib/wine/reg
-@dirrm lib/wine/documentation
-@dirrm lib/wine