head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.2 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.3.0.28 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.26 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.24 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.22 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.20 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.18 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.16 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.14 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.12 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.10 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.8 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.6 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.4 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.2 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.2.0.22 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.20 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.18 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.16 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.14 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.12 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.10 pkgsrc-2008Q1:1.2.0.8 pkgsrc-2008Q1-base:1.2 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-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2013.01.27.00.18.29; author wiz; state dead; branches; next 1.3; 1.3 date 2009.07.24.12.10.18; author obache; state Exp; branches; next 1.2; 1.2 date 2007.06.30.15.22.09; author joerg; state Exp; branches; next 1.1; 1.1 date 2007.06.02.19.07.33; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.06.02.19.07.33; author agc; state Exp; branches; next ; desc @@ 1.4 log @Remove nucleo and metisse. Nucleo doesn't build against any ffmpeg in pkgsrc, and the last release 0.7.6 (this was 0.7.5) is from 2009, so development seems to have stopped. @ text @$NetBSD: patch-ab,v 1.3 2009/07/24 12:10:18 obache Exp $ --- xserver/os/osdep.h.orig 2008-03-13 14:34:48.000000000 +0000 +++ xserver/os/osdep.h @@@@ -117,6 +117,12 @@@@ SOFTWARE. #include #include +#include + +#if (defined(BSD) && BSD >= 199506) && !defined(__DragonFly__) +#include +typedef __fd_mask fd_mask; +#endif typedef Bool (*ValidatorFunc)(ARRAY8Ptr Auth, ARRAY8Ptr Data, int packet_type); typedef Bool (*GeneratorFunc)(ARRAY8Ptr Auth, ARRAY8Ptr Data, int packet_type); @ 1.3 log @Update metisse to 0.4.1. This is mostly a maintenance release compared to 0.4.0. It fixes build issues when building with _FORTIFY_SOURCE and it includes all the security patches from Mandriva. Pkgsrc Changes: * set LICENSE gnu-gpl-v3 * marked as user-destdir ready. * add option: mmx and python , fixes PR 41735. * set selected X's one to default font path. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2007/06/30 15:22:09 joerg Exp $ @ 1.2 log @Fix build on DragonFly. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- xserver/os/osdep.h.orig 2006-12-01 00:19:58.000000000 +0000 @ 1.1 log @Initial revision @ text @d3 3 a5 3 --- xserver/os/osdep.h 2007/06/02 10:45:12 1.1 +++ xserver/os/osdep.h 2007/06/02 10:48:18 @@@@ -117,6 +117,12 @@@@ d11 1 a11 1 +#if (defined(BSD) && BSD >= 199506) @ 1.1.1.1 log @Initial import of metisse-0.4.0rc4 into the Packages Collection. Metisse is an X-based window system designed with two goals in mind. First, it should make it easy for HCI researchers to design and implement innovative window management techniques Second, it should conform to existing standards and be robust and efficient enough to be used on a daily basis, making it a suitable platform for the evaluation of the proposed techniques. Metisse is not focused on a particular kind of interaction (e.g. 3D) and should not be seen as a new desktop proposal. It is rather a tool for creating new types of desktop environments. @ text @@