Bug 226681

Summary: graphics/osg: add UPDATING info
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (amdmi3)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-03-17 18:31:55 UTC
For people updating from ports, osg 3.4.1 won't compile. Deleting the package and installing then the new version will do it.

The instruction should say to run pkg delete -f osg and portmaster graphics/osg (or portupgrade equivalent).
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-03-21 14:27:02 UTC
A commit references this bug:

Author: amdmi3
Date: Wed Mar 21 14:26:53 UTC 2018
New revision: 465180
URL: https://svnweb.freebsd.org/changeset/ports/465180

Log:
  - Fix build in presence of older version of osg

  PR:		226681
  Reported by:	pkubaj@anongoth.pl

Changes:
  head/graphics/osg/files/patch-CMakeLists.txt
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2018-03-21 14:30:28 UTC
This suggested solution is incorrect. Build should and always can be fixed to use system includes correctly (via -isystem or ordered after local includes). This should be fixed now.