head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.14 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.12 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.10 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.8 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.6 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.4 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.2 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.1.0.26 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.24 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.22 pkgsrc-2008Q1:1.1.0.20 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.18 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.16 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.14 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.12 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.10 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.8 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.6 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.4 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.2 pkgsrc-2005Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2008.09.16.16.07.33; author wiz; state dead; branches; next 1.1; 1.1 date 2005.10.04.19.34.36; author joerg; state Exp; branches; next ; desc @@ 1.2 log @Remove remaining qt1 and qt2 packages, as announced on pkgsrc-users on Sep 7 2008. No complaints received. @ text @$NetBSD: patch-aq,v 1.1 2005/10/04 19:34:36 joerg Exp $ --- src/network/qsocketdevice_unix.cpp.orig 2005-07-30 23:19:35.000000000 +0000 +++ src/network/qsocketdevice_unix.cpp @@@@ -150,6 +150,8 @@@@ typedef unsigned long u_long; #if defined(_OS_LINUX_) && defined(__GLIBC__) && ( __GLIBC__ >= 2 ) // new linux is Single Unix 1998, not old linux #define SOCKLEN_T socklen_t +#elif defined(__DragonFly__) +#define SOCKLEN_T socklen_t #elif defined(BSD4_4) // BSD 4.4 # if defined(_OS_FREEBSD_) && __FreeBSD_version < 400000 @ 1.1 log @Use the FreeBSD rules for DragonFly as well, just like Qt 3.3 does. Streamline FreeBSD/DragonFly config handling with NetBSD, this should allow Xorg from pkgsrc to work properly. Discussed with jlam@@, but not tested on FreeBSD. Silence from freebsd-pkg-people@@. @ text @d1 1 a1 1 $NetBSD$ @