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)
Sun, Mar 2, 8:58 PM
Unknown Object (File)
Sat, Mar 1, 8:26 AM
Unknown Object (File)
Fri, Feb 21, 11:59 AM
Unknown Object (File)
Wed, Feb 19, 3:18 PM
Unknown Object (File)
Tue, Feb 18, 7:01 PM
Unknown Object (File)
Jan 20 2025, 8:53 PM
Unknown Object (File)
Jan 12 2025, 10:51 PM
Unknown Object (File)
Jan 8 2025, 10:16 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.