Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Feb 2005 11:26:58 +0100
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Cc:        ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/mail/sylpheed-claws Makefile distinfo
Message-ID:  <20050213112658.654f6fd5@Magellan.Leidinger.net>
In-Reply-To: <20050213115041.6e64a5c7@it.buh.tecnik93.com>
References:  <200502122341.j1CNffcr034909@repoman.freebsd.org> <20050213115041.6e64a5c7@it.buh.tecnik93.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 13 Feb 2005 11:50:41 +0200
Ion-Mihai Tetcu <itetcu@people.tecnik93.com> wrote:

> When built with:
>         'mail/sylpheed-claws' => [
>                 '-DWITH_PIXBUF',
>                 '-DWITH_GPGME',
>                 '-DWITH_COMPFACE',
>                 '-DWITH_JCONV',
>                 '-DWITH_ASPELL',
>                 '-DWITHOUT_THEMES',
>         ],
> 
> the pkg-plist is not correct::

> tar: lib/sylpheed-claws/plugins/clamav_plugin.so: Could not stat: No such file or directory
> tar: lib/sylpheed-claws/plugins/clamav_plugin_gtk.so: Could not stat: No such file or directory

The Makefile contains:
---snip---
.if exists(${LOCALBASE}/include/clamav.h)
WITH_CLAMAV=            yes 
.endif

.if defined(WITH_CLAMAV) || defined(WITH_ALL)
PLIST_SUB+=             CLAM_PLUG=""
BUILD_DEPENDS=          ${LOCALBASE}/sbin/clamd:${PORTSDIR}/security/clamav
.else
CONFIGURE_ARGS+=        --disable-clamav
PLIST_SUB+=             CLAM_PLUG="@comment "
.endif
---snip---

I don't see how this can result in such an error. I don' use clamav, and
I haven't seen a warning from pkg_deinstall in my tests...

Any ideas?

Bye,
Alexander.


-- 
            0 and 1. Now what could be so hard about that?

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7



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