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: 95ebbb90ac67
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 87975a479f38
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 1, 2021

  1. netsurf: bump recipe

    kenmays authored and pulkomandy committed Jul 1, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    40e9f3a View commit details
  2. netsurf: fixed build for R1B3

    kenmays authored and pulkomandy committed Jul 1, 2021
    Copy the full SHA
    87975a4 View commit details
Showing with 26 additions and 4 deletions.
  1. +2 −2 www-client/netsurf/netsurf-3.10.recipe
  2. +24 −2 www-client/netsurf/patches/netsurf-3.10.patchset
4 changes: 2 additions & 2 deletions www-client/netsurf/netsurf-3.10.recipe
Original file line number Diff line number Diff line change
@@ -8,14 +8,14 @@ features including tabbed browsing, bookmarks and page thumbnailing."
HOMEPAGE="https://www.netsurf-browser.org/"
COPYRIGHT="2003-2020 The NetSurf Browser project"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
# Do NOT use the netsurf-all package. It contains a bunch of subprojects which
# we build as separate packages so they can easily be used by other projects.
SOURCE_URI="https://download.netsurf-browser.org/netsurf/releases/source/netsurf-$portVersion-src.tar.gz"
CHECKSUM_SHA256="36484429e193614685c2ff246f55bd0a6dddf31a018bee45e0d1f7c28851995e"
PATCHES="netsurf-$portVersion.patchset"

ARCHITECTURES="!x86_gcc2 x86 x86_64"
ARCHITECTURES="!x86_gcc2 x86_64"
if [ "$targetArchitecture" = x86_gcc2 ]; then
SECONDARY_ARCHITECTURES="x86"
fi
26 changes: 24 additions & 2 deletions www-client/netsurf/patches/netsurf-3.10.patchset
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 2849315a8ea6860d890f8e70c5a45bcebd019f83 Mon Sep 17 00:00:00 2001
From bf012faedb02f22c99eede1d3eb16840560cc193 Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
Date: Sat, 30 May 2020 11:24:15 +0200
Subject: build fix for libutf8proc
@@ -18,5 +18,27 @@ index 628ef1f..f6e498a 100644
int32_t idna_contexto[] = {
/* CONTEXTO codepoints which have a rule defined */
--
2.26.0
2.30.2


From 381383edd2a27f5cf118807bb917beb177139f3a Mon Sep 17 00:00:00 2001
From: Ken Mays <kmays2000@gmail.com>
Date: Thu, 1 Jul 2021 09:01:05 +0100
Subject: removed NetCookieJar.h from previous build


diff --git a/frontends/beos/cookies.cpp b/frontends/beos/cookies.cpp
index 91a9beb..c49775b 100644
--- a/frontends/beos/cookies.cpp
+++ b/frontends/beos/cookies.cpp
@@ -38,7 +38,6 @@ extern "C" {
#include <private/interface/ColumnListView.h>
#include <private/interface/ColumnTypes.h>
#include <GroupLayoutBuilder.h>
-#include <NetworkCookieJar.h>
#include <OutlineListView.h>
#include <ScrollView.h>
#include <StringView.h>
--
2.30.2