svn commit: r509861 - in head/java/openjdk12: . files

Greg Lewis glewis at FreeBSD.org
Mon Aug 26 02:00:44 UTC 2019


Author: glewis
Date: Mon Aug 26 02:00:42 2019
New Revision: 509861
URL: https://svnweb.freebsd.org/changeset/ports/509861

Log:
  Add powerpc64 support
  
  PR:		237370

Added:
  head/java/openjdk12/files/patch-src_jdk.hotspot.agent_bsd_native_libsaproc_ps__proc.c   (contents, props changed)
Modified:
  head/java/openjdk12/Makefile

Modified: head/java/openjdk12/Makefile
==============================================================================
--- head/java/openjdk12/Makefile	Sun Aug 25 23:26:56 2019	(r509860)
+++ head/java/openjdk12/Makefile	Mon Aug 26 02:00:42 2019	(r509861)
@@ -12,7 +12,7 @@ COMMENT=	Java Development Kit ${JDK_MAJOR_VERSION}
 
 LICENSE=	GPLv2
 
-ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64
 
 BUILD_DEPENDS=	zip:archivers/zip \
 		autoconf>0:devel/autoconf \

Added: head/java/openjdk12/files/patch-src_jdk.hotspot.agent_bsd_native_libsaproc_ps__proc.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/java/openjdk12/files/patch-src_jdk.hotspot.agent_bsd_native_libsaproc_ps__proc.c	Mon Aug 26 02:00:42 2019	(r509861)
@@ -0,0 +1,12 @@
+--- src/jdk.hotspot.agent/bsd/native/libsaproc/ps_proc.c
++++ src/jdk.hotspot.agent/bsd/native/libsaproc/ps_proc.c
+@@ -27,8 +27,8 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <errno.h>
+-#include <sys/sysctl.h>
+ #include <sys/types.h>
++#include <sys/sysctl.h>
+ #include <sys/wait.h>
+ #include <sys/ptrace.h>
+ #include <sys/param.h>


More information about the svn-ports-all mailing list