head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.42 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.40 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.38 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.36 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.34 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.32 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.30 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.28 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.26 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.24 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.22 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.20 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.18 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.16 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.14 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.12 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.10 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.8 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.6 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.4 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.2 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.5.0.20 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.18 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.16 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.14 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.12 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.10 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.5.0.6 netbsd-1-6-1-base:1.5 netbsd-1-6:1.5.0.8 netbsd-1-6-RELEASE-base:1.5 pkgviews:1.5.0.4 pkgviews-base:1.5 buildlink2:1.5.0.2 buildlink2-base:1.5 netbsd-1-5-PATCH003:1.5 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.6 date 2005.05.18.22.39.01; author wiz; state dead; branches; next 1.5; 1.5 date 2001.12.05.04.56.21; author jlam; state Exp; 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.06; 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.6 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-af,v 1.5 2001/12/05 04:56:21 jlam Exp $ --- Sources/Core/System/Unix/mutex_pthread.cpp.orig Thu Dec 14 18:45:06 2000 +++ Sources/Core/System/Unix/mutex_pthread.cpp Thu Dec 14 18:45:11 2000 @@@@ -21,7 +21,11 @@@@ // suck: extern "C" { +#ifndef _PTH_PTHREAD_H_ int pthread_mutexattr_setkind_np(pthread_mutexattr_t *attr, int kind); +#else + int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int kind); +#endif } CL_Mutex *CL_Mutex::create() @@@@ -33,7 +37,11 @@@@ { pthread_mutexattr_t attr; pthread_mutexattr_init(&attr); +#ifndef _PTH_PTHREAD_H_ pthread_mutexattr_setkind_np(&attr, PTHREAD_MUTEX_RECURSIVE_NP); +#else + pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); +#endif pthread_mutex_init(&mutex, &attr); pthread_mutexattr_destroy(&attr); @ 1.5 log @Function prototypes should name a return type. Problem noted in pkg/14838 by Robert Elz . @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.4 2000/12/15 03:24:18 garbled Exp $ @ 1.4 log @Wow am I a goof today.. fix all these patches. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.3 2000/12/15 03:13:06 garbled Exp $ d11 1 a11 1 + pthread_mutexattr_settype(pthread_mutexattr_t *attr, int kind); @ 1.3 log @Update this package to Clanlib-0.4.4.. too many changes to list. @ text @d1 2 a2 3 $NetBSD$ --- Sources/Core/System/Unix/mutex_pthread.cpp.orig Thu Dec 14 18:45:06 2000 @ 1.2 log @Update clanlib to 0.2.2. Changes are mostly bugfixes. @ text @d2 16 a17 4 --- Layer1/System/Unix/mutex_pthread.cpp.orig Sun Aug 15 00:53:30 1999 +++ Layer1/System/Unix/mutex_pthread.cpp Mon Nov 29 18:30:10 1999 @@@@ -31,7 +31,11 @@@@ d21 1 a21 1 +#ifdef PTHREAD_MUTEX_RECURSIVE_NP d28 1 a28 1 } @ 1.1 log @Initial revision @ text @d2 11 a12 18 --- Layer1/System/Unix/init_linux.cpp.orig Thu Jun 3 19:58:39 1999 +++ Layer1/System/Unix/init_linux.cpp Tue Jul 20 08:34:23 1999 @@@@ -193,7 +193,7 @@@@ if (dynload_add_network == NULL) { - cout << "Unable to load any sound implementation. Sorry." << endl; + cout << "Unable to load any network implementation. Sorry." << endl; exit(1); } @@@@ -275,7 +275,9 @@@@ // init signal handling act.sa_handler = signal_handler; act.sa_flags = 0; +#ifndef __NetBSD__ act.sa_restorer = NULL; d14 3 a16 3 sigemptyset(&act.sa_mask); sigaction(SIGTERM,&act,&old); // terminated, by kill sigaction(SIGINT,&act,&old); // interrupt, ctrl-c @ 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 @@