Bug 64149 - [MAINTAINER-UPD] textproc/xerces-c2 correction
Summary: [MAINTAINER-UPD] textproc/xerces-c2 correction
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: 2004-03-12 09:00 UTC by Bjoern A. Zeeb
Modified: 2004-03-14 22:59 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!