public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/, net-misc/tigervnc/files/
Date: Sat,  9 Jan 2016 11:44:34 +0000 (UTC)	[thread overview]
Message-ID: <1452339872.a07cc68a64452e90916ced64870b11455a898a76.jer@gentoo> (raw)

commit:     a07cc68a64452e90916ced64870b11455a898a76
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 11:44:03 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 11:44:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a07cc68a

net-misc/tigervnc: Fix byte order issues (bug #567568).

Package-Manager: portage-2.2.26

 .../tigervnc/files/tigervnc-1.4.2-byteorder.patch   | 21 +++++++++++++++++++++
 net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild          |  1 +
 2 files changed, 22 insertions(+)

diff --git a/net-misc/tigervnc/files/tigervnc-1.4.2-byteorder.patch b/net-misc/tigervnc/files/tigervnc-1.4.2-byteorder.patch
new file mode 100644
index 0000000..bd2dc51
--- /dev/null
+++ b/net-misc/tigervnc/files/tigervnc-1.4.2-byteorder.patch
@@ -0,0 +1,21 @@
+--- a/include/dix-config.h.in
++++ b/include/dix-config.h.in
+@@ -3,6 +3,14 @@
+ #ifndef _DIX_CONFIG_H_
+ #define _DIX_CONFIG_H_
+ 
++#ifndef X_BIG_ENDIAN
++#  define X_BIG_ENDIAN 4321
++#endif
++
++#ifndef X_LITTLE_ENDIAN
++#  define X_LITTLE_ENDIAN 1234
++#endif
++
+ /* Support BigRequests extension */
+ #undef BIGREQS
+ 
+-- 
+2.3.5
+
+

diff --git a/net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild b/net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild
index b2a56d1..13675ae 100644
--- a/net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild
@@ -114,6 +114,7 @@ src_prepare() {
 		cd unix/xserver
 		epatch "${WORKDIR}"/patches/1000_server_xserver-1.16-rebased.patch
 		epatch "${WORKDIR}"/patches/1005_server_xserver-1.17.patch
+		epatch "${FILESDIR}"/tigervnc-1.4.2-byteorder.patch
 		eautoreconf
 	fi
 }


             reply	other threads:[~2016-01-09 11:45 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-09 11:44 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-29 15:55 [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/, net-misc/tigervnc/files/ Michał Górny
2017-01-25 18:05 Matt Turner
2017-01-26 10:26 Michael Palimaka
2017-03-02 11:12 Michael Palimaka
2017-11-27 15:56 Alice Ferrazzi
2018-07-23  8:46 Tony Vroon
2018-12-15 19:10 Matt Turner
2021-09-17  2:34 Sam James
2021-12-07 23:45 Sam James
2022-03-22 18:01 Sam James
2022-05-13 20:04 Sam James
2023-03-31  7:03 Viorel Munteanu
2023-05-03 17:06 Viorel Munteanu
2023-06-24  9:08 Viorel Munteanu
2023-08-03  6:00 Viorel Munteanu
2024-06-22  7:57 Viorel Munteanu
2024-07-27 19:36 Viorel Munteanu
2024-09-01 10:56 Viorel Munteanu

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=1452339872.a07cc68a64452e90916ced64870b11455a898a76.jer@gentoo \
    --to=jer@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