From owner-svn-ports-all@FreeBSD.ORG Wed May 7 18:47:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5CFD8604; Wed, 7 May 2014 18:47:55 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41849DFB; Wed, 7 May 2014 18:47:54 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 370EF43B9B; Wed, 7 May 2014 13:47:30 -0500 (CDT) Message-ID: <536A7FB1.5050108@marino.st> Date: Wed, 07 May 2014 20:47:13 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r352962 - in head: astro/cfitsio astro/cfitsio/files astro/kstars astro/p5-Astro-FITS-CFITSIO astro/wcslib graphics/gdal graphics/ufraw math/octave-forge-fits science/kst2 References: <201405041537.s44FbBaR044739@svn.freebsd.org> <5368B4C5.4020201@freebsd.org> <5369F2FF.70007@marino.st> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Colin Percival , ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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, 07 May 2014 18:47:55 -0000 On 5/7/2014 19:16, Sunpoet Po-Chuan Hsieh wrote: > On Wed, May 7, 2014 at 4:46 PM, John Marino wrote: >> On 5/6/2014 12:09, Colin Percival wrote: >>> On 05/04/14 08:37, Sunpoet Po-Chuan Hsieh wrote: >>>> Author: sunpoet >>>> Date: Sun May 4 15:37:11 2014 >>>> New Revision: 352962 >>>> URL: http://svnweb.freebsd.org/changeset/ports/352962 >>>> QAT: https://qat.redports.org/buildarchive/r352962/ >>> This seems to have broken the port -- on FreeBSD 10.0-RELEASE at least, and I'm >>> assuming all older releases as well. The zlib included in the port has >>> functionality (e.g., compress2mem_from_mem) which our zlib doesn't have, and >>> with the port's zlib disabled, dependent ports will fail to build (astro/kstars, >>> which uses libcfitsio) or install (astro/wcslib, which detects the nonfunctional >>> libcfitsio and decides not use it, resulting the the wrong plist). >> >> KStars is also now broken on DragonFly for the same reason, which means >> kde4 and kdeedu4 packages don't build. >> This issue should be fixed or reverted ASAP given that it takes out KDE4 >> binary packages. >> >> Thanks, >> John > > Hi, > > Please test if the patch [1] works. > Thanks. > > [1] http://people.freebsd.org/~sunpoet/cfitsio.diff > Hi Sunpoet, I confirm that this patch allows astro/kstars to successfully build on my poudriere setup. Thanks, John