svn commit: r509855 - in head/java/openjdk11: . files

Greg Lewis glewis at FreeBSD.org
Sun Aug 25 20:28:48 UTC 2019


Author: glewis
Date: Sun Aug 25 20:28:47 2019
New Revision: 509855
URL: https://svnweb.freebsd.org/changeset/ports/509855

Log:
  Add support for powerpc64
  
  PR:		237208

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

Modified: head/java/openjdk11/Makefile
==============================================================================
--- head/java/openjdk11/Makefile	Sun Aug 25 20:22:05 2019	(r509854)
+++ head/java/openjdk11/Makefile	Sun Aug 25 20:28:47 2019	(r509855)
@@ -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/openjdk11/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/openjdk11/files/patch-src_jdk.hotspot.agent_bsd_native_libsaproc_ps__proc.c	Sun Aug 25 20:28:47 2019	(r509855)
@@ -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-head mailing list