pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May 21 13:28:34 UTC 2026

Modified Files:
        pkgsrc/math/R: Makefile

Log Message:
R: avoid gnu iconv on Darwin; explicityli disable java, as it might be detected (e.g. on macOS)


To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 pkgsrc/math/R/Makefile

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

Modified files:

Index: pkgsrc/math/R/Makefile
diff -u pkgsrc/math/R/Makefile:1.285 pkgsrc/math/R/Makefile:1.286
--- pkgsrc/math/R/Makefile:1.285        Thu May 14 16:41:27 2026
+++ pkgsrc/math/R/Makefile      Thu May 21 13:28:34 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.285 2026/05/14 16:41:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.286 2026/05/21 13:28:34 adam Exp $
 
 #
 # If updating this package, please try to ensure PLIST.Darwin is kept in sync
@@ -39,6 +39,7 @@ PTHREAD_AUTO_VARS=    yes
 
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_ICONV=   no
+CONFIGURE_ARGS+=       --disable-java
 CONFIGURE_ARGS+=       --enable-R-shlib
 CONFIGURE_ARGS+=       --with-readline
 CONFIGURE_ARGS+=       --with-tcltk
@@ -56,8 +57,8 @@ CONFIGURE_ARGS+=      --enable-long-double=no
 CONFIGURE_ARGS+=       --disable-nls
 .endif
 
-.if ${OPSYS} != "Linux"
-USE_GNU_ICONV=         yes             # latin1 support, iconvlist
+.if ${OPSYS} != "Darwin" && ${OPSYS} != "Linux"
+USE_GNU_ICONV=         yes     # latin1 support, iconvlist
 .endif
 
 PLIST_VARS+=           x11



Home | Main Index | Thread Index | Old Index