Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2006 12:07:46 -0700
From:      "Frank Mayhar" <frank@exit.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/97501: [maintainer update] Fix build dependency in devel/kscope
Message-ID:  <1148065666.87090@realtime.exit.com>
Resent-Message-ID: <200605191910.k4JJAT1m090907@freefall.freebsd.org>

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

>Number:         97501
>Category:       ports
>Synopsis:       [maintainer update] Fix build dependency in devel/kscope
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 19 19:10:29 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Frank Mayhar
>Release:        FreeBSD 6.1-RC i386
>Organization:
Exit Consulting 
>Environment:


System: FreeBSD 6.1-RC #0: Sun Apr 30 15:44:11 PDT 2006
    frank@realtime.exit.com:/usr/obj/usr/src/sys/REALTIME



>Description:


Kscope needs bison2, not bison1.


>How-To-Repeat:





>Fix:


--- ksc-diff begins here ---
Index: kscope/Makefile
===================================================================
RCS file: /cvs/repos/ports/devel/kscope/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- kscope/Makefile	13 May 2006 12:42:10 -0000	1.14
+++ kscope/Makefile	19 May 2006 19:05:47 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=	frank@exit.com
 COMMENT=	KDE front-end to Cscope
 
-BUILD_DEPENDS+=	bison:${PORTSDIR}/devel/bison
+BUILD_DEPENDS+=	bison2:${PORTSDIR}/devel/bison2
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg
 RUN_DEPENDS=	exctags:${PORTSDIR}/devel/ctags \
 		cscope:${PORTSDIR}/devel/cscope \
--- ksc-diff ends here ---



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



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