ports/105908: [MAINTAINER BUGFIX] lang/xotcl 1.5.3
Martin Matuska
martin at matuska.org
Mon Nov 27 09:50:26 UTC 2006
>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:
More information about the freebsd-ports-bugs
mailing list