From owner-svn-ports-all@FreeBSD.ORG Wed May 7 17:17:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51CD61B4 for ; Wed, 7 May 2014 17:17:00 +0000 (UTC) Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) (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 CB0FA2EA for ; Wed, 7 May 2014 17:16:59 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id p9so1846621lbv.11 for ; Wed, 07 May 2014 10:16:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=wyo8VkVMJD4/6qwL0b1GyQrcwfVdkKn9WPtPVz39agM=; b=Kj4NV3qQFo9fzwJWOdB02SE88BWmj4LUhlSRQ+ymMESTJ0FrbwcEwUatAnoI9UQcrw W3co3xDRztE+ZvfUI1coaUOtPQx4yh6XKR7j2bWRb0qFon9uCA3bEDPVvklIaPX7VNfX Oit5eG84c8Oznwzt7ygwTlELKnclc76W83mBHkdmfcLvNUqKM0PE+9TLKWanHv3fCLJA Mhs5Pwvs4mr33+DFIkBC6IAbhlORs/hmAjfeau1+lsAzwJl9+IK6kg1kIaZq5aqHualE blnEtXBo9qzS3NCnntWHIwXafDQXjO5y/4DQqpKNA5GQPWoRNJogIVJdlf2mu6Xq7Mgd av+w== X-Gm-Message-State: ALoCoQlcNVX+LdVIHNYlpFvZEqu0BOPxcKGVeZigpwX2EVI+6ZMZlm7EJnNDhQKuLSRLjVnxW5CX X-Received: by 10.112.4.106 with SMTP id j10mr33758943lbj.7.1399483016610; Wed, 07 May 2014 10:16:56 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.151.238 with HTTP; Wed, 7 May 2014 10:16:36 -0700 (PDT) In-Reply-To: <5369F2FF.70007@marino.st> References: <201405041537.s44FbBaR044739@svn.freebsd.org> <5368B4C5.4020201@freebsd.org> <5369F2FF.70007@marino.st> From: Sunpoet Po-Chuan Hsieh Date: Thu, 8 May 2014 01:16:36 +0800 X-Google-Sender-Auth: 2XhxRVGOVycdIB8vcxOzFLnVN5E Message-ID: 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 To: John Marino Content-Type: text/plain; charset=UTF-8 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 17:17:00 -0000 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 Regards, sunpoet