From owner-cvs-all@FreeBSD.ORG Tue May 6 21:48:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 091E937B401; Tue, 6 May 2003 21:48:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACBEE43FBF; Tue, 6 May 2003 21:48:05 -0700 (PDT) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h474m50U089876; Tue, 6 May 2003 21:48:05 -0700 (PDT) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h474m5Pg089875; Tue, 6 May 2003 21:48:05 -0700 (PDT) Message-Id: <200305070448.h474m5Pg089875@repoman.freebsd.org> From: Sean Chittenden Date: Tue, 6 May 2003 21:48:05 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/bison1875 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2003 04:48:06 -0000 seanc 2003/05/06 21:48:05 PDT FreeBSD ports repository Modified files: devel Makefile devel/bison1875 Makefile distinfo pkg-plist Log: Add bison 1.875. Some grammars require the new version of Bison (such as PostgreSQL), however the new bison also breaks many many ports. Compromise with a new port. Installs as bison and _not_ bison1875 and should be mutually exclusive to the main bison port. Hopefully the bison authors will clean up their product and this port can disappear when the base bison port is updated in the future or enough ports are updated to work with newer versions of bison. Repo copied by: fjoe Approved by: kris Revision Changes Path 1.1101 +1 -0 ports/devel/Makefile 1.40 +2 -2 ports/devel/bison1875/Makefile 1.14 +1 -1 ports/devel/bison1875/distinfo 1.15 +5 -2 ports/devel/bison1875/pkg-plist