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:   maya
Date:           Thu Jul 19 01:41:32 UTC 2018

Modified Files:
        pkgsrc/math/R: Makefile

Log Message:
R: remove cases for ancient NetBSD versions.


To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 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.186 pkgsrc/math/R/Makefile:1.187
--- pkgsrc/math/R/Makefile:1.186        Wed Jul  4 07:27:13 2018
+++ pkgsrc/math/R/Makefile      Thu Jul 19 01:41:32 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.186 2018/07/04 07:27:13 wen Exp $
+# $NetBSD: Makefile,v 1.187 2018/07/19 01:41:32 maya Exp $
 
 DISTNAME=      R-3.5.1
 CATEGORIES=    math
@@ -9,10 +9,6 @@ HOMEPAGE=      http://www.R-project.org/
 COMMENT=       Statistical language for data analysis and graphics
 LICENSE=       gnu-gpl-v2
 
-#needs FPC code not found in older versions of NetBSD
-NOT_FOR_PLATFORM=      NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \
-                       NetBSD-1.5.*-alpha NetBSD-1.5[A-U]-alpha
-
 USE_GCC_RUNTIME=       yes
 
 BUILD_TARGET=          all info
@@ -145,10 +141,6 @@ SUBST_SED.fixwrap= -e "s,${WRAPPER_BINDI
 
 BUILDLINK_API_DEPENDS.bzip2+=  bzip2>=1.0.5
 
-.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M1.[0-6]*)
-CONFIGURE_ARGS+=       --enable-mbcs=no
-.endif
-
 pre-configure:
        ${RUN} cd ${WRKSRC} && autoreconf -fvi
 



Home | Main Index | Thread Index | Old Index