Bug 132502 - mail/mailfront dependencies wrong
Summary: mail/mailfront dependencies wrong
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-10 14:10 UTC by Alex Povolotsky
Modified: 2009-03-11 17:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Povolotsky 2009-03-10 14:10:04 UTC
Current version of mailfront, 1.12_1, requires current version of libcvm, at least, include files from current version. Currently, it plainly does not make.

Fix: 

1. Update security/cvm
2. Set LIB_DEPENDS to cvm-v2client.2 instead of cvm-v2client.1 in mailfront's Makefile
How-To-Repeat: cd /usr/ports
make update
cd mail/mailfront
make
Comment 1 Dennis Herrmann freebsd_committer freebsd_triage 2009-03-10 16:26:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-11 17:04:13 UTC
dhn         2009-03-11 17:04:04 UTC

  FreeBSD ports repository

  Modified files:
    mail/mailfront       Makefile 
    ftp/twoftpd          Makefile 
  Log:
  - Chase security/cvm shlib bump
  - Bump PORTREVISION
  
  PR:     132502
  Submitted by:   Alex Povolotsky <tarkhil@over.ru>
  Approved by:    miwi (mentor)
  
  Revision  Changes    Path
  1.19      +2 -1      ports/ftp/twoftpd/Makefile
  1.24      +2 -2      ports/mail/mailfront/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dennis Herrmann freebsd_committer freebsd_triage 2009-03-11 17:06:22 UTC
State Changed
From-To: open->closed

Committed. Thanks!