From: Rafael Sadowski Subject: Re: [update] graphics/coin 4.0.7 -> 4.0.8 To: Johannes Thyssen Tishman , ports@openbsd.org Date: Fri, 17 Apr 2026 07:24:23 +0200 On Sat Apr 04, 2026 at 02:20:22PM +0000, Johannes Thyssen Tishman wrote: > Please find below an update for graphics/coin to version 4.0.8. > > Changelog: https://github.com/coin3d/coin/releases/tag/v4.0.8 > > Notes about this update: > 1. Major bump to shared library due to a dynamic export removal. > 2. This update should be committed together with cad/freecad's upcoming > update. OK rsadowski (not sure about pre- or post 7.9) > > diff /usr/ports > path + /usr/ports > commit - 4658dbcbe59eb87e0d95b05c390ef2da5fa86922 > blob - 993212dd006fa067db008c1360040108916478ca > file + graphics/coin/Makefile > --- graphics/coin/Makefile > +++ graphics/coin/Makefile > @@ -1,12 +1,12 @@ > COMMENT = 3D graphics library based on the Open Inventor API > > -V = 4.0.7 > +V = 4.0.8 > DISTNAME = coin-${V}-src > PKGNAME = ${DISTNAME:S/-src$//} > > SITES = https://github.com/coin3d/coin/releases/download/v${V}/ > > -SHARED_LIBS += Coin 0.1 # 0.0 > +SHARED_LIBS += Coin 1.0 # 0.0 > > CATEGORIES = graphics > HOMEPAGE = https://www.coin3d.org/ > commit - 4658dbcbe59eb87e0d95b05c390ef2da5fa86922 > blob - 8fd1b63dbc673f97b15ed370ed15b5a0ef98e69c > file + graphics/coin/distinfo > --- graphics/coin/distinfo > +++ graphics/coin/distinfo > @@ -1,2 +1,2 @@ > -SHA256 (coin-4.0.7-src.tar.gz) = oBJ2BSwx6E5KBp7kRS6rO2Wn0QGj/XoJgDvlkSVhYnA= > -SIZE (coin-4.0.7-src.tar.gz) = 13158279 > +SHA256 (coin-4.0.8-src.tar.gz) = r/bH7fJM+5Ne26RldOxfg7VDxH/3nkDCH7ktxwmw8sQ= > +SIZE (coin-4.0.8-src.tar.gz) = 13151232 > commit - 4658dbcbe59eb87e0d95b05c390ef2da5fa86922 > blob - 4a8e8268c4a6bb0853f91f10c11ea9f43f9ffdac > file + graphics/coin/pkg/PLIST > --- graphics/coin/pkg/PLIST > +++ graphics/coin/pkg/PLIST > @@ -648,6 +648,7 @@ include/Inventor/misc/SoNotRec.h > include/Inventor/misc/SoNotification.h > include/Inventor/misc/SoProto.h > include/Inventor/misc/SoProtoInstance.h > +include/Inventor/misc/SoRefPtr.h > include/Inventor/misc/SoScriptEngine.h > include/Inventor/misc/SoState.h > include/Inventor/misc/SoTempPath.h >