Bug 197994 - [PATCH] security/amavisd: Missing dependency after update to 2.10.1
Summary: [PATCH] security/amavisd: Missing dependency after update to 2.10.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Gabor Kovesdan
URL:
Keywords:
: 197996 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-02-24 17:04 UTC by Guido Falsi
Modified: 2015-02-25 00:03 UTC (History)
2 users (show)

See Also:
madpilot: maintainer-feedback? (gabor)


Attachments
Add missing dependency (764 bytes, patch)
2015-02-24 17:04 UTC, Guido Falsi
no flags Details | Diff
Add required dependency (722 bytes, patch)
2015-02-24 17:18 UTC, Guido Falsi
madpilot: maintainer-approval? (gabor)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.