From owner-freebsd-ports Fri Feb 2 13: 8:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 25C1F37B503 for ; Fri, 2 Feb 2001 13:08:31 -0800 (PST) Received: from taygeta.dbai.tuwien.ac.at (taygeta [128.130.111.77]) by vexpert.dbai.tuwien.ac.at (8.11.1/8.11.1) with ESMTP id f12L8Se13964 for ; Fri, 2 Feb 2001 22:08:29 +0100 (MET) Received: from localhost (pfeifer@localhost) by taygeta.dbai.tuwien.ac.at (8.11.1/8.11.1) with ESMTP id f12L8IG14233 for ; Fri, 2 Feb 2001 22:08:29 +0100 (CET) (envelope-from pfeifer@dbai.tuwien.ac.at) X-Authentication-Warning: taygeta.dbai.tuwien.ac.at: pfeifer owned process doing -bs Date: Fri, 2 Feb 2001 22:08:18 +0100 (CET) From: Gerald Pfeifer To: Subject: Update for the Wine port (was: Marking a port as "dead" for 3-STABLE?) In-Reply-To: <20010202155537.B71397@peitho.fxp.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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/): +to the kernel config file (/sys/i386/conf/): options USER_LDT options SYSVSHM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message