[gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/files/, net-libs/gloox/

2022-06-15 Thread Sam James
commit: fbc8b09098da7aee25c2b242a863f08596f61383
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 15 21:39:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 15 21:39:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc8b090

net-libs/gloox: fix build with GCC 12; fix bashism

Closes: https://bugs.gentoo.org/852182
Signed-off-by: Sam James  gentoo.org>

 .../files/gloox-1.0.24-bashism-configure.patch | 11 
 .../gloox/files/gloox-1.0.24-fix-gcc12-time.patch  | 21 +++
 net-libs/gloox/gloox-1.0.24-r1.ebuild  | 65 ++
 3 files changed, 97 insertions(+)

diff --git a/net-libs/gloox/files/gloox-1.0.24-bashism-configure.patch 
b/net-libs/gloox/files/gloox-1.0.24-bashism-configure.patch
new file mode 100644
index ..a9e09f113bcc
--- /dev/null
+++ b/net-libs/gloox/files/gloox-1.0.24-bashism-configure.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
 b/configure.ac
+@@ -51,7 +51,7 @@ if test -z "`${CC} check_atomicbuiltins.c -o 
check_atomicbuiltins 2>&1`" ; then
+   HAVE_GCC_ATOMIC_BUILTINS=yes
+   AC_DEFINE(HAVE_GCC_ATOMIC_BUILTINS, 1, [Define to 1 if GCC atomic 
builtins are available])
+   AC_MSG_RESULT([yes])
+-  if test $cross_compiling == "yes"; then
++  if test $cross_compiling = "yes"; then
+   # Some platforms don't seem to be fully happy for libraries 
using GCC atomic builtins
+   #  unless -lgcc and -lgcc_s are explicitly included.
+   # (Errors like

diff --git a/net-libs/gloox/files/gloox-1.0.24-fix-gcc12-time.patch 
b/net-libs/gloox/files/gloox-1.0.24-fix-gcc12-time.patch
new file mode 100644
index ..dc0c4cd1aced
--- /dev/null
+++ b/net-libs/gloox/files/gloox-1.0.24-fix-gcc12-time.patch
@@ -0,0 +1,21 @@
+https://bugs.gentoo.org/852182
+--- a/src/tests/tag/tag_perf.cpp
 b/src/tests/tag/tag_perf.cpp
+@@ -20,6 +20,7 @@ using namespace gloox;
+ #include 
+ #include 
+ #include  // [s]print[f]
++#include 
+ 
+ #include 
+ 
+--- a/src/tests/zlib/zlib_perf.cpp
 b/src/tests/zlib/zlib_perf.cpp
+@@ -24,6 +24,7 @@ using namespace gloox;
+ #include 
+ #include 
+ #include  // [s]print[f]
++#include 
+ 
+ #ifdef HAVE_ZLIB
+ 

diff --git a/net-libs/gloox/gloox-1.0.24-r1.ebuild 
b/net-libs/gloox/gloox-1.0.24-r1.ebuild
new file mode 100644
index ..4cef23c79743
--- /dev/null
+++ b/net-libs/gloox/gloox-1.0.24-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_P="${P/_/-}"
+DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
+HOMEPAGE="https://camaya.net/gloox/;
+SRC_URI="https://camaya.net/download/${MY_P}.tar.bz2;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+# Check upstream changelog: https://camaya.net/gloox/changelog/
+SLOT="0/18"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug gnutls idn ssl static-libs test zlib"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   idn? ( net-dns/libidn:= )
+   gnutls? ( net-libs/gnutls:= )
+   ssl? (
+   dev-libs/openssl:0=
+   )
+   zlib? ( sys-libs/zlib )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0.24-musl.patch"
+   "${FILESDIR}/${PN}-1.0.24-Makefile.patch"
+   "${FILESDIR}/${PN}-1.0.24-slibtool.patch"
+   "${FILESDIR}/${PN}-1.0.24-pthread-link.patch"
+   "${FILESDIR}/${PN}-1.0.24-bashism-configure.patch"
+   "${FILESDIR}/${PN}-1.0.24-fix-gcc12-time.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # Examples are not installed anyway, so - why should we build them?
+   local myeconfargs=(
+   --without-examples
+   $(usex debug "--enable-debug" '')
+   $(use_enable static-libs static)
+   $(use_with idn libidn)
+   $(use_with gnutls)
+   $(use_with ssl openssl)
+   $(use_with test tests)
+   $(use_with zlib)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/files/, net-libs/gloox/

2021-01-21 Thread Lars Wendler
commit: 7a42aea9cb769b137cfcbac875b6cf29fb7b5563
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jan 21 22:52:50 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jan 21 22:52:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a42aea9

net-libs/gloox: Fixed build with sys-devel/slibtool

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/gloox/files/gloox-1.0.24-slibtool.patch | 13 +
 net-libs/gloox/gloox-1.0.24.ebuild   |  3 ++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/net-libs/gloox/files/gloox-1.0.24-slibtool.patch 
b/net-libs/gloox/files/gloox-1.0.24-slibtool.patch
new file mode 100644
index 000..eba7ffb4061
--- /dev/null
+++ b/net-libs/gloox/files/gloox-1.0.24-slibtool.patch
@@ -0,0 +1,13 @@
+This fixes build with sys-devel/slibtool
+
+--- gloox-1.0.24/src/Makefile.am
 gloox-1.0.24/src/Makefile.am
+@@ -46,7 +46,7 @@
+ carbons.cpp jinglepluginfactory.cpp jingleiceudp.cpp 
jinglefiletransfer.cpp \
+ iodata.cpp
+ 
+-libgloox_la_LDFLAGS = -version-info 18:0:0 -no-undefined 
-no-allow-shlib-undefined
++libgloox_la_LDFLAGS = -version-info 18:0:0 -Wl,--no-undefined 
-Wl,--no-allow-shlib-undefined
+ libgloox_la_LIBADD =
+ libgloox_la_CFLAGS = $(CPPFLAGS)
+ 

diff --git a/net-libs/gloox/gloox-1.0.24.ebuild 
b/net-libs/gloox/gloox-1.0.24.ebuild
index e7a34c9e3dc..f69f54f3f6a 100644
--- a/net-libs/gloox/gloox-1.0.24.ebuild
+++ b/net-libs/gloox/gloox-1.0.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -32,6 +32,7 @@ RDEPEND="${DEPEND}"
 PATCHES=(
"${FILESDIR}/${PN}-1.0.24-musl.patch"
"${FILESDIR}/${PN}-1.0.24-Makefile.patch"
+   "${FILESDIR}/${PN}-1.0.24-slibtool.patch"
 )
 
 src_prepare() {