Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13332 - app-admin/logsentry-1.1.1-r1.ebuild (fixes missing net-mail/mailx dependency)
Summary: app-admin/logsentry-1.1.1-r1.ebuild (fixes missing net-mail/mailx dependency)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL: http://www.numlock.ch
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-05 19:29 UTC by Daniel Mettler
Modified: 2003-01-07 09:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
logsentry-1.1.1-r1.ebuild (logsentry-1.1.1-r1.ebuild,1.46 KB, text/plain)
2003-01-05 19:33 UTC, Daniel Mettler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Mettler 2003-01-05 19:29:55 UTC
app-admin/logsentry-1.1.1.ebuild misses a dependency on net-mail/mailx. 
logsentry is by default configured to use the mail/mailx command for sending 
notifications to the sysadmin. here's the diff: 
  
--- logsentry-1.1.1.ebuild      2002-12-07 05:21:33.000000000 +0000  
+++ logsentry-1.1.1-r1.ebuild   2003-01-06 01:22:25.000000000 +0000  
@@ -12,7 +12,8 @@  
 LICENSE="GPL-2"  
 KEYWORDS="x86 ~ppc sparc"  
  
-DEPEND="sys-apps/supersed"  
+DEPEND="sys-apps/supersed  
+        net-mail/mailx"  
 RDEPEND=""  
  
 src_compile() {
Comment 1 Daniel Mettler 2003-01-05 19:33:42 UTC
Created attachment 7004 [details]
logsentry-1.1.1-r1.ebuild
Comment 2 Daniel Mettler 2003-01-05 21:28:39 UTC
btw. this is actually a runtime dependency only (and it could theoretically be  
replaced by any other mail client which is command compatible to mail/mailx).  
however, i do not know whether portage already evaluates the rdepend variable  
or not(?). i assumed it does not. 
Comment 3 Daniel Ahlberg (RETIRED) gentoo-dev 2003-01-07 09:58:38 UTC
Fixed, thanks for finding this!