head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.42 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.40 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.38 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.36 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.34 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.32 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.30 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.28 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.26 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.24 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.22 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.20 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.18 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.16 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.14 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.12 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.10 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.8 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.6 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.4 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.2 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.3.0.20 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.18 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.16 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.14 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.1.1.1 netbsd-1-4-PATCH003:1.1.1.1 netbsd-1-4-PATCH002:1.1.1.1 comdex-fall-1999:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2005.05.18.22.39.01; author wiz; state dead; branches; next 1.3; 1.3 date 2000.12.15.03.24.18; author garbled; state Exp; branches; next 1.2; 1.2 date 2000.12.15.03.13.05; author garbled; state Exp; branches; next 1.1; 1.1 date 99.07.21.22.56.35; author garbled; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.07.21.22.56.35; author garbled; state Exp; branches; next ; desc @@ 1.4 log @Remove packages that have been broken on 2.0/i386 for over 9 months now; neither maintainer nor anyone else stepped up to fix them. Predicted on tech-pkg and in private mail to maintainers; no comments. @ text @$NetBSD: patch-ae,v 1.3 2000/12/15 03:24:18 garbled Exp $ --- Sources/Core/System/Unix/appconf.cpp.orig Thu Dec 14 18:33:18 2000 +++ Sources/Core/System/Unix/appconf.cpp Thu Dec 14 18:37:38 2000 @@@@ -59,7 +59,7 @@@@ # include #endif // WIN32 -#ifdef __unix__ +#if defined(__unix__) || defined(__NetBSD__) # include # include # include @@@@ -165,7 +165,7 @@@@ #if APPCONF_CASE_SENSITIVE # define StrCmp(s1,s2) strcmp((s1),(s2)) #else -# ifdef __unix__ +# if defined(__unix__) || defined(__NetBSD__) extern "C" int strcasecmp(const char *s1, const char *s2); // it's not ansi # define StrCmp(s1,s2) strcasecmp((s1),(s2)) # else @@@@ -1326,7 +1326,7 @@@@ // check if file has extension Bool bNoExt = strchr(m_szFileName, '.') == NULL; -#ifdef __unix__ +#if defined(__unix__) || defined(__NetBSD__) strcpy(s_szBuf, "/etc/"); strcat(s_szBuf, m_szFileName); if ( bNoExt ) @@@@ -1349,7 +1349,7 @@@@ { static char s_szBuf[MAX_PATH]; -#ifdef __unix__ +#if defined(__unix__) || defined(__NetBSD__) const char *szHome = getenv("HOME"); if ( szHome == NULL ) { // we're homeless... @ 1.3 log @Wow am I a goof today.. fix all these patches. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.2 2000/12/15 03:13:05 garbled Exp $ @ 1.2 log @Update this package to Clanlib-0.4.4.. too many changes to list. @ text @d1 3 a3 3 $NetBSD$ --- Sources/Core/System/Unix/appconf.cpp.orig Thu Dec 14 18:33:18 2000 +++ Sources/Core/System/Unix/appconf.cpp Thu Dec 14 18:37:38 2000 @ 1.1 log @Initial revision @ text @d2 5 a6 5 --- Layer1/Input/X11/joystick_linux.h.orig Thu Jul 8 11:36:50 1999 +++ Layer1/Input/X11/joystick_linux.h Thu Jul 8 11:41:55 1999 @@@@ -21,13 +21,16 @@@@ #define header_joystick_linux d8 17 a24 7 // TODO: ifdef this out if it isn't a linux system. - -#include - #ifndef KERNEL_VERSION #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #endif d26 8 a33 11 +#ifdef __NetBSD__ +#define LINUX_VERSION_CODE KERNEL_VERSION(1,0,0) +#else + +#include + #ifndef LINUX_VERSION_CODE #error "You need to use at least 2.0 Linux kernel." #endif @@@@ -109,5 +112,5 @@@@ }; d35 5 a39 4 #endif - +#endif #endif @ 1.1.1.1 log @Import of clanlib 0.1.15. Known to work on ELF.. a.out may need some work. The ClanLib Game SDK. @ text @@