From owner-freebsd-pkg@FreeBSD.ORG Thu Jan 8 10:18:43 2015 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE0A8F35; Thu, 8 Jan 2015 10:18:43 +0000 (UTC) Received: from mail-ig0-x231.google.com (mail-ig0-x231.google.com [IPv6:2607:f8b0:4001:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 92EC19C6; Thu, 8 Jan 2015 10:18:43 +0000 (UTC) Received: by mail-ig0-f177.google.com with SMTP id z20so2056343igj.4; Thu, 08 Jan 2015 02:18:43 -0800 (PST) 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=T7aUq6TQ6arNin/1PfvzT8zMzI7kIk8Idnhie/h95Mc=; b=K8/yt45IZHZkgIM9ESCTxp6PXT/TbyoRRJ4bRd+H7556iNw172m/pdQwgMoC/Hn6SF Fbrrly9cEsx1hLMalYLGHXV99rhfLrJeK9RFGNz78uvtibtkf+1+w3qTSlAEO63Ijm1n Fl8zV8oeITBxyGNy/Z2GBxWRlHrwCk7XZnjndIAl8zgjH/6U07syyumE6DLBmn3a81Iq QUNfZ/iiAY7uUQdZZtVlaxSpVFEx8CNYHl5eRllKFwTm++GRLWWFYagNDlxfzy5H6Ane Xtsvmngu+grxZRxIi6nNktmHPsWlpXWYqKZT9ieyg7rhSxUBrf7JNZcb0P6M+Cd3V35N o4rg== MIME-Version: 1.0 X-Received: by 10.107.12.10 with SMTP id w10mr8204262ioi.71.1420712322908; Thu, 08 Jan 2015 02:18:42 -0800 (PST) Received: by 10.107.9.216 with HTTP; Thu, 8 Jan 2015 02:18:42 -0800 (PST) In-Reply-To: <201501081003.t08A3ers010144@mech-as221.men.bris.ac.uk> References: <201501081003.t08A3ers010144@mech-as221.men.bris.ac.uk> Date: Thu, 8 Jan 2015 18:18:42 +0800 Message-ID: Subject: Re: official amd64 pkg repo: need to rebuild paraview for png-1.6.16 From: Ben Woods To: "mexas@bris.ac.uk" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-ports@freebsd.org" , "freebsd-pkg@freebsd.org" X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 10:18:44 -0000 The port revision was bumped on Christmas Day for the png version update. However new packages are not available as the paraview port fails to build. It was marked as broken on 19th December: http://www.freshports.org/science/paraview On Thursday, January 8, 2015, Anton Shterenlikht wrote: > All packages installed/upgraded via the > official pkg repo, i.e. /etc/pkg/FreeBSD.conf > > $ pkg info -xo paraview png > paraview-4.1.0_6 science/paraview > linux-c6-png-1.2.49_1 graphics/linux-c6-png > png-1.6.16 graphics/png > $ paraview > Shared object "libpng15.so.15" not found, required by > "libvtkIOExport-pv4.1.so.1" > $ > > Seems paraview should have been rebuilt for > png-1.6.16. Some missing dependency maybe? > > Anton > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org > " > -- -- From: Benjamin Woods woodsb02@gmail.com