diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2020-08-08 01:33:27 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2020-08-08 01:33:27 +0000 |
commit | 576a9d2c9e826520cf5ce82f0466122a32702e8a (patch) | |
tree | 0bdad6b8e6b33e380eb26d8b896977ed5acb1005 /java | |
parent | 0da454f378b353912e65cf55f6dc60f6d6a22642 (diff) | |
download | ports-576a9d2c9e826520cf5ce82f0466122a32702e8a.tar.gz ports-576a9d2c9e826520cf5ce82f0466122a32702e8a.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/icedtea-web/Makefile | 2 | ||||
-rw-r--r-- | java/icedtea-web/files/patch-completion_javaws.bash.in | 8 | ||||
-rw-r--r-- | java/icedtea-web/files/patch-completion_policyeditor.bash.in | 8 |
3 files changed, 17 insertions, 1 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 96730aeddeb5..6254ccfc4c85 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" CONFIGURE_ARGS+= --with-junit="${JUNIT_JAR}" CONFIGURE_ARGS+= --with-rhino="${RHINO_JAR}" CONFIGURE_ARGS+= --with-tagsoup="${TAGSOUP_JAR}" -CONFIGURE_ARGS+= --with-itw-libs="BUNDLED" +CONFIGURE_ARGS+= --with-itw-libs="DISTRIBUTION" CONFIGURE_ARGS+= --enable-shell-launchers .for opt in asm chrome chromium ecj epiphany firefox jacoco midori opera CONFIGURE_ARGS+= --without-${opt} diff --git a/java/icedtea-web/files/patch-completion_javaws.bash.in b/java/icedtea-web/files/patch-completion_javaws.bash.in new file mode 100644 index 000000000000..18d04499dcbb --- /dev/null +++ b/java/icedtea-web/files/patch-completion_javaws.bash.in @@ -0,0 +1,8 @@ +--- completion/javaws.bash.in.orig 2020-06-04 13:08:14.000000000 +0200 ++++ completion/javaws.bash.in 2020-07-31 20:16:56.895261000 +0200 +@@ -28,4 +28,4 @@ + return 0 + fi + } +-complete -F _javaws javaws ++complete -F _javaws itweb-javaws diff --git a/java/icedtea-web/files/patch-completion_policyeditor.bash.in b/java/icedtea-web/files/patch-completion_policyeditor.bash.in new file mode 100644 index 000000000000..99014843ed42 --- /dev/null +++ b/java/icedtea-web/files/patch-completion_policyeditor.bash.in @@ -0,0 +1,8 @@ +--- completion/policyeditor.bash.in.orig 2020-06-04 13:08:14.000000000 +0200 ++++ completion/policyeditor.bash.in 2020-07-31 20:02:45.694743000 +0200 +@@ -10,4 +10,4 @@ + COMPREPLY=($(compgen -W "${opts}" -- ${cur})) + return 0 + } +-complete -F _policyeditor policyeditor ++complete -F _policyeditor itweb-policyeditor |