Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Nov 2000 13:21:31 -0800 (PST)
From:      Doug Ambrisko <ambrisko@whistle.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23096: Make sdcc use Bison, our Yacc causes trouble
Message-ID:  <200011252121.NAA40115@whistle.com>

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

>Number:         23096
>Category:       ports
>Synopsis:       Make sdcc use Bison, our Yacc causes trouble
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 25 13:40:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Doug Ambrisko
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Whistle
>Environment:
	-current ports

>Description:
Sdcc needs to use Bison so add the dependancy.

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /cvs/freebsd/ports/devel/sdcc/Makefile,v
retrieving revision 1.5
diff -c -r1.5 Makefile
*** Makefile	2000/04/15 15:13:38	1.5
--- Makefile	2000/11/25 21:17:30
***************
*** 14,19 ****
--- 14,21 ----
  
  MAINTAINER=	ambrisko@whistle.com
  
+ BUILD_DEPENDS=  /usr/local/bin/bison:${PORTSDIR}/devel/bison
+ 
  WRKSRC=         ${WRKDIR}/sdcc219Ea
  GNU_CONFIGURE=	yes
  USE_GMAKE=      yes

>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?200011252121.NAA40115>