From owner-freebsd-x11@FreeBSD.ORG Tue May 31 18:30:07 2005 Return-Path: X-Original-To: freebsd-x11@hub.freebsd.org Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D3A816A41C for ; Tue, 31 May 2005 18:30:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 271E943D1D for ; Tue, 31 May 2005 18:30:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4VIU6vi063067 for ; Tue, 31 May 2005 18:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4VIU6O5063066; Tue, 31 May 2005 18:30:06 GMT (envelope-from gnats) Date: Tue, 31 May 2005 18:30:06 GMT Message-Id: <200505311830.j4VIU6O5063066@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Dejan Lesjak Cc: Subject: Re: ports/81428: [PATCH] x11-servers/mga_hal: also install mga_drv.o X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dejan Lesjak List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2005 18:30:07 -0000 The following reply was made to PR ports/81428; it has been noted by GNATS. From: Dejan Lesjak To: bug-followup@FreeBSD.org, devin@spamcop.net Cc: Subject: Re: ports/81428: [PATCH] x11-servers/mga_hal: also install mga_drv.o Date: Tue, 31 May 2005 20:27:24 +0200 Here's another possibility that could avoid messing with pkg-plist: We add a knob, say WITH_DRIVER_OVERWRITE or some such silly name to x11-servers/mga_hal so anybody that installs this would have to set it and thus would know that it overwrites files of (XFree86-4|xorg)-server port (it prints a nice message explaining this of course if this is not set by marking port IGNORE). Then, we mark add CONFLICTS to -server ports so users are reminded that they have to uninstall and then reinstall x11-servers/mga_hal after upgrading -server port as files will be overwritten with Xorg/XFree86 driver. How does this sound?