Bug 47987 - postgresql-devel requires bison to build but it is not listed as a dependency
Summary: postgresql-devel requires bison to build but it is not listed as a dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-06 03:00 UTC by David Booth
Modified: 2003-02-10 04:48 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Booth 2003-02-06 03:00:22 UTC
postgresql-devel requires bison to build but bison is not listed as a dependency.

Fix: Patch Makefile to use bison



.if defined(POSTGRESQL_SUBPORT)
  ## the POSTGRESQL_SUBPORTS use this port's distinfo--kAYzZNGwMnwsJ1IBWRg7CtCaqSbzd76LPFrn55DdzMs8qhZS
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

*** 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
How-To-Repeat: build postgresql-devel on a system without bison
Comment 1 Sean Chittenden freebsd_committer freebsd_triage 2003-02-10 04:46:10 UTC
State Changed
From-To: open->closed

Dependency added, thanks!