From: Kirill A. Korinsky Subject: Re: devel/maven: 3.8.7 -> 3.9.6 To: Theo Buehler Cc: OpenBSD ports Date: Tue, 07 May 2024 11:05:53 +0100 On Tue, 07 May 2024 10:28:16 +0100, Theo Buehler wrote: > > > Tested on -current/amd64, tests includes building game/libgdx and > > net/jitsi which uses devel/maven as port dependncy. > > net/jitsi/videobridge doesn't build here > Wired. I had checked it via make in net/jitsi and I recall that it was sucessful. But I may missed it, I not sure that had happened. Anyway, here a patch which fixed the issue. Sorry for broken it. diff --git net/jitsi/videobridge/patches/patch-pom_xml net/jitsi/videobridge/patches/patch-pom_xml new file mode 100644 index 00000000000..03db5b1bddb --- /dev/null +++ net/jitsi/videobridge/patches/patch-pom_xml @@ -0,0 +1,21 @@ +Enforce version of maven-resources-plugin and maven-jar-plugin from videobridge-deps-2.0.8319.tgz +Index: pom.xml +--- pom.xml.orig ++++ pom.xml +@@ -61,6 +61,16 @@ + + + ++ ++ org.apache.maven.plugins ++ maven-resources-plugin ++ 2.6 ++ ++ ++ org.apache.maven.plugins ++ maven-jar-plugin ++ 3.2.0 ++ + + + -- wbr, Kirill