From owner-cvs-ports@FreeBSD.ORG Mon Feb 14 13:07:23 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B6B916A4CE; Mon, 14 Feb 2005 13:07:23 +0000 (GMT) Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.com [194.25.134.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E99643D1D; Mon, 14 Feb 2005 13:07:22 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd07.aul.t-online.de by mailout08.sul.t-online.com with smtp id 1D0fwf-0000t5-00; Mon, 14 Feb 2005 14:07:21 +0100 Received: from Andro-Beta.Leidinger.net (S8pIcTZfreE6A8k+hK5K00KRg5ANYS9abm6SH2MHDx2iaU3ITLTQk-@[217.83.22.45]) by fmrl07.sul.t-online.com with esmtp id 1D0fwT-2HZA4e0; Mon, 14 Feb 2005 14:07:09 +0100 Received: from localhost (localhost [127.0.0.1])j1ED6dYf064027; Mon, 14 Feb 2005 14:06:39 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from 141.113.101.32 ([141.113.101.32]) by netchild.homeip.net (Horde) with HTTP for ; Mon, 14 Feb 2005 14:06:39 +0100 Message-ID: <20050214140639.479jvjsqo0cw80gg@netchild.homeip.net> X-Priority: 3 (Normal) Date: Mon, 14 Feb 2005 14:06:39 +0100 From: Alexander Leidinger To: Ion-Mihai Tetcu References: <200502122341.j1CNffcr034909@repoman.freebsd.org> <20050213115041.6e64a5c7@it.buh.tecnik93.com> <20050213112658.654f6fd5@Magellan.Leidinger.net> <20050213235609.18ceee04@it.buh.tecnik93.com> In-Reply-To: <20050213235609.18ceee04@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_31xkncv10gw0" Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.2) / FreeBSD-4.11 X-ID: S8pIcTZfreE6A8k+hK5K00KRg5ANYS9abm6SH2MHDx2iaU3ITLTQk-@t-dialin.net X-TOI-MSGID: 4cc1d85e-545e-4e42-8343-007318ce8668 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-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 13:07:23 -0000 This message is in MIME format. --=_31xkncv10gw0 Content-Type: text/plain; charset=ISO-8859-15; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit Ion-Mihai Tetcu wrote: > configure: clamav library not found, will not build clamav plugin > 3072:/usr/local/lib/libclamav.so: undefined reference to > `pthread_cleanup_pop' > 3073:/usr/local/lib/libclamav.so: undefined reference to > `pthread_cleanup_push' Untested patch attached. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 It is the business of little minds to shrink. -- Carl Sandburg --=_31xkncv10gw0 Content-Type: text/x-patch; charset=ISO-8859-1; name="sylpheed-claws.diff" Content-Disposition: attachment; filename="sylpheed-claws.diff" Content-Transfer-Encoding: 7bit --- Makefile.orig Mon Feb 14 14:03:02 2005 +++ Makefile Mon Feb 14 14:03:16 2005 @@ -7,6 +7,7 @@ PORTNAME= sylpheed-claws PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -66,8 +67,8 @@ CONFIGURE_ARGS+= --program-suffix="-claws" --enable-ipv6 -CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib" +CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ + LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}" .if exists(${LOCALBASE}/include/clamav.h) WITH_CLAMAV= yes --=_31xkncv10gw0--