From owner-freebsd-ports@freebsd.org Tue Apr 4 15:08:32 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45C1ED2E3B1 for ; Tue, 4 Apr 2017 15:08:32 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from tatiana.utanet.at (tatiana.utanet.at [IPv6:2001:938:1337:25::25:46]) (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 08854392 for ; Tue, 4 Apr 2017 15:08:32 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Subject:References:To; bh=9eaXUvXvW/QvGLHQ6aZDoBOvuQyEGkHsspwrFGjhnH8=; b=P8nAZyC3Efm8Vh1EIAv0pj9WkEpTcBL9qr4us6V3YaroM3Z8gA3BKjqTjh/jttoSe1QSkwJN50hCG5J8V4cR6y8HrAGOnjsm7SUQlc45X1QwZJ5c1AQpSk8eVXkUZPd+kaM5Bf9AyNqWGvfeFQadIXwPiWwMfk2cQesZJO71jDw=; Received: from patricia.xoc.tele2net.at ([213.90.36.9]) by tatiana.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1cvQ4M-00071V-4p for freebsd-ports@freebsd.org; Tue, 04 Apr 2017 17:08:30 +0200 Received: from 193-83-13-249.adsl.highway.telekom.at ([193.83.13.249] helo=[10.0.0.93]) by patricia.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1cvQ4M-0005VA-2f for freebsd-ports@freebsd.org; Tue, 04 Apr 2017 17:08:30 +0200 To: freebsd-ports@freebsd.org References: <3235fd18-9d22-824b-1f8f-435c6e721176@utanet.at> Subject: Re: FreeBSD Port: lzmalib-0.0.1_1 From: Walter Schwarzenfeld Message-ID: <079b193f-d508-9a67-67c1-f3dafe8a04eb@utanet.at> Date: Tue, 4 Apr 2017 17:08:26 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <3235fd18-9d22-824b-1f8f-435c6e721176@utanet.at> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-TELE2-Authenticated-As: cf62768e218b4d81d95cc5390f1bd9dfc8b05683 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Apr 2017 15:08:32 -0000 In bug 217244 is the following suggestion: According to the research in these bug reports, the lzmalib port is needed only by archivers/p5-Compress-Raw-Lzma and databases/tokyocabinet. I just tried to build PMQS/Compress-Raw-Lzma-2.074.tar.gz directly from CPAN without the lzmalib port, and it worked (all tests passed), so it seems that at least p5-Compress-Raw-Lzma does not need the lzmalib port. Maybe the same is the case for tokyocabinet.