From owner-cvs-ports@FreeBSD.ORG Fri Nov 11 11:56:57 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 3686F16A41F; Fri, 11 Nov 2005 11:56:57 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05DE843D48; Fri, 11 Nov 2005 11:56:57 +0000 (GMT) (envelope-from thierry@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 jABBuuQJ091462; Fri, 11 Nov 2005 11:56:56 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jABBuuc3091461; Fri, 11 Nov 2005 11:56:56 GMT (envelope-from thierry) Message-Id: <200511111156.jABBuuc3091461@repoman.freebsd.org> From: Thierry Thomas Date: Fri, 11 Nov 2005 11:56:56 +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/games/uqm Makefile pkg-plist ports/games/uqm/files patch-build-unix-config_proginfo_host 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: Fri, 11 Nov 2005 11:56:57 -0000 thierry 2005-11-11 11:56:56 UTC FreeBSD ports repository Modified files: games/uqm Makefile pkg-plist games/uqm/files patch-build-unix-config_proginfo_host Log: Changes: - Replace an instance of a hardcoded /usr/X11R6 with $X11BASE. This was detected by dosirak.kr.freebsd.org. - Make use of the OPTIONS variable. Because of this, replace the MUSICADDON and VOICEADDON switches with WITH_MUSIC and WITH_VOICE. - Add support for OpenAL as wished by Peter Thoenen (eol1 at yahoo com). PR: 87958 Submitted by: maintainer Revision Changes Path 1.9 +26 -14 ports/games/uqm/Makefile 1.2 +23 -2 ports/games/uqm/files/patch-build-unix-config_proginfo_host 1.4 +7 -7 ports/games/uqm/pkg-plist