Date: Sun, 13 Feb 2005 12:33:53 +0200 From: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> To: Alexander Leidinger <Alexander@Leidinger.net> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/sylpheed-claws Makefile distinfo Message-ID: <20050213123353.529d4694@it.buh.tecnik93.com> In-Reply-To: <20050213112658.654f6fd5@Magellan.Leidinger.net> References: <200502122341.j1CNffcr034909@repoman.freebsd.org> <20050213115041.6e64a5c7@it.buh.tecnik93.com> <20050213112658.654f6fd5@Magellan.Leidinger.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 13 Feb 2005 11:26:58 +0100 Alexander Leidinger <Alexander@Leidinger.net> wrote: > 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--- On the previous update I've seen the same thing and on an other machine when doing a pkg_create -b so I've checked the Makefile and saw what's above didn't see the problem and forgot about it. > 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... Hmm, I don't know, I'll check to see if I don't have something odd locally. -- IOnut Unregistered ;) FreeBSD "user"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050213123353.529d4694>