From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 7 11:20:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98728106564A for ; Sun, 7 Jun 2009 11:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6BE358FC08 for ; Sun, 7 Jun 2009 11:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n57BK4Xk095167 for ; Sun, 7 Jun 2009 11:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n57BK4h0095166; Sun, 7 Jun 2009 11:20:04 GMT (envelope-from gnats) Date: Sun, 7 Jun 2009 11:20:04 GMT Message-Id: <200906071120.n57BK4h0095166@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Yuri Cc: Subject: Re: ports/135322: Port linux_dri has incorrect packaging list causing automatic port update to fail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yuri List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2009 11:20:05 -0000 The following reply was made to PR ports/135322; it has been noted by GNATS. From: Yuri To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/135322: Port linux_dri has incorrect packaging list causing automatic port update to fail Date: Sun, 07 Jun 2009 04:04:42 -0700 NVidia driver installed on top of linux_dri renamed the original /compat/linux/usr/X11R6/lib/libGLU.so.1 and installed it's own version into /compat/linux/usr/lib/libGLU.so.1. This causes the problem described above. Subject of this PR should be changed accordingly.