head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.4 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.2 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q2:1.4.0.16 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.4.0.14 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.4.0.12 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q3:1.4.0.10 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.8 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.6 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.4 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.2 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.3.0.24 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.22 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.20 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.18 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.16 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.14 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.12 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.10 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.8 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.6 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.4 pkgsrc-2008Q1:1.3.0.2 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.2.0.4 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2012.09.30.01.50.16; author dholland; state dead; branches; next 1.4; 1.4 date 2010.08.27.06.11.50; author adam; state Exp; branches; next 1.3; 1.3 date 2008.03.14.14.49.53; author drochner; state Exp; branches; next 1.2; 1.2 date 2007.10.05.21.06.00; author joerg; state Exp; branches; next 1.1; 1.1 date 2007.07.12.19.56.14; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.07.12.19.56.14; author drochner; state Exp; branches; next ; desc @@ 1.5 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-aa,v 1.4 2010/08/27 06:11:50 adam Exp $ --- configure.orig 2010-02-17 16:05:40.000000000 +0000 +++ configure @@@@ -2477,7 +2477,7 @@@@ if test "${with_cxx+set}" = set; then ## CFLAGS= ;; esac - CXX_OPTIMIZE_FLAGS=="+K3 -O3" + CXX_OPTIMIZE_FLAGS="+K3 -O3" CXX_DEBUG_FLAGS="-g +K0" ;; esac @@@@ -7483,9 +7483,9 @@@@ $as_echo "$ac_cv_header_pthread_h" >&6; fi -{ $as_echo "$as_me:$LINENO: checking for library containing pthread_exit" >&5 -$as_echo_n "checking for library containing pthread_exit... " >&6; } -if test "${ac_cv_search_pthread_exit+set}" = set; then +{ $as_echo "$as_me:$LINENO: checking for library containing pthread_create" >&5 +$as_echo_n "checking for library containing pthread_create... " >&6; } +if test "${ac_cv_search_pthread_create+set}" = set; then $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS @@@@ -7502,11 +7502,11 @@@@ cat >>conftest.$ac_ext <<_ACEOF #ifdef __cplusplus extern "C" #endif -char pthread_exit (); +char pthread_create (); int main () { -return pthread_exit (); +return pthread_create (); ; return 0; } @@@@ -7539,7 +7539,7 @@@@ $as_echo "$ac_try_echo") >&5 test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then - ac_cv_search_pthread_exit=$ac_res + ac_cv_search_pthread_create=$ac_res else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@@@ -7550,21 +7550,21 @@@@ fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext - if test "${ac_cv_search_pthread_exit+set}" = set; then + if test "${ac_cv_search_pthread_create+set}" = set; then break fi done -if test "${ac_cv_search_pthread_exit+set}" = set; then +if test "${ac_cv_search_pthread_create+set}" = set; then : else - ac_cv_search_pthread_exit=no + ac_cv_search_pthread_create=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi -{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_pthread_exit" >&5 -$as_echo "$ac_cv_search_pthread_exit" >&6; } -ac_res=$ac_cv_search_pthread_exit +{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_pthread_create" >&5 +$as_echo "$ac_cv_search_pthread_create" >&6; } +ac_res=$ac_cv_search_pthread_create if test "$ac_res" != no; then test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" @@@@ -7574,7 +7574,7 @@@@ if test "x$ac_cv_header_pthread_h" = "xy 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 @@@@ -9724,7 +9724,7 @@@@ fi esac -if test "$OPENAL_OK" == "no"; then +if test "$OPENAL_OK" = "no"; then echo echo "You *must* have the openal library installed on your system to build" echo "SimGear!" @@@@ -9735,7 +9735,7 @@@@ if test "$OPENAL_OK" == "no"; then exit fi -if test "$ALUT_OK" == "no"; then +if test "$ALUT_OK" = "no"; then echo echo "You *must* have the alut library installed on your system to build" echo "SimGear!" @ 1.4 log @Changes 2.0.0: * No changelog available. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @update flightgear/simgear to 1.0.0, from Yorick Hardy per PR pkg/38160 changes: -many bugfixes -UI improvements -new and improved aircraft models pkgsrc change: pull in SDL for fullscreen mode @ text @d3 3 a5 3 --- configure.orig 2008-01-21 16:52:07.000000000 +0200 +++ configure 2008-01-21 16:58:07.000000000 +0200 @@@@ -2249,7 +2249,7 @@@@ d14 1 a14 1 @@@@ -7064,9 +7064,9 @@@@ d18 2 a19 2 -{ echo "$as_me:$LINENO: checking for library containing pthread_exit" >&5 -echo $ECHO_N "checking for library containing pthread_exit... $ECHO_C" >&6; } d21 2 a22 2 +{ echo "$as_me:$LINENO: checking for library containing pthread_create" >&5 +echo $ECHO_N "checking for library containing pthread_create... $ECHO_C" >&6; } d24 1 a24 1 echo $ECHO_N "(cached) $ECHO_C" >&6 d27 1 a27 1 @@@@ -7083,11 +7083,11 @@@@ d41 4 a44 4 @@@@ -7133,7 +7133,7 @@@@ ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then d48 1 a48 1 echo "$as_me: failed program was:" >&5 d50 3 a52 3 @@@@ -7143,21 +7143,21 @@@@ rm -f core conftest.err conftest.$ac_objext \ d69 2 a70 2 -{ echo "$as_me:$LINENO: result: $ac_cv_search_pthread_exit" >&5 -echo "${ECHO_T}$ac_cv_search_pthread_exit" >&6; } d72 2 a73 2 +{ echo "$as_me:$LINENO: result: $ac_cv_search_pthread_create" >&5 +echo "${ECHO_T}$ac_cv_search_pthread_create" >&6; } d78 1 a78 1 @@@@ -7167,7 +7167,7 @@@@ d87 1 a87 1 @@@@ -9233,7 +9233,7 @@@@ d96 1 a96 1 @@@@ -9244,7 +9244,7 @@@@ @ 1.2 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 12 a14 3 --- configure.orig 2006-04-05 18:25:04.000000000 +0000 +++ configure @@@@ -5968,13 +5968,13 @@@@ echo "${ECHO_T}$ac_cv_header_pthread_h" d18 2 a19 2 -echo "$as_me:$LINENO: checking for library containing pthread_exit" >&5 -echo $ECHO_N "checking for library containing pthread_exit... $ECHO_C" >&6 d21 2 a22 2 +echo "$as_me:$LINENO: checking for library containing pthread_create" >&5 +echo $ECHO_N "checking for library containing pthread_create... $ECHO_C" >&6 d27 3 a29 6 -ac_cv_search_pthread_exit=no +ac_cv_search_pthread_create=no cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@@@ -5988,11 +5988,11 @@@@ extern "C" a30 2 /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ d36 2 a37 2 -pthread_exit (); +pthread_create (); d41 1 a41 1 @@@@ -6019,7 +6019,7 @@@@ if { (eval echo "$as_me:$LINENO: \"$ac_l d45 2 a46 2 - ac_cv_search_pthread_exit="none required" + ac_cv_search_pthread_create="none required" d50 7 a56 1 @@@@ -6027,7 +6027,7 @@@@ sed 's/^/| /' conftest.$ac_ext >&5 d58 4 a61 28 rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext -if test "$ac_cv_search_pthread_exit" = no; then +if test "$ac_cv_search_pthread_create" = no; then for ac_lib in pthread c_r; do LIBS="-l$ac_lib $ac_func_search_save_LIBS" cat >conftest.$ac_ext <<_ACEOF @@@@ -6043,11 +6043,11 @@@@ extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ -char pthread_exit (); +char pthread_create (); int main () { -pthread_exit (); +pthread_create (); ; return 0; } @@@@ -6074,7 +6074,7 @@@@ if { (eval echo "$as_me:$LINENO: \"$ac_l ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - ac_cv_search_pthread_exit="-l$ac_lib" + ac_cv_search_pthread_create="-l$ac_lib" break d63 2 a64 2 echo "$as_me: failed program was:" >&5 @@@@ -6087,10 +6087,10 @@@@ rm -f conftest.err conftest.$ac_objext \ d66 1 d69 8 a76 8 -echo "$as_me:$LINENO: result: $ac_cv_search_pthread_exit" >&5 -echo "${ECHO_T}$ac_cv_search_pthread_exit" >&6 -if test "$ac_cv_search_pthread_exit" != no; then - test "$ac_cv_search_pthread_exit" = "none required" || LIBS="$ac_cv_search_pthread_exit $LIBS" +echo "$as_me:$LINENO: result: $ac_cv_search_pthread_create" >&5 +echo "${ECHO_T}$ac_cv_search_pthread_create" >&6 +if test "$ac_cv_search_pthread_create" != no; then + test "$ac_cv_search_pthread_create" = "none required" || LIBS="$ac_cv_search_pthread_create $LIBS" d78 1 a78 3 fi @@@@ -6098,7 +6098,7 @@@@ if test "x$ac_cv_header_pthread_h" = "xy d87 1 a87 1 @@@@ -8634,7 +8634,7 @@@@ fi d96 9 @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- configure.orig 2007-03-22 21:36:06.000000000 +0100 d5 97 @ 1.1.1.1 log @import simgear-0.3.10, prepared by Juan Romero Pardines in pkgsrc-wip This is a library fon 3d simulations, used by the flightgear flight simulator. @ text @@