Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Feb 2001 22:08:18 +0100 (CET)
From:      Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To:        <freebsd-ports@freebsd.org>
Subject:   Update for the Wine port (was: Marking a port as "dead" for 3-STABLE?)
Message-ID:  <Pine.BSF.4.33.0102022206020.588-100000@taygeta.dbai.tuwien.ac.at>
In-Reply-To: <20010202155537.B71397@peitho.fxp.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2 Feb 2001, Chris Faulhaber wrote:
> Mark BROKEN if OSVERSION < 400000 (lots of examples in the ports tree)

Thanks for the hint (and quick response)!

Could someone please apply the following patch for the Wine port (approved
by maintainer)?

ChangeLog entry:

  Mark port broken for ${OSVERSION} < 400000.
  Minor updates to pkg-comment and pkg-descr.

Thanks,
Gerald

Index: Makefile
===================================================================
RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v
retrieving revision 1.102
diff -u -3 -p -r1.102 Makefile
--- Makefile	2001/01/15 23:45:29	1.102
+++ Makefile	2001/02/02 21:03:50
@@ -28,6 +28,10 @@ USE_XPM=	yes
 #USE_MESA=	yes
 USE_GMAKE=	yes

+.if ${OSVERSION} < 400000
+BROKEN=         "Not supported on systems prior to FreeBSD 4.x"
+.endif
+
 .if !defined(NDEBUG)
 STRIP=
 CFLAGS+=	-g
Index: pkg-comment
===================================================================
RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/pkg-comment,v
retrieving revision 1.5
diff -u -3 -p -r1.5 pkg-comment
--- pkg-comment	2001/01/15 23:45:30	1.5
+++ pkg-comment	2001/02/02 20:55:49
@@ -1 +1 @@
-MS Windows 3.1/95/98/NT/2000 emulator for Unix
+Microsoft Windows 3.1/95/98/NT/2000 emulator for Unix
Index: pkg-descr
===================================================================
RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/pkg-descr,v
retrieving revision 1.4
diff -u -3 -p -r1.4 pkg-descr
--- pkg-descr	2001/01/15 23:45:30	1.4
+++ pkg-descr	2001/02/02 21:05:32
@@ -1,9 +1,11 @@
-Wine is a Windows emulator running under Unix on i386 (and higher) CPUs.
-It is still alpha quality, so do not expect it to run your typical large
-MS Windows application package, but it is definitely on its way...
+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 your kernel config file (/sys/i386/conf/<YourMachine>):
+to the kernel config file (/sys/i386/conf/<YourMachine>):

 options		USER_LDT
 options		SYSVSHM



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0102022206020.588-100000>