Bug 214777 - devel/tbb: Library suffix should be 2, not 4
Summary: devel/tbb: Library suffix should be 2, not 4
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: Ganael LAPLANCHE
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-23 09:49 UTC by Yuri Victorovich
Modified: 2016-11-25 11:26 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (martymac)


Attachments

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