Date: Mon, 12 Mar 2001 08:26:47 +0800 (CST) From: phj@cn.freebsd.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25716: Patch of chinput-2.1 Message-ID: <200103120026.IAA16023@cn.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
>Number: 25716 >Category: ports >Synopsis: Change of XFree86-4.0.1 ---> no xmkmf in XFree86-4.0.1,fix this for /usr/ports/chinese/chinput/work/chinput/r_xmkmf. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 11 16:30:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Peng HaiJie >Release: FreeBSD 3.5-STABLE i386 >Organization: cn.FreeBSD.org >Environment: >Description: Can't be build in XFree86-4.0.1,because there is no xmkmf in XFree86-4.x. This patch fixes this bug. >How-To-Repeat: >Fix: Patch of /usr/ports/chinese/chinput/work/chinput/r_xmkmf diff -u output: --- r_xmkmf.orig Mon Mar 12 08:17:49 2001 +++ r_xmkmf Mon Mar 12 08:17:55 2001 @@ -1,6 +1,8 @@ #!/bin/sh ALL_IMAKEFILE_PATH=`find . -name Imakefile -print` CWD=`pwd` +FLAG="-DUseInstalled -I/usr/X11R6/lib/X11/config" + for item in ${ALL_IMAKEFILE_PATH};do tmp_dir=`dirname ${item}` cd ${tmp_dir} @@ -8,6 +10,8 @@ # rm Makefile # cvs remove Makefile # fi - xmkmf +# xmkmf + echo ${tmp_dir} + imake ${FLAG} cd ${CWD} done >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103120026.IAA16023>