From owner-freebsd-ports@freebsd.org Sun Jun 26 15:17:35 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EB17B81224 for ; Sun, 26 Jun 2016 15:17:35 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-qk0-x22c.google.com (mail-qk0-x22c.google.com [IPv6:2607:f8b0:400d:c09::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD73D2C05 for ; Sun, 26 Jun 2016 15:17:34 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by mail-qk0-x22c.google.com with SMTP id t127so186384168qkf.1 for ; Sun, 26 Jun 2016 08:17:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=2kdWRBPA6LeZ8IUu5RVpHu6PjImWSadyqU3FMisIqHI=; b=kwQUxzjBgPi2HEJGVITTuJCMrlOtH76bC4ZmmXNpNCruHa0wYHCZOR+uny9iqHRNsw dG0tAAQvzYjxn9trF8gtaTFwDNXAnbZnhbL8GLssKCQVSeXuJpsyj+KIKwpTL0MLGnW6 ZIdBzIiLm1HeYPYYwAHbaHdktzSgLzF146am4x2gHeDQOOgrv9SObywZj+G7q0NvFsfE R8Tly9AJheHro3CAH4AKbbfCCrSQ60S3Qc8ZKsZUC4GYn65qzomcB3jXmEqhv6pxY2Rq S7yNLQKGdxmEr6AxxIeWYByXT3DXfHD4/B1aMnkpDRsffaUK/mEge0bHvbJcfD+OgFpG BPKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=2kdWRBPA6LeZ8IUu5RVpHu6PjImWSadyqU3FMisIqHI=; b=IxyU5XIlxqpgj2AP7mmks8T0fsh1X28aN9tnKPzo5s6GS0qcuq6G6SmZCf0U16sRTo l7bJOAYIMLpiOWZgaurMnXYYTM7dCMJbpMN4qGtuX4OZ8uHaJFmAaT57Z0djTtWcM8KI +uQ030r4urvRllTBE1Dtoj8Xvsmhp/pYqZL4vywxm4YjrVicNzx1fO4nWp3NLyGrdr0o HKn2OXz0iPGMsnRNiiThmdAW3WWL90b4NNhvMsRm0lj6DMXm7TFRmOk0oVFDeOvL6FRD BtX2TnBOBqXCcbCSp6BG7KZq1IB21m1ox0Mp/VyOjD3d39X1OAKq4FHmSVUs4PXia75n r0kQ== X-Gm-Message-State: ALyK8tLTvXAWkIhpkQq9xDqttwDiraM7QKgWvqu42zeMmb8x1IPZuQCL/oyrhDWi1THnvUAcvsYZrRVhMPBXXg== X-Received: by 10.55.155.18 with SMTP id d18mr18090642qke.103.1466954254013; Sun, 26 Jun 2016 08:17:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.77.135 with HTTP; Sun, 26 Jun 2016 08:17:33 -0700 (PDT) In-Reply-To: References: <20160625082348.GG20495@graf.pompo.net> From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= Date: Sun, 26 Jun 2016 17:17:33 +0200 Message-ID: Subject: Re: QA script error (libc++) To: Ben Woods Cc: FreeBSD Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2016 15:17:35 -0000 On Sat, Jun 25, 2016 at 7:50 PM, Ben Woods wrote: > On Saturday, 25 June 2016, Fernando Apestegu=C3=ADa >> >> Also portlint doesn't seem to be in sync with >> the new stuff in ports. In my case it complains about the TIMESTAMP >> new line in distinfo and the directories not found in the ports >> collection (due to the removal of ${PORTSDIR} while defining the >> dependencies). >> >> Thanks! >> >> > -- >> > Th. Thomas. > > > If you update your version of portlint to 2.17.2 it can handle both of th= ose > things. > http://www.freshports.org/ports-mgmt/portlint I missed that because I sticked to the the quaterly branch in pkg. Thanks! > > Regards, > Ben > > > -- > > -- > From: Benjamin Woods > woodsb02@gmail.com