Date: Sat, 30 Dec 2006 23:21:53 +0000 (UTC) From: Alejandro Pulver <alepulver@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/quake2-3zb2 Makefile ports/games/quake2-3zb2/files patch-bot.c patch-bot_func.c patch-g_ctf.c patch-g_ctf.h patch-g_items.c patch-g_local.h patch-g_main.c patch-g_save.c patch-g_svcmds.c patch-g_turret.c patch-p_client.c ... Message-ID: <200612302321.kBUNLree074034@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alepulver 2006-12-30 23:21:53 UTC FreeBSD ports repository Modified files: games/quake2-3zb2 Makefile games/quake2-3zb2/files pkg-message.in Added files: games/quake2-3zb2/files patch-bot.c patch-bot_func.c patch-g_ctf.c patch-g_ctf.h patch-g_items.c patch-g_local.h patch-g_main.c patch-g_save.c patch-g_svcmds.c patch-g_turret.c patch-p_client.c patch-p_weapon.c patch-q_shared.c patch-q_shared.h Log: - Fix undefined references in library (previously it could only be used with "games/qudos" and "games/kmquake2", because they build a modified version). - Install node files with appropiate permissions. - Add an entry in pkg-message about permissions. - Bump PORTREVISION. Reported by: Volodymyr Kostyrko <arcade@synergetica.dn.ua> Obtained from: http://svn.quakedev.com/viewcvs.cgi/qudos/trunk/src/mods/3zb2/ Revision Changes Path 1.2 +7 -2 ports/games/quake2-3zb2/Makefile 1.1 +230 -0 ports/games/quake2-3zb2/files/patch-bot.c (new) 1.1 +21 -0 ports/games/quake2-3zb2/files/patch-bot_func.c (new) 1.1 +72 -0 ports/games/quake2-3zb2/files/patch-g_ctf.c (new) 1.1 +18 -0 ports/games/quake2-3zb2/files/patch-g_ctf.h (new) 1.1 +15 -0 ports/games/quake2-3zb2/files/patch-g_items.c (new) 1.1 +48 -0 ports/games/quake2-3zb2/files/patch-g_local.h (new) 1.1 +20 -0 ports/games/quake2-3zb2/files/patch-g_main.c (new) 1.1 +22 -0 ports/games/quake2-3zb2/files/patch-g_save.c (new) 1.1 +13 -0 ports/games/quake2-3zb2/files/patch-g_svcmds.c (new) 1.1 +65 -0 ports/games/quake2-3zb2/files/patch-g_turret.c (new) 1.1 +27 -0 ports/games/quake2-3zb2/files/patch-p_client.c (new) 1.1 +20 -0 ports/games/quake2-3zb2/files/patch-p_weapon.c (new) 1.1 +17 -0 ports/games/quake2-3zb2/files/patch-q_shared.c (new) 1.1 +32 -0 ports/games/quake2-3zb2/files/patch-q_shared.h (new) 1.2 +1 -0 ports/games/quake2-3zb2/files/pkg-message.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612302321.kBUNLree074034>