Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2008 21:33:34 -0400
From:      "Marc Spitzer" <mspitzer@gmail.com>
To:        "Florent Thoumie" <flz@xbsd.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Makefile/man page problem
Message-ID:  <8c50a3c30805191833k19b522e6vc175abc0824f4130@mail.gmail.com>
In-Reply-To: <a01628140805190253u5b5493adl45494067f5022a98@mail.gmail.com>
References:  <8c50a3c30805190023l5ff94782xf033a19797c42204@mail.gmail.com> <a01628140805190253u5b5493adl45494067f5022a98@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 19, 2008 at 5:53 AM, Florent Thoumie <flz@xbsd.org> wrote:
> On Mon, May 19, 2008 at 8:23 AM, Marc Spitzer <mspitzer@gmail.com> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8c50a3c30805191833k19b522e6vc175abc0824f4130>