head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.8 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.6 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.4 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.2 pkgsrc-2011Q2-base:1.5 pkgsrc-2010Q2:1.4.0.24 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.22 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.20 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.18 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.16 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.14 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.12 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.10 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.8 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.6 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.4 pkgsrc-2008Q1:1.4.0.2 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.2.0.6 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.4 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.2 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.1.1.1.0.26 pkgsrc-2007Q1-base:1.1.1.1 pkgsrc-2006Q4:1.1.1.1.0.24 pkgsrc-2006Q4-base:1.1.1.1 pkgsrc-2006Q3:1.1.1.1.0.22 pkgsrc-2006Q3-base:1.1.1.1 pkgsrc-2006Q2:1.1.1.1.0.20 pkgsrc-2006Q2-base:1.1.1.1 pkgsrc-2006Q1:1.1.1.1.0.18 pkgsrc-2006Q1-base:1.1.1.1 pkgsrc-2005Q4:1.1.1.1.0.16 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-2005Q3:1.1.1.1.0.14 pkgsrc-2005Q3-base:1.1.1.1 pkgsrc-2005Q2:1.1.1.1.0.12 pkgsrc-2005Q2-base:1.1.1.1 pkgsrc-2005Q1:1.1.1.1.0.10 pkgsrc-2005Q1-base:1.1.1.1 pkgsrc-2004Q4:1.1.1.1.0.8 pkgsrc-2004Q4-base:1.1.1.1 pkgsrc-2004Q3:1.1.1.1.0.6 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.4 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-2004Q1:1.1.1.1.0.2 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2010.09.23.14.34.54; author taca; state dead; branches; next 1.4; 1.4 date 2008.03.26.13.22.00; author wiz; state Exp; branches; next 1.3; 1.3 date 2008.03.25.13.42.53; author wiz; state dead; branches; next 1.2; 1.2 date 2007.05.23.08.11.51; author martti; state Exp; branches; next 1.1; 1.1 date 2003.12.20.16.00.43; author martti; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.12.20.16.00.43; author martti; state Exp; branches; next ; desc @@ 1.5 log @Good-by mysql4-server now. It isn't supported any more and no package need it now. @ text @$NetBSD: patch-al,v 1.4 2008/03/26 13:22:00 wiz Exp $ --- include/my_pthread.h.orig 2006-11-03 04:15:38.000000000 +0200 +++ include/my_pthread.h 2007-05-23 08:54:00.000000000 +0300 @@@@ -19,7 +19,13 @@@@ #ifndef _my_pthread_h #define _my_pthread_h +/* defines __NetBSD_Version__ */ +#if defined(__NetBSD__) +#include +#endif + #include +#include #ifndef ETIME #define ETIME ETIMEDOUT /* For FreeBSD */ #endif @@@@ -297,7 +303,11 @@@@ #endif #ifndef HAVE_NONPOSIX_SIGWAIT +#if defined (__NetBSD__) && (__NetBSD_Version__ < 106130000) +#define my_sigwait(A,B) __pthread_sigwait((A),(B)) +#else #define my_sigwait(A,B) sigwait((A),(B)) +#endif #else int my_sigwait(const sigset_t *set,int *sig); #endif @ 1.4 log @Re-add mysql4 packages. Andreas Hallmann graciously agreed to maintain them. @ text @d1 1 a1 1 $NetBSD: patch-al,v 1.2 2007/05/23 08:11:51 martti Exp $ @ 1.3 log @Remove mysql4 (4.1 branch) packages. They have security problems and are not maintained. Removal was announced on pkgsrc-users on March 13. @ text @@ 1.2 log @Updated MySQL to 4.1.22 Lots of bug fixes, see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-22.html @ text @d1 1 a1 1 $NetBSD: patch-al,v 1.1.1.1 2003/12/20 16:00:43 martti Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- include/my_pthread.h.orig 2003-12-14 21:23:47.000000000 +0000 +++ include/my_pthread.h 2003-12-20 12:09:31.000000000 +0000 d19 1 a19 1 @@@@ -301,7 +307,11 @@@@ @ 1.1.1.1 log @MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL server programs and libraries. @ text @@