From owner-cvs-ports@FreeBSD.ORG Sun Oct 9 18:37:39 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org 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 563EF16A41F; Sun, 9 Oct 2005 18:37:39 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2530243D45; Sun, 9 Oct 2005 18:37:39 +0000 (GMT) (envelope-from jylefort@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 j99IbdZt021817; Sun, 9 Oct 2005 18:37:39 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j99IbdQS021816; Sun, 9 Oct 2005 18:37:39 GMT (envelope-from jylefort) Message-Id: <200510091837.j99IbdQS021816@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sun, 9 Oct 2005 18:37:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/linux-ac3d Makefile pkg-plist ports/graphics/linux-ac3d/files ac3d.in pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 09 Oct 2005 18:37:39 -0000 jylefort 2005-10-09 18:37:38 UTC FreeBSD ports repository Modified files: graphics/linux-ac3d Makefile pkg-plist Added files: graphics/linux-ac3d/files ac3d.in Removed files: graphics/linux-ac3d/files pkg-message.in Log: - unconditionally install the dynlinked version (the static version does not use 3D hardware acceleration) - libGLU.so.1 from linux_dri is also required in the WITH_NVIDIA_GL case - remove pkg-message (the information it provides is available using pkg_info -L) - move the executable to libexec - wrapper script: - use exec, to not keep the wrapper in memory while the program is running - pass command line arguments to the program - do not silence mkdir - the executable expects the manual in ${DATADIR}/manual, so: - add a symlink pointing to ${DOCSDIR}/manual - unconditionally install the documentation PR: ports/87082 Submitted by: jylefort Approved by: maintainer Revision Changes Path 1.14 +20 -57 ports/graphics/linux-ac3d/Makefile 1.1 +5 -0 ports/graphics/linux-ac3d/files/ac3d.in (new) 1.3 +0 -4 ports/graphics/linux-ac3d/files/pkg-message.in (dead) 1.5 +258 -258 ports/graphics/linux-ac3d/pkg-plist