From owner-freebsd-multimedia@FreeBSD.ORG Wed Jul 3 15:44:21 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6A9401CE for ; Wed, 3 Jul 2013 15:44:21 +0000 (UTC) (envelope-from marcelbonnet@gmail.com) Received: from mail-vb0-x22a.google.com (mail-vb0-x22a.google.com [IPv6:2607:f8b0:400c:c02::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 2EF3D1373 for ; Wed, 3 Jul 2013 15:44:21 +0000 (UTC) Received: by mail-vb0-f42.google.com with SMTP id i3so241168vbh.29 for ; Wed, 03 Jul 2013 08:44:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Om8eH98gXClgeXQ/7+KYFXkSWGPuo/fOQz3K7S2fQo4=; b=KGr4D6SAo0VhE7Iz41pBtu6pU79o3rsyPUlESKW91j4XvVId8ooXPNrbDj9DEfnrjh XnsrIiWHaK/rFe8wIwX+Lwycw77UtWCqxN55Iry1OZe/SodtS4VxOq65UdNW9WIgCsfX zaktX0XnMKbiIuM2ioQkxadyB3Mmml6WzMwEhVp2NOXzPGG4VzDvNE21NkVvYMswbEdI n9UVCrlyZU7yGMAOzOir2UydqJmBrwJPHnFYKGERSAaAtBgqRLik+QtGf8ppYFpmyGO3 ikqe9bLupUnOr1j0HatbJVq1xQGTyHv92uDKoDnJ/SeG5gdxHYIdzrbzbi9ojPJeklpD YxCw== MIME-Version: 1.0 X-Received: by 10.220.184.4 with SMTP id ci4mr439725vcb.65.1372866260714; Wed, 03 Jul 2013 08:44:20 -0700 (PDT) Received: by 10.58.23.230 with HTTP; Wed, 3 Jul 2013 08:44:20 -0700 (PDT) In-Reply-To: <51D1C3B6.6060904@bebik.net> References: <51D1C3B6.6060904@bebik.net> Date: Wed, 3 Jul 2013 12:44:20 -0300 Message-ID: Subject: Re: Ardour 3.x: ports/180171 adds its new dependencies From: Marcel Bonnet To: Rodrigo OSORIO Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2013 15:44:21 -0000 On 1 July 2013 15:00, Rodrigo OSORIO wrote: > On 07/01/13 17:19, Marcel Bonnet wrote: > >> Hi! >> >> I want to announce I'm working on final steps for a port of Ardour 3.1 . >> In case we have a ports commiter (in this list) available to take a look >> at >> the PR 180171, it adds 6 new ports - new dependencies required by Ardour >> 3. >> Ardour 3, itself, was not yet submitted. >> >> Cheers, >> > Hi Marcel, > > I took a look to the PR you submit, and I found few errors. > > - I think, correct me if I'm wrong, the "-0" in the ports name isn't > required if there is no other version of the port > so you should remove it from portname > I understand what you said, but: These libraries (lilv-0, serd-0, and so on) are designed to allow parallel installation of different major versions. The upstream put the following instructions: *** IMPORTANT GUIDELINES FOR PACKAGERS *** Packages should follow the same conventions as above, i.e. include the major version (and only the major version) in the name of the package. Continuing the example above, the package(s) would be named foo-1 and foo-1-dev. This way, if/when version 2 comes out, it may be installed at the same time as version 1 without breaking anything. Please do not create packages of this library that do not follow these guidelines, you will break things and cause unnecessary headaches. Please do not use any number as a suffix other than the actual major version number of the upstream source package. > - In Makefiles : > at the begin, the correct syntax for a new port is "$FreeBSD$" not > "$FreeBSD : $" > some "RUN_DEPENDS" are misplaced (ask portlint[1]) > You're right. Thanks! I dismissed many WARNs without enough attention. I'm going to update the files. > > In the future, you should use the redports[2] tool to test it before > submission. > Ok! I'm waiting for my account to be approved. > > regards, > - rodrigo > > [1] http://www.freebsd.org/cgi/ports.cgi?query=portlint&stype=all > [2] http://www.redports.org/ > _______________________________________________ > thanks ! -- Marcel Bonnet