From owner-cvs-all@FreeBSD.ORG Thu Oct 6 10:15:38 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0146616A41F; Thu, 6 Oct 2005 10:15:38 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF7EC43D45; Thu, 6 Oct 2005 10:15:37 +0000 (GMT) (envelope-from garga@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 j96AFbw2031373; Thu, 6 Oct 2005 10:15:37 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j96AFb1o031372; Thu, 6 Oct 2005 10:15:37 GMT (envelope-from garga) Message-Id: <200510061015.j96AFb1o031372@repoman.freebsd.org> From: Renato Botelho Date: Thu, 6 Oct 2005 10:15:36 +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/cube Makefile pkg-plist ports/games/cube/files cube_client.in cube_server.in patch-main.cpp patch-source-src-tools.h patch-source::src::tools.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 10:15:38 -0000 garga 2005-10-06 10:15:36 UTC FreeBSD ports repository Modified files: games/cube Makefile pkg-plist Added files: games/cube/files cube_client.in cube_server.in patch-source-src-tools.h Removed files: games/cube/files patch-main.cpp patch-source::src::tools.h Log: o Add wrapper scripts for the executables cube_client and cube_server, and place the programs in libexec because it needs to write files in the data directory (otherwise it crashes). o Use %%DATADIR%% in pkg-plist. PR: ports/85270 Submitted by: Alejandro Pulver Approved by: maintainer Revision Changes Path 1.10 +7 -4 ports/games/cube/Makefile 1.1 +19 -0 ports/games/cube/files/cube_client.in (new) 1.1 +19 -0 ports/games/cube/files/cube_server.in (new) 1.2 +0 -19 ports/games/cube/files/patch-main.cpp (dead) 1.1 +19 -0 ports/games/cube/files/patch-source-src-tools.h (new) 1.2 +0 -19 ports/games/cube/files/patch-source::src::tools.h (dead) 1.3 +877 -875 ports/games/cube/pkg-plist