head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.4 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.2 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q2:1.2.0.16 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.14 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.12 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.10 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.8 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.6 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.4 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.2 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.1.0.28 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.26 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.24 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.22 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.20 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.18 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.16 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.14 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.12 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.10 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.8 pkgsrc-2008Q1:1.1.0.6 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.4 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.2 pkgsrc-2007Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2012.09.30.01.50.16; author dholland; state dead; branches; next 1.2; 1.2 date 2010.08.27.06.11.50; author adam; state Exp; branches; next 1.1; 1.1 date 2007.10.05.21.06.01; author joerg; state Exp; branches; next ; desc @@ 1.3 log @Update to 2.8.0; fixes build with current boost. Build system changed to cmake. Rename patch-ab; the other pre-existing patches do not appear to be needed any further. No recent upstream news or changelog appears to exist. The project home page doesn't admit the existence of versions newer than 2.0.0, but there are several, corresponding to the recent versions of FlightGear. @ text @$NetBSD: patch-af,v 1.2 2010/08/27 06:11:50 adam Exp $ --- simgear/screen/extensions.cxx.orig 2010-02-17 15:39:22.000000000 +0000 +++ simgear/screen/extensions.cxx @@@@ -145,11 +145,7 @@@@ void *SGGetGLProcAddress(const char *fun } else if (libHandle != NULL) { fptr = dlsym(libHandle, func); -#if defined (__FreeBSD__) const char *error = dlerror(); -#else - char *error = dlerror(); -#endif if (error) SG_LOG(SG_GENERAL, SG_INFO, error); } @ 1.2 log @Changes 2.0.0: * No changelog available. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Check for thread library with pthread_create, at least on DragonFly that is not in the subset implemented by libc. Always assume dlerror() returns const. @ text @d3 1 a3 1 --- simgear/screen/extensions.cxx.orig 2007-10-05 20:08:51.000000000 +0000 d5 2 a6 2 @@@@ -119,11 +119,7 @@@@ void *SGGetGLProcAddress(const char *fun if (libHandle != NULL) { @