From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6F0BD138222 for ; Thu, 5 May 2016 15:16:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0814C21C14C; Thu, 5 May 2016 15:16:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E56221C14C for ; Thu, 5 May 2016 15:16:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC8B3340817 for ; Thu, 5 May 2016 15:16:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84D84845 for ; Thu, 5 May 2016 15:16:12 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1462461362.36f95f1a89199d80adc56e0588d9dfbdb52de00a.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/accel-ppp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/accel-ppp/Manifest net-dialup/accel-ppp/accel-ppp-1.10.1.ebuild net-dialup/accel-ppp/accel-ppp-1.10.2.ebuild X-VCS-Directories: net-dialup/accel-ppp/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 36f95f1a89199d80adc56e0588d9dfbdb52de00a X-VCS-Branch: master Date: Thu, 5 May 2016 15:16:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 76a483ab-6540-4099-8757-5014b5782792 X-Archives-Hash: 9fd1ce78b4e11a19e85f6ab19e30d301 commit: 36f95f1a89199d80adc56e0588d9dfbdb52de00a Author: Sergey Popov gentoo org> AuthorDate: Thu May 5 15:11:37 2016 +0000 Commit: Sergey Popov gentoo org> CommitDate: Thu May 5 15:16:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f95f1a net-dialup/accel-ppp: version bump to 1.10.2 Properly install ipoe kernel module, add necessary LDFLAGS to properly handle lazy linking. Drop old version. Reported-by: Christian Roessner roessner-net.com> Gentoo-Bug: 549918 Package-Manager: portage-2.2.28 net-dialup/accel-ppp/Manifest | 1 + .../{accel-ppp-1.10.1.ebuild => accel-ppp-1.10.2.ebuild} | 13 +++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/net-dialup/accel-ppp/Manifest b/net-dialup/accel-ppp/Manifest index 697888a..fe9feea 100644 --- a/net-dialup/accel-ppp/Manifest +++ b/net-dialup/accel-ppp/Manifest @@ -1 +1,2 @@ DIST accel-ppp-1.10.1.tar.bz2 1587117 SHA256 2333897563925d719b1b5e6fd05238fe769b967a9bac73d3b1daa1b8ff274b7d SHA512 43dc01992a8298970911d202736af0dcd3b46744d18ecce5d4987bab8d312cfb75d5a72a6f5c1b91ad7943c2c66371063402688cce57106db116b407205f142b WHIRLPOOL 0ce66a3a0daf6f4902baf7bf8ace545c1a2e8e9105bb62dc7dad96d3da131a215da17d6e722488fc9388acfb4a7f028bf9904e62c8c7a43fa7d2cb3aa9a7ca81 +DIST accel-ppp-1.10.2.tar.bz2 1587850 SHA256 ffd339ff1589c8b9e306028844e7156ee6d2b019b1219f1b8b62314c835e8a7d SHA512 6cc1d5f0786196fbbebc0f04830f780c1f2d2995bc7fb6384729b64820c74d0fb53f052bdaa71fa3b6165ab13cd7c137bfdc3ef717f6e866a329b893d7375ce1 WHIRLPOOL 050a5fe5eafba1e90f7b200a476e2edfbb878039a8e4ac5d06fdc195ad72720d7382267b7181e2a8ec47c2db8da4664b1315dff75ffcbc087c0e7e035577862c diff --git a/net-dialup/accel-ppp/accel-ppp-1.10.1.ebuild b/net-dialup/accel-ppp/accel-ppp-1.10.2.ebuild similarity index 83% rename from net-dialup/accel-ppp/accel-ppp-1.10.1.ebuild rename to net-dialup/accel-ppp/accel-ppp-1.10.2.ebuild index 4ea714a..e711ab2 100644 --- a/net-dialup/accel-ppp/accel-ppp-1.10.1.ebuild +++ b/net-dialup/accel-ppp/accel-ppp-1.10.2.ebuild @@ -4,7 +4,7 @@ EAPI=6 -inherit cmake-utils linux-info linux-mod +inherit cmake-utils flag-o-matic linux-info linux-mod DESCRIPTION="High performance PPTP, PPPoE and L2TP server" HOMEPAGE="http://accel-ppp.sourceforge.net/" @@ -42,8 +42,12 @@ src_prepare() { sed -i -e "/mkdir/d" \ -e "/echo/d" \ -e "s: RENAME accel-ppp.conf.dist::" accel-pppd/CMakeLists.txt || die 'sed on accel-pppd/CMakeLists.txt failed' + sed -i -e '/modules_install/d' drivers/ipoe/CMakeLists.txt || die 'sed on drivers/ipoe/CMakeLists.txt failed' - eapply_user + # Bug #549918 + append-ldflags -Wl,-z,lazy + + cmake-utils_src_prepare } src_configure() { @@ -69,6 +73,11 @@ src_compile() { } src_install() { + if use ipoe; then + local MODULE_NAMES="ipoe(accel-ppp:${BUILD_DIR}/drivers/ipoe/driver)" + linux-mod_src_install + fi + cmake-utils_src_install use doc && dodoc -r rfc