summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
commitce5da22b7076167a515a6a0b602b22b67022e5ff (patch)
tree2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /emulators/wine-devel
parentYipes, committed the wrong one. This is the INDEX file for 3.1R. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Notes
Notes: svn path=/head/; revision=16726 svn path=/tags/RELEASE_3_1_0/; revision=16727; tag=release/3.1.0
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/Makefile39
-rw-r--r--emulators/wine-devel/distinfo1
-rw-r--r--emulators/wine-devel/files/patch-ad40
-rw-r--r--emulators/wine-devel/files/patch-ar28
-rw-r--r--emulators/wine-devel/pkg-comment1
-rw-r--r--emulators/wine-devel/pkg-descr18
-rw-r--r--emulators/wine-devel/pkg-plist3
7 files changed, 0 insertions, 130 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
deleted file mode 100644
index 58e007fa4c03..000000000000
--- a/emulators/wine-devel/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: wine
-# Version required: 980517
-# Date created: Sa 9 Nov 1996 00:52:22 MET
-# Whom: se
-#
-# $Id: Makefile,v 1.67 1999/01/17 10:53:43 se Exp $
-#
-
-DATE= 990131
-DISTNAME= Wine-${DATE}
-PKGNAME= wine-99.01.31
-CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= ALPHA/wine/development
-
-MAINTAINER= se@FreeBSD.ORG
-
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-
-WRKSRC= ${WRKDIR}/wine-${DATE}
-GNU_CONFIGURE= yes
-MAN1= wine.1
-
-pre-configure:
- @${ECHO} "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \
- >> ${WRKSRC}/autoconf.h
-
-post-configure:
- cd ${WRKSRC} && make depend
-
-do-install:
- ${INSTALL} -c ${WRKSRC}/wine ${PREFIX}/bin
- -@${MKDIR} ${PREFIX}/etc 2>/dev/null
- [ -f ${PREFIX}/etc/wine.conf ] \
- || ${CP} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf
- ${CP} ${WRKSRC}/wine.sym ${PREFIX}/etc
- ${CP} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1
-
-.include <bsd.port.mk>
diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo
deleted file mode 100644
index 6aedc7470c26..000000000000
--- a/emulators/wine-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (Wine-990131.tar.gz) = 8a3ba3b5e9f1eaf5e6863536795447fb
diff --git a/emulators/wine-devel/files/patch-ad b/emulators/wine-devel/files/patch-ad
deleted file mode 100644
index 4dd01c257b50..000000000000
--- a/emulators/wine-devel/files/patch-ad
+++ /dev/null
@@ -1,40 +0,0 @@
-*** wine.ini.orig Wed Jul 17 22:00:24 1996
---- wine.ini Mon Aug 12 19:51:38 1996
-***************
-*** 35,39 ****
- Temp=e:\
- Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
-! SymbolTableFile=./wine.sym
-
- [options]
---- 35,39 ----
- Temp=e:\
- Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
-! SymbolTableFile=/usr/local/etc/wine.sym
-
- [options]
-***************
-*** 54,64 ****
-
- [serialports]
-! Com1=/dev/cua0
-! Com2=/dev/cua1
- Com3=/dev/modem,38400
- Com4=/dev/modem
-
- [parallelports]
-! Lpt1=/dev/lp0
-
- [spy]
---- 54,64 ----
-
- [serialports]
-! Com1=/dev/ttyd0
-! Com2=/dev/ttyd1
- Com3=/dev/modem,38400
- Com4=/dev/modem
-
- [parallelports]
-! Lpt1=/dev/lpt0
-
- [spy]
diff --git a/emulators/wine-devel/files/patch-ar b/emulators/wine-devel/files/patch-ar
deleted file mode 100644
index 3dfdbc7afdcb..000000000000
--- a/emulators/wine-devel/files/patch-ar
+++ /dev/null
@@ -1,28 +0,0 @@
-*** configure.orig Wed Dec 23 19:24:45 1998
---- configure Wed Dec 23 19:26:33 1998
-***************
-*** 2616,2620 ****
- ; return 0; }
- EOF
-! if { (eval echo configure:2993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
- rm -rf conftest*
- ac_cv_c_extern_prefix="yes"
---- 2616,2620 ----
- ; return 0; }
- EOF
-! if { (eval echo configure:2993: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then
- rm -rf conftest*
- ac_cv_c_extern_prefix="yes"
-***************
-*** 2657,2661 ****
- ; return 0; }
- EOF
-! if { (eval echo configure:3034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
- rm -rf conftest*
- ac_cv_c_asm_string="yes"
---- 2657,2661 ----
- ; return 0; }
- EOF
-! if { (eval echo configure:3034: \"$ac_link\") 1>&5; (eval $ac_link) </dev/null 2>&5; } && test -s conftest; then
- rm -rf conftest*
- ac_cv_c_asm_string="yes"
diff --git a/emulators/wine-devel/pkg-comment b/emulators/wine-devel/pkg-comment
deleted file mode 100644
index 6ccc80e5d56b..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 26d43c47eb87..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 ...
-
-http://www.winehq.com/
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
deleted file mode 100644
index 8489a54c41a8..000000000000
--- a/emulators/wine-devel/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/wine
-etc/wine.conf
-etc/wine.sym