Bug 96606

Summary: [PATCH] chiense/{xcin25,libtabe} USE_BDB
Product: Ports & Packages Reporter: Rong-En Fan <rafan>
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me CC: kcwu
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Rong-En Fan 2006-05-01 17:30:19 UTC
	chinese/xcin25 is updated to use USE_BDB, and supports db4+.
	A warning message is printed if user defines WITH_BDB_VER.
	The db version used for xcin25 and libtabe *MUST* match.

	USE_BDB exists in libtabe, but it may find the wrong version
	if one has more than one bdb version  installed. Thus, configure
	and two source files are patched to use the correct bdb version
	specified in WITH_BDB_VER. 

	Due to the db version must match between libtabe and xcin25,
	hope these can be committed together.

	Both ports are tested WITH_BDB_VER from 2 to 44, pass compilation
	on i386 7-CURRENT as of few days ago.

	I think we traditionally put make targets below bsd.port.pre.mk,
	so I changed Makefile.

Fix: ===> Generating patch
===> Viewing diff with less
===> Generating patch
===> Viewing diff with less
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-01 23:44:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-05-16 04:44:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Take.
Comment 3 kcwu 2006-05-21 06:55:38 UTC
approved.
Comment 4 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-05-23 02:20:20 UTC
State Changed
From-To: feedback->closed

Committed. Thank You.