Bug 214579

Summary: devel/tbb: libtbb.so does not have a SONAME
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Individual Port(s)Assignee: Ganael LAPLANCHE <martymac>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (martymac)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251265

Description Yuri Victorovich freebsd_committer freebsd_triage 2016-11-16 19:34:52 UTC
stage-qa in dependent packages prints such warnings:

> Error: /usr/local/bin/ospBenchmark is linked to /usr/local/lib/libtbb.so which does not have a SONAME.  devel/tbb needs to be fixed.
> Error: /usr/local/bin/ospBenchmark is linked to /usr/local/lib/libtbbmalloc.so which does not have a SONAME.  devel/tbb needs to be fixed.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-21 11:16:27 UTC
A commit references this bug:

Author: martymac
Date: Mon Nov 21 11:15:47 UTC 2016
New revision: 426704
URL: https://svnweb.freebsd.org/changeset/ports/426704

Log:
  - Add missing SONAME [1]
  - Use Clang-specific build files when appropriate

  PR:		214579 [1]
  Submitted by:	Yuri Victorovich <yuri@rawbw.com> [1]

Changes:
  head/devel/tbb/Makefile
  head/devel/tbb/files/patch-FreeBSD.gcc.inc
Comment 2 Ganael LAPLANCHE freebsd_committer freebsd_triage 2016-11-21 11:17:16 UTC
Fixed, thanks!