Bug 123378 - devel/pwlib won't compile of odbc is installed
Summary: devel/pwlib won't compile of odbc is installed
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: 2008-05-04 01:10 UTC by Steve Ames
Modified: 2008-05-04 06:40 UTC (History)
0 users

See Also:


Attachments
file.diff (855 bytes, patch)
2008-05-04 01:10 UTC, Steve Ames
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Ames 2008-05-04 01:10:00 UTC
	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:
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-05-04 06:31:21 UTC
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"
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2008-05-04 06:31:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!