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.00; 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-ae,v 1.2 2010/08/27 06:11:50 adam Exp $ --- configure.ac.orig 2010-02-17 15:56:16.000000000 +0000 +++ configure.ac @@@@ -200,12 +200,12 @@@@ dnl Checks for libraries. dnl Thread related checks AC_CHECK_HEADER(pthread.h) -AC_SEARCH_LIBS(pthread_exit, [pthread c_r]) +AC_SEARCH_LIBS(pthread_create, [pthread c_r]) if test "x$ac_cv_header_pthread_h" = "xyes"; then CXXFLAGS="$CXXFLAGS -D_REENTRANT" CFLAGS="$CFLAGS -D_REENTRANT" - if test "x$ac_cv_search_pthread_exit" = "x-lc_r"; then + if test "x$ac_cv_search_pthread_create" = "x-lc_r"; then CXXFLAGS="-pthread $CXXFLAGS" CFLAGS="-pthread $CFLAGS" fi @ 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 --- configure.ac.orig 2007-10-05 20:03:36.000000000 +0000 d5 1 a5 1 @@@@ -163,12 +163,12 @@@@ dnl Checks for libraries. @