From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 03:17:52 2013 Return-Path: Delivered-To: svn-ports-head@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 B6180C0A; Tue, 26 Nov 2013 03:17:52 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 95C012D1F; Tue, 26 Nov 2013 03:17:52 +0000 (UTC) Received: from [10.216.192.189] (unknown [210.160.37.30]) by ainaz.pair.com (Postfix) with ESMTPSA id A5A323F44B; Mon, 25 Nov 2013 22:17:49 -0500 (EST) Date: Tue, 26 Nov 2013 12:17:46 +0900 (JST) From: Gerald Pfeifer To: ports-committers@freebsd.org Subject: Re: svn commit: r331810 - in head: Mk/Uses archivers/lha archivers/lha-ac audio/mp3gain comms/vrflash converters/mpack emulators/vmw german/dtaus graphics/hobbes-icons-xpm irc/iroffer irc/iroffer-dinoe... In-Reply-To: <526E39C2.2000806@FreeBSD.org> Message-ID: References: <201310272229.r9RMTkd2060648@svn.freebsd.org> <526E39C2.2000806@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 03:17:52 -0000 On Mon, 28 Oct 2013, Bryan Drewery wrote: > portmgr has decided that manpages should be in the plist; you > should not unilaterally decide to re-add a macro for it again. One question on this that's been in my head for a while: Should we ever move man pages from .gz to .xz, say, how will we go about this in ports? To me that is the main design disadvantage of moving from MAN= to pkg-plist. I am sure this has been considered and I just have not seen the answer. Gerald