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

Commits on Oct 11, 2021

  1. vala, bump version (#6266)

    Begasus authored Oct 11, 2021
    Copy the full SHA
    0f4dcd0 View commit details
Showing with 25 additions and 92 deletions.
  1. +0 −90 dev-lang/vala/patches/vala-0.54.1.patchset
  2. +21 −0 dev-lang/vala/patches/vala-0.54.2.patchset
  3. +4 −2 dev-lang/vala/{vala-0.54.1.recipe → vala-0.54.2.recipe}
90 changes: 0 additions & 90 deletions dev-lang/vala/patches/vala-0.54.1.patchset

This file was deleted.

21 changes: 21 additions & 0 deletions dev-lang/vala/patches/vala-0.54.2.patchset
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
From 8950e210ebab75dd978d4d78f0e8c71e71a16035 Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Mon, 11 Oct 2021 19:35:30 +0000
Subject: vala, disable (failing) girwriter


diff --git a/tests/Makefile.am b/tests/Makefile.am
index d42298f..b587e39 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,7 +2,6 @@ NULL =

SUBDIRS = \
fastvapi \
- girwriter \
gtktemplate \
$(NULL)

--
2.30.2

Original file line number Diff line number Diff line change
@@ -25,11 +25,11 @@ COPYRIGHT="1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
2011-2014 Luca Bruno
2011 Rodney Dawes
2014 Richard Wiedenhöft
2016-2020 Rico Tzschichholz"
2016-2021 Rico Tzschichholz"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="https://download.gnome.org/sources/vala/${portVersion%.*}/vala-$portVersion.tar.xz"
CHECKSUM_SHA256="5dde77ac86f0633cb78a1eba7399edc77d5bbfe1e830c1203c51d594a169904a"
CHECKSUM_SHA256="884de745317d4d56e4e8cede993dc8f04d50cfca36cf60d2f2f278c30c2b1311"
PATCHES="vala-$portVersion.patchset"

ARCHITECTURES="all !x86_gcc2"
@@ -68,6 +68,7 @@ REQUIRES="
lib:libcdt$secondaryArchSuffix
lib:libcgraph$secondaryArchSuffix
# lib:libgirepository_1.0$secondaryArchSuffix
lib:libgio_2.0$secondaryArchSuffix
lib:libglib_2.0$secondaryArchSuffix
lib:libgmodule_2.0$secondaryArchSuffix
lib:libgobject_2.0$secondaryArchSuffix
@@ -83,6 +84,7 @@ BUILD_REQUIRES="
devel:libcdt$secondaryArchSuffix
devel:libcgraph$secondaryArchSuffix
# devel:libgirepository_1.0$secondaryArchSuffix
devel:libgio_2.0$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
devel:libgmodule_2.0$secondaryArchSuffix
devel:libgobject_2.0$secondaryArchSuffix