Fix netsurf and dependencies on x86_64.

* lint problems, missing PATCHES, missing checksums
* a few actual issues in netsurf itself
* now builds and runs fine.
This commit is contained in:
Adrien Destugues
2015-07-13 19:57:17 +02:00
parent 3cd4064ed6
commit aa45bcc74d
10 changed files with 83 additions and 5685 deletions

View File

@@ -4,10 +4,12 @@ other applications."
HOMEPAGE="http://git.netsurf-browser.org/libnsutils.git/"
COPYRIGHT="2014 Vincent Sanders"
LICENSE="MIT"
ARCHITECTURES="x86_gcc2"
ARCHITECTURES="x86_gcc2 x86_64"
REVISION="1"
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/libnsutils-$portVersion-src.tar.gz"
CHECKSUM_SHA256="9ad6b921bceed2c0d44ca6ff36fa76841cc6533f8ed7ccb0a941fd9a78731afd"
PATCHES="libnsutils-$portVersion.patchset"
PROVIDES="
libnsutils = $portVersion

View File

@@ -2,7 +2,7 @@ SUMMARY="A library for building efficient parsers"
DESCRIPTION="LibParserUtils is a library for building efficient parsers."
HOMEPAGE="http://www.netsurf-browser.org/projects/libparserutils/"
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/libparserutils-$portVersion-src.tar.gz"
#CHECKSUM_SHA256="55c50abbffaaebe17acba43008ee2c4085401ce618e505fafa7c75baaa813da7"
CHECKSUM_SHA256="30589e6b3adf0c14b5a78de1fba3b9b84cbd74e95e22d45827fa3e09b563f735"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="2007-2014 J-M Bell"

View File

@@ -1,4 +1,4 @@
SUMMARY="library for processing UTF-8 encoded Unicode strings."
SUMMARY="library for processing UTF-8 encoded Unicode strings"
DESCRIPTION="utf8proc is a small, clean C library that provides Unicode \
normalization, case-folding, and other operations for data in the UTF-8 \
encoding, supporting Unicode version 7.0."