head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.16 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.14 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.12 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.10 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.8 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.6 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.4 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.2 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.4.0.30 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.28 pkgsrc-2008Q1:1.4.0.26 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.24 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.22 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.20 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.18 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.16 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.14 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.12 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.10 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.8 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.6 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.4 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.2 pkgsrc-2005Q1-base:1.4 pkgsrc-base:1.1.1.1 TNF:1.1.1 pkgsrc-2004Q4:1.3.0.8 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.6 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.4 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.2 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.2.0.10 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.2 comdex-fall-1999:1.2 netbsd-1-4-PATCH001:1.2 netbsd-1-4-RELEASE:1.2 netbsd-1-3-PATCH003:1.2; locks; strict; comment @# @; 1.5 date 2008.08.17.23.50.06; author dholland; state dead; branches; next 1.4; 1.4 date 2005.01.25.16.02.26; author xtraeme; state Exp; branches; next 1.3; 1.3 date 2004.03.26.01.34.08; author kristerw; state Exp; branches; next 1.2; 1.2 date 98.08.07.10.40.44; author agc; state Exp; branches; next 1.1; 1.1 date 98.07.31.08.03.10; author tron; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.01.25.15.59.27; author xtraeme; state Exp; branches; next ; desc @@ 1.5 log @Fix broken build on amd64. Also combine two patches that were to the same file, don't include the SUBST results in the patch, and add a missing dep on libX11. PKGREVISION++. @ text @$NetBSD: patch-ab,v 1.4 2005/01/25 16:02:26 xtraeme Exp $ --- cmn/utils.cpp.orig Sun Apr 13 15:11:54 2003 +++ cmn/utils.cpp Sun Apr 13 15:12:19 2003 @@@@ -483,11 +483,7 @@@@ #endif -#ifdef UNAME_USR_BIN -#define UNAME_PATH "/usr/bin/uname" -#else -#define UNAME_PATH "/bin/uname" -#endif +#define UNAME_PATH "@@UNAME@@" #ifdef X11 FILE* fp = popen(UNAME_PATH " -a","r"); @ 1.4 log @Merge xevil from pkgsrc-wip, update to 2.02. Lots of changes. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Make this compile when using gcc 3. Patches provided by Chris Tribo in PR pkg/24886. @ text @d3 4 a6 7 --- actual.C.orig Tue Sep 24 00:18:08 1996 +++ actual.C Fri Mar 26 02:17:46 2004 @@@@ -23,6 +23,7 @@@@ hardts@@alum.mit.edu http://graphics.lcs.mit.edu/~hardts/xevil.html */ +using namespace std; a7 3 #ifndef NO_PRAGMAS #pragma implementation "actual.h" @@@@ -30,7 +31,8 @@@@ d9 6 d16 2 a17 16 // Include Files -#include +#include +using std::ostrstream; #include "utils.h" #include "coord.h" @@@@ -685,7 +687,7 @@@@ // More general and easy to extend. PhysicalP Transmogifier::new_physical(const Pos &middle) { - PhysicalContext *list[A_CLASSES_NUM]; + const PhysicalContext *list[A_CLASSES_NUM]; int size; LocatorP l = get_locator(); WorldP w = get_world(); @ 1.2 log @Add NetBSD RCS Ids. @ text @d3 23 a25 3 --- actual.C.orig Thu Jul 30 05:18:48 1998 +++ actual.C Thu Jul 30 05:19:19 1998 @@@@ -687,3 +687,3 @@@@ d30 2 @ 1.1 log @New "xevil" package created by Tim Rightnour: violent game of killing, contains profanity. @ text @d1 2 @ 1.1.1.1 log @Initial import of xevil from pkgsrc-wip, packaged by Soren Jacobsen. XEvil is a 3rd person, side-view, fast-action, kill-them-before-they-kill-you game. Fight against either computer-controlled enemies, or another player. You sinned in life. And now you must pay. Satan pits the recently deceased against each other to fight for rank in Hell. Your skill determines your fate for all eternity. This contest is known as XEvil. @ text @d1 7 a7 17 $NetBSD$ --- cmn/utils.cpp.orig Sun Apr 13 15:11:54 2003 +++ cmn/utils.cpp Sun Apr 13 15:12:19 2003 @@@@ -483,11 +483,7 @@@@ #endif -#ifdef UNAME_USR_BIN -#define UNAME_PATH "/usr/bin/uname" -#else -#define UNAME_PATH "/bin/uname" -#endif +#define UNAME_PATH "@@UNAME@@" #ifdef X11 FILE* fp = popen(UNAME_PATH " -a","r"); @