From owner-cvs-all@FreeBSD.ORG Sun Feb 13 10:26:31 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A14A016A4CE; Sun, 13 Feb 2005 10:26:31 +0000 (GMT) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECD0C43D41; Sun, 13 Feb 2005 10:26:30 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd05.aul.t-online.de by mailout03.sul.t-online.com with smtp id 1D0GxR-0007jJ-03; Sun, 13 Feb 2005 11:26:29 +0100 Received: from Andro-Beta.Leidinger.net (SmY8NiZTweYL3oZzXdfrPtkhCN0KPDkj0BZ8dZW7duGqSL8myYVuwm@[217.229.216.230]) by fmrl05.sul.t-online.com with esmtp id 1D0GxM-1XU5vU0; Sun, 13 Feb 2005 11:26:24 +0100 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) j1DAPtDI014041; Sun, 13 Feb 2005 11:25:55 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Sun, 13 Feb 2005 11:26:58 +0100 From: Alexander Leidinger To: Ion-Mihai Tetcu 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> X-Mailer: Sylpheed-Claws 1.0.1 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ID: SmY8NiZTweYL3oZzXdfrPtkhCN0KPDkj0BZ8dZW7duGqSL8myYVuwm@t-dialin.net X-TOI-MSGID: bc4d61bb-c5da-4a4d-9482-388c626c3134 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/sylpheed-claws Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 10:26:31 -0000 On Sun, 13 Feb 2005 11:50:41 +0200 Ion-Mihai Tetcu 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