pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-Rcpp



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb  3 21:46:08 UTC 2024

Modified Files:
        pkgsrc/devel/R-Rcpp: Makefile

Log Message:
'(devel/R-Rcpp) +USE_CXX_FEATURES+=   c++11

Trying to fix:
https://us-central.manta.mnx.io/pkgsrc/public/reports/upstream-trunk/20240202.2249/R-Rcpp-1.0.12/install.log
using C++ compiler: 'g++ (GCC) 13.2.0'
g++ -std=gnu++17 -I"/opt/pkg/lib/R/include" -DNDEBUG -I../inst/include/  -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include 
-I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses    -fPIC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/opt/pkg/include 
-I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/ncurses  -c 
api.cpp -o api.o
In file included from /home/pbulk/build/devel/R-Rcpp/work/.buildlink/lib/R/include/R.h:73,
                 from ../inst/include/Rcpp/r/headers.h:66,
                 from ../inst/include/RcppCommon.h:30,
                 from ../inst/include/Rcpp.h:27,
                 from api.cpp:26:
/home/pbulk/build/devel/R-Rcpp/work/.buildlink/lib/R/include/R_ext/Error.h:41:16: error: '_Noreturn' does not name a type
   41 | # define NORET _Noreturn
      |                ^~~~~~~~~


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/R-Rcpp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-Rcpp/Makefile
diff -u pkgsrc/devel/R-Rcpp/Makefile:1.30 pkgsrc/devel/R-Rcpp/Makefile:1.31
--- pkgsrc/devel/R-Rcpp/Makefile:1.30   Sat Jan 20 03:42:08 2024
+++ pkgsrc/devel/R-Rcpp/Makefile        Sat Feb  3 21:46:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2024/01/20 03:42:08 mef Exp $
+# $NetBSD: Makefile,v 1.31 2024/02/03 21:46:08 mef Exp $
 
 R_PKGNAME=     Rcpp
 R_PKGVER=      1.0.12
@@ -25,7 +25,8 @@ TEST_DEPENDS+=        tex-ae-[0-9]*:../../fonts
 TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
 TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
 
-USE_LANGUAGES+=        c++
+USE_LANGUAGES+=                c++
+USE_CXX_FEATURES+=     c++11
 
 REPLACE_R+=            inst/examples/*/*.r
 REPLACE_R+=            inst/examples/SugarPerformance/sugarBenchmarks.R



Home | Main Index | Thread Index | Old Index