Bug 225790 - graphics/osgearth: update to 2.9
Summary: graphics/osgearth: update to 2.9
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: Tobias C. Berner
URL:
Keywords: patch-ready
Depends on:
Blocks:
 
Reported: 2018-02-09 12:23 UTC by Loïc Bartoletti
Modified: 2018-02-12 06:23 UTC (History)
1 user (show)

See Also:
lbartoletti: maintainer-feedback+


Attachments
Update osgearth to 2.9 (23.21 KB, patch)
2018-02-09 12:23 UTC, Loïc Bartoletti
lbartoletti: maintainer-approval+
Details | Diff
missing patch (24.24 KB, patch)
2018-02-12 06:03 UTC, Loïc Bartoletti
lbartoletti: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2018-02-09 12:23:34 UTC
Created attachment 190458 [details]
Update osgearth to 2.9

Minor changes
Add new dependencies


Poudriere 10/11 i386/amd64 OK
Portlint OK
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2018-02-09 23:01:56 UTC
Hi there


10.4, i368:

In file included from src/tests/osgEarth_tests/EndianTests.cpp:24:
src/osgEarth/Endian:167:21: error: use of undeclared identifier 'betoh32'
    uint32_t temp = be32toh(x);
                    ^
src/osgEarth/Endian:76:21: note: expanded from macro 'be32toh'
#       define be32toh(x) betoh32(x)
                          ^
src/osgEarth/Endian:172:21: error: use of undeclared identifier 'betoh64'
    uint64_t temp = be64toh(x);
                    ^
src/osgEarth/Endian:79:21: note: expanded from macro 'be64toh'
#       define be64toh(x) betoh64(x)
                          ^
6 warnings and 2 errors generated.



mfg Tobias
Comment 2 Loïc Bartoletti freebsd_committer freebsd_triage 2018-02-12 06:03:28 UTC
Created attachment 190537 [details]
missing patch

Sorry, I forgot to svn add the patch before sending the diff
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-02-12 06:19:53 UTC
A commit references this bug:

Author: tcberner
Date: Mon Feb 12 06:19:15 UTC 2018
New revision: 461556
URL: https://svnweb.freebsd.org/changeset/ports/461556

Log:
  Update graphics/osgearth to 2.9

  PR:		225790
  Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)

Changes:
  head/graphics/osgearth/Makefile
  head/graphics/osgearth/distinfo
  head/graphics/osgearth/files/
  head/graphics/osgearth/files/patch-src_osgEarth_Endian
  head/graphics/osgearth/pkg-plist
Comment 4 Tobias C. Berner freebsd_committer freebsd_triage 2018-02-12 06:23:05 UTC
Committed. Thanks.