mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
R, bump to 4.5.2 (#13218)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 99253c7ddefbe8a6c7c7203183f479b8a6b038a9 Mon Sep 17 00:00:00 2001
|
||||
From 9ca56a031d713bbbc5808aa0c06a2d8757bf605a Mon Sep 17 00:00:00 2001
|
||||
From: Schrijvers Luc <begasus@gmail.com>
|
||||
Date: Sun, 12 Jan 2025 08:57:01 +0100
|
||||
Subject: Add #include <sys/select.h> for missing fd_set
|
||||
@@ -20,5 +20,5 @@ index 951b422..a636579 100644
|
||||
extern "C" {
|
||||
#endif
|
||||
--
|
||||
2.48.1
|
||||
2.51.0
|
||||
|
||||
@@ -15,7 +15,7 @@ COPYRIGHT="2024 The R Foundation for Statistical Computing"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://cloud.r-project.org/src/base/R-4/R-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b42a7921400386645b10105b91c68728787db5c4c83c9f6c30acdce632e1bb70"
|
||||
CHECKSUM_SHA256="0d71ff7106ec69cd7c67e1e95ed1a3cee355880931f2eb78c530014a9e379f20"
|
||||
SOURCE_DIR="R-$portVersion"
|
||||
PATCHES="r-$portVersion.patchset"
|
||||
|
||||
@@ -50,7 +50,7 @@ REQUIRES="
|
||||
lib:libicui18n$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:liblapack$secondaryArchSuffix
|
||||
# lib:liblapack$secondaryArchSuffix
|
||||
lib:liblzma$secondaryArchSuffix
|
||||
lib:libncursesw$secondaryArchSuffix
|
||||
lib:libopenblas$secondaryArchSuffix
|
||||
@@ -79,7 +79,7 @@ BUILD_REQUIRES="
|
||||
devel:libicui18n$secondaryArchSuffix >= 74
|
||||
devel:libintl$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:liblapack$secondaryArchSuffix
|
||||
# devel:liblapack$secondaryArchSuffix
|
||||
devel:liblzma$secondaryArchSuffix
|
||||
devel:libncursesw$secondaryArchSuffix
|
||||
devel:libnghttp2$secondaryArchSuffix
|
||||
Reference in New Issue
Block a user