dev-util/fuzz - 0.6 (gentoo)

Search

Install

Install this version:

emerge -a =dev-util/fuzz-0.6

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/fuzz-0.6

Or alternatively:

emerge --autounmask-write -a =dev-util/fuzz-0.6

Package Information

Description:
Stress-tests programs by giving them random input
Homepage:
http://fuzz.sourceforge.net/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.6 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools toolchain-funcs

DESCRIPTION="Stress-tests programs by giving them random input"
HOMEPAGE="http://fuzz.sourceforge.net/"
DEB_P="${PN}_${PV}"
DEB_PR="7.3"
SRC_URI="
	https://downloads.sourceforge.net/${PN}/${P}.tar.gz
	mirror://debian/pool/main/${PN:0:1}/${PN}/${DEB_P}-${DEB_PR}.diff.gz
"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="sys-libs/readline:="
RDEPEND="${DEPEND}"

PATCHES=(
	"${WORKDIR}"/"${DEB_P}-${DEB_PR}.diff"
	"${FILESDIR}"/"${P}-musl.patch"
)

src_prepare() {
	default
	tc-export CC
	# Clang 16, bug #898764
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install
	dodoc NEWS README ChangeLog AUTHORS
}

Inherited Eclasses

Applicable Mirrors

Mirror Name URLs
debian

Dependencies

DEPEND

sys-libs/readline:=

RDEPEND

sys-libs/readline:=

Manifest for 0.6

Type File Size Source URLs
DIST fuzz-0.6.tar.gz 54431 bytes https://downloads.sourceforge.net/fuzz/fuzz-0.6.tar.gz
DIST fuzz_0.6-7.3.diff.gz 3004 bytes mirror://debian/pool/main/f/fuzz/fuzz_0.6-7.3.diff.gz