Bug 27820

Summary: /usr/ports/textproc/libxml installed incorrectly
Product: Ports & Packages Reporter: db <db>
Component: Individual Port(s)Assignee: Ade Lovett <ade>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description db 2001-06-01 20:30:01 UTC
	/usr/ports/textproc/libxml installed incorrectly

	wrong version number is also on it (sub 9 instead of 13)

Fix: 

move /usr/X11/etc/xmlConf.sh to /usr/local/lib

	change version number in /usr/local/lib/xmlConf.sh to sub 13
How-To-Repeat: 
	cd /usr/ports/x11/gnome;make install
Comment 1 Ade Lovett freebsd_committer freebsd_triage 2001-06-01 23:35:05 UTC
State Changed
From-To: open->feedback

Looks like you've done some installing of libxml outside of the ports 
tree.  textproc/libxml does not install anything in /usr/local/lib/xmlConf.sh 

khan 157# more /usr/local/etc/xmlConf.sh  
# 
# Configuration file for using the XML library in GNOME applications 
# 
XML_LIBDIR="-L/usr/local/lib" 
XML_LIBS="-lxml -lz  " 
XML_INCLUDEDIR="-I/usr/local/include/gnome-xml" 
MODULE_VERSION="xml-1.8.13" 

The version number is also 13, not 9, which would tend to indicate that 
you installed libxml-1.8.9 from somewhere at sometime. 

Please delete all traces of that bogus libxml, and try again, following 
up to the PR as needed. 


Comment 2 Ade Lovett freebsd_committer freebsd_triage 2001-06-01 23:35:05 UTC
Responsible Changed
From-To: freebsd-ports->ade

I'll handle it.
Comment 3 Ade Lovett freebsd_committer freebsd_triage 2001-06-01 23:39:54 UTC
State Changed
From-To: feedback->closed

Seeing an almost identical PR in 27819 from the same submitter, this 
is the exact same problem, just a different instantiation.