diff --git a/dev-libs/uriparser/patches/uriparser-0.9.0.patchset b/dev-libs/uriparser/patches/uriparser-0.9.0.patchset deleted file mode 100644 index 63c021399..000000000 --- a/dev-libs/uriparser/patches/uriparser-0.9.0.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From c219e6f70dc202058c8165f3aec152743040979c Mon Sep 17 00:00:00 2001 -From: Jerome Duval -Date: Mon, 20 Nov 2017 18:15:48 +0100 -Subject: needs libnetwork - - -diff --git a/Makefile.am b/Makefile.am -index a479778..f273737 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -16,7 +16,7 @@ bin_PROGRAMS = uriparse - uriparse_SOURCES = tool/uriparse.c - - uriparse_CFLAGS = -Iinclude --uriparse_LDADD = $(top_builddir)/liburiparser.la -+uriparse_LDADD = $(top_builddir)/liburiparser.la -lnetwork - uriparse_DEPENDENCIES = $(top_builddir)/liburiparser.la - - --- -2.16.1 - diff --git a/dev-libs/uriparser/patches/uriparser-0.9.1.patchset b/dev-libs/uriparser/patches/uriparser-0.9.1.patchset new file mode 100644 index 000000000..2db9b1e85 --- /dev/null +++ b/dev-libs/uriparser/patches/uriparser-0.9.1.patchset @@ -0,0 +1,22 @@ +From aa20b5949fb67ad82a216448db736ad8e138900b Mon Sep 17 00:00:00 2001 +From: begasus +Date: Sun, 6 Jan 2019 09:48:50 +0100 +Subject: Haiku check for -lsocket + + +diff --git a/configure.ac b/configure.ac +index 3144a69..ce90ee2 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -26,6 +26,8 @@ AM_CONDITIONAL([WIN32], test "$WIN32" = "yes") + AC_CHECK_FUNCS([wprintf]) + AC_CHECK_FUNCS([reallocarray]) # needs AC_USE_SYSTEM_EXTENSIONS (#define _GNU_SOURCE) + ++## Haiku check for -lsocket -lnetwork inet_ntop ++AC_SEARCH_LIBS([socket],[socket inet network]) + + ## Option --disable-test + AC_ARG_ENABLE(test, [ +-- +2.19.1 + diff --git a/dev-libs/uriparser/uriparser-0.9.0.recipe b/dev-libs/uriparser/uriparser-0.9.1.recipe similarity index 94% rename from dev-libs/uriparser/uriparser-0.9.0.recipe rename to dev-libs/uriparser/uriparser-0.9.1.recipe index e85d8eb31..c4aa49de2 100644 --- a/dev-libs/uriparser/uriparser-0.9.0.recipe +++ b/dev-libs/uriparser/uriparser-0.9.1.recipe @@ -8,13 +8,13 @@ COPYRIGHT="2007 Weijia Song LICENSE="BSD (3-clause)" REVISION="1" SOURCE_URI="https://github.com/uriparser/uriparser/releases/download/uriparser-$portVersion/uriparser-$portVersion.tar.bz2" -CHECKSUM_SHA256="ec67eb34feda8eac166f281799f03ed48387694fca44f6f5852f61f8fb535e2c" +CHECKSUM_SHA256="75248f3de3b7b13c8c9735ff7b86ebe72cbb8ad043291517d7d53488e0893abe" PATCHES="uriparser-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" -libVersion="1.0.23" +libVersion="1.0.24" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES="