Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2008 03:23:48 -0400
From:      "Marc Spitzer" <mspitzer@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   Makefile/man page problem
Message-ID:  <8c50a3c30805190023l5ff94782xf033a19797c42204@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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

now the files are in the right place, including atf-test-case.4, but
they are not compressed.  The prefix I am using for testing is
/var/tmp/atf btw.  And this is on 8.0.

Here is my Makefile:

bob# more Makefile
# New ports collection makefile for:   ATF
# Date created:        12 May 2008
# Whom:                Marc Spitzer <XXXXXXX@gmail.com>
#
# $FreeBSD$
#

PORTNAME=      atf
PORTVERSION=   0.5
CATEGORIES=    devel
MASTER_SITES=  ftp://ftp.netbsd.org/pub/NetBSD/misc/jmmv/atf/0.5/

MAINTAINER=    mspitzer@gmail.com
COMMENT=The ATF unit testing framework, C, C++ and Posix Shell bindings

GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_AUTOTOOLS= autoconf:261

MAN1= tools/atf-format.1 tools/atf-compile.1 tools/atf-cleanup.1
tools/atf-run.1 \
        tools/atf-config.1 tools/atf-version.1 tools/atf-killpg.1
tools/atf-report.1 \
        tools/atf-exec.1 doc/atf-test-program.1
MAN3= atf-c++/atf-c++-api.3 atf-c/atf-c-api.3 atf-sh/atf-sh-api.3
MAN4= doc/atf-test-case.4
MANCOMPRESSED=yes

.include <bsd.port.mk>
bob#

Thanks for the help,

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?8c50a3c30805190023l5ff94782xf033a19797c42204>