This version (4.2.3) is not compatible with jdk-11. Adjust MODJAVA_VER to be 1.8 only for now. A newer version of openfire that is compatible with jdk-11 is available:
http://download.igniterealtime.org/openfire/docs/latest/changelog.html okay? Index: net/openfire/Makefile =================================================================== RCS file: /cvs/ports/net/openfire/Makefile,v retrieving revision 1.53 diff -u -p -r1.53 Makefile --- net/openfire/Makefile 12 Jul 2019 20:48:35 -0000 1.53 +++ net/openfire/Makefile 22 Sep 2019 02:26:55 -0000 @@ -2,7 +2,7 @@ COMMENT= XMPP real time collaboration server V= 4.2.3 -REVISION= 0 +REVISION= 1 DISTNAME= openfire_src_${V:S/./_/g} PKGNAME= openfire-$V CATEGORIES= net @@ -17,7 +17,7 @@ PERMIT_PACKAGE= Yes NO_TEST= yes MODULES= java -MODJAVA_VER= 1.8+ +MODJAVA_VER= 1.8 MODJAVA_JRE= Yes MODJAVA_BUILD= ant