Install this version:
emerge -a =net-misc/smbc-1.2.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/smbc-1.2.2
Or alternatively:
emerge --autounmask-write -a =net-misc/smbc-1.2.2
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools toolchain-funcs
DESCRIPTION="Text mode (ncurses) SMB network commander. Features: resume and UTF-8"
HOMEPAGE="https://sourceforge.net/projects/smbc/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tgz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="nls debug"
BDEPEND="virtual/pkgconfig"
DEPEND="
dev-libs/popt
net-fs/samba
sys-libs/ncurses:=
nls? ( sys-devel/gettext )
"
RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-cflags.patch
"${FILESDIR}"/${P}-size_t.patch
"${FILESDIR}"/${P}-samba4-includes.patch
"${FILESDIR}"/${P}-multiple-definitions-gcc10.patch
"${FILESDIR}"/${P}-tinfo.patch
"${FILESDIR}"/0001-Fix-signal-handlers.patch
"${FILESDIR}"/0002-Fix-Wformat-security.patch
"${FILESDIR}"/${P}-getcwd.patch
)
src_prepare() {
if ! tc-is-gcc; then
ewarn "force gcc because too many nested functions which is unsupported by clang"
export CC=${CHOST}-gcc
tc-is-gcc || die "tc-is-gcc failed in spite of CC=${CC}"
fi
default
mv configure.{in,ac} || die
# for some reason some build 32bit x86 objects are bundled
rm src/*.o
eautoreconf
}
src_configure() {
econf \
$(use_enable nls) \
$(use_with debug)
}
src_install() {
default
mkdir -p "${D}/usr/share/doc"
mv -v "${D}/usr/share/"{${PN},doc/${PF}} || die
}
Manage flags for this package:
euse -i <flag> -p net-misc/smbc |
euse -E <flag> -p net-misc/smbc |
euse -D <flag> -p net-misc/smbc
dev-libs/popt net-fs/samba sys-libs/ncurses:= nls? ( sys-devel/gettext )
dev-libs/popt net-fs/samba sys-libs/ncurses:= nls? ( sys-devel/gettext )
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | smbc-1.2.2.tgz | 977908 bytes | https://downloads.sourceforge.net/smbc/smbc-1.2.2.tgz |