Bug 52154

Summary: chinese/xemacs21 configure error
Product: Ports & Packages Reporter: Christopher Hall <freebsd>
Component: Individual Port(s)Assignee: keith
Status: Closed FIXED    
Severity: Affects Only Me CC: keith
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Christopher Hall 2003-05-13 09:40:09 UTC
	chinese/xemacs21 fails with the following error

===>  Configuring for zh-xemacs-mule-21.4.12
./configure: Usage error:
  Unrecognized argument: xlib
  Use `./configure --help' to show usage.
===>  Script "configure" failed unexpectedly.
      Please report the problem to kiri@FreeBSD.org [maintainer] and attach
      the
      "/usr/work-ports//usr/ports/chinese/xemacs21/../../editors/xemacs21-mule/work/xemacs-21.4.12/config.log"
      including the output of the failure of your make command. Also, it might
      be a good idea to provide an overview of all packages installed on your
      system (e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/chinese/xemacs21.


	Note: config.log was empty

Fix: 

Change the line in Makefile

	From:
		WITH_XIM=       xlib

	To:
		WITH_XIM=       --with-xim=xlib

	It will then compile and install
How-To-Repeat: 
	cd /usr/ports/chinese/xemacs21
	make
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-05-13 15:07:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->keith

over to maintainer
Comment 2 Yen-Ming Lee freebsd_committer freebsd_triage 2003-07-02 12:30:32 UTC
State Changed
From-To: open->closed

Committed, thanks.