Bug 97177

Summary: [patch] chinese/qterm cannot be compiled
Product: Ports & Packages Reporter: Yuan Jue <yuanjue>
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Yuan Jue 2006-05-12 16:50:14 UTC
chinese/qterm in ports tree cannot be compiled.

libtool: link: cannot find the library `'
*** Error code 1

Problem comes from the big change in libtool.

Add 
USE_AUTOTOOLS=	libtool:15
to Makefile could solve this problem.

Then, after compilation and installation successfully, system will complain that /usr/local/bin/qterm cannot be found. This is because a binary file named "i386-portbld-freebsd6.0-qterm" was installed rather than "qterm" ifself.

Add
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
to Makefile could solve this problem.

How-To-Repeat: cd /usr/port/chinese/qterm
make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-12 17:08:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-05-12 17:22:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-25 15:52:32 UTC
State Changed
From-To: feedback->closed

Committed. Thank You.