head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.42 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.40 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.38 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.36 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.34 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.32 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.30 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.28 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.26 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.24 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.22 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.20 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.18 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.16 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.14 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.12 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.10 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.8 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.6 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.4 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.2 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.4.0.20 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.18 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.16 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.14 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.12 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.10 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.4.0.6 netbsd-1-6-1-base:1.4 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.4 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.2 comdex-fall-1999:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2005.05.18.22.39.01; author wiz; state dead; branches; next 1.4; 1.4 date 2000.12.15.03.24.18; author garbled; state Exp; branches; next 1.3; 1.3 date 2000.12.15.03.13.05; author garbled; state Exp; branches; next 1.2; 1.2 date 99.11.30.13.24.47; author rh; 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.5 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-ad,v 1.4 2000/12/15 03:24:18 garbled Exp $ --- Sources/Core/System/Unix/init_linux.cpp.orig Thu Dec 14 18:25:57 2000 +++ Sources/Core/System/Unix/init_linux.cpp Thu Dec 14 18:21:25 2000 @@@@ -531,19 +531,20 @@@@ { struct timeval tv; // select doesn't modify timeval if interrupted on non Linux systems -#ifndef linux - int then, now, elapsed; - then = CL_System::get_time(); -#else + +#if defined(linux) || defined(__NetBSD__) tv.tv_sec = millis/ 1000; tv.tv_usec = (millis%1000)*1000; +#else + int then, now, elapsed; + then = CL_System::get_time(); #endif int was_error; do { errno = 0; -#ifndef linux +#if !defined(linux) && !defined(__NetBSD__) now = CL_System::get_time(); elapsed = now - then; then = now; @ 1.4 log @Wow am I a goof today.. fix all these patches. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.3 2000/12/15 03:13:05 garbled Exp $ @ 1.3 log @Update this package to Clanlib-0.4.4.. too many changes to list. @ text @d1 3 a3 3 $NetBSD$ --- Sources/Core/System/Unix/init_linux.cpp.orig Thu Dec 14 18:25:57 2000 +++ Sources/Core/System/Unix/init_linux.cpp Thu Dec 14 18:21:25 2000 @ 1.2 log @Update clanlib to 0.2.2. Changes are mostly bugfixes. @ text @d2 18 a19 11 --- Makefile.conf.in.orig Mon Nov 29 16:59:33 1999 +++ Makefile.conf.in Mon Nov 29 17:02:28 1999 @@@@ -13,7 +13,7 @@@@ BIN_PREFIX = @@bindir@@ TARGET_PREFIX = @@libdir@@/ClanLib -INCLUDE_DIRS = -I . -I Layer1 -I Layer2 -I Layer2/StreamSoundProviders/mikmod/include @@x_includes@@ +INCLUDE_DIRS = -I . -I Layer1 -I Layer2 -I Layer2/StreamSoundProviders/mikmod/include @@x_includes@@ -I${LOCALBASE}/include COMP_OPTIONS = -Wall $(INCLUDE_DIRS) -fPIC @@DEFS@@ @@comp_mode@@ d21 9 @ 1.1 log @Initial revision @ text @d2 4 a5 4 --- Makefile.conf.in.orig Sun May 30 15:43:50 1999 +++ Makefile.conf.in Thu Jul 8 11:27:24 1999 @@@@ -9,9 +9,9 @@@@ INC_PREFIX = @@includedir@@ d7 1 d10 1 a10 1 +INCLUDE_DIRS = -I . -I Layer1 -I Layer2 -I Layer2/StreamSoundProviders/mikmod/include @@x_includes@@ -I$(LOCALBASE)/include d12 1 a12 2 -COMP_OPTIONS = -Wall -g $(INCLUDE_DIRS) -fPIC -O2 @@DEFS@@ +COMP_OPTIONS = -g $(CFLAGS) $(INCLUDE_DIRS) -fPIC -O2 @@DEFS@@ a13 2 LINK_LIBS1 = @@libs1@@ LINK_LIBS2 = @@libs2@@ @ 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 @@