From owner-svn-ports-all@FreeBSD.ORG Wed May 7 08:47:33 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 5CFFFB98; Wed, 7 May 2014 08:47:33 +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 2FC4EA36; Wed, 7 May 2014 08:47:32 +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 34596438EB; Wed, 7 May 2014 03:47:13 -0500 (CDT) Message-ID: <5369F2FF.70007@marino.st> Date: Wed, 07 May 2014 10:46:55 +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: Colin Percival , Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org 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> In-Reply-To: <5368B4C5.4020201@freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 08:47:33 -0000 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