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.
Class Changed From-To: sw-bug->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->rafan I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!