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: 6f914751c8e3
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bd8a38942d0a
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Oct 7, 2021

  1. 1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bd8a389 View commit details
167 changes: 0 additions & 167 deletions sys-libs/mesa/mesa-17.1.10.recipe

This file was deleted.

Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@ COPYRIGHT="1999-2021 Brian Paul"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://mesa.freedesktop.org/archive/mesa-${portVersion}.tar.xz"
CHECKSUM_SHA256="565c6f4bd2d5747b919454fc1d439963024fc78ca56fd05158c3b2cde2f6912b"
CHECKSUM_SHA256="7245284a159d2484770e1835a673e79e4322a9ddf43b17859668244946db7174"
SOURCE_DIR="mesa-${portVersion}"
#PATCHES="mesa-${portVersion}.patchset"
PATCHES="mesa-$portVersion.patchset"

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

libVersion=1.0.0
libOSMesaVersion=8.0.0
@@ -75,7 +75,7 @@ BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
python3$secondaryArchSuffix
mako_python3$secondaryArchSuffix
mako_python3
cmd:ninja
cmd:bison
cmd:find
@@ -104,8 +104,9 @@ BUILD()

mkdir -p build
meson build -Dosmesa=true -Degl=true -Dgallium-drivers=swrast \
--buildtype=release \
--prefix=$prefix \
--libdir=$libDir \
--libdir=$libDir \
--includedir=$includeDir
ninja -C build $jobArgs
}
Loading