cvs commit: ports/mail/sylpheed-claws Makefile distinfo

Alexander Leidinger Alexander at Leidinger.net
Sun Feb 13 10:26:31 GMT 2005


On Sun, 13 Feb 2005 11:50:41 +0200
Ion-Mihai Tetcu <itetcu at 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


More information about the cvs-all mailing list