public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/vsftpd/files/
Date: Sun, 24 Feb 2019 18:02:51 +0000 (UTC)	[thread overview]
Message-ID: <1551031361.8539ca7961a6022b70a21a2522d3ae63bc671a1c.slyfox@gentoo> (raw)

commit:     8539ca7961a6022b70a21a2522d3ae63bc671a1c
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 24 17:50:04 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Feb 24 18:02:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8539ca79

net-ftp/vsftpd: restore still used patch, bug #678680

Closes: https://bugs.gentoo.org/678680
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-ftp/vsftpd/files/vsftpd-3.0.2-alpha.patch | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/net-ftp/vsftpd/files/vsftpd-3.0.2-alpha.patch b/net-ftp/vsftpd/files/vsftpd-3.0.2-alpha.patch
new file mode 100644
index 00000000000..2445bb54467
--- /dev/null
+++ b/net-ftp/vsftpd/files/vsftpd-3.0.2-alpha.patch
@@ -0,0 +1,16 @@
+Author: Michael Cree <mcree@orcon.net.nz>
+Description: Fixing FTBFS on alpha (Closes: #656182).
+
+diff -Naurp vsftpd.orig/sysdeputil.c vsftpd/sysdeputil.c
+--- vsftpd.orig/sysdeputil.c	2010-03-26 04:25:33.000000000 +0100
++++ vsftpd/sysdeputil.c	2012-01-21 10:53:37.353802546 +0100
+@@ -81,6 +81,9 @@
+   #include <linux/unistd.h>
+   #include <errno.h>
+   #include <syscall.h>
++  #if defined(__alpha__)
++    #define __NR_getpid  __NR_getxpid
++  #endif
+ #endif
+ 
+ #if defined(__linux__) && !defined(__ia64__) && !defined(__s390__)


             reply	other threads:[~2019-02-24 18:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-24 18:02 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-03-02  0:04 [gentoo-commits] repo/gentoo:master commit in: net-ftp/vsftpd/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=1551031361.8539ca7961a6022b70a21a2522d3ae63bc671a1c.slyfox@gentoo \
    --to=slyfox@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