Update the USER_LDT blurb to match reality; some feedback from espie@,
ok naddy@
This commit is contained in:
parent
858a576f64
commit
c0c3f60da9
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2002/10/26 12:52:48 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2003/03/30 12:27:55 miod Exp $
|
||||
|
||||
COMMENT= "MS-Windows 3.1/95/NT emulator for Unix (Alpha release)"
|
||||
|
||||
@ -23,15 +23,6 @@ WRKDIST= ${WRKDIR}/${PKGNAME}
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.if !defined(NO_WARNINGS)
|
||||
pre-fetch:
|
||||
@echo
|
||||
@echo " WARNING: This application requires a kernel compiled with"
|
||||
@echo " 'option USER_LDT' for proper operation. The GENERIC"
|
||||
@echo " kernel does not have this option enabled by default."
|
||||
@echo
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
cd ${WRKSRC} && make depend
|
||||
|
||||
|
@ -2,10 +2,9 @@ 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 line added
|
||||
to your kernel config file (/sys/i386/conf/<YourMachine>):
|
||||
|
||||
options USER_LDT
|
||||
To use Wine, you need to enable the machdep.userldt sysctl, either via
|
||||
/etc/sysctl.conf, or by entering (as root):
|
||||
sysctl -w machdep.userldt=1
|
||||
|
||||
Wine relies on the configuration file /etc/wine.conf to
|
||||
contain valid assignments of Unix directories to DOS drive letters,
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2002/04/07 01:54:48 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2003/03/30 12:27:58 miod Exp $
|
||||
@exec echo "This package may need further setup. Be sure to read the package description"
|
||||
@exec echo "carefully."
|
||||
bin/wine
|
||||
bin/dosmod
|
||||
include/wine/windows.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.50 2003/02/19 01:06:03 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.51 2003/03/30 12:27:58 miod Exp $
|
||||
|
||||
# May not be hard to add more.
|
||||
ONLY_FOR_ARCHS= i386 macppc sparc64
|
||||
@ -146,15 +146,6 @@ CONFIGURE_ARGS+=--disable-iconv
|
||||
.if ${FLAVOR:L:Mwin32}
|
||||
ONLY_FOR_ARCHS=i386
|
||||
|
||||
. if !defined(NO_WARNINGS)
|
||||
pre-fetch:
|
||||
@echo
|
||||
@echo " WARNING: This application requires a kernel compiled with"
|
||||
@echo " 'option USER_LDT' for proper operation. The GENERIC"
|
||||
@echo " kernel does not have this option enabled by default."
|
||||
@echo
|
||||
. endif
|
||||
|
||||
RUN_DEPENDS+= :win32-codecs-*:graphics/win32-codecs
|
||||
BUILD_DEPENDS+= ${RUN_DEPENDS}
|
||||
CONFIGURE_ARGS+=--with-win32libdir=${LOCALBASE}/lib/win32 \
|
||||
|
@ -37,7 +37,9 @@ Flavors:
|
||||
|
||||
no_x11: disable audio/video output.
|
||||
|
||||
win32: enables win32 codecs (i386-only) To use this flavor, your
|
||||
kernel must be rebuilt with option USER_LDT
|
||||
win32: enables win32 codecs (i386-only) To use this flavor, you
|
||||
need to enable the machdep.userldt sysctl, either via
|
||||
/etc/sysctl.conf, or by entering (as root):
|
||||
sysctl -w machdep.userldt=1
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2003/02/17 14:55:34 brad Exp $
|
||||
@exec echo "This package may need further setup. Run pkg_info mplayer to find out more"
|
||||
@comment $OpenBSD: PLIST,v 1.7 2003/03/30 12:27:58 miod Exp $
|
||||
@exec echo "This package may need further setup. Run pkg_info mplayer to find out more,"
|
||||
@exec echo "and be sure to read the package description carefully."
|
||||
bin/mencoder
|
||||
bin/mplayer
|
||||
lib/mplayer/vidix/cyberblade_vid.so
|
||||
|
Loading…
Reference in New Issue
Block a user