Bug 197994

Summary: [PATCH] security/amavisd: Missing dependency after update to 2.10.1
Product: Ports & Packages Reporter: Guido Falsi <madpilot>
Component: Individual Port(s)Assignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me CC: gabor, matt
Priority: --- Flags: madpilot: maintainer-feedback? (gabor)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Add missing dependency
none
Add required dependency madpilot: maintainer-approval? (gabor)

Description Guido Falsi freebsd_committer freebsd_triage 2015-02-24 17:04:16 UTC
Created attachment 153451 [details]
Add missing dependency

Hi,

Looks like the latest version of the port grew a new requirement, it build correctly but fails at runtime with this error:

ERROR: MISSING REQUIRED BASIC MODULES:
  Net::LibIDN
BEGIN failed--compilation aborted at /usr/local/sbin/amavisd line 249.

Attached patch adds the correct dependency and fixes the problem.

Thanks!
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2015-02-24 17:18:14 UTC
Created attachment 153452 [details]
Add required dependency

Revised patch, previous one contained a mistake.
Comment 2 Gabor Kovesdan freebsd_committer freebsd_triage 2015-02-24 21:09:52 UTC
*** Bug 197996 has been marked as a duplicate of this bug. ***
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-02-24 21:12:37 UTC
A commit references this bug:

Author: gabor
Date: Tue Feb 24 21:12:24 UTC 2015
New revision: 379840
URL: https://svnweb.freebsd.org/changeset/ports/379840

Log:
  - Add dependency that was forgotten during the update

  PR:		197994
  Submitted by:	madpilot

Changes:
  head/security/amavisd-new/Makefile
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2015-02-25 00:03:51 UTC
Committed as 379840.