Hi all, here an update.
Kind regards.
Index: Makefile =================================================================== RCS file: /cvs/ports/x11/irrlicht/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile 7 May 2016 12:40:58 -0000 1.11 +++ Makefile 18 Jun 2016 17:15:38 -0000 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.11 2016/05/07 12:40:58 pascal Exp $ COMMENT = fast, real time 3D engine -DISTNAME = irrlicht-1.8.2 +DISTNAME = irrlicht-1.8.3 REVISION = 0 SO_VERSION = 2.0 Index: distinfo =================================================================== RCS file: /cvs/ports/x11/irrlicht/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo 10 Sep 2015 18:38:53 -0000 1.4 +++ distinfo 18 Jun 2016 17:15:38 -0000 @@ -1,2 +1,2 @@ -SHA256 (irrlicht-1.8.2.zip) = NoLbs4VJSw3+qEUgM/iGeybX8kIrV/5zM8TRMYlztp8= -SIZE (irrlicht-1.8.2.zip) = 24569032 +SHA256 (irrlicht-1.8.3.zip) = nnvkQne/IATXNYCoWF5708nOmjyAFpHk9K7QMKxokxw= +SIZE (irrlicht-1.8.3.zip) = 24069061 Index: patches/patch-source_Irrlicht_Makefile =================================================================== RCS file: /cvs/ports/x11/irrlicht/patches/patch-source_Irrlicht_Makefile,v retrieving revision 1.4 diff -u -p -r1.4 patch-source_Irrlicht_Makefile --- patches/patch-source_Irrlicht_Makefile 10 Sep 2015 18:38:53 -0000 1.4 +++ patches/patch-source_Irrlicht_Makefile 18 Jun 2016 17:15:38 -0000 @@ -1,10 +1,10 @@ $OpenBSD: patch-source_Irrlicht_Makefile,v 1.4 2015/09/10 18:38:53 pascal Exp $ ---- source/Irrlicht/Makefile.orig Thu Sep 10 19:08:46 2015 -+++ source/Irrlicht/Makefile Thu Sep 10 19:09:40 2015 +--- source/Irrlicht/Makefile.orig Sat Jun 18 17:43:40 2016 ++++ source/Irrlicht/Makefile Sat Jun 18 18:14:52 2016 @@ -2,7 +2,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 8 - VERSION_RELEASE = 2 - # Irrlicht Engine 1.8.2 + VERSION_RELEASE = 3 + # Irrlicht Engine 1.8.3 -# Makefile for Linux +# Makefile for OpenBSD # @@ -45,7 +45,7 @@ $OpenBSD: patch-source_Irrlicht_Makefile CXXFLAGS += -pg endif -CFLAGS := -O3 -fexpensive-optimizations -DPNG_THREAD_UNSAFE_OK -DPNG_NO_MMX_CODE -DPNG_NO_MNG_FEATURES -+CFLAGS += -fexpensive-optimizations -DPNG_THREAD_UNSAFE_OK -DPNG_NO_MMX_CODE -DPNG_NO_MNG_FEATURES ++CFLAGS := -fexpensive-optimizations -DPNG_THREAD_UNSAFE_OK -DPNG_NO_MMX_CODE -DPNG_NO_MNG_FEATURES sharedlib sharedlib_osx: CXXFLAGS += -fPIC sharedlib sharedlib_osx: CFLAGS += -fPIC