head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.50 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.48 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.46 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.44 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.42 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.40 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.38 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.36 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.34 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.32 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.30 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.28 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.26 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.24 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.22 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.20 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.18 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.16 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.14 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.12 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.10 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.8 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.6 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.4 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2020.01.10.16.57.25; author plunky; state Exp; branches; next ; commitid 1sHASFyb6fLvkaSB; desc @@ 1.1 log @add libtcd version 2.2.7-r2: libtcd provides a software API for reading and writing Tide Constituent Database (TCD) files. The TCD file format and schema are used by XTide to retrieve constituent definitions (speeds, equilibrium arguments, and node factors), harmonic constants, subordinate station offsets and associated metadata for use in generating tide predictions. The TCD file format and schema were originally designed by Jan Depner to improve the performance of XTide and to meet additional requirements of the U.S. Naval Oceanographic Office (NAVO). They are now maintained primarily by David Flater. The design goals for TCD included: Available without installing heavy external packages. Efficient for indexing and loading of stations. Compact file format. Translatable without loss from legacy XTide .txt and .xml files. Exportable to legacy .txt and .xml formats. Modifiable by end user using tideEditor. Able to detect tampering (usually, misguided attempts to edit the database in a word processor). @ text @$NetBSD$ fix non-portable tests --- configure.orig 2016-01-25 17:29:39.000000000 +0000 +++ configure @@@@ -2373,7 +2373,7 @@@@ ver_COMPAT114="" # Check whether --enable-COMPAT114 was given. if test "${enable_COMPAT114+set}" = set; then : enableval=$enable_COMPAT114; - if test "$enable_COMPAT114" == yes; then : + if test "$enable_COMPAT114" = yes; then : { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: COMPAT114 is enabled!" >&5 $as_echo "$as_me: WARNING: COMPAT114 is enabled!" >&2;} @@@@ -2400,7 +2400,7 @@@@ fi # Check whether --enable-lm_hard was given. if test "${enable_lm_hard+set}" = set; then : enableval=$enable_lm_hard; - if test "$enable_lm_hard" == yes; then : + if test "$enable_lm_hard" = yes; then : { $as_echo "$as_me:${as_lineno-$LINENO}: Linking with libm_hard instead of libm." >&5 $as_echo "$as_me: Linking with libm_hard instead of libm." >&6;} @@@@ -11760,17 +11760,17 @@@@ _ACEOF # header file that will work outside of autoconf. Evil: relying on # internals of autoconf macro definitions. -if test "$ac_cv_header_sys_types_h" == yes; then : +if test "$ac_cv_header_sys_types_h" = yes; then : sub_systypes="#include " else sub_systypes="" fi -if test "$ac_cv_header_inttypes_h" == yes; then : +if test "$ac_cv_header_inttypes_h" = yes; then : sub_inttypes="#include " -elif test "$ac_cv_header_stdint_h" == yes; then : +elif test "$ac_cv_header_stdint_h" = yes; then : sub_inttypes="#include " else @@@@ -11778,28 +11778,28 @@@@ else fi -if test "$ac_cv_c_int8_t" == yes; then : +if test "$ac_cv_c_int8_t" = yes; then : sub_int8_t="int8_t" else sub_int8_t="$ac_cv_c_int8_t" fi -if test "$ac_cv_c_int16_t" == yes; then : +if test "$ac_cv_c_int16_t" = yes; then : sub_int16_t="int16_t" else sub_int16_t="$ac_cv_c_int16_t" fi -if test "$ac_cv_c_int32_t" == yes; then : +if test "$ac_cv_c_int32_t" = yes; then : sub_int32_t="int32_t" else sub_int32_t="$ac_cv_c_int32_t" fi -if test "$ac_cv_c_int64_t" == yes; then : +if test "$ac_cv_c_int64_t" = yes; then : sub_int64_t="int64_t" else @@@@ -11807,28 +11807,28 @@@@ else fi -if test "$ac_cv_c_uint8_t" == yes; then : +if test "$ac_cv_c_uint8_t" = yes; then : sub_uint8_t="uint8_t" else sub_uint8_t="$ac_cv_c_uint8_t" fi -if test "$ac_cv_c_uint16_t" == yes; then : +if test "$ac_cv_c_uint16_t" = yes; then : sub_uint16_t="uint16_t" else sub_uint16_t="$ac_cv_c_uint16_t" fi -if test "$ac_cv_c_uint32_t" == yes; then : +if test "$ac_cv_c_uint32_t" = yes; then : sub_uint32_t="uint32_t" else sub_uint32_t="$ac_cv_c_uint32_t" fi -if test "$ac_cv_c_uint64_t" == yes; then : +if test "$ac_cv_c_uint64_t" = yes; then : sub_uint64_t="uint64_t" else @