Bug 240773

Summary: mail/spamassassin has an extra dependency on p5-Net-LibIDN
Product: Ports & Packages Reporter: Miltiadis Margaronis <mmargaron>
Component: Individual Port(s)Assignee: Cy Schubert <cy>
Status: New ---    
Severity: Affects Some People CC: arved, rene
Priority: --- Flags: bugzilla: maintainer-feedback? (zeising)
Version: Latest   
Hardware: Any   
OS: Any   

Description Miltiadis Margaronis 2019-09-23 14:35:12 UTC
Looking at the port's dependencies, I found out that it depends on both /dns/p5-Net-LibIDN and dns/p5-Net-LibIDN2 (dragged in as a dependency from other packages).

Removing the dependency on p5-Net-LibIDN and the p5-Net-LibIDN package from the system results in a successful build and the resulting package works fine. Built and tested on 12.0-RELEASE-p10 amd64

Also, grepping spamassassin sources for LibIDN or any of its functions returns no results.

Checked with ports from September 19th.
Comment 1 Niclas Zeising freebsd_committer freebsd_triage 2020-08-13 16:27:51 UTC
Is this still an issue?
Comment 2 Rene Ladan freebsd_committer freebsd_triage 2022-05-02 10:47:36 UTC
Maintainer reset.
Comment 3 Miltiadis Margaronis 2022-05-02 21:07:50 UTC
Sorry, I missed Niclas' question somehow.
Yes, this is still an issue. The extra dependency is still there and there's no place in the code where anything from dns/p5-Net-LibIDN is used.