Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fb0908018c1c
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e692adf95b1b
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 22, 2021

  1. jpeg: disable sparc build

    The build fails, and we don't need it as we use libjpeg-turbo anyways.
    pulkomandy committed Oct 22, 2021
    Copy the full SHA
    c21fcc1 View commit details
  2. icu66, icu67: enable for sparc

    Needed by harfbuzz, bootstrap build does not work if this is not enabled
    pulkomandy committed Oct 22, 2021
    Copy the full SHA
    e692adf View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 dev-libs/icu/icu66-66.1.recipe
  2. +1 −1 dev-libs/icu/icu67-67.1.recipe
  3. +1 −1 media-libs/jpeg/jpeg-9c.recipe
2 changes: 1 addition & 1 deletion dev-libs/icu/icu66-66.1.recipe
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ CHECKSUM_SHA256_3="121131918c3ae6dc5d40f0eb87563a2be920b71a76e2392c09519a5e4a666
SOURCE_DIR="icu"
PATCHES="icu66-$portVersion.patchset"

ARCHITECTURES="all !x86_gcc2 ?x86 ?sparc"
ARCHITECTURES="all !x86_gcc2 ?x86"
# leave inactive until full testing can be done
SECONDARY_ARCHITECTURES="x86"

2 changes: 1 addition & 1 deletion dev-libs/icu/icu67-67.1.recipe
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ CHECKSUM_SHA256_2="7c16a59cc8c06128b7ecc1dc4fc056b36b17349312829b17408b9e67b05c4
SOURCE_DIR="icu"
PATCHES="icu66-66.1.patchset"

ARCHITECTURES="!all ?x86 arm ?sparc arm64 riscv64"
ARCHITECTURES="!all ?x86 arm sparc arm64 riscv64"
# leave inactive until full testing can be done
SECONDARY_ARCHITECTURES="!x86"

2 changes: 1 addition & 1 deletion media-libs/jpeg/jpeg-9c.recipe
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ REVISION="4"
SOURCE_URI="http://www.ijg.org/files/jpegsrc.v$portVersion.tar.gz"
CHECKSUM_SHA256="650250979303a649e21f87b5ccd02672af1ea6954b911342ea491f351ceb7122"

ARCHITECTURES="all ?x86_gcc2 ?arm"
ARCHITECTURES="all ?x86_gcc2 ?arm !sparc"
SECONDARY_ARCHITECTURES="?x86_gcc2 x86"

libVersion="9.3.0"