From owner-freebsd-perl@FreeBSD.ORG Fri Jun 9 04:36:46 2006 Return-Path: X-Original-To: perl@freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7AFA16A41B for ; Fri, 9 Jun 2006 04:36:46 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BCAC43D73 for ; Fri, 9 Jun 2006 04:36:44 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so504647nfc for ; Thu, 08 Jun 2006 21:36:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CygaddVQLhD0Cjf8GDk47e3mfyen7UEJsb2ybmaiu2ixdCGyqUDiXW5mJ0RlLJwuNRflrl2bTp6pm9+gF2UhkioSXLtHDbC9DEGscBmZOZy3jlR9AcxzCRI624s7kryKgvVWsAunOZyTWv/xCsx1vXDmcH/IrPOI54PhDYoESoE= Received: by 10.49.2.11 with SMTP id e11mr2041048nfi; Thu, 08 Jun 2006 21:36:44 -0700 (PDT) Received: by 10.48.30.10 with HTTP; Thu, 8 Jun 2006 21:36:44 -0700 (PDT) Message-ID: <6eb82e0606082136u4d976de5u5d9581da17e9a1e8@mail.gmail.com> Date: Fri, 9 Jun 2006 00:36:44 -0400 From: "Rong-en Fan" To: "Kris Kennaway" In-Reply-To: <20060609041143.GC84853@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060609041143.GC84853@xor.obsecurity.org> Cc: perl@freebsd.org, clsung@FreeBSD.org Subject: Re: [ports-i386@pointyhat.freebsd.org: p5-FEAR-API-0.487.4 failed on i386 6] X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 04:36:47 -0000 On 6/9/06, Kris Kennaway wrote: > FYI; can you please investigate and/or report to the developers? If > you are already aware of this problem but do not yet have a fix, > please mark the port BROKEN in the appropriate case, so that users do > not unexpectedly encounter it. > > See http://pointyhat.freebsd.org for the full log. > > Thanks, > Kris > > ----- Forwarded message from User Ports-i386 ================================================================ > > === Checking filesystem state > list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) > 2782311 4 -r-xr-xr-x 1 root wheel 202 Jun 9 02:17 usr/local/bin/fear-recorder > 2782312 4 -r-xr-xr-x 1 root wheel 174 Jun 9 02:17 usr/local/bin/fearperl > 2783345 12 -r-xr-xr-x 1 root wheel 4197 Jun 9 02:17 usr/local/bin/fear > ================================================================ Oops, that was my fault. Somehow, I ignored the output from 'port test'... The patch below will fix this. diff -ruN --exclude=CVS /usr/ports/www/p5-FEAR-API/pkg-plist /home/rafan/tmp/por --- /usr/ports/www/p5-FEAR-API/pkg-plist Mon Jun 5 16:04:28 2006 +++ /home/rafan/tmp/ports/p5-FEAR-API/pkg-plist Fri Jun 9 12:33:03 2006 @@ -1,3 +1,6 @@ +bin/fear +bin/fear-recorder +bin/fearperl %%SITE_PERL%%/FEAR/API.pm %%SITE_PERL%%/FEAR/API/Agent.pm %%SITE_PERL%%/FEAR/API/ChksumRepos.pm Regards, Rong-En Fan