[haiku-commits] haiku: hrev56125 - in build/jam/repositories: HaikuPortsCross HaikuPorts

  • From: Alex von Gluck IV <kallisti5@xxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 21 May 2022 03:31:47 +0000 (UTC)

hrev56125 adds 1 changeset to branch 'master'
old head: f8ef244100c854d7f049a6b4ad383d287ca3e9c8
new head: ea166fa97ec978cc3aef3a0baae7ad5307bb97f8
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=ea166fa97ec9+%5Ef8ef244100c8

----------------------------------------------------------------------------

ea166fa97ec9: build/repo/riscv64: Bump python to 3.9.1, add libffi
  
  Change-Id: I2f15f2ce856fa8c6a105cdb09efe9da90694bb50

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev56125
Commit:      ea166fa97ec978cc3aef3a0baae7ad5307bb97f8
URL:         https://git.haiku-os.org/haiku/commit/?id=ea166fa97ec9
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Sat May 21 03:31:01 2022 UTC

----------------------------------------------------------------------------

2 files changed, 9 insertions(+), 5 deletions(-)
build/jam/repositories/HaikuPorts/riscv64      |  4 +++-
build/jam/repositories/HaikuPortsCross/riscv64 | 10 ++++++----

----------------------------------------------------------------------------

diff --git a/build/jam/repositories/HaikuPorts/riscv64 
b/build/jam/repositories/HaikuPorts/riscv64
index aad5d5e0cf..7a5f38c213 100644
--- a/build/jam/repositories/HaikuPorts/riscv64
+++ b/build/jam/repositories/HaikuPorts/riscv64
@@ -34,11 +34,12 @@ RemotePackageRepository HaikuPorts
        less-451-1
        libsolv-0.3.0_haiku_2014_12_22-1
        libsolv_devel-0.3.0_haiku_2014_12_22-1
+       libffi-3.3-1
        m4-1.4.16-1
        make-4.3-1
        ncurses6-6.2-1
        ncurses6_devel-6.2-1
-       python-2.7.6-1
+       python-3.9.1-1
        sed-4.2.1-1
        texinfo-4.13a-1
        zstd-1.5.0-2
@@ -88,6 +89,7 @@ RemotePackageRepository HaikuPorts
        libpcre
        libpng
        libsolv
+       libffi
 #      libtheora
        libtool
 #      libvorbis
diff --git a/build/jam/repositories/HaikuPortsCross/riscv64 
b/build/jam/repositories/HaikuPortsCross/riscv64
index 6e1fefc1ad..7ac392c775 100644
--- a/build/jam/repositories/HaikuPortsCross/riscv64
+++ b/build/jam/repositories/HaikuPortsCross/riscv64
@@ -6,9 +6,9 @@ BootstrapPackageRepository HaikuPortsCross
        noto-20170202-7
        :
        # repository architecture packages (stage 0)
-       gcc_bootstrap-11.2.0_2021_07_28-3
-       gcc_bootstrap_syslibs-11.2.0_2021_07_28-3
-       gcc_bootstrap_syslibs_devel-11.2.0_2021_07_28-3
+       gcc_bootstrap-11.2.0_2021_07_28-5
+       gcc_bootstrap_syslibs-11.2.0_2021_07_28-5
+       gcc_bootstrap_syslibs_devel-11.2.0_2021_07_28-5
        :
        # repository architecture packages (stage 1)
        bash_bootstrap-4.4.023-1
@@ -28,11 +28,12 @@ BootstrapPackageRepository HaikuPortsCross
        icu_bootstrap-67.1-2
        icu_bootstrap_devel-67.1-2
        less_bootstrap-451-1
+       libffi_bootstrap-3.3-1
        m4_bootstrap-1.4.16-1
        make_bootstrap-4.3-1
        ncurses6_bootstrap-6.2-1
        ncurses6_bootstrap_devel-6.2-1
-       python_bootstrap-2.7.6-1
+       python_bootstrap-3.9.1-1
        sed_bootstrap-4.2.1-1
        texinfo_bootstrap-4.13a-1
        zstd_bootstrap-1.5.0-2
@@ -59,6 +60,7 @@ BootstrapPackageRepository HaikuPortsCross
        grep_bootstrap
        less_bootstrap
        libsolv_bootstrap
+       libffi_bootstrap
        m4_bootstrap
        make_bootstrap
        ncurses6_bootstrap


Other related posts:

  • » [haiku-commits] haiku: hrev56125 - in build/jam/repositories: HaikuPortsCross HaikuPorts - Alex von Gluck IV