From owner-freebsd-ports@FreeBSD.ORG Tue May 20 01:33:35 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0A8C1065672 for ; Tue, 20 May 2008 01:33:35 +0000 (UTC) (envelope-from mspitzer@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id 9465E8FC1E for ; Tue, 20 May 2008 01:33:35 +0000 (UTC) (envelope-from mspitzer@gmail.com) Received: by wx-out-0506.google.com with SMTP id h27so1682324wxd.7 for ; Mon, 19 May 2008 18:33:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=udoyBH+auJS8ImS5AKtLP1IGLl+Uu82FkHFIR8taC4k=; b=JhoscMureWrL64irJqO1fR+xxUlJ9JQYQwvJLahF0f+rxT5hgi5OycQFx3r7O6t940GGnJKJ4/qz4wt43QDMbYawSYNyXXcUi4cV8C5eeXMVACxg8o/hZrYI0hn1ce4wrPx5i1YeoNRI7aNxqziCBob3T5B0Uluyqn972CUWbOQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jI/R9u6VKg1O7m5Gp2wAn5p2oRf4n0NDa82VMhhGcwfpXx5GlXaa2hsVmODcnOBL0jYQ700X/eRC2NpW15akbkwQ87/mLBXftIr1ZlFp8583vvkOOhmcTE2A2FanAeCl9wRKxBpfkqQp0g8l14r+eir66of18JxJ0PoP3cs3Aoo= Received: by 10.142.187.2 with SMTP id k2mr3106416wff.25.1211247214082; Mon, 19 May 2008 18:33:34 -0700 (PDT) Received: by 10.143.123.5 with HTTP; Mon, 19 May 2008 18:33:33 -0700 (PDT) Message-ID: <8c50a3c30805191833k19b522e6vc175abc0824f4130@mail.gmail.com> Date: Mon, 19 May 2008 21:33:34 -0400 From: "Marc Spitzer" To: "Florent Thoumie" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8c50a3c30805190023l5ff94782xf033a19797c42204@mail.gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: Makefile/man page problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2008 01:33:35 -0000 On Mon, May 19, 2008 at 5:53 AM, Florent Thoumie wrote: > On Mon, May 19, 2008 at 8:23 AM, Marc Spitzer wrote: >> Hello, >> >> I am having a problem with installing/deinstalling man pages of a port >> I am working on, atf if interested. They are not being compressed on >> install and when I denistall the port I get error messages as follows: >> >> >> pkg_delete: file '/var/tmp/atf/man/man3/atf-c++/atf-c++-api.3.gz' doesn't exist >> pkg_delete: file '/var/tmp/atf/man/man3/atf-c/atf-c-api.3.gz' doesn't exist >> pkg_delete: file '/var/tmp/atf/man/man3/atf-sh/atf-sh-api.3.gz' doesn't exist >> pkg_delete: file '/var/tmp/atf/man/man4/doc/atf-test-case.4.gz' doesn't exist >> pkg_delete: couldn't entirely delete package (perhaps the packing list is > > $ find man -type f | head -5 > man/man1/atf-test-program.1 > man/man1/atf-config.1 > man/man1/atf-cleanup.1 > man/man1/atf-compile.1 > man/man1/atf-exec.1 > > You need to set MAN1= atf-test-program.1 atf-config.1 ..., this is > relative to MAN1DIR, not WRKSRC. ok that is fixed, it is still not compressing the man pages though. If I comment out the "MANCOMPRESSED=yes" things work with out issue and oddly enough it compresses the man pages as well. > > Also, by default ATF_SHELL is set to /usr/local/bin/bash so you need > to add shells/bash as a dependency if setting it to /bin/sh isn't good > enough. I ran the checks in a vm that does not have bash installed and everything passed. But I will set it to /bin/sh. Thank you, marc -- Freedom is nothing but a chance to be better. Albert Camus