Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2021 19:53:56 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564149 - head/databases/cassandra4/files
Message-ID:  <202102051953.115JruvP001553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@klop.ws>
  Approved by:	language.devel@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 &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"/>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102051953.115JruvP001553>