Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 306321 | Differences between
and this patch

Collapse All | Expand All

(-)sys-apps/smartmontools/smartmontools-5.38-r1.ebuild (-2 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.38-r1.ebuild,v 1.1 2009/08/26 23:08:15 robbat2 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.38-r1.ebuild,v 1.1 2009/08/26 23:08:15 robbat2 Exp $
4
4
5
inherit flag-o-matic
5
inherit flag-o-matic eutils
6
6
7
DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)"
7
DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)"
8
HOMEPAGE="http://smartmontools.sourceforge.net/"
8
HOMEPAGE="http://smartmontools.sourceforge.net/"
Lines 13-22 Link Here
13
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
13
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
14
IUSE="static minimal"
14
IUSE="static minimal"
15
15
16
RDEPEND="!minimal? ( virtual/mailx )"
16
RDEPEND="!minimal? ( !userland_BSD? ( virtual/mailx ) )"
17
DEPEND=""
17
DEPEND=""
18
18
19
src_compile() {
19
src_compile() {
20
	epatch "${FILESDIR}"/${P}-os_freebsd.patch
20
	use minimal && einfo "Skipping the monitoring daemon for minimal build."
21
	use minimal && einfo "Skipping the monitoring daemon for minimal build."
21
	use static && append-ldflags -static
22
	use static && append-ldflags -static
22
	econf || die
23
	econf || die

Return to bug 306321