From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 28 18:10:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B76661065693 for ; Sat, 28 Nov 2009 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 947618FC24 for ; Sat, 28 Nov 2009 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nASIA1eI035826 for ; Sat, 28 Nov 2009 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nASIA11g035825; Sat, 28 Nov 2009 18:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 28 Nov 2009 18:10:01 GMT Resent-Message-Id: <200911281810.nASIA11g035825@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, olli hauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CD33106566B for ; Sat, 28 Nov 2009 18:05:56 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 88B798FC0C for ; Sat, 28 Nov 2009 18:05:55 +0000 (UTC) Received: (qmail invoked by alias); 28 Nov 2009 18:05:53 -0000 Received: from u18-124.dsl.vianetworks.de (EHLO u18-124.dsl.vianetworks.de) [194.231.39.124] by mail.gmx.net (mp048) with SMTP; 28 Nov 2009 19:05:53 +0100 Received: by u18-124.dsl.vianetworks.de (Postfix, from userid 1100) id B27B92614B; Sat, 28 Nov 2009 19:05:48 +0100 (CET) Message-Id: <20091128180548.B27B92614B@u18-124.dsl.vianetworks.de> Date: Sat, 28 Nov 2009 19:05:48 +0100 (CET) From: olli hauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ohauer@gmx.de Subject: ports/140978: [patch] port lang/tclX fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: olli hauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 18:10:01 -0000 >Number: 140978 >Category: ports >Synopsis: [patch] port lang/tclX fix 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: Sat Nov 28 18:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: olli hauer >Release: >Organization: >Environment: >Description: The build stops everytime with the following error: Begin preprocessing UCB manual files preprocessing Tcl.n tcl/intro/syntax ... preprocessing tclsh.1 tcl/intro/tclsh No entry for tclsh in section 1 of the manual while executing "exec man -w $section $manPage" (procedure "CopyManPage" line 9) invoked from within "CopyManPage [lindex $ent 0] $tmpFH" (procedure "ProcessManFile" line 5) invoked from within "ProcessManFile $ent $tmpFH" (procedure "GenInputFile" line 8) invoked from within "GenInputFile $manInfoTbl $tmpFile" (file "./unix/tools/bldmanhelp.tcl" line 165) *** Error code 1 1 error *** Error code 1 Stop in /a/ports/lang/tclX. Additional build in tinderbox fails with left/missing files. This patch resolves the issues. >How-To-Repeat: >Fix: --- patch_lang_tclX.txt begins here --- --- tclX/files/patch-manpages +++ tclX/files/patch-manpages @@ -0,0 +1,10 @@ +--- unix/tools/tclmanpages.orig ++++ unix/tools/tclmanpages +@@ -108,7 +108,6 @@ + {update.n tcl/events/update} + {variable.n tcl/variables/variable} + {vwait.n tcl/events/vwait} +- {tclsh.1 tcl/intro/tclsh} + } + + if {$tcl_version <= 8.4} { --- tclX/pkg-plist +++ tclX/pkg-plist @@ -81,7 +81,6 @@ %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/files/readdir %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/files/recursive_glob %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/files/registry -%%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/files/resource %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/files/seek %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/files/select %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/files/sync @@ -97,7 +96,6 @@ %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/intl/msgcat %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/intro/keyedlists %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/intro/syntax -%%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/intro/tclsh %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/keyedlists/keyldel %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/keyedlists/keylget %%PORTDOCS%%lib/tclx%%TCLX_VER%%/help/tcl/keyedlists/keylkeys --- patch_lang_tclX.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: