From owner-cvs-ports@FreeBSD.ORG Fri Dec 17 08:58:06 2004 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 2AE5F16A4CE; Fri, 17 Dec 2004 08:58:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17AEE43D2D; Fri, 17 Dec 2004 08:58:06 +0000 (GMT) (envelope-from edwin@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 iBH8w55F044688; Fri, 17 Dec 2004 08:58:05 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBH8w5Yj044687; Fri, 17 Dec 2004 08:58:05 GMT (envelope-from edwin) Message-Id: <200412170858.iBH8w5Yj044687@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 17 Dec 2004 08:58:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/linux-q3ademo 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, 17 Dec 2004 08:58:06 -0000 edwin 2004-12-17 08:58:05 UTC FreeBSD ports repository Modified files: games/linux-q3ademo Makefile pkg-plist Log: games/linux-q3ademo - libGL.so symbolic link needed I believe a symbolic link to /compat/linux/usr/X11R6/lib/libGL.so.1 is needed in /usr/local/share/q3ademo Otherwise, quake will complain that it can not find the libGL.so. Perhaps /compat/linux/usr/X11R6/lib/ could also be added to the library path, but creating a link may be a simplier solution. PR: ports/74934 Submitted by: Yonas Revision Changes Path 1.9 +7 -6 ports/games/linux-q3ademo/Makefile 1.2 +1 -0 ports/games/linux-q3ademo/pkg-plist