From owner-cvs-ports@FreeBSD.ORG Fri Feb 18 21:15:27 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 469BD16A579; Fri, 18 Feb 2005 21:15:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE5343D4C; Fri, 18 Feb 2005 21:15:27 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1ILFQE0049452; Fri, 18 Feb 2005 21:15:27 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1ILFQ7Q049451; Fri, 18 Feb 2005 21:15:26 GMT (envelope-from netchild) Message-Id: <200502182115.j1ILFQ7Q049451@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 18 Feb 2005 21:15:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/linux_mesa3 Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 21:15:27 -0000 netchild 2005-02-18 21:15:26 UTC FreeBSD ports repository Modified files: graphics/linux_mesa3 Makefile pkg-plist Log: Don't install (ln -s) libGL.so and libGLU.so, they get already installed by some other port. We lose the ability to _compile_ linux programs with Mesa3 support by specifying "-lGL -lGLU", but someone who needs to do this can use "-lMesaGL -lMesaGLU" instead (or come up with a better solution). Noticed by: pointyhat Revision Changes Path 1.25 +1 -2 ports/graphics/linux_mesa3/Makefile 1.6 +0 -2 ports/graphics/linux_mesa3/pkg-plist