Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2000 00:26:10 -0800 (PST)
From:      brooks@one-eyed-alien.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16344: wine needs USE_BISON on 4.0 current
Message-ID:  <200001250826.AAA00512@cx333342-a.fed1.sdca.home.com>

next in thread | raw e-mail | index | archive | help

>Number:         16344
>Category:       ports
>Synopsis:       wine needs USE_BISON on 4.0 current
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 25 00:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Brooks Davis
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
The Aerospace Corporation
>Environment:

FreeBSD 4.0-CURRENT FreeBSD 4.0-CURRENT #6: Mon Jan 24 16:05:33 PST 2000     root@:/usr/src/sys/compile/MINYA  i386

>Description:

The wine port barfs when built on a clean 4.0 system while trying to
compile some byacc generated code.

>How-To-Repeat:

	

>Fix:

The simple fix is to set USE_BISON as the attached patch does.  This
results in a wine binary which is capable of playing freecell.  The
longer term solution is probably to update to a more recent snapshot and
fix the problem with byacc or the grammer in question so wine builds
with the native tools.  Unfortunaly, those options are beyone my current
time constraints and knowledge.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/wine/Makefile,v
retrieving revision 1.76
diff -u -r1.76 Makefile
--- Makefile	1999/12/10 17:36:16	1.76
+++ Makefile	2000/01/25 07:28:30
@@ -20,6 +20,7 @@
 DATE=		991114
 WRKSRC=		${WRKDIR}/wine-${DATE}
 GNU_CONFIGURE=	yes
+USE_BISON=	yes
 MAN1=		wine.1
 MAN5=		wine.conf.5
 ONLY_FOR_ARCHS=	i386

>Release-Note:
>Audit-Trail:
>Unformatted:


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?200001250826.AAA00512>