Page MenuHomeFreeBSD

graphics/opencollada: update to 1.6.63
ClosedPublic

Authored by fernape on Jul 19 2018, 8:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 17, 8:37 AM
Unknown Object (File)
Sun, Oct 5, 5:35 PM
Unknown Object (File)
Fri, Oct 3, 9:14 PM
Unknown Object (File)
Wed, Sep 24, 5:46 AM
Unknown Object (File)
Sun, Sep 21, 2:04 PM
Unknown Object (File)
Sep 19 2025, 3:14 AM
Unknown Object (File)
Sep 18 2025, 5:54 AM
Unknown Object (File)
Sep 17 2025, 3:57 PM
Subscribers

Details

Summary

Update graphics/opencollada and bump PORTREVISION for dependant ports:

  • editors/libreoffice
  • graphics/blender

The deleted patch has been integrated upstream.

Test Plan
  • portlint -AC OK
  • poudriere builds for {10.4,11.1}{amd64,i386}, 12i386 OK
  • poudriere build for graphics/blender (dependant port) OK in 10.4 amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 18180
Build 17913: arc lint + arc unit

Event Timeline

graphics/opencollada/Makefile
25–26

you could write this nicer as (if you want)

CMAKE_ON=USE_SHARED
CMAKE_OFF= USE_STATIC

Change CMAKE_ARGS for CMAKE_ON/OFF

fernape added inline comments.
graphics/opencollada/Makefile
25–26

Yep, looks tidy :-)

In D16353#347350, @mat wrote:

Why bump dependent ports?

editors/libreoffice depends on libGeneratedSaxParser.so that is installed by graphics/opencollada... but since I notice the installed library is not versioned, maybe this is not necessary?

In D16353#347350, @mat wrote:

Why bump dependent ports?

editors/libreoffice depends on libGeneratedSaxParser.so that is installed by graphics/opencollada... but since I notice the installed library is not versioned, maybe this is not necessary?

Well, if it is not versionned, is is quite hard to know if its interface changes :(.

This revision is now accepted and ready to land.Jul 22 2018, 9:32 AM
This revision was automatically updated to reflect the committed changes.