From owner-freebsd-ports@FreeBSD.ORG Tue Jan 21 15:07:00 2014 Return-Path: Delivered-To: ports@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 904AA64F for ; Tue, 21 Jan 2014 15:07:00 +0000 (UTC) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [46.4.40.135]) by mx1.freebsd.org (Postfix) with ESMTP id 5289716B3 for ; Tue, 21 Jan 2014 15:07:00 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:396f:111a:890d:cdd5]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPSA id 86AF64AC31 for ; Tue, 21 Jan 2014 19:06:51 +0400 (MSK) Date: Tue, 21 Jan 2014 19:06:47 +0400 From: Lev Serebryakov Organization: FreeBSD X-Priority: 3 (Normal) Message-ID: <1328952771.20140121190647@serebryakov.spb.ru> To: ports@FreeBSD.org Subject: Staging support, man pages, MANx and portlint MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: lev@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 15:07:00 -0000 Hello, Ports. Wiki on Stage dir support says, that if port supports staging, MANx variables in Makefile is useless and I need simply list all man pages in pkg-plist and they will be gzipped automagically. portlint -A says, that I need to list all man pages as gzipped (xxx.1.gz, not xxx.1). But when I use non-standard path for man pages, man pages ARE NOT gzipped automagically, and they should be lsited in pkg-plist without ".gz" suffix, or "make package" will complain. How could I turn on gizpping of man pages in such case? -- // Black Lion AKA Lev Serebryakov