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)
Feb 20 2024, 3:45 PM
Unknown Object (File)
Feb 20 2024, 3:25 PM
Unknown Object (File)
Feb 20 2024, 10:51 AM
Unknown Object (File)
Feb 20 2024, 10:51 AM
Unknown Object (File)
Feb 20 2024, 10:33 AM
Unknown Object (File)
Dec 20 2023, 1:38 AM
Unknown Object (File)
Dec 14 2023, 7:11 PM
Unknown Object (File)
Dec 8 2023, 4:06 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 18177
Build 17910: arc lint + arc unit

Event Timeline

graphics/opencollada/Makefile
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
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.