Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2003 20:56:42 -0600 (CST)
From:      wbooth@austin.rr.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47987: postgresql-devel requires bison to build but it is not listed as a dependency
Message-ID:  <200302060256.h162ug35095701@wdbnb.boothscientific.com>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 05 19:00:22 PST 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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