On Tue, 07 May 2024 10:28:16 +0100,
Theo Buehler <t...@theobuehler.org> 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 @@
+                     </execution>
+                 </executions>
+             </plugin>
++            <plugin>
++                <groupId>org.apache.maven.plugins</groupId>
++                <artifactId>maven-resources-plugin</artifactId>
++                <version>2.6</version>
++            </plugin>
++            <plugin>
++                <groupId>org.apache.maven.plugins</groupId>
++                <artifactId>maven-jar-plugin</artifactId>
++                <version>3.2.0</version>
++            </plugin>
+         </plugins>
+     </build>
+ 


--
wbr, Kirill

Reply via email to