From owner-cvs-all@FreeBSD.ORG Fri May 21 12:28:25 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31DFE10656C2; Fri, 21 May 2010 12:28:25 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 093948FC13; Fri, 21 May 2010 12:28:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4LCSOvS015716; Fri, 21 May 2010 12:28:24 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4LCSOrV015715; Fri, 21 May 2010 12:28:24 GMT (envelope-from garga) Message-Id: <201005211228.o4LCSOrV015715@repoman.freebsd.org> From: Renato Botelho Date: Fri, 21 May 2010 12:28:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/clamav Makefile ports/security/clamav-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2010 12:28:25 -0000 garga 2010-05-21 12:28:24 UTC FreeBSD ports repository Modified files: security/clamav Makefile security/clamav-devel Makefile Log: Gcc 4.2+ is only needed to build clamav with LLVM/JIT support, remove this dependency when LLVM is not set. Submitted by: Guy Antony Halse Revision Changes Path 1.186 +1 -1 ports/security/clamav-devel/Makefile 1.143 +1 -1 ports/security/clamav/Makefile