ports/97501: [maintainer update] Fix build dependency in devel/kscope

Frank Mayhar frank at exit.com
Fri May 19 19:10:46 UTC 2006


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list