net-irc/epic5: epatch->PATCHES=()

Reworked a patch to be -p1 applicable. Also, this ebuild cannot be built
at due to missing xlocale.h on >=glibc-2.26, with or without my changes.

Package-Manager: Portage-2.3.28, Repoman-2.3.9
This commit is contained in:
Marty E. Plummer
2018-04-20 04:10:49 -05:00
committed by David Seifert
parent 131d500037
commit 8b8dfee6f3
2 changed files with 13 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ EAPI=6
USE_RUBY="ruby22 ruby23"
inherit autotools eutils multilib ruby-single toolchain-funcs
inherit autotools ruby-single toolchain-funcs
DESCRIPTION="Epic5 IRC Client"
SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/${P}.tar.bz2"
@@ -30,17 +30,17 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P}
PATCHES=(
"${FILESDIR}"/${PN}-1.1.2-libarchive-automagic.patch \
"${FILESDIR}"/${P}-ruby-automagic-as-needed.patch \
"${FILESDIR}"/${P}-tcl-automagic-as-needed.patch \
"${FILESDIR}"/${PN}-1.1.2-perl-automagic-as-needed.patch \
"${FILESDIR}"/${P}-without-localdir.patch \
"${FILESDIR}"/${P}-socks5-libsocks.patch
)
src_prepare() {
epatch \
"${FILESDIR}"/${PN}-1.1.2-libarchive-automagic.patch \
"${FILESDIR}"/${P}-ruby-automagic-as-needed.patch \
"${FILESDIR}"/${P}-tcl-automagic-as-needed.patch \
"${FILESDIR}"/${PN}-1.1.2-perl-automagic-as-needed.patch \
"${FILESDIR}"/${P}-without-localdir.patch \
"${FILESDIR}"/${P}-socks5-libsocks.patch
eapply_user
default
eautoconf
}

View File

@@ -1,13 +1,8 @@
From: Nathan Phillip Brink <binki@gentoo.org>
Subject: Use -lsocks instead of -lsocks5 for `./configure --with-socks5`.
Index: configure.in
===================================================================
RCS file: /home/cvs/repository/epic5/configure.in,v
retrieving revision 1.101
diff -u -b -B -u -r1.101 configure.in
--- configure.in 9 Apr 2014 17:51:06 -0000 1.101
+++ configure.in 4 Sep 2014 00:18:00 -0000
--- a/configure.in
+++ b/configure.in
@@ -861,7 +861,7 @@
AC_MSG_CHECKING(whether to support SOCKS)