From owner-cvs-all@FreeBSD.ORG Wed Jan 10 22:34:49 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E4DF16A4A7; Wed, 10 Jan 2007 22:34:49 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from virtual.micronet.sk (smtp.micronet.sk [84.16.32.237]) by mx1.freebsd.org (Postfix) with ESMTP id 3616B13C467; Wed, 10 Jan 2007 22:34:49 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by virtual.micronet.sk (Postfix) with ESMTP id 1F9A910E748; Wed, 10 Jan 2007 23:03:11 +0100 (CET) X-Virus-Scanned: by amavisd-new at virtual.micronet.sk Received: from virtual.micronet.sk ([127.0.0.1]) by localhost (virtual.micronet.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I9GS3Nb1fY9w; Wed, 10 Jan 2007 23:03:07 +0100 (CET) Received: from danger.mcrn.sk (danger.mcrn.sk [84.16.37.254]) by virtual.micronet.sk (Postfix) with ESMTP id B4CE710E6F7; Wed, 10 Jan 2007 23:03:07 +0100 (CET) Date: Wed, 10 Jan 2007 23:03:38 +0100 From: Daniel Gerzo Organization: The FreeBSD Project X-Priority: 3 (Normal) Message-ID: <1439090914.20070110230338@rulez.sk> To: "Simon L. Nielsen" In-Reply-To: <20070110214608.GC998@zaphod.nitro.dk> References: <200701101747.l0AHld1U015012@repoman.freebsd.org> <20070110214608.GC998@zaphod.nitro.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Tom Rhodes , cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, Daniel Gerzo , Giorgos Keramidas , doc-committers@FreeBSD.org Subject: Re[2]: cvs commit: www/en/cgi query-pr-lib.pl query-pr-summary.cgi query-pr.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2007 22:34:49 -0000 Hello Simon, Wednesday, January 10, 2007, 10:46:09 PM, you wrote: > On 2007.01.10 17:47:39 +0000, Daniel Gerzo wrote: >> danger 2007-01-10 17:47:39 UTC >> >> FreeBSD doc repository >> >> Modified files: >> en/cgi query-pr-summary.cgi query-pr.cgi >> Added files: >> en/cgi query-pr-lib.pl >> Log: >> Merge query-by-number and multi-field query forms. >> This work included: >> >> - move a few functions out of query-pr-summary.cgi into a new file - >> query-pr-lib.pl, which now provides a procedure to display forms >> - include query-pr-lib.pl in both query-pr.cgi and query-pr-summary.cgi >> scripts >> >> PR: www/35647 >> Approved by: trhodes (mentor), keramida (mentor) >> Silence from: www@ > [simon@zaphod:~] fetch http://www.freebsd.org/cgi/query-pr-summary.cgi > fetch: http://www.freebsd.org/cgi/query-pr-summary.cgi: Internal Server Error > [Wed Jan 10 21:42:56 2007] [error] [client 69.147.83.37] Can't > locate ./query-pr-lib.pl in @INC (@INC contains: > /usr/local/lib/perl5/5.8.8/BSDPAN > /usr/local/lib/perl5/site_perl/5.8.8/mach > /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl > /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8) at > /www/sites/www.freebsd.org/data/cgi/query-pr.cgi line 39. > [Wed Jan 10 21:42:56 2007] [error] [client 69.147.83.37] Premature > end of script headers: query-pr.cgi Looks like query-pr-lib.cgi needs to be added into the Makefile -- I have sent request for an approval to commit it (since I don't know for sure if I need an approval here, but I suppose so), unfortunately, I doubt any of my mentors are available at the moment and also I'm heading to bed and will not be online next 12 or so hours. I have told them that they can commit it by themselves. Or anybody of you can, it's rather simple change/fix. -- Best regards, Daniel mailto:danger@FreeBSD.org