From owner-svn-ports-all@freebsd.org Wed Jan 6 15:59:27 2016 Return-Path: Delivered-To: svn-ports-all@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 EA488A4ED79; Wed, 6 Jan 2016 15:59:27 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x22a.google.com (mail-io0-x22a.google.com [IPv6:2607:f8b0:4001:c06::22a]) (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 BAF291162; Wed, 6 Jan 2016 15:59:27 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io0-x22a.google.com with SMTP id q21so222196989iod.0; Wed, 06 Jan 2016 07:59:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=GI23TYAwl3UwUyy7YvZLv4zsSFCUlFJYRc8r0Ub21/c=; b=xNjXNig3bWKZtygGRXUrn41xn9FRvJm/JVLcjS2dg0IAX+xniNz8ylCWldX+g8HsKH Ig/d4WdG9YvJh+Vb9qDoTRfCiXVebtIMmcXwLDXUmtfNIIJlgfo59g1mLdlq7Zn6zbSs Huo5DYD7mECW6oBLJQMcL1y+x7FJwcV8PC6QVJdRuakZWaKRqVVVeyZFjjn6eP6jA7Pt u9eA/uscC/uQX1iTkFEJc7XHD071M15cyN1OWgHskUe/4SwgiCfnhb/FDtgql0QYRFRM XNICiXZDBTvSIAS6LjXaJUmnwyIu+0FVj0EfC3RM0ePIWEPvIgKa07Siiz6pe4D5a2Zt yfBQ== MIME-Version: 1.0 X-Received: by 10.107.28.80 with SMTP id c77mr65428614ioc.98.1452095967123; Wed, 06 Jan 2016 07:59:27 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.159.195 with HTTP; Wed, 6 Jan 2016 07:59:27 -0800 (PST) In-Reply-To: <568D35F9.9080701@freebsd.org> References: <201601052043.u05Khnwq065475@repo.freebsd.org> <568D35F9.9080701@freebsd.org> Date: Wed, 6 Jan 2016 15:59:27 +0000 X-Google-Sender-Auth: ctRjKgauTxFGaggylc9GxAstllE Message-ID: Subject: Re: svn commit: r405315 - in head/net-im: finch libpurple pidgin From: Antoine Brodin To: Joe Marcus Clarke Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2016 15:59:28 -0000 On Wed, Jan 6, 2016 at 3:42 PM, Joe Marcus Clarke wrote: > On 1/6/16 01:44, Antoine Brodin wrote: >> >> On Tue, Jan 5, 2016 at 9:43 PM, Joe Marcus Clarke >> wrote: >>> >>> Author: marcus >>> Date: Tue Jan 5 20:43:49 2016 >>> New Revision: 405315 >>> URL: https://svnweb.freebsd.org/changeset/ports/405315 >>> >>> Log: >>> Update to 2.10.12. See https://developer.pidgin.im/wiki/ChangeLog >>> for changes in this release. >>> >>> Modified: >>> head/net-im/finch/Makefile >>> head/net-im/libpurple/Makefile >>> head/net-im/libpurple/distinfo >>> head/net-im/libpurple/pkg-plist >>> head/net-im/pidgin/Makefile >>> head/net-im/pidgin/pkg-plist >> >> >> libpurple fails to build, see for instance >> >> http://package20.nyi.freebsd.org/data/93amd64-default-baseline/405320/logs/errors/libpurple-2.10.12.log >> >> Cheers, >> >> Antoine >> > > Yeah. I tested with Perl, and forgot to add the check to make sure the > .packlist wasn't touched if Perl wasn't enabled. It should be fixed now. The failure looks unrelated to perl and .packlist . Cheers, Antoine