Summary: | mail-client/nail-12.4-r1 keyword request | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Net-Mail Packages <net-mail+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | s390, sh+disabled |
Priority: | High | Keywords: | KEYWORDREQ |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 305251 |
Description
Diego Elio Pettenò (RETIRED)
![]() I prefixified the ebuild and added ~x86-interix and ~x86-freebsd. Still missing for Prefix to leave this bug: ~x86-linux ~amd64-linux and ~ppc-macos prefix done, thanks ~arm keyword added. (In reply to comment #3) > ~arm keyword added. > KEYWORDS.dropped 1 mail-client/nail/nail-12.4-r1.ebuild: arm (In reply to comment #4) > KEYWORDS.dropped 1 > mail-client/nail/nail-12.4-r1.ebuild: arm whoops, fixed. Please consider fixing default sendmail location too: --- nail-12.4-r1.ebuild 2010-09-23 23:05:48.000000000 +0200 +++ nail-12.4-r1.ebuild 2010-09-30 16:29:02.000000000 +0200 @@ -14,7 +14,7 @@ MY_P="${MY_PN}-${PV}" SRC_URI="mirror://sourceforge/project/heirloom/heirloom-${MY_PN}/${PV}/${MY_P}.tar.bz2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" IUSE="ssl net kerberos" PROVIDE="virtual/mailx" @@ -72,16 +72,16 @@ emake \ CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE" \ PREFIX="${EPREFIX}"/usr SYSCONFDIR="${EPREFIX}"/etc \ - SENDMAIL="${EPREFIX}/usr/lib/sendmail" \ + SENDMAIL="${EPREFIX}/usr/sbin/sendmail" \ MAILSPOOL='/var/spool/mail' \ || die "emake failed" } src_install () { - # Use /usr/lib/sendmail by default and provide an example + # Use /usr/sbin/sendmail by default and provide an example cat <<- EOSMTP >> nail.rc - # Use the local sendmail (/usr/lib/sendmail) binary by default. + # Use the local sendmail (/usr/sbin/sendmail) binary by default. # (Uncomment the following line to use a SMTP server) #set smtp=localhost EOSMTP ~s390/~sh done, closing |