1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

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@klop.ws>
Approved by:	language.devel@gmail.com (maintainer)
This commit is contained in:
Kurt Jaeger 2021-02-05 19:53:56 +00:00
parent b612a0f94c
commit cde286e9c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564149

View File

@ -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 &amp;copy; 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"/>