Bug 214777

Summary: devel/tbb: Library suffix should be 2, not 4
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Individual Port(s)Assignee: Ganael LAPLANCHE <martymac>
Status: Closed FIXED    
Severity: Affects Only Me CC: ganael.laplanche
Priority: --- Flags: bugzilla: maintainer-feedback? (martymac)
Version: Latest   
Hardware: Any   
OS: Any   

Description Yuri Victorovich freebsd_committer freebsd_triage 2016-11-23 09:49:45 UTC
Makefile assigns the suffix 4, when linux packages have the suffix 2. For example, OSPRay cmake file looks for libtbb with the suffix 2 and fails.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-25 11:23:30 UTC
A commit references this bug:

Author: martymac
Date: Fri Nov 25 11:22:52 UTC 2016
New revision: 427105
URL: https://svnweb.freebsd.org/changeset/ports/427105

Log:
  - Fix library version which should be .2 (as on Linux), not .4
  - Bump dependent ports' PORTREVISION

  PR:		214777
  Submitted by:	yuri@rawbw.com

Changes:
  head/archivers/par2cmdline-tbb/Makefile
  head/cad/opencascade/Makefile
  head/devel/tbb/Makefile
  head/devel/tbb/pkg-plist
  head/graphics/opencv2/Makefile
  head/math/saga/Makefile
Comment 2 Ganael LAPLANCHE 2016-11-25 11:24:45 UTC
Fixed, thanks!