From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 06:54:17 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F1581065694 for ; Thu, 23 Aug 2012 06:54:17 +0000 (UTC) (envelope-from jamie@kode5.net) Received: from kontrol.kode5.net (kontrol.kode5.net [80.229.5.32]) by mx1.freebsd.org (Postfix) with ESMTP id A2F708FC14 for ; Thu, 23 Aug 2012 06:54:15 +0000 (UTC) Received: from kontrol.kode5.net (localhost [127.0.0.1]) by kontrol.kode5.net (8.14.5/8.14.5) with ESMTP id q7N6s7rS003439 for ; Thu, 23 Aug 2012 07:54:07 +0100 (BST) (envelope-from jamie@kode5.net) Received: (from jamie@localhost) by kontrol.kode5.net (8.14.5/8.14.5/Submit) id q7N6s679003438 for freebsd-questions@freebsd.org; Thu, 23 Aug 2012 07:54:06 +0100 (BST) (envelope-from jamie@kode5.net) X-Authentication-Warning: kontrol.kode5.net: jamie set sender to jamie@kode5.net using -f Date: Thu, 23 Aug 2012 07:54:06 +0100 From: Jamie Paul Griffin To: freebsd-questions@freebsd.org Message-ID: <20120823065406.GA3410@kontrol.kode5.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <20120822230150.GB4662@mail3.dcoder.net> <20120823011751.69a5849f.freebsd@edvax.de> <20120822234355.GC4662@mail3.dcoder.net> <20120823020015.644e38b0.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120823020015.644e38b0.freebsd@edvax.de> x-operating-system: FreeBSD 9.1-PRERELEASE amd64 x-pgp-fingerprint: A4B9 E875 A18C 6E11 F46D B788 BEE6 1251 1D31 DC38 User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: firefox & png X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2012 06:54:17 -0000 [ Polytropon wrote on Thu 23.Aug'12 at 2:00:15 +0200 ] > On Wed, 22 Aug 2012 19:43:55 -0400, david coder wrote: > > thx, i hadn't seen the reply to my earlier message. > > > > unfortunately, though i've got the png port installed w/ > > > > OPTIONS= APNG "Animated PNG support" On > > That should be the default. Anyway, you can always check which > options had been in use when building and installing a port: > > % cat /var/db/ports/png/options > # This file is auto-generated by 'make config'. > # No user-servicable parts inside! > # Options for png-1.4.8 > _OPTIONS_READ=png-1.4.8 > WITH_APNG=true > > In this example you can see that it has been properly installed. > > > > > the install of freebsd fails w/ the error message given below. > > Sadly the Firefox build error message is not included. > > > > > is there something else required in the png makefile or elsewhere that i'm > > missing? > > I'm sure this entry of /usr/ports/UPDATING applies: > > 20120531: > AFFECTS: users of graphics/png > AUTHOR: dinoex@FreeBSD.org > > The PNG library has been updated to version 1.5.10. Please rebuild all > ports that depend on it. I built Firefox 14 a couple of days ago and png installed is now version 1.5.12. So an updated ports tree should incorporate that change now shouldn't it.