From owner-freebsd-questions@FreeBSD.ORG Tue Mar 30 17:08:32 2010 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 F0CD81065672 for ; Tue, 30 Mar 2010 17:08:32 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 6B5978FC1D for ; Tue, 30 Mar 2010 17:08:31 +0000 (UTC) X-Spam-Status: No X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.9, required 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90) X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-ID: o2UH8C4d009895 Received: from kobe.laptop (ppp-94-64-219-161.home.otenet.gr [94.64.219.161]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-9.1) with ESMTP id o2UH8C4d009895 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 30 Mar 2010 20:08:17 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.4/8.14.4) with ESMTP id o2UH87uY098419 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Mar 2010 20:08:07 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.4/8.14.4/Submit) id o2UFBGpG002843; Tue, 30 Mar 2010 18:11:16 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: n dhert References: Date: Tue, 30 Mar 2010 18:11:16 +0300 Message-ID: <87k4st4zfv.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: emacs-23.1_3,1 -> 23.1._4,1 upgrade 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: Tue, 30 Mar 2010 17:08:33 -0000 On Mon, 29 Mar 2010 11:22:12 +0200, n dhert wrote: > There was an emacs upgrade in the ports today, but it fails: > ... > image.o(.text+0x6674): In function `png_load': > : undefined reference to `png_check_sig' > image.o(.text+0x6db4): In function `png_load': > : undefined reference to `png_check_sig' On Mon, 29 Mar 2010 09:31:56 +0000, George Liaskos wrote: > I had the same problem with x11-fm/thunar, png_check_sig got replaced > by png_sig_cmp in libpng 1.4.0. Right. The new libpng version has png_check_sig -> png_sig_cmp. I am testing a patch submitted by a few Emacs users and I will try to commit it during the next few days. In the meantime you can also test the same patch for Emacs by fetching the patch from PR ports/145171. It appears to work for editors/emacs on i386. I will be testing editors/emacs-devel and editors/emacs22 too in the next few hours.