public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/synscan/, net-analyzer/synscan/files/
Date: Mon, 28 Nov 2022 23:59:59 +0000 (UTC)	[thread overview]
Message-ID: <1669679974.d7b3bf2ee1c173f694d93bf46155576349fbcf4c.ionen@gentoo> (raw)

commit:     d7b3bf2ee1c173f694d93bf46155576349fbcf4c
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 23:44:53 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 23:59:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b3bf2e

net-analyzer/synscan: EAPI7->8, fix w/ lld

Closes: https://bugs.gentoo.org/875017
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-analyzer/synscan/files/synscan-5.02-lld.patch |  9 +++++++++
 net-analyzer/synscan/synscan-5.02.ebuild          | 10 +++++-----
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/synscan/files/synscan-5.02-lld.patch b/net-analyzer/synscan/files/synscan-5.02-lld.patch
new file mode 100644
index 000000000000..612e91599984
--- /dev/null
+++ b/net-analyzer/synscan/files/synscan-5.02-lld.patch
@@ -0,0 +1,9 @@
+lld does not ignore erroneous libdirs (ideally should use pkg-config)
+https://bugs.gentoo.org/875017
+--- a/configure.in
++++ b/configure.in
+@@ -60,3 +60,3 @@
+      CFLAGS="$CFLAGS -I${prefix}/include"
+-     LIBS="$LIBS -L${prefix}/lib -lpcap"
++     LIBS="$LIBS -lpcap"
+   elif test -f /usr/include/pcap/pcap.h; then

diff --git a/net-analyzer/synscan/synscan-5.02.ebuild b/net-analyzer/synscan/synscan-5.02.ebuild
index d8b2dba2efc9..5d38f8710526 100644
--- a/net-analyzer/synscan/synscan-5.02.ebuild
+++ b/net-analyzer/synscan/synscan-5.02.ebuild
@@ -1,15 +1,15 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools
 
-DESCRIPTION="A fast asynchronous half-open TCP portscanner"
+DESCRIPTION="Fast asynchronous half-open TCP portscanner"
 HOMEPAGE="http://www.digit-labs.org/files/tools/synscan/"
-SRC_URI="http://www.digit-labs.org/files/tools/${PN}/releases/${P}.tar.gz"
+SRC_URI="http://www.digit-labs.org/files/tools/synscan/releases/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 x86 ~x64-macos"
 
@@ -18,12 +18,12 @@ DEPEND="${RDEPEND}"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-destdir.patch
+	"${FILESDIR}"/${P}-lld.patch
 )
 
 src_prepare() {
 	default
 
-	mv configure.{in,ac} || die
 	eautoreconf
 }
 


             reply	other threads:[~2022-11-29  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-28 23:59 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-03-20 21:35 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/synscan/, net-analyzer/synscan/files/ 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=1669679974.d7b3bf2ee1c173f694d93bf46155576349fbcf4c.ionen@gentoo \
    --to=ionen@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