From owner-cvs-all@FreeBSD.ORG Tue Jul 25 00:36:23 2006 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 C88A316A4DA; Tue, 25 Jul 2006 00:36:23 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FF9143D46; Tue, 25 Jul 2006 00:36:23 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6P0aNHb058025; Tue, 25 Jul 2006 00:36:23 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6P0aNVp058024; Tue, 25 Jul 2006 00:36:23 GMT (envelope-from alepulver) Message-Id: <200607250036.k6P0aNVp058024@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 25 Jul 2006 00:36:23 +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/egl Makefile distinfo pkg-plist ports/games/egl/files patch-client__gui_public.h patch-client__snd_main.c patch-client__snd_openal.c patch-common__files.c patch-common__net_msg.c patch-linux__glimp_linux.c patch-linux__glimp_linux.h patch-linux__snd_linux.c ... 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: Tue, 25 Jul 2006 00:36:24 -0000 alepulver 2006-07-25 00:36:23 UTC FreeBSD ports repository Modified files: games/egl Makefile distinfo pkg-plist games/egl/files patch-client__snd_main.c patch-common__files.c patch-makefile patch-shared__shared.h Added files: games/egl/files patch-client__gui_public.h patch-common__net_msg.c patch-renderer__rb_qgl.h patch-renderer__rf_init.c patch-server__sv_main.c patch-unix__unix_console.c patch-unix__unix_glimp.c patch-unix__unix_main.c patch-unix__unix_snd_oss.c patch-unix__unix_udp.c patch-unix__x11_main.c Removed files: games/egl/files patch-client__snd_openal.c patch-linux__glimp_linux.c patch-linux__glimp_linux.h patch-linux__snd_linux.c patch-linux__sys_linux.c patch-linux__x11_linux.h patch-linux__x11_main.c patch-renderer__qgl.h patch-renderer__r_init.c Log: - Update to version 0.3.1. - Add more OPTIONS (allow building without X11). Revision Changes Path 1.3 +29 -12 ports/games/egl/Makefile 1.2 +6 -6 ports/games/egl/distinfo 1.1 +11 -0 ports/games/egl/files/patch-client__gui_public.h (new) 1.2 +7 -7 ports/games/egl/files/patch-client__snd_main.c 1.2 +0 -11 ports/games/egl/files/patch-client__snd_openal.c (dead) 1.2 +16 -16 ports/games/egl/files/patch-common__files.c 1.1 +11 -0 ports/games/egl/files/patch-common__net_msg.c (new) 1.2 +0 -10 ports/games/egl/files/patch-linux__glimp_linux.c (dead) 1.2 +0 -14 ports/games/egl/files/patch-linux__glimp_linux.h (dead) 1.2 +0 -109 ports/games/egl/files/patch-linux__snd_linux.c (dead) 1.2 +0 -58 ports/games/egl/files/patch-linux__sys_linux.c (dead) 1.2 +0 -11 ports/games/egl/files/patch-linux__x11_linux.h (dead) 1.2 +0 -11 ports/games/egl/files/patch-linux__x11_main.c (dead) 1.2 +133 -53 ports/games/egl/files/patch-makefile 1.2 +0 -20 ports/games/egl/files/patch-renderer__qgl.h (dead) 1.2 +0 -10 ports/games/egl/files/patch-renderer__r_init.c (dead) 1.1 +13 -0 ports/games/egl/files/patch-renderer__rb_qgl.h (new) 1.1 +10 -0 ports/games/egl/files/patch-renderer__rf_init.c (new) 1.1 +18 -0 ports/games/egl/files/patch-server__sv_main.c (new) 1.2 +17 -273 ports/games/egl/files/patch-shared__shared.h 1.1 +10 -0 ports/games/egl/files/patch-unix__unix_console.c (new) 1.1 +34 -0 ports/games/egl/files/patch-unix__unix_glimp.c (new) 1.1 +42 -0 ports/games/egl/files/patch-unix__unix_main.c (new) 1.1 +44 -0 ports/games/egl/files/patch-unix__unix_snd_oss.c (new) 1.1 +117 -0 ports/games/egl/files/patch-unix__unix_udp.c (new) 1.1 +28 -0 ports/games/egl/files/patch-unix__x11_main.c (new) 1.2 +2 -2 ports/games/egl/pkg-plist