First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 13332
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Daniel Ahlberg (RETIRED) <aliz@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Daniel Mettler <mettlerd@icu.unizh.ch>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
logsentry-1.1.1-r1.ebuild logsentry-1.1.1-r1.ebuild text/plain Daniel Mettler 2003-01-05 19:33 0000 1.46 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 13332 depends on: Show dependency tree
Show dependency graph
Bug 13332 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-01-05 19:29 0000
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 From Daniel Mettler 2003-01-05 19:33:42 0000 -------
Created an attachment (id=7004) [edit]
logsentry-1.1.1-r1.ebuild

------- Comment #2 From Daniel Mettler 2003-01-05 21:28:39 0000 -------
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 From Daniel Ahlberg (RETIRED) 2003-01-07 09:58:38 0000 -------
Fixed, thanks for finding this! 

First Last Prev Next    No search results available      Search page      Enter new bug