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:   mef
Date:           Fri Jul 21 22:46:50 UTC 2023

Modified Files:
        pkgsrc/math/R: Makefile

Log Message:
(math/R) As an interim fix, --disable-nls (gettext-0.22 problem)


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 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.240 pkgsrc/math/R/Makefile:1.241
--- pkgsrc/math/R/Makefile:1.240        Tue Jun  6 12:41:50 2023
+++ pkgsrc/math/R/Makefile      Fri Jul 21 22:46:50 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.240 2023/06/06 12:41:50 riastradh Exp $
+# $NetBSD: Makefile,v 1.241 2023/07/21 22:46:50 mef Exp $
 
 #
 # If updating this package, please try to ensure PLIST.Darwin is kept in sync
 # to avoid unnecessarily breaking macOS users.
 #
 DISTNAME=      R-4.2.0
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=base/R-4/}
 
@@ -35,6 +35,7 @@ CONFIGURE_ARGS+=      --with-readline
 CONFIGURE_ARGS+=       --with-tcltk
 CONFIGURE_ARGS+=       --with-tcl-config=${BUILDLINK_PREFIX.tcl}/lib/tclConfig.sh
 CONFIGURE_ARGS+=       --with-tk-config=${BUILDLINK_PREFIX.tk}/lib/tkConfig.sh
+CONFIGURE_ARGS+=       --disable-nls
 
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD"



Home | Main Index | Thread Index | Old Index