From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 12 09:50:10 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFE3816A4CF for ; Thu, 12 Feb 2004 09:50:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9233643D31 for ; Thu, 12 Feb 2004 09:50:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1CHoAbv084800 for ; Thu, 12 Feb 2004 09:50:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1CHoAvk084799; Thu, 12 Feb 2004 09:50:10 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 12 Feb 2004 09:50:10 -0800 (PST) Resent-Message-Id: <200402121750.i1CHoAvk084799@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, Palle Girgensohn Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BF0F16A4CE; Thu, 12 Feb 2004 09:41:53 -0800 (PST) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB2243D1D; Thu, 12 Feb 2004 09:41:52 -0800 (PST) (envelope-from girgen@rambutan.pingpong.net) Received: from rambutan.pingpong.net (localhost [127.0.0.1]) i1CHfnd4001802; Thu, 12 Feb 2004 18:41:49 +0100 (CET) (envelope-from girgen@rambutan.pingpong.net) Received: (from girgen@localhost) by rambutan.pingpong.net (8.12.9p2/8.12.9/Submit) id i1CHfm5a001801; Thu, 12 Feb 2004 18:41:49 +0100 (CET) (envelope-from girgen) Message-Id: <200402121741.i1CHfm5a001801@rambutan.pingpong.net> Date: Thu, 12 Feb 2004 18:41:49 +0100 (CET) From: Palle Girgensohn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: freebsd-cvsweb@FreeBSD.org Subject: ports/62743: cvsweb fails w/ perl5.8.3 @ fbsd 4.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Palle Girgensohn List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 17:50:10 -0000 >Number: 62743 >Category: ports >Synopsis: cvsweb fails w/ perl5.8.3 @ fbsd 4.9 >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: Thu Feb 12 09:50:09 PST 2004 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.9-p1 i386 >Organization: PING PONG >Environment: System: FreeBSD-4.9-p1 When running cvsweb in a setup with freebsd-4.9 and perl 5.8.3, I get this error: Insecure dependency in exec while running with -T switch at /usr/local/www/intrawww/cgi-bin/cvsweb.cgi line 2140. >Description: >How-To-Repeat: >Fix: removing -T from the first line in cvsweb.cgi fixes the problem: - #!/usr/bin/perl -wT + #!/usr/bin/perl -w I guess this is a work-around, and that there is a way to keep -T and still have a working cvsweb, but I cannot figure out what that would be, sorry... :) /Palle >Release-Note: >Audit-Trail: >Unformatted: