pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R R: remove cases for ancient NetBSD versions.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b899cf47196d
branches:  trunk
changeset: 310573:b899cf47196d
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Jul 19 01:41:32 2018 +0000

description:
R: remove cases for ancient NetBSD versions.

diffstat:

 math/R/Makefile |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (31 lines):

diff -r dbeded1b3298 -r b899cf47196d math/R/Makefile
--- a/math/R/Makefile   Wed Jul 18 23:45:14 2018 +0000
+++ b/math/R/Makefile   Thu Jul 19 01:41:32 2018 +0000
@@ -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 @@
 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 @@
 
 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