Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Mar 2009 10:02:55 GMT
From:      bf <bf2006a@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/132251: [PATCH] devel/cscope: update to 15.7
Message-ID:  <200903021002.n22A2tVP031669@www.freebsd.org>
Resent-Message-ID: <200903021010.n22AA2cv011768@freefall.freebsd.org>

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

>Number:         132251
>Category:       ports
>Synopsis:       [PATCH] devel/cscope: update to 15.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 02 10:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        8-CURRENT i386
>Organization:
>Environment:
>Description:
If the intention of the obsolete "--with-yacc" was to force a
dependence on system yacc rather than bison, and this is still thought to be 
desirable, then add:

CONFIGURE_ENV+= YACC="${YACC}"


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN cscope.orig/Makefile cscope/Makefile
--- cscope.orig/Makefile	2009-03-02 09:18:20.306824749 +0000
+++ cscope/Makefile	2009-03-02 09:46:00.692043261 +0000
@@ -7,16 +7,15 @@
 #
 
 PORTNAME=	cscope
-PORTVERSION=	15.6
-PORTREVISION=	1
+PORTVERSION=	15.7
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
 MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	An interactive C program browser
 
+USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-yacc
 
 PLIST_FILES=	bin/cscope \
 		bin/ocs
diff -ruN cscope.orig/distinfo cscope/distinfo
--- cscope.orig/distinfo	2009-03-02 09:18:20.306824749 +0000
+++ cscope/distinfo	2009-03-02 09:24:52.070184338 +0000
@@ -1,3 +1,3 @@
-MD5 (cscope-15.6.tar.gz) = db87833f90d8267b1fc0c419cfc4d219
-SHA256 (cscope-15.6.tar.gz) = 6d6461ef402a1d6e42e1cd40e7524c4ed19e79eacef1d83ba4ed680f7bcac5ca
-SIZE (cscope-15.6.tar.gz) = 391223
+MD5 (cscope-15.7.tar.bz2) = 08e1134914907031d916b1c9b428cbf7
+SHA256 (cscope-15.7.tar.bz2) = 6a657a320f6601c28875aed2a487d55fe14b467b18f4631546016bb60e08cf33
+SIZE (cscope-15.7.tar.bz2) = 243576


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



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