From davidb@gateway.boothscientific.com  Wed Feb  5 18:56:44 2003
Return-Path: <davidb@gateway.boothscientific.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 51AD237B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Feb 2003 18:56:44 -0800 (PST)
Received: from wdbnb.boothscientific.com (cs24243209-38.austin.rr.com [24.243.209.38])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AC84F43FB1
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Feb 2003 18:56:43 -0800 (PST)
	(envelope-from davidb@gateway.boothscientific.com)
Received: from wdbnb.boothscientific.com (localhost [127.0.0.1])
	by wdbnb.boothscientific.com (8.12.6/8.12.6) with ESMTP id h162ugXv095702
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 5 Feb 2003 20:56:42 -0600 (CST)
	(envelope-from davidb@gateway.boothscientific.com)
Received: (from root@localhost)
	by wdbnb.boothscientific.com (8.12.6/8.12.6/Submit) id h162ug35095701;
	Wed, 5 Feb 2003 20:56:42 -0600 (CST)
Message-Id: <200302060256.h162ug35095701@wdbnb.boothscientific.com>
Date: Wed, 5 Feb 2003 20:56:42 -0600 (CST)
From: wbooth@austin.rr.com
Reply-To: wbooth@austin.rr.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: postgresql-devel requires bison to build but it is not listed as a dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         47987
>Category:       ports
>Synopsis:       postgresql-devel requires bison to build but it is not listed as a dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 05 19:00:22 PST 2003
>Closed-Date:    Sun Feb 09 20:48:43 PST 2003
>Last-Modified:  Sun Feb 09 20:48:43 PST 2003
>Originator:     David Booth
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD wdbnb.boothscientific.com 4.7-STABLE FreeBSD 4.7-STABLE #7: Mon Jan 27 18:04:08 CST 2003 davidb@wdbnb.boothscientific.com:/usr/obj/usr/src/sys/REV3 i386


	
>Description:
postgresql-devel requires bison to build but bison is not listed as a dependency.

>How-To-Repeat:
build postgresql-devel on a system without bison
>Fix:
Patch Makefile to use bison

*** Makefile.orig       Mon Jan 27 17:22:02 2003
--- Makefile    Wed Feb  5 20:49:53 2003
***************
*** 18,23 ****
--- 18,24 ----
  USE_BZIP2=    YES
  USE_GMAKE=    YES
  GNU_CONFIGURE=        YES
+ USE_BISON=    YES

  .if defined(POSTGRESQL_SUBPORT)
  ## the POSTGRESQL_SUBPORTS use this port's distinfo

	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: seanc 
State-Changed-When: Sun Feb 9 20:46:10 PST 2003 
State-Changed-Why:  
Dependency added, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47987 
>Unformatted:
