From owner-freebsd-multimedia@FreeBSD.ORG Thu Oct 14 09:49:19 2010 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0513106566C; Thu, 14 Oct 2010 09:49:19 +0000 (UTC) (envelope-from mickael.maillot@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7FAF18FC08; Thu, 14 Oct 2010 09:49:19 +0000 (UTC) Received: by qyk30 with SMTP id 30so1934087qyk.13 for ; Thu, 14 Oct 2010 02:49:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=00/QNVwWJCucc2Xry0C26GMzWQTr91QPVcYG6bAQcQY=; b=UEmqDTzRzVSCRxrR2Ay6KL0Bte5QsHMZ/576YCBeoEdxMwGPixjxS3YktiaTUngX2B iA6PI+T67pwjnQbHdjO67o9+tF7Au760A660bXL7dkBmOrpaqJhj9afQUqOlNcgvS96/ tX5D2Bkn6Ph3ZdjqAFDW2aE0hSRPYIdd2G30U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=B6U5xFJo0UhG7q8QI43e4fW9xXHNkiaVLvbFOXXQLt1YzKJ0m+VoW/hvgysdS3gJd5 cdlbFMEMo6ifgAU9mFQ6H91O6c8VaUdxewxyHlzQR31oZDNh20SRiKV+/ma/IgZpmncu WBdQ3O3wPdue6z0SwQ1mW8SKKblAlaYDVZg5E= MIME-Version: 1.0 Received: by 10.229.229.9 with SMTP id jg9mr8604808qcb.272.1287049758500; Thu, 14 Oct 2010 02:49:18 -0700 (PDT) Received: by 10.229.9.198 with HTTP; Thu, 14 Oct 2010 02:49:18 -0700 (PDT) In-Reply-To: References: Date: Thu, 14 Oct 2010 11:49:18 +0200 Message-ID: From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= To: Bernhard Froehlich Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org, freebsd-ports@freebsd.org Subject: Re: XBMC port X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2010 09:49:20 -0000 Hi 2010/10/13 Bernhard Froehlich > > Thanks for your work. I had a look at the port and there are a few > things that we should resolve before the port is ready to get it into > the tree. > > - add missing libltdl dependency (patch attached) > done > - add missing runtime dependency glxinfo (graphics/mesa-demos) > why ? no prob for me without glxinfo. > - fix graphics/mesa-demos port which is currently marked broken > - fix the compile problem in xbmc/cores/paplayer/SIDCodec (had a look > but could not find it yet) > done, see my previous mail > - what does the NONFREE option mean? should we restrict the port? any > problems redistributing the distfile? > don't know > - find a better solution for the int casts because of the different > size of DWORD on linux and BSD > too much work, i didn't find an easy solution. > - port should use the upcoming release branch [1] or better the beta > release tags from [2] (not sure which one you use currently, trunk?) > i use trunk to send patch upstream, but all my patches will be reviewed after Dharma release. so i think i will make a port with final dharma release.