Bug 64149

Summary: [MAINTAINER-UPD] textproc/xerces-c2 correction
Product: Ports & Packages Reporter: Bjoern A. Zeeb <bzeeb+freebsdports>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: bzeeb+freebsdports
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Bjoern A. Zeeb 2004-03-12 09:00:28 UTC
	if TRANSCODER==IconvFBSD (default) libxerces-c does not link
	againgst libiconv thus the programs had to care about this

	Reported-By: Sean McNeil <sean at mcneil.com> on freebsd-ports

Fix: 

+ correct linkage for above case
	+ USE_ICONV instead of adding LIB_DEPENDS
	+ USE_REINPLACE instead of CP/SED
	+ change GNU_CONFIGURE to HAS_CONFIGURE to not get --prefix

	+ bump PORTREVISION

	patch is available at
	http://sources.zabbadoz.net/freebsd/ports/xerces-c2-2.5.0_1.diff
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-14 22:59:27 UTC
State Changed
From-To: open->closed

Committed, thanks!