Bug 165265

Summary: [patch] databases/postgresql-docs: build docs for Pg 9
Product: Ports & Packages Reporter: Ben Morrow <ben>
Component: Individual Port(s)Assignee: Chris Rees <crees>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
postgresql-docs-9.1 none

Description Ben Morrow 2012-02-18 13:50:10 UTC
Currently the postgresql-docs port is marken BROKEN when build against
PostgreSQL 9.0 and 9.1 because the tarball no longer contains prebuilt
docs. This patch updates the port to build the docs from source for
those versions.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-18 13:50:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Chris Rees freebsd_committer freebsd_triage 2012-02-18 14:32:35 UTC
State Changed
From-To: open->feedback

Thanks for the patch.  I do however think that the current situation 
with the pgsql-* ports is ridiculous, and we'd be better served with a 
docs OPTION in -server.  What do you think?
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-03-04 17:58:30 UTC
crees       2012-03-04 17:58:21 UTC

  FreeBSD ports repository

  Modified files:
    databases/postgresql91-server Makefile 
  Log:
  Don't clobber do-build from slave ports
  
  PR:             ports/165265
  Submitted by:   Ben Morrow <ben@morrow.me.uk>
  
  Revision  Changes    Path
  1.247     +1 -3      ports/databases/postgresql91-server/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-03-04 21:27:36 UTC
crees       2012-03-04 21:27:23 UTC

  FreeBSD ports repository

  Modified files:
    databases/postgresql91-docs Makefile 
  Log:
  Give credit where due, the previous commit was based on a PR
  
  Thanks for your idea!
  
  PR:             ports/165265
  Submitted by:   Ben Morrow <ben@morrow.me.uk>
  
  Revision  Changes    Path
  1.2       +0 -0      ports/databases/postgresql91-docs/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Chris Rees freebsd_committer freebsd_triage 2012-03-04 21:27:47 UTC
State Changed
From-To: feedback->closed

I used your code to create 90 and 91 ports, so thank you very much!