pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

openjdk11: don't bomb if paxctl(8) is not in $PATH



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sat Sep 28 15:46:06 2019 +0200
Changeset:	35053b7af8da369144907e9b11374233c737cf01

Modified Files:
	openjdk11/distinfo
	openjdk11/patches/patch-make_common_NativeCompilation.gmk

Log Message:
openjdk11: don't bomb if paxctl(8) is not in $PATH

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=35053b7af8da369144907e9b11374233c737cf01

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openjdk11/distinfo                                        | 2 +-
 openjdk11/patches/patch-make_common_NativeCompilation.gmk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/openjdk11/distinfo b/openjdk11/distinfo
index 4a20374ba9..6c4be911b2 100644
--- a/openjdk11/distinfo
+++ b/openjdk11/distinfo
@@ -18,7 +18,7 @@ SHA1 (patch-make_autoconf_jdk-options.m4) = d0d9fbaf29cc521fa4b62b1ea2616dc8f3b0
 SHA1 (patch-make_autoconf_lib-bundled.m4) = 8720c3f674955e8a51b2ab7dba80c36d34ba8594
 SHA1 (patch-make_autoconf_lib-freetype.m4) = 3dbdfea4011dc69593ab302626b9ec4dfc7a7d54
 SHA1 (patch-make_autoconf_lib-x11.m4) = f609a726f2d795f1d05cc933df587d3440c09b9f
-SHA1 (patch-make_common_NativeCompilation.gmk) = caeb8cda435acde159ea6faa8b3cae6d3999f959
+SHA1 (patch-make_common_NativeCompilation.gmk) = fc97a952ba87efb450f59e87f19fb4c47558ae1d
 SHA1 (patch-make_data_fontconfig_bsd.fontconfig.properties) = 9fd9f6ef4af0eece0b4ca0acbb44331566f17e07
 SHA1 (patch-src_hotspot_os_bsd_os__bsd.cpp) = ee20027e4323ebf63874cedd9e4549ebb702d335
 SHA1 (patch-src_hotspot_os_bsd_os__perf__bsd.cpp) = 93a7098cb13adf5d28b16c123a390e5e13d626bf
diff --git a/openjdk11/patches/patch-make_common_NativeCompilation.gmk b/openjdk11/patches/patch-make_common_NativeCompilation.gmk
index 48fa98242c..6f02b27dca 100644
--- a/openjdk11/patches/patch-make_common_NativeCompilation.gmk
+++ b/openjdk11/patches/patch-make_common_NativeCompilation.gmk
@@ -9,7 +9,7 @@ Disable PaX mprotect.
                    endif
                  endif
 +                ifeq ($(OPENJDK_TARGET_OS_ENV), bsd.netbsd)
-+		  paxctl +m $$@
++		  /usr/sbin/paxctl +m $$@
 +                endif
                  # This only works if the openjdk_codesign identity is present on the system. Let
                  # silently fail otherwise.


Home | Main Index | Thread Index | Old Index