From owner-cvs-all@FreeBSD.ORG Thu Feb 21 13:19:51 2008 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 4DC6B16A406; Thu, 21 Feb 2008 13:19:51 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 28AAB13C474; Thu, 21 Feb 2008 13:19:51 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1LDJpQr026861; Thu, 21 Feb 2008 13:19:51 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1LDJpOp026860; Thu, 21 Feb 2008 13:19:51 GMT (envelope-from garga) Message-Id: <200802211319.m1LDJpOp026860@repoman.freebsd.org> From: Renato Botelho Date: Thu, 21 Feb 2008 13:19:51 +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/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 21 Feb 2008 13:19:51 -0000 garga 2008-02-21 13:19:51 UTC FreeBSD ports repository Modified files: security/clamav Makefile security/clamav/files pkg-install.in Log: - Fix a thread problem on FreeBSD 5.x forcing it to use -lpthread [1] - Fix a problem on pkg-install, when umask is not default, it create dirs with wrong permissions [2] - Bump PORTREVISION PR: ports/120885 [2] Submitted by: dmx@dmx.org.ru [2] Noticed by: havp pointyhat via pav Revision Changes Path 1.109 +3 -0 ports/security/clamav/Makefile 1.5 +4 -12 ports/security/clamav/files/pkg-install.in