From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 14 19:00:34 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE11116A4B3 for ; Tue, 14 Oct 2003 19:00:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FEB243F75 for ; Tue, 14 Oct 2003 19:00:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9F20XFY007596 for ; Tue, 14 Oct 2003 19:00:33 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9F20Xaa007595; Tue, 14 Oct 2003 19:00:33 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Oct 2003 19:00:33 -0700 (PDT) Message-Id: <200310150200.h9F20Xaa007595@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Oliver Eikemeier Subject: Re: ports/58036: [maintainer update] security/clamav-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Oliver Eikemeier List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 02:00:34 -0000 The following reply was made to PR ports/58036; it has been noted by GNATS. From: Oliver Eikemeier To: Rob Evers Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/58036: [maintainer update] security/clamav-devel Date: Wed, 15 Oct 2003 03:55:01 +0200 Rob Evers wrote: > PORTNAME= clamav ... > +CONFLICTS= clamav-* You mark the port as conflicting with itself, which, even though it works, is A Bad Thing(TM). Using clamav-0.* would avoid that. Regards Oliver