Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2006 00:26:02 +0800 (CST)
From:      Rong-En Fan <rafan@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        anray@FreeBSD.org
Subject:   ports/93565: [PATCH] zh-xemacs-mule fails to build 
Message-ID:  <200602191626.k1JGQ2du085359@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200602191630.k1JGUCCY008962@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93565
>Category:       ports
>Synopsis:       [PATCH] zh-xemacs-mule fails to build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 19 16:30:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.0
>Organization:
NTU CSIE 
>Environment:


	
>Description:
	Two weeks ago,  rev 1.81 Makefile does not fix zh-xemacs-mule
	build. chinese/xcin25 does not install shared library xcin2.5,
	it installs a binary called xcin2.5, and zh-xemacs-mule depends
	on this.
	
>How-To-Repeat:
	
>Fix:

	use RUN_DEPENDS not LIB_DEPENDS

diff -ruN /usr/ports/editors/xemacs21-mule/Makefile xemacs21-mule/Makefile
--- /usr/ports/editors/xemacs21-mule/Makefile	Mon Feb 20 00:15:45 2006
+++ xemacs21-mule/Makefile	Mon Feb 20 00:20:16 2006
@@ -145,7 +145,7 @@
 
 BINNAMEEXT=		-mule
 .if defined(WITH_XCIN25)
-LIB_DEPENDS+=		xcin.0:${PORTSDIR}/chinese/xcin25
+RUN_DEPENDS+=		${X11BASE}/bin/xcin2.5:${PORTSDIR}/chinese/xcin25
 .endif
 .if defined(CANNA) && defined(FREEWNN)
 CONFIGURE_ARGS+=	--with-canna --with-wnn --with-wnn6=no
	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602191626.k1JGQ2du085359>