public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtnetwork/files/
Date: Wed, 14 Dec 2016 16:20:58 +0000 (UTC)	[thread overview]
Message-ID: <1481732443.d6764dd2692a809075c5597c094dbd0a43370d3d.kensington@gentoo> (raw)

commit:     d6764dd2692a809075c5597c094dbd0a43370d3d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 16:16:08 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 16:20:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6764dd2

dev-qt/qtnetwork: remove unused patch

Package-Manager: portage-2.3.3

 .../qtnetwork/files/qtnetwork-5.5-socklen_t.patch  | 40 ----------------------
 1 file changed, 40 deletions(-)

diff --git a/dev-qt/qtnetwork/files/qtnetwork-5.5-socklen_t.patch b/dev-qt/qtnetwork/files/qtnetwork-5.5-socklen_t.patch
deleted file mode 100644
index dd8c335..00000000
--- a/dev-qt/qtnetwork/files/qtnetwork-5.5-socklen_t.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 813f468a14fb84af43c1f8fc0a1430277358eba2 Mon Sep 17 00:00:00 2001
-From: Dave Flogeras <dflogeras2@gmail.com>
-Date: Tue, 29 Sep 2015 08:52:31 -0300
-Subject: [PATCH] Fix for platform socklen_t on other C libraries than glibc.
-
-Rather than treating >=glibc-2 specially, we treat <glibc-2 specially
-and all other libc implementations as POSIX.
-
-This was found here http://patchwork.openembedded.org/patch/94947/ and
-tested with armv6j-hardfloat-linux-uclibceabi and
-armv6j-hardfloat-linux-musleabi.
-
-Change-Id: I3850b1561a2e240f6564afedd80ce39407cc50b6
-Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
----
- mkspecs/linux-g++/qplatformdefs.h | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/mkspecs/linux-g++/qplatformdefs.h b/mkspecs/linux-g++/qplatformdefs.h
-index 5c18632..95a5758 100644
---- a/mkspecs/linux-g++/qplatformdefs.h
-+++ b/mkspecs/linux-g++/qplatformdefs.h
-@@ -78,10 +78,10 @@
- 
- #undef QT_SOCKLEN_T
- 
--#if defined(__GLIBC__) && (__GLIBC__ >= 2)
--#define QT_SOCKLEN_T            socklen_t
--#else
-+#if defined(__GLIBC__) && (__GLIBC__ < 2)
- #define QT_SOCKLEN_T            int
-+#else
-+#define QT_SOCKLEN_T            socklen_t
- #endif
- 
- #if defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 500)
--- 
-2.6.0
-


             reply	other threads:[~2016-12-14 16:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-14 16:20 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-24 18:39 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtnetwork/files/ Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1481732443.d6764dd2692a809075c5597c094dbd0a43370d3d.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox