From owner-freebsd-ports@FreeBSD.ORG Tue Dec 30 20:16:53 2008 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 25DB910656CA for ; Tue, 30 Dec 2008 20:16:53 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-bw0-f19.google.com (mail-bw0-f19.google.com [209.85.218.19]) by mx1.freebsd.org (Postfix) with ESMTP id 749AF8FC19 for ; Tue, 30 Dec 2008 20:16:52 +0000 (UTC) (envelope-from tingox@gmail.com) Received: by bwz12 with SMTP id 12so14560445bwz.19 for ; Tue, 30 Dec 2008 12:16:50 -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=STuf03TU30fg5n90xPmJazRPSdg1SKpqsfCwclQBNXc=; b=L+NL0GiD26PkAraB8yAgvgbMKy2f6PAuqxYAOJ4UZ+9OX6U/pQ1+78Ym/zuEOpm8cY 0bOXEPMnh9eHwueeT501qcmwAuy4oJh2xIPF0/Bcsh0A+0jX2lxNFkCHxFxMMTmzr9Rf /KRHvJQBY2APPpuZo5UsRMUirIUptRKv3ts+c= 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=jCxXjmBtl3Gk+zV1LxHa0PNbvTloTkUMcGgyJWteY7WsZAgCllrexgX/O3S1SWRtMC aA6OnE0oZedQL4/soQ1SekGKNcrFuv4IbojQmgWiwn0hWbjAswdky3Hp9IfOYMRRN06O TQ42GuihgIL1upfOi3I5nkqGH0IbyPsVk85G0= Received: by 10.223.114.135 with SMTP id e7mr11020938faq.89.1230668210268; Tue, 30 Dec 2008 12:16:50 -0800 (PST) Received: by 10.223.115.202 with HTTP; Tue, 30 Dec 2008 12:16:50 -0800 (PST) Message-ID: Date: Tue, 30 Dec 2008 21:16:50 +0100 From: "Torfinn Ingolfsen" To: freebsd-ports@freebsd.org In-Reply-To: <20081230192455.GG81218@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081230192455.GG81218@hades.panopticon> Subject: Re: amule 2.2.3 port - first try 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: Tue, 30 Dec 2008 20:16:53 -0000 On Tue, Dec 30, 2008 at 8:24 PM, Dmitry Marakasov wrote: > * Torfinn Ingolfsen (tingox@gmail.com) wrote: > > It builds OK, but plist (and Makefile.man I guess) is incorrect. I knew about plist - I haven't done too much updating of that. I need to figure out a manageable way of maintaining it. Some files are added to the install based on what options a user chooses, and thererfore should only e added then. OTOH, there are just too many files add everything dynamically. Oh well, it must be fixed one way or the other. With regards to man pages,aMule ships with man pages for en, de, es, eu, fr and hu. However, the fr set is incomplete, almost half the man pages are missing. A few commands only have man pages in en and de languages. I'm not really sure how to handle this. Also, the man page are installed uncompressed, and it seems like 'make package' doesn't like that. > http://people.freebsd.org/~amdmi3/aMule-nooptimize-2.2.3.log I see that 'port test' also reports much of the same - porttools looks like a _very_ useful tool thanks to both Bernhard and you for pointing me towards it. -- Regards, Torfinn Ingolfsen