public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pcapfix/
Date: Wed, 29 Dec 2021 06:44:31 +0000 (UTC)	[thread overview]
Message-ID: <1640760264.3c0062d2b4ffa3f65a57cd06b99176555d5d50c8.sam@gentoo> (raw)

commit:     3c0062d2b4ffa3f65a57cd06b99176555d5d50c8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 29 06:44:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 29 06:44:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0062d2

net-misc/pcapfix: fix build on musl

Patch sent upstream.

Bug: https://github.com/Rup0rt/pcapfix/pull/26
Closes: https://bugs.gentoo.org/712772
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/pcapfix/Manifest             | 1 +
 net-misc/pcapfix/pcapfix-1.1.7.ebuild | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/net-misc/pcapfix/Manifest b/net-misc/pcapfix/Manifest
index 53d82312eeac..7364fd2bbe2c 100644
--- a/net-misc/pcapfix/Manifest
+++ b/net-misc/pcapfix/Manifest
@@ -1,2 +1,3 @@
 DIST pcapfix-1.1.4.tar.gz 52184 BLAKE2B 4def04cebc9144af86d43c28892575627ed98bf14fa99e5e4fe5181a406871ceeac1f431c73d90daae151bb8b6e5315e8bc47c430d2ed55f9e0c3de1decbe0e9 SHA512 6203e9032d2f24fe5d4aaefd9cfd57ece97a318af3ecd8da7171307a59c2a10b2e92206d5cf96e2dd9bfafc239dd9bc95a224bf5fef9e0c0432a6e76ff10d1da
+DIST pcapfix-1.1.7-musl-stdint.patch.bz2 2084 BLAKE2B 2dafe8597f247c1b403e89552403850f10e9a0149a74d092a9187510a997b6339af831ea6f3b01d7ab04367a966828aedc665b517e7108fea9b6d3607815d531 SHA512 5e6d197d6bda6bd10525066a46dc301ae7b92a2a0d9062e3dcef22730b27b12d1b8cd1e58e344f6b4a7bd5b0dfe1351bf868489285bf1651f8aa96f0014b3adf
 DIST pcapfix-1.1.7.tar.gz 54784 BLAKE2B c688b3eabf04ff4baf88170c5868edd2b504779a9550ce6a2ca8b4839310b75a26c7e6ae6afc82cf763f19f8ffebe357c730b0ea1bd4b05ed071e78ad6c9f6e5 SHA512 d8d1106349116303f35254f680916f1ea26b163f9afceb5d237eed89880810d4b7b40ebca9de58ec95af2336dd78f4e11af1a08b89f6765055843a9791c156bd

diff --git a/net-misc/pcapfix/pcapfix-1.1.7.ebuild b/net-misc/pcapfix/pcapfix-1.1.7.ebuild
index 90020f92dd38..dd1060063ecc 100644
--- a/net-misc/pcapfix/pcapfix-1.1.7.ebuild
+++ b/net-misc/pcapfix/pcapfix-1.1.7.ebuild
@@ -8,6 +8,7 @@ inherit toolchain-funcs
 DESCRIPTION="Repair and fix broken pcap files"
 HOMEPAGE="https://f00l.de/pcapfix/"
 SRC_URI="https://f00l.de/pcapfix/${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-1.1.7-musl-stdint.patch.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -16,6 +17,10 @@ IUSE="debug"
 
 DOCS=( Changelog README )
 
+PATCHES=(
+	"${WORKDIR}"/${PN}-1.1.7-musl-stdint.patch
+)
+
 src_prepare() {
 	default
 	sed -e 's/gcc/$(CC) $(CFLAGS)/g' -i Makefile || die


             reply	other threads:[~2021-12-29  6:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-29  6:44 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-16 20:57 [gentoo-commits] repo/gentoo:master commit in: net-misc/pcapfix/ John Helmert III
2021-12-29  6:27 Sam James
2020-08-28 22:48 Aaron Bauman
2019-04-18  4:02 Robin H. Johnson

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=1640760264.3c0062d2b4ffa3f65a57cd06b99176555d5d50c8.sam@gentoo \
    --to=sam@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