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: app-misc/screen/, app-misc/screen/files/
Date: Sat, 23 Jan 2016 12:41:37 +0000 (UTC)	[thread overview]
Message-ID: <1453552895.63a1b2c8e53e0a07394e637239db23acfce8f93a.jer@gentoo> (raw)

commit:     63a1b2c8e53e0a07394e637239db23acfce8f93a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 12:40:25 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 12:41:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a1b2c8

app-misc/screen: Fix visual_bell type.

Package-Manager: portage-2.2.27

 app-misc/screen/files/screen-4.3.1-bool_visual_bell.patch | 11 +++++++++++
 app-misc/screen/screen-9999.ebuild                        |  3 +++
 2 files changed, 14 insertions(+)

diff --git a/app-misc/screen/files/screen-4.3.1-bool_visual_bell.patch b/app-misc/screen/files/screen-4.3.1-bool_visual_bell.patch
new file mode 100644
index 0000000..e316a62
--- /dev/null
+++ b/app-misc/screen/files/screen-4.3.1-bool_visual_bell.patch
@@ -0,0 +1,11 @@
+--- a/src/telnet.c
++++ b/src/telnet.c
+@@ -41,7 +41,7 @@
+ 
+ extern Window *fore;
+ extern Layer *flayer;
+-extern int visual_bell;
++extern bool visual_bell;
+ extern char screenterm[];
+ extern int af;
+ 

diff --git a/app-misc/screen/screen-9999.ebuild b/app-misc/screen/screen-9999.ebuild
index 3038ad6..9118c6f 100644
--- a/app-misc/screen/screen-9999.ebuild
+++ b/app-misc/screen/screen-9999.ebuild
@@ -36,6 +36,9 @@ src_prepare() {
 	# Don't use utempter even if it is found on the system
 	epatch "${FILESDIR}"/${PN}-4.3.0-no-utempter.patch
 
+	# visual_bell is no longer an int
+	epatch "${FILESDIR}"/${PN}-4.3.1-bool_visual_bell.patch
+
 	# sched.h is a system header and causes problems with some C libraries
 	mv sched.h _sched.h || die
 	sed -i '/include/ s:sched.h:_sched.h:' screen.h || die


             reply	other threads:[~2016-01-23 12:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-23 12:41 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 20:03 [gentoo-commits] repo/gentoo:master commit in: app-misc/screen/, app-misc/screen/files/ Sven Wegener
2023-08-08  5:45 Sam James
2017-02-26 12:16 Jeroen Roovers
2017-01-20 11:54 Fabian Groffen
2015-10-10 15:38 Patrice Clement
2015-09-15 23:25 Patrice Clement

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=1453552895.63a1b2c8e53e0a07394e637239db23acfce8f93a.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