Date: 27 Nov 2006 07:21:37 -0000 From: mitsuru@riken.jp To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/105903: x11/mlterm build fails when WITH_UIM is defined Message-ID: <20061127072137.16011.qmail@zebu.yokohama.riken.go.jp> Resent-Message-ID: <200611270730.kAR7U7oO068612@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105903 >Category: ports >Synopsis: x11/mlterm build fails when WITH_UIM is defined >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 27 07:30:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD 6.1-RELEASE-p10 FreeBSD >Description: When WITH_UIM is defined, x11/mlterm build tries to install uim even if uim is already installed. As uim-1.2.1 has libuim.so.3, not libuim.so.2, LIB_DEPENDS in the Makefile of x11/mlterm should be uim.3 instead of uim.2. >How-To-Repeat: make WITH_UIM=yes in x11/mlterm >Fix: --- Makefile.old Mon Nov 27 15:50:11 2006 +++ Makefile Mon Nov 27 15:50:45 2006 @@ -41,7 +41,7 @@ .if defined(WITH_UIM) CONFIGURE_ARGS+= --enable-uim MAKE_ENV= LIBS_LOCAL=-L${LOCALBASE}/lib -LIB_DEPENDS+= uim.2:${PORTSDIR}/textproc/uim +LIB_DEPENDS+= uim.3:${PORTSDIR}/textproc/uim PLIST_SUB+= UIM="" .else CONFIGURE_ARGS+= --disable-uim >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061127072137.16011.qmail>