Date: Mon, 27 Nov 2006 10:50:48 +0100 (CET) From: Martin Matuska <martin@matuska.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/105908: [MAINTAINER BUGFIX] lang/xotcl 1.5.3 Message-ID: <20061127095048.5D6913F462@mail.vx.sk> Resent-Message-ID: <200611270950.kAR9oPiX084629@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105908 >Category: ports >Synopsis: [MAINTAINER BUGFIX] lang/xotcl 1.5.3 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 27 09:50:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD 6.1-RELEASE-p10 i386/amd64 >Description: Typo: rafan replaced in my last PR (pr/105867) echo with ${ECHO_EMD} instead of ${ECHO_CMD} A portrevision bump is not needed, as no changes in port or install >How-To-Repeat: >Fix: --- lang/xotcl/Makefile.orig Mon Nov 27 10:41:36 2006 +++ lang/xotcl/Makefile Mon Nov 27 10:41:53 2006 @@ -50,7 +50,7 @@ .endif .if defined(WITH_THREADS) -TCL_THREADED!= ${ECHO_EMD} 'puts [array names tcl_platform -exact threaded]' | ${TCLSH} +TCL_THREADED!= ${ECHO_CMD} 'puts [array names tcl_platform -exact threaded]' | ${TCLSH} .if empty(TCL_THREADED) IGNORE= WITH_THREADS option is selected. You need Tcl with threads to use this port. Please install Tcl with WITH_THREADS defined or from lang/tcl84-thread port and try again. .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061127095048.5D6913F462>