Bug 226681 - graphics/osg: add UPDATING info
Summary: graphics/osg: add UPDATING info
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-17 18:31 UTC by Piotr Kubaj
Modified: 2018-03-21 14:30 UTC (History)
0 users

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


Attachments

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