From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 9 16:20:20 2005 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 A6B6016A41F for ; Tue, 9 Aug 2005 16:20:20 +0000 (GMT) (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 2B0F143D49 for ; Tue, 9 Aug 2005 16:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j79GKKE0036972 for ; Tue, 9 Aug 2005 16:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j79GKJZw036971; Tue, 9 Aug 2005 16:20:19 GMT (envelope-from gnats) Resent-Date: Tue, 9 Aug 2005 16:20:19 GMT Resent-Message-Id: <200508091620.j79GKJZw036971@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, Frerich Raabe Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D562416A41F for ; Tue, 9 Aug 2005 16:16:13 +0000 (GMT) (envelope-from frerich@hex.athame.co.uk) Received: from hex.athame.co.uk (salama58.adsl.netsonic.fi [81.17.207.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D7543D45 for ; Tue, 9 Aug 2005 16:16:13 +0000 (GMT) (envelope-from frerich@hex.athame.co.uk) Received: from localhost.athame.co.uk ([127.0.0.1] helo=hex.athame.co.uk) by hex.athame.co.uk with esmtp (Exim 4.52 (FreeBSD)) id 1E2Wlw-0001vg-01 for FreeBSD-gnats-submit@freebsd.org; Tue, 09 Aug 2005 19:16:12 +0300 Received: (from frerich@localhost) by hex.athame.co.uk (8.13.3/8.13.1/Submit) id j79GGBVm007419; Tue, 9 Aug 2005 19:16:11 +0300 (EEST) (envelope-from frerich) Message-Id: <200508091616.j79GGBVm007419@hex.athame.co.uk> Date: Tue, 9 Aug 2005 19:16:11 +0300 (EEST) From: Frerich Raabe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/84709: Update port: devel/bison to version 2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frerich Raabe List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2005 16:20:20 -0000 >Number: 84709 >Category: ports >Synopsis: Update port: devel/bison to version 2.0 >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: Tue Aug 09 16:20:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Frerich Raabe >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD hex.athame.co.uk 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #6: Tue Aug 2 14:05:03 EEST 2005 root@hex.athame.co.uk:/usr/obj/usr/src/sys/HEXSMP i386 >Description: The accompanying patch attempts to update the devel/bison port so that it uses the new bison 2.0 which was released in late 2004. >How-To-Repeat: >Fix: diff -u /usr/ports/devel/bison/Makefile bison/Makefile --- /usr/ports/devel/bison/Makefile Mon May 2 15:40:56 2005 +++ bison/Makefile Tue Aug 9 18:01:13 2005 @@ -6,8 +6,7 @@ # PORTNAME= bison -PORTVERSION= 1.75 -PORTREVISION= 2 +PORTVERSION= 2.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +19,7 @@ CONFLICTS= bison-1.8[0-9]* -USE_BZIP2= yes +USE_GZIP= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff -u /usr/ports/devel/bison/distinfo bison/distinfo --- /usr/ports/devel/bison/distinfo Thu Jan 29 07:22:55 2004 +++ bison/distinfo Tue Aug 9 18:01:39 2005 @@ -1,2 +1,2 @@ -MD5 (bison-1.75.tar.bz2) = dd88fe42e35d554c00af430a9342456a -SIZE (bison-1.75.tar.bz2) = 773106 +MD5 (bison-2.0.tar.gz) = c17f964fd5504b88b07a183420de25e3 +SIZE (bison-2.0.tar.gz) = 1163590 diff -u /usr/ports/devel/bison/pkg-plist bison/pkg-plist --- /usr/ports/devel/bison/pkg-plist Thu Dec 16 05:49:19 2004 +++ bison/pkg-plist Tue Aug 9 18:11:07 2005 @@ -1,23 +1,31 @@ @comment $FreeBSD: ports/devel/bison/pkg-plist,v 1.18 2004/12/16 05:49:19 kris Exp $ bin/bison +bin/yacc +%%DATADIR%%/README %%DATADIR%%/c.m4 %%DATADIR%%/glr.c %%DATADIR%%/lalr1.cc %%DATADIR%%/m4sugar/m4sugar.m4 -%%DATADIR%%/m4sugar/version.m4 %%DATADIR%%/yacc.c +%%NLS%%share/locale/da/LC_MESSAGES/bison.mo %%NLS%%share/locale/de/LC_MESSAGES/bison.mo %%NLS%%share/locale/es/LC_MESSAGES/bison.mo %%NLS%%share/locale/et/LC_MESSAGES/bison.mo %%NLS%%share/locale/fr/LC_MESSAGES/bison.mo +%%NLS%%share/locale/ga/LC_MESSAGES/bison.mo %%NLS%%share/locale/hr/LC_MESSAGES/bison.mo %%NLS%%share/locale/id/LC_MESSAGES/bison.mo %%NLS%%share/locale/it/LC_MESSAGES/bison.mo %%NLS%%share/locale/ja/LC_MESSAGES/bison.mo +%%NLS%%share/locale/ms/LC_MESSAGES/bison.mo +%%NLS%%share/locale/nb/LC_MESSAGES/bison.mo %%NLS%%share/locale/nl/LC_MESSAGES/bison.mo +%%NLS%%share/locale/pl/LC_MESSAGES/bison.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/bison.mo +%%NLS%%share/locale/ro/LC_MESSAGES/bison.mo %%NLS%%share/locale/ru/LC_MESSAGES/bison.mo %%NLS%%share/locale/sv/LC_MESSAGES/bison.mo %%NLS%%share/locale/tr/LC_MESSAGES/bison.mo +lib/liby.a @dirrm %%DATADIR%%/m4sugar @dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: