From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 19 19:10:43 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B535516A62D for ; Fri, 19 May 2006 19:10:43 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B76B43D73 for ; Fri, 19 May 2006 19:10:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4JJATWM090908 for ; Fri, 19 May 2006 19:10:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4JJAT1m090907; Fri, 19 May 2006 19:10:29 GMT (envelope-from gnats) Resent-Date: Fri, 19 May 2006 19:10:29 GMT Resent-Message-Id: <200605191910.k4JJAT1m090907@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Frank Mayhar" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5F6016A427 for ; Fri, 19 May 2006 19:07:47 +0000 (UTC) (envelope-from frank@exit.com) Received: from tinker.exit.com (tinker.exit.com [206.223.0.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BFCD43D46 for ; Fri, 19 May 2006 19:07:47 +0000 (GMT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime [206.223.0.5]) by tinker.exit.com (8.13.4/8.13.4) with ESMTP id k4JJ7kC9046451 for ; Fri, 19 May 2006 12:07:46 -0700 (PDT) (envelope-from frank@exit.com) Message-Id: <1148065666.87090@realtime.exit.com> Date: Fri, 19 May 2006 12:07:46 -0700 From: "Frank Mayhar" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/97501: [maintainer update] Fix build dependency in devel/kscope X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 19:10:46 -0000 >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: