head 1.4; access; symbols pkgsrc-2019Q2:1.3.0.12 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.3.0.10 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.8 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.6 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.3.0.4 pkgsrc-2018Q2-base:1.3 pkgsrc-2018Q1:1.3.0.2 pkgsrc-2018Q1-base:1.3 pkgsrc-2017Q4:1.2.0.12 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.10 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.6 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.4 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.2 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.1.0.6 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.4 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.2 pkgsrc-2016Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2019.08.01.01.23.20; author brook; state dead; branches; next 1.3; commitid 7GhlkUek7MG0ngxB; 1.3 date 2018.02.05.18.52.05; author minskim; state Exp; branches; next 1.2; commitid sKSMoTV6aJuNAHpA; 1.2 date 2016.12.18.02.18.39; author wen; state Exp; branches; next 1.1; commitid iCD7hApLjeUUopyz; 1.1 date 2016.01.01.12.59.19; author wen; state Exp; branches; next ; commitid npks1at3Qi2kgePy; desc @@ 1.4 log @Remove a patch that was missed in the previous commit. @ text @$NetBSD: patch-configure,v 1.3 2018/02/05 18:52:05 minskim Exp $ Fix configure. --- configure.orig 2017-11-10 13:42:05.000000000 +0000 +++ configure @@@@ -2265,7 +2265,7 @@@@ if test "${enable_gcc_debug+set}" = set; enableval=$enable_gcc_debug; fi -if test "x$enable_gcc_debug" == "xyes"; then +if test "x$enable_gcc_debug" = "xyes"; then enable_gcc_debug="yes" else enable_gcc_debug="no" @@@@ -2276,7 +2276,7 @@@@ if test "${enable_gcc_pedantic+set}" = s enableval=$enable_gcc_pedantic; fi -if test "x$enable_gcc_pedantic" == "xyes"; then +if test "x$enable_gcc_pedantic" = "xyes"; then enable_gcc_pedantic="yes" else enable_gcc_pedantic="no" @@@@ -2382,13 +2382,13 @@@@ $as_echo "$R_PATH" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for R >= 3.1.0 for C++11 use" >&5 $as_echo_n "checking for R >= 3.1.0 for C++11 use... " >&6; } R_GE_31=`"${R_PATH}" --vanilla --slave -e 'cat(if (getRversion() >= numeric_version("3.1.0")) "yes" else "no")'` -if test "x$R_GE_31" == "xyes"; then +if test "x$R_GE_31" = "xyes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - if test "x$enable_cxx11" == "xyes"; then + if test "x$enable_cxx11" = "xyes"; then echo "*** disabling C++11 use" enable_cxx11="no" fi @@@@ -2397,7 +2397,7 @@@@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for R < 3.4.0 for CXX1X flag use" >&5 $as_echo_n "checking for R < 3.4.0 for CXX1X flag use... " >&6; } R_GE_34=`"${R_PATH}" --vanilla --slave -e 'cat(if (getRversion() >= numeric_version("3.4.0")) "yes" else "no")'` -if test "x$R_GE_34" == "xyes"; then +if test "x$R_GE_34" = "xyes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } STRINGI_CXX1X="CXX11" @@@@ -2460,14 +2460,14 @@@@ fi ###### SETUP COMPILER FLAGS FOR TESTING ###################################### -if test "x$enable_gcc_debug" == "xyes"; then +if test "x$enable_gcc_debug" = "xyes"; then # -fsanitize=address -fno-omit-frame-pointer with_extra_cppflags="${with_extra_cppflags} -DDEBUG -UNDEBUG" else with_extra_cppflags="${with_extra_cppflags} -UDEBUG -DNDEBUG" fi -if test "x$enable_gcc_pedantic" == "xyes"; then +if test "x$enable_gcc_pedantic" = "xyes"; then with_extra_cflags="${with_extra_cflags} -Wall -Wextra -ansi -pedantic -std=c99" with_extra_cxxflags="${with_extra_cxxflags} -Wall -Wextra -ansi -pedantic -std=c++98 -Wlong-long" fi @@@@ -2482,7 +2482,7 @@@@ CPPFLAGS=`"${R_PATH}" CMD config CPPFLAG LIBS= LDFLAGS= -if test "x$enable_cxx11" == "xyes"; then +if test "x$enable_cxx11" = "xyes"; then CXX_tmp1=`"${R_PATH}" CMD config ${STRINGI_CXX1X}` CXX_tmp2=`"${R_PATH}" CMD config ${STRINGI_CXX1X}STD` CXX="${CXX_tmp1} ${CXX_tmp2}" @@@@ -4153,7 +4153,7 @@@@ CPP_OK=0 check_cpp if test $CPP_OK = 0; then - if test "x$enable_cxx11" == "xyes"; then + if test "x$enable_cxx11" = "xyes"; then echo "*** trying with disabled C++11 compiler" CXX=`"${R_PATH}" CMD config CXX` CXXFLAGS_base=`"${R_PATH}" CMD config CXXFLAGS` @ 1.3 log @textproc/R-stringi: Update to 1.1.6 Notable changes since 1.1.2: - `omit_na=TRUE` in `stri_sub<-` now ignores missing values in any of the arguments provided. - Add support for custom rule-based break iteration, see `?stri_opts_brkiter`. @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.2 2016/12/18 02:18:39 wen Exp $ @ 1.2 log @Update to 1.1.2 Remove BROKEN mark(build without Internet access) Upstream changes: ## 1.1.2 (2016-09-30) **CRAN** * [BUGFIX] round(), snprintf() is not C++98 ------------------------------------------------------------------------------- ## 1.1.1 (2016-05-25) **CRAN** * [BUGFIX] #214: allow a regex pattern like `.*` to match an empty string. * [BUGFIX] #210: `stri_replace_all_fixed(c("1", "NULL"), "NULL", NA)` now results in `c("1", NA)`. * [NEW FEATURE] #199: `stri_sub<-` now allows for ignoring `NA` locations (a new `omit_na` argument added). * [NEW FEATURE] #207: `stri_sub<-` now allows for substring insertions (via `length=0`). * [NEW FUNCTION] #124: `stri_subset<-` functions added. * [NEW FEATURE] #216: `stri_detect`, `stri_subset`, `stri_subset<-` gained a `negate` argument. * [NEW FUNCTION] #175: `stri_join_list` concatenates all strings in a list of character vectors. Useful with, e.g., `stri_extract_all_regex`, `stri_extract_all_words` etc. @ text @d1 5 a5 3 $NetBSD: patch-configure,v 1.1 2016/01/01 12:59:19 wen Exp $ Fix configure --- configure.orig 2016-12-17 12:43:37.000000000 +0000 d7 1 a7 1 @@@@ -2205,7 +2205,7 @@@@ if test "${enable_gcc_debug+set}" = set; d16 1 a16 1 @@@@ -2216,7 +2216,7 @@@@ if test "${enable_gcc_pedantic+set}" = s d25 3 a27 3 @@@@ -2304,13 +2304,13 @@@@ $as_echo "$R_PATH" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for R >= 3.1.0" >&5 $as_echo_n "checking for R >= 3.1.0... " >&6; } d41 10 a50 1 @@@@ -2369,14 +2369,14 @@@@ fi d67 1 a67 1 @@@@ -2391,7 +2391,7 @@@@ CPPFLAGS=`"${R_PATH}" CMD config CPPFLAG d73 2 a74 2 CXX_tmp1=`"${R_PATH}" CMD config CXX1X` CXX_tmp2=`"${R_PATH}" CMD config CXX1XSTD` d76 1 a76 1 @@@@ -4062,7 +4062,7 @@@@ CPP_OK=0 @ 1.1 log @Import stringi-1.0.1 as textproc/R-stringi. stringi (pronounced "stringy") is the R package for fast, correct, consistent and convenient string/text processing in each locale and any native character encoding. The use of the ICU library gives R users a platform-independent set of functions known to Java, Perl, Python, PHP, and Ruby programmers. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig 2016-01-01 12:33:03.000000000 +0000 d56 1 a56 1 @@@@ -2389,7 +2389,7 @@@@ CPPFLAGS=`"${R_PATH}" CMD config CPPFLAG d62 4 a65 4 CXX="`\"${R_PATH}\" CMD config CXX1X` `\"${R_PATH}\" CMD config CXX1XSTD`" CXXFLAGS=`"${R_PATH}" CMD config CXX1XFLAGS` STRINGI_CXXSTD="CXX_STD=CXX11" @@@@ -4054,7 +4054,7 @@@@ CPP_OK=0 d73 1 a73 1 CXXFLAGS=`"${R_PATH}" CMD config CXXFLAGS` @