From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 28 14:40:06 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74AF316A473 for ; Mon, 28 May 2007 14:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 4EFBD13C4C7 for ; Mon, 28 May 2007 14:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4SEe6cF000360 for ; Mon, 28 May 2007 14:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4SEe6W6000358; Mon, 28 May 2007 14:40:06 GMT (envelope-from gnats) Resent-Date: Mon, 28 May 2007 14:40:06 GMT Resent-Message-Id: <200705281440.l4SEe6W6000358@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Anderson S. Ferreira" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87A6016A4F1 for ; Mon, 28 May 2007 14:30:58 +0000 (UTC) (envelope-from anderson@cnpm.embrapa.br) Received: from inga.cnpm.embrapa.br (inga.cnpm.embrapa.br [200.136.111.23]) by mx1.freebsd.org (Postfix) with ESMTP id 46FB113C465 for ; Mon, 28 May 2007 14:30:58 +0000 (UTC) (envelope-from anderson@cnpm.embrapa.br) Received: from caraiba.cnpm.embrapa.br (caraiba.cnpm.embrapa.br [200.136.111.98]) by inga.cnpm.embrapa.br (Postfix) with ESMTP id EB3DD8A026 for ; Mon, 28 May 2007 11:13:06 -0300 (BRT) Received: from localhost (localhost [127.0.0.1]) by caraiba.cnpm.embrapa.br (Postfix) with ESMTP id 31A5916A48D for ; Mon, 28 May 2007 11:13:13 -0300 (BRT) Received: by caraiba.cnpm.embrapa.br (Postfix, from userid 1100) id 7D91616A490; Mon, 28 May 2007 11:13:12 -0300 (BRT) Message-Id: <20070528141312.7D91616A490@caraiba.cnpm.embrapa.br> Date: Mon, 28 May 2007 11:13:12 -0300 (BRT) From: "Anderson S. Ferreira" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/113090: [maintainer-update] security/klamav: Fix build problems on FreeBSD 5.5 machines X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Anderson S. Ferreira" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 14:40:06 -0000 >Number: 113090 >Category: ports >Synopsis: [maintainer-update] security/klamav: Fix build problems on FreeBSD 5.5 machines >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 28 14:40:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Anderson S. Ferreira >Release: FreeBSD 6.2-STABLE amd64 >Organization: >Environment: System: FreeBSD caraiba.cnpm.embrapa.br 6.2-STABLE FreeBSD 6.2-STABLE #0: Mon May 21 09:40:19 BRT 2007 root@caraiba.cnpm.embrapa.br:/usr/src/sys/amd64/compile/CARAIBA amd64 >Description: Fix build problems on FreeBSD 5.5 machines >How-To-Repeat: >Fix: --- klamav.patch begins here --- diff -Nru klamav/Makefile klamav/Makefile --- klamav/Makefile Sat May 19 17:22:41 2007 +++ klamav/Makefile Fri May 25 09:31:37 2007 @@ -7,7 +7,7 @@ PORTNAME= klamav PORTVERSION= 0.41 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= klamav @@ -17,7 +17,7 @@ COMMENT= A KDE 3 front-end to Clam Anti-Virus LIB_DEPENDS= clamav:${PORTSDIR}/security/clamav \ - sqlite3:${PORTSDIR}/databases/sqlite3 + sqlite3:${PORTSDIR}/databases/sqlite3-threads WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}-${PORTVERSION} @@ -34,19 +34,16 @@ USE_AUTOTOOLS+= aclocal:19 CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS} -lintl -L${PREFIX}/lib" -CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ +CONFIGURE_ARGS+=--with-qt-dir=${QT_PREFIX} \ --without-included-sqlite USE_KDELIBS_VER= 3 .include -.if ${OSVERSION} < 500000 -IGNORE= klamav doesn't compile on FreeBSD 4.X -.endif - pre-configure: @${CP} ${LTMAIN} ${WRKSRC}/admin @${CP} ${LIBTOOL_M4} ${WRKSRC}/admin + @${CP} ${PREFIX}/include/clamav-config.h ${WRKSRC}/src/klamd .include diff -Nru klamav/files/ltmain.sh klamav/files/ltmain.sh --- klamav/files/ltmain.sh Wed Mar 7 19:47:09 2007 +++ klamav/files/ltmain.sh Wed Dec 31 21:00:00 1969 @@ -1,3 +0,0 @@ -#!/bin/sh - -ln -s /usr/local/bin/libtool --- klamav.patch ends here --- --- Aviso de confidencialidade: - Esta mensagem da Empresa Brasileira de Pesquisa Agropecuária (Embrapa), empresa pública federal regida pelo disposto na Lei Federal nº 5.851, de 7 de dezembro de 1972, é enviada exclusivamente a seu destinatário e pode conter informações confidenciais, protegidas por sigilo profissional. Sua utilização desautorizada é ilegal e sujeita o infrator às penas da lei. Se você a recebeu indevidamente, queira, por gentileza, reenviá-la ao emitente, esclarecendo o equívoco. Confidentiality note: - "This message from Empresa Brasileira de Pesquisa Agropecuária (Embrapa), a government company established under Brazilian law (5.851/72), is directed exclusively to its addressee and may contain confidential data, protected under professional secrecy rules. Its unauthorized use is illegal and may subject the transgressor to the law's penalties. If you are not the addressee, please send it back, elucidating the failure". >Release-Note: >Audit-Trail: >Unformatted: