if unixODBC is installed pwlib will not compile. As near as I can tell, nothing actually used the pwlib odbc support so I am disabling it. I deliberately did not make an option to enable it since doing so just keeps the port from compiling. Fix: apply patch found at http://steve.energistic.com/h323-ports/pwlib-1.12.0.3.patch Also contained here:
rafan 2008-05-04 05:31:17 UTC FreeBSD ports repository Modified files: devel/pwlib Makefile Log: - Disable ODBC by default. When ODBC is installed, it breaks build and seems nothing actually use it. - While I'm here, use TAB after variable assignment. PR: ports/123378 Submitted by: Steve Ames <steve at energistic.com> (maintainer) Revision Changes Path 1.47 +8 -2 ports/devel/pwlib/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!