From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 5 14:05:16 2010 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F2F6106564A; Mon, 5 Jul 2010 14:05:16 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 225088FC19; Mon, 5 Jul 2010 14:05:15 +0000 (UTC) Received: by gwb1 with SMTP id 1so2148833gwb.13 for ; Mon, 05 Jul 2010 07:05:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.63.13 with SMTP id l13mr3305899aga.57.1278338702601; Mon, 05 Jul 2010 07:05:02 -0700 (PDT) Received: by 10.90.103.7 with HTTP; Mon, 5 Jul 2010 07:05:02 -0700 (PDT) In-Reply-To: <20100704172907.GR2716@home.opsec.eu> References: <201007041520.o64FKpJO084422@freefall.freebsd.org> <20100704172907.GR2716@home.opsec.eu> Date: Mon, 5 Jul 2010 11:05:02 -0300 Message-ID: From: =?ISO-8859-1?Q?Sylvio_C=E9sar?= To: Kurt Jaeger Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org, fbsd-ports@opsec.eu Subject: Re: ports/148331: A DBI driver for the Cego database for Perl 5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2010 14:05:16 -0000 Error: http://people.freebsd.org/~sylvio/p5-DBD-cego-1.1.9.log The port have depends to /usr/local/lib/perl5/site_perl/5.10.1/mach/DBI.pm but the port databases/cego not install this file, I believe that the depends is other, maybe the port p5-DBI and not databases/cego. The plist must have the variables to perl and not full path, ex.: %%SITE_PERL%%, %%SITE_ARCH%%, ...