From owner-freebsd-ports@FreeBSD.ORG Mon Jan 19 19:53:50 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF47F1065672 for ; Mon, 19 Jan 2009 19:53:50 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-bw0-f10.google.com (mail-bw0-f10.google.com [209.85.218.10]) by mx1.freebsd.org (Postfix) with ESMTP id 585418FC22 for ; Mon, 19 Jan 2009 19:53:50 +0000 (UTC) (envelope-from tingox@gmail.com) Received: by bwz3 with SMTP id 3so54783bwz.19 for ; Mon, 19 Jan 2009 11:53:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=svHLYPr+iOKd+RPpbXrZivP7U+o912O8ubpYK31NjGs=; b=v9TSXS6ySFNqIK/44971Ayo1ai3PZhdg+AlCmZgn1LffNeXFcYZePTqtG1X/R/S6Mn IbnVCDIyp5+zHa3UEJaKSEAhlzBt390bLcyVVtwXVFn0NNYk3ghOJrWKVmmwRhq8YQEc 2cPxK5SnXOaQ9rQCwe7f6lGD5/me+Ievbx7Ek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=GwD3mo2euAZEI/LDt2d/eDIJSXr8ZUwxMX1C3wKuqA/zpao0zCIXtg3XDcVILeMrSI XBby2EvCixoPmQb+0H0i9OKgXSVsXCIXFQzxKbEqHR9eAybZJOy69sBUa14G76d9Pm1m WCqulh6MQEH39UOgfSshcWh890ipCkvC4qqrY= Received: by 10.223.114.207 with SMTP id f15mr4090349faq.90.1232394698280; Mon, 19 Jan 2009 11:51:38 -0800 (PST) Received: by 10.223.115.202 with HTTP; Mon, 19 Jan 2009 11:51:38 -0800 (PST) Message-ID: Date: Mon, 19 Jan 2009 20:51:38 +0100 From: "Torfinn Ingolfsen" To: freebsd-ports@freebsd.org In-Reply-To: <6f7772b758928744df0348d5fdb21973.squirrel@webmail.itac.at> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20090110162025.3fa38c70@chii.bluelife.at> <39b650464a96fa082375cd320c27299d.squirrel@webmail.itac.at> <6f7772b758928744df0348d5fdb21973.squirrel@webmail.itac.at> Subject: Re: amule 2.2.3 port - ready for test X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2009 19:53:51 -0000 Hello On Sun, Jan 18, 2009 at 7:50 PM, Bernhard Fr=F6hlich wr= ote: > To be exact tinderbox complains about some directories that you have > removed but you shouldn't. So just remove these lines from pkg-plist and > tinderbox should be happy with it. I understand that, but I don't understand the difference between the handling of fr, pt_PT and the other locales.. Here is an example. the port install the following files: share/locale/da/LC_MESSAGES/amule.mo share/locale/pt_PT/LC_MESSAGES/amule.mo share/locale/fr/LC_MESSAGES/amule.mo (I verified this by doing tar tvf on the package archive) The last two are the ones tinderbox complains about, the first one (and all the others) doesn't get complaints from your tinderbox. Here is the corresponding lines in pkg-plist: share/locale/da/LC_MESSAGES/amule.mo share/locale/fr/LC_MESSAGES/amule.mo share/locale/pt_PT/LC_MESSAGES/amule.mo followed by these lines later in pkg-plist: @dirrmtry share/locale/da/LC_MESSAGES @dirrmtry share/locale/da @dirrmtry share/locale/fr_FR/LC_MESSAGES @dirrmtry share/locale/fr_FR @dirrmtry share/locale/pt_PT/LC_MESSAGES @dirrmtry share/locale/pt_PT There must be something wrong here, since tinderbox complains, but I just can't see the error / problem. > portlint and port-tools are great tools for a quick check but a tinderbox > can detect a lot more errors because it builds the ports in a clean > environment so none of them can replace one another. Use them in > combination and you catch most of the errors. Yes, I am still trying to get my tinderbox working again. --=20 Regards, Torfinn Ingolfsen