mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
NetSurf: update to 3.6 (and all dependencies)
Fixes many bugs, runs even faster, render more pages properly.
This commit is contained in:
@@ -2,12 +2,11 @@ SUMMARY="NetSurf generalised utility library"
|
||||
DESCRIPTION="Various things useful to the NetSurf browser, and possibly to \
|
||||
other applications."
|
||||
HOMEPAGE="http://git.netsurf-browser.org/libnsutils.git/"
|
||||
COPYRIGHT="2014 Vincent Sanders"
|
||||
COPYRIGHT="2014-2016 Vincent Sanders"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/libnsutils-$portVersion-src.tar.gz"
|
||||
CHECKSUM_SHA256="9ad6b921bceed2c0d44ca6ff36fa76841cc6533f8ed7ccb0a941fd9a78731afd"
|
||||
PATCHES="libnsutils-$portVersion.patchset"
|
||||
CHECKSUM_SHA256="15b8bf715da6e020509bcadea61f8b33d861b153121857a775b91fcb32b13d73"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -22,7 +21,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libnsutils${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libnsutils$secondaryArchSuffix = 0.0.1 compat >= 0
|
||||
devel:libnsutils$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
"
|
||||
@@ -31,7 +30,7 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
netsurf_buildsystem >= 1.1
|
||||
netsurf_buildsystem >= 1.5
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
@@ -1,35 +0,0 @@
|
||||
From f094cf954fe20d718df8da777ccb9f10cca09315 Mon Sep 17 00:00:00 2001
|
||||
From: Adrien Destugues <pulkomandy@gmail.com>
|
||||
Date: Sat, 21 Mar 2015 19:05:43 +0100
|
||||
Subject: fix for INCLUDEDIR
|
||||
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 807ba75..fa44370 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -40,7 +40,7 @@ TESTLDFLAGS := -lm -l$(COMPONENT) $(TESTLDFLAGS)
|
||||
include $(NSBUILD)/Makefile.top
|
||||
|
||||
# Extra installation rules
|
||||
-I := /include/nsutils
|
||||
+I := /$(INCLUDEDIR)/nsutils
|
||||
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/errors.h
|
||||
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/base64.h
|
||||
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/time.h
|
||||
diff --git a/libnsutils.pc.in b/libnsutils.pc.in
|
||||
index 38023de..a327662 100644
|
||||
--- a/libnsutils.pc.in
|
||||
+++ b/libnsutils.pc.in
|
||||
@@ -1,7 +1,7 @@
|
||||
prefix=PREFIX
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/LIBDIR
|
||||
-includedir=${prefix}/include
|
||||
+includedir=${prefix}/INCLUDEDIR
|
||||
|
||||
Name: libnsutils
|
||||
Description: NetSurf utilities
|
||||
--
|
||||
2.2.2
|
||||
|
||||
Reference in New Issue
Block a user