Bug 137715 - net-mgmt/flow-tools-ng fix build with postgresql
Summary: net-mgmt/flow-tools-ng fix build with postgresql
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-13 06:20 UTC by c.kworr
Modified: 2009-08-13 10:20 UTC (History)
0 users

See Also:


Attachments
file.diff (498 bytes, patch)
2009-08-13 06:20 UTC, c.kworr
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description c.kworr 2009-08-13 06:20:03 UTC
I have received some comments that people can't build the port with PostgreSQL support. I have found some time to investigate the problem. The problem was here from the beginning - forked build used more recent autoconf/libtool versions and option for enabling PostgreSQL support shifted from --with-pgsql[=/library/prefix] to --with-postgresql[=/path/to/pg_config]. The following patch fixes that.

Fix: Following patch fixes port building.

Patch attached with submission follows:
How-To-Repeat: Build port with PostgreSQL support.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-13 06:20:13 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2009-08-13 10:15:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-08-13 10:16:04 UTC
rafan       2009-08-13 09:15:55 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/flow-tools-ng Makefile 
  Log:
  - Fix build when WITH_PGSQL is defined
  
  PR:             ports/137715
  Submitted by:   Volodymyr Kostyrko <c.kworr at gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.4       +1 -1      ports/net-mgmt/flow-tools-ng/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 Rong-En Fan freebsd_committer freebsd_triage 2009-08-13 10:16:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!