From owner-freebsd-ports@FreeBSD.ORG Thu Dec 26 07:40:45 2013 Return-Path: Delivered-To: freebsd-ports@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 2AB44D63 for ; Thu, 26 Dec 2013 07:40:45 +0000 (UTC) Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by mx1.freebsd.org (Postfix) with ESMTP id 11CC41A02 for ; Thu, 26 Dec 2013 07:40:44 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version; b=HsS1tTTKOWhGsWLPpK58SPhKNQ56wSIiEo5a1FCWPyIErXLJgaSrtKWrUmw2xsXiAgnzTxqBrsdo UfDvtHXVGQ+2o4kt1d4X0xT3unvnX23T+44Ejq7JgRv0xlyW1ZgK Received: from [10.1.2.6] (46.229.54.117 [46.229.54.117]) by mx.zohomail.com with SMTPS id 1388043643850554.1640040516362; Wed, 25 Dec 2013 23:40:43 -0800 (PST) Subject: Re: shells/bash-static fails to package/deinstall cleanly From: clutton To: freebsd-ports@freebsd.org In-Reply-To: <52BBC768.6010702@dougbarton.us> References: <52BBC768.6010702@dougbarton.us> Content-Type: text/plain; charset="UTF-8" Date: Thu, 26 Dec 2013 09:40:34 +0200 Message-ID: <1388043634.3771.31.camel@eva02.mbsd> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-ZohoMail: Ss SS_10 UW UB ZCF-710TPL UW UB SGR3_1_26113_62 X-ZohoMail-Owner: <1388043634.3771.31.camel@eva02.mbsd>+zmo_0_ X-ZohoMail-Sender: 46.229.54.117 X-Zoho-Virus-Status: 2 X-ZohoMailClient: External X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Dec 2013 07:40:45 -0000 On Wed, 2013-12-25 at 22:06 -0800, Doug Barton wrote: > The problem is that the bash.1 and bashbugs.1 man pages do not get > compressed, and therefore the package fails. If I add a MAN1 variable to > the Makefile with those pages listed, it works. > > Doug >From https://wiki.freebsd.org/ports/StageDir MAN*/MANLANG/MLINKS now useless manpage compression/uncompression is now automatically handled by the framework if you use stagedir. Take a look at my port: multimedia/ffmpegthumbnailer I believe I did it right :)