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
Responsible Changed From-To: freebsd-ports-bugs->keith over to maintainer
State Changed From-To: open->closed Committed, thanks.