Bug 62649

Summary: Files installed to same target (unixODBC/libiodbc)
Product: Ports & Packages Reporter: Michael Landin <mich>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Michael Landin freebsd_committer freebsd_triage 2004-02-10 17:20:10 UTC
	unixODBC and libiodbc will install header files to the same target, hence creating build failure 
	for fx. p5-DBD-ODBC when unixODBC has been installed after libiodbc.

	 # cat /usr/ports/databases/{unixODBC,libiodbc}/pkg-plist |sort|uniq -c|sort -n|grep -v ^\ \*1
	 2 include/sql.h
	 2 include/sqlext.h
	 2 include/sqltypes.h

How-To-Repeat: 	cd /usr/ports/databases/libiodbc && make all install clean
	cd /usr/ports/databases/unixODBC && make all install clean
	cd /usr/ports/databases/p5-DBD-ODBC && make all install clean
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-02-10 17:45:55 UTC
State Changed
From-To: open->closed

CONFLICTS knob was added to both ports