Bug 193057

Summary: dns/unbound module not correct module version for Python support.
Product: Ports & Packages Reporter: jaretbartsch
Component: Individual Port(s)Assignee: Kubilay Kocak <koobs>
Status: Closed FIXED    
Severity: Affects Some People CC: freebsd, koobs, sem
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fix build/package with PYTHON option enabled koobs: maintainer-approval? (sem)

Description jaretbartsch 2014-08-27 06:14:12 UTC
When compiling dns/unbound from FreeBSD ports there is a module version issue where the later module is not being installed. It attempts to install _unbound.so.4, but only leaves us with _unbound.so.3 which results in a failed port compile of dns/unbound.

The failed port build is the result of selecting Python support in the 'make config' options.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2014-08-27 06:16:13 UTC
Created attachment 146356 [details]
Fix build/package with PYTHON option enabled

Adding patch to fix pkg-plist with PYTHON option enabled.

Tested by reporter, confirmed fixed.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-08-27 06:32:46 UTC
A commit references this bug:

Author: koobs
Date: Wed Aug 27 06:32:27 UTC 2014
New revision: 366293
URL: http://svnweb.freebsd.org/changeset/ports/366293

Log:
  dns/unbound: Fix packaging with PYTHON option enabled

  - Fix packaging with PYTHON option enabled

  While I'm here, pet portlint.

  PR:		193057
  Reported by:	Jaret Bartsch <jaretbartsch at yahoo dot ca>
  Reviewed by:	antoine
  Approved by:	portmgr (blanket: packaging)

Changes:
  head/dns/unbound/Makefile
  head/dns/unbound/pkg-plist
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2014-08-27 06:40:09 UTC
Thank you for your report Jaret!

Responsive Reporter, A++ Testing, Would commit again.
Comment 4 Jeroen 2014-08-28 10:07:05 UTC
*** Bug 193080 has been marked as a duplicate of this bug. ***