svn commit: r564149 - head/databases/cassandra4/files
Kurt Jaeger
pi at FreeBSD.org
Fri Feb 5 19:53:56 UTC 2021
Author: pi
Date: Fri Feb 5 19:53:56 2021
New Revision: 564149
URL: https://svnweb.freebsd.org/changeset/ports/564149
Log:
databases/cassandra4: fix aarch64/arm64 build (javadoc fails)
- Increase maxmem of javadoc
On amd64 the build does not fail, but on arm64 it fails.
PR: 252068
Submitted by: Ronald Klop <ronald-lists at klop.ws>
Approved by: language.devel at gmail.com (maintainer)
Modified:
head/databases/cassandra4/files/patch-build.xml
Modified: head/databases/cassandra4/files/patch-build.xml
==============================================================================
--- head/databases/cassandra4/files/patch-build.xml Fri Feb 5 19:42:19 2021 (r564148)
+++ head/databases/cassandra4/files/patch-build.xml Fri Feb 5 19:53:56 2021 (r564149)
@@ -34,6 +34,15 @@
<include name="**/*.jar" />
<exclude name="**/*-sources.jar"/>
<exclude name="**/ant-*.jar"/>
+@@ -291,7 +292,7 @@
+ windowtitle="${ant.project.name} API" classpathref="cassandra.classpath"
+ bottom="Copyright © 2009-2020 The Apache Software Foundation"
+ useexternalfile="yes" encoding="UTF-8" failonerror="false"
+- maxmemory="256m" additionalparam="${jdk11-javadoc-exports}">
++ maxmemory="512m" additionalparam="${jdk11-javadoc-exports}">
+ <filesets/>
+ </javadoc>
+ <fail message="javadoc failed">
@@ -416,8 +417,7 @@
<artifact:dependencies pathId="wikitext.classpath">
<dependency groupId="com.datastax.wikitext" artifactId="wikitext-core-ant" version="1.3"/>
More information about the svn-ports-all
mailing list