From owner-cvs-ports@FreeBSD.ORG Sat Nov 15 14:20:02 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9755B16A4CF; Sat, 15 Nov 2003 14:20:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 099F743FD7; Sat, 15 Nov 2003 14:20:02 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAFMK1XJ004327; Sat, 15 Nov 2003 14:20:01 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAFMK16C004326; Sat, 15 Nov 2003 14:20:01 -0800 (PST) (envelope-from seanc) Message-Id: <200311152220.hAFMK16C004326@repoman.freebsd.org> From: Sean Chittenden Date: Sat, 15 Nov 2003 14:20:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/bison1875 Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2003 22:20:02 -0000 seanc 2003/11/15 14:20:01 PST FreeBSD ports repository Modified files: devel/bison1875 Makefile pkg-plist Log: When installing bison, create a symlink from bin/bison to bin/bison1875 that way ports that require bison1875 (ie: PostgreSQL 7.4+) can properly detect this dependency. Given both bison's have the appropriate CONFLICTS sections, this should be a big enough hint to users to move from bison < 1.875 to something more recent. Bump port revision. Pointy hat to: bison(1) authors for grammar incompatibilities Revision Changes Path 1.44 +4 -1 ports/devel/bison1875/Makefile 1.16 +2 -1 ports/devel/bison1875/pkg-plist