aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2019-08-14 06:22:35 +0800
committermat <mat@FreeBSD.org>2019-08-14 06:22:35 +0800
commitbdfce596d4af8566d58879acb4e0c68223bfec83 (patch)
treec2e9bb521a07491f51813a0a02adbe55f6c79e13 /java
parent0310a97446bf12e707c516c2afbdda0bb54ac3a4 (diff)
downloadfreebsd-ports-gnome-bdfce596d4af8566d58879acb4e0c68223bfec83.tar.gz
freebsd-ports-gnome-bdfce596d4af8566d58879acb4e0c68223bfec83.tar.zst
freebsd-ports-gnome-bdfce596d4af8566d58879acb4e0c68223bfec83.zip
Convert to UCL & cleanup pkg-message (categories h-k)
Diffstat (limited to 'java')
-rw-r--r--java/bootstrap-openjdk11/pkg-message10
-rw-r--r--java/bootstrap-openjdk6/pkg-message10
-rw-r--r--java/bootstrap-openjdk8/pkg-message10
-rw-r--r--java/eclipse-pydev/pkg-message10
-rw-r--r--java/intellij-rubymine/files/pkg-message.in6
-rw-r--r--java/intellij-ultimate/files/pkg-message.in6
-rw-r--r--java/intellij/files/pkg-message.in6
-rw-r--r--java/jai/files/pkg-message.in6
-rw-r--r--java/jfreechart/pkg-message10
-rw-r--r--java/jikes/pkg-message6
-rw-r--r--java/jlex/files/pkg-message.in6
-rw-r--r--java/lightweight-java-profiler/pkg-message6
-rw-r--r--java/linux-oracle-jdk10/pkg-message10
-rw-r--r--java/linux-oracle-jdk18/pkg-message10
-rw-r--r--java/linux-oracle-jdk9/pkg-message10
-rw-r--r--java/linux-oracle-jre10/pkg-message10
-rw-r--r--java/linux-oracle-jre18/pkg-message10
-rw-r--r--java/linux-oracle-jre9/pkg-message10
-rw-r--r--java/linux-oracle-serverjre10/pkg-message10
-rw-r--r--java/openjdk11/pkg-message10
-rw-r--r--java/openjdk12/pkg-message10
-rw-r--r--java/openjdk6/pkg-message10
-rw-r--r--java/openjdk7/pkg-message10
-rw-r--r--java/openjdk8/pkg-message10
-rw-r--r--java/phpeclipse/pkg-message8
-rw-r--r--java/servingxml/pkg-message12
-rw-r--r--java/sqlitejdbc/pkg-message6
-rw-r--r--java/wildfly10/files/pkg-message.in6
-rw-r--r--java/wildfly11/files/pkg-message.in6
-rw-r--r--java/wildfly12/files/pkg-message.in6
-rw-r--r--java/wildfly13/files/pkg-message.in6
-rw-r--r--java/wildfly14/files/pkg-message.in6
-rw-r--r--java/wildfly15/files/pkg-message.in6
-rw-r--r--java/wildfly16/files/pkg-message.in6
-rw-r--r--java/wildfly90/files/pkg-message.in6
35 files changed, 210 insertions, 76 deletions
diff --git a/java/bootstrap-openjdk11/pkg-message b/java/bootstrap-openjdk11/pkg-message
index 4dbc389a630e..55b9c8d630a8 100644
--- a/java/bootstrap-openjdk11/pkg-message
+++ b/java/bootstrap-openjdk11/pkg-message
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
WARNING: This port only exists for bootstrapping java/openjdk11.
You are advised to remove this port as soon as a stable JDK is built.
@@ -15,5 +16,6 @@ To make it permanent, you need the following lines in /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
proc /proc procfs rw 0 0
-
-======================================================================
+EOM
+}
+]
diff --git a/java/bootstrap-openjdk6/pkg-message b/java/bootstrap-openjdk6/pkg-message
index 0a651e40752f..23d70d8d4e60 100644
--- a/java/bootstrap-openjdk6/pkg-message
+++ b/java/bootstrap-openjdk6/pkg-message
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
WARNING: This port only exists for bootstrapping java/openjdk[67].
You are advised to remove this port as soon as a stable JDK is built.
@@ -15,5 +16,6 @@ To make it permanent, you need the following lines in /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
proc /proc procfs rw 0 0
-
-======================================================================
+EOM
+}
+]
diff --git a/java/bootstrap-openjdk8/pkg-message b/java/bootstrap-openjdk8/pkg-message
index f644fb30d822..99a30f357e43 100644
--- a/java/bootstrap-openjdk8/pkg-message
+++ b/java/bootstrap-openjdk8/pkg-message
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
WARNING: This port only exists for bootstrapping java/openjdk8.
You are advised to remove this port as soon as a stable JDK is built.
@@ -15,5 +16,6 @@ To make it permanent, you need the following lines in /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
proc /proc procfs rw 0 0
-
-======================================================================
+EOM
+}
+]
diff --git a/java/eclipse-pydev/pkg-message b/java/eclipse-pydev/pkg-message
index 625bab898943..bb0fa67128d8 100644
--- a/java/eclipse-pydev/pkg-message
+++ b/java/eclipse-pydev/pkg-message
@@ -1,5 +1,6 @@
-*********************************************************************
-
+[
+{ type: install
+ message: <<EOM
The first time, run Eclipse with the option -clean, and configure
a Python or Jython interpreter in Window -> Preferences -> PyDev
-> Interpreter before creating a new Pydev project
@@ -9,5 +10,6 @@
eclipse -consoleLog -initialize
as root or sudoer.
-
-*********************************************************************
+EOM
+}
+]
diff --git a/java/intellij-rubymine/files/pkg-message.in b/java/intellij-rubymine/files/pkg-message.in
index 210572bb37d4..dc0880e9dc5f 100644
--- a/java/intellij-rubymine/files/pkg-message.in
+++ b/java/intellij-rubymine/files/pkg-message.in
@@ -1,6 +1,12 @@
+[
+{ type: install
+ message: <<EOM
There is native (faster) file watching support backed by kqueue which is
enabled by default. If you encounter problems problems with watching large
trees, you disable it by appending the following property into
%%DATADIR%%/bin/idea.properties:
idea.filewatcher.disabled=true
+EOM
+}
+]
diff --git a/java/intellij-ultimate/files/pkg-message.in b/java/intellij-ultimate/files/pkg-message.in
index 6c58cbfb7011..19656dce9822 100644
--- a/java/intellij-ultimate/files/pkg-message.in
+++ b/java/intellij-ultimate/files/pkg-message.in
@@ -1,6 +1,12 @@
+[
+{ type: install
+ message: <<EOM
There is a native (faster) file watching support backed by kqueue which is
enabled by default. If you encounter problems with watching large
trees you can disable it by appending the following property into
%%IDEA_HOME%%/bin/idea.properties:
idea.filewatcher.disabled=true
+EOM
+}
+]
diff --git a/java/intellij/files/pkg-message.in b/java/intellij/files/pkg-message.in
index 3830266040c0..ce5fe8305128 100644
--- a/java/intellij/files/pkg-message.in
+++ b/java/intellij/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
There is a native (faster) file watching support backed by kqueue which is
enabled by default. If you encounter problems with watching large
trees, you can disable it by appending the following property into
@@ -10,3 +13,6 @@ Only enable fsnotifier if your projects have < 600 files.
At systems which use links for /usr/home/user or /home/user apparently
IDEA finds two different VCS roots while trying to integrate with Git.
Please, use as a VCS root only one of them.
+EOM
+}
+]
diff --git a/java/jai/files/pkg-message.in b/java/jai/files/pkg-message.in
index 8f6737ef264a..691ba6271e1c 100644
--- a/java/jai/files/pkg-message.in
+++ b/java/jai/files/pkg-message.in
@@ -1,4 +1,10 @@
+[
+{ type: install
+ message: <<EOM
The JAI libraries are not installed in JRE, so you have to add
%%TARGET_DIR%%/jai_codec.jar
%%TARGET_DIR%%/jai_core.jar
to the CLASSPATH environment variable.
+EOM
+}
+]
diff --git a/java/jfreechart/pkg-message b/java/jfreechart/pkg-message
index 202399e64aff..8d108df49e0f 100644
--- a/java/jfreechart/pkg-message
+++ b/java/jfreechart/pkg-message
@@ -1,6 +1,8 @@
-**************************************************************
-
+[
+{ type: install
+ message: <<EOM
In order to use classes in org.jfree.chart.servlet package,
please put Java Servlet 2.3 implementation in class path.
-
-**************************************************************
+EOM
+}
+]
diff --git a/java/jikes/pkg-message b/java/jikes/pkg-message
index 3563ce1f0109..88275808a6a1 100644
--- a/java/jikes/pkg-message
+++ b/java/jikes/pkg-message
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
This distribution is covered by the "IBM Public License Version
Version 1.0 - Jikes" contained in the file doc/license.htm. You
must accept the terms of the license agreement to use this software.
@@ -8,3 +11,6 @@ Copyright (C) 1996, 1998, International Business Machines Corporation
and others. All Rights Reserved.
You must accept the terms of that agreement to use this software.
+EOM
+}
+]
diff --git a/java/jlex/files/pkg-message.in b/java/jlex/files/pkg-message.in
index 4f883c6413e3..cc91aa953e12 100644
--- a/java/jlex/files/pkg-message.in
+++ b/java/jlex/files/pkg-message.in
@@ -1,5 +1,11 @@
+[
+{ type: install
+ message: <<EOM
JLex is installed into %%JAVAJARDIR%%.
Run with 'jlex'
See http://www.cs.princeton.edu/~appel/modern/java/JLex.
+EOM
+}
+]
diff --git a/java/lightweight-java-profiler/pkg-message b/java/lightweight-java-profiler/pkg-message
index f957b294f48b..26164e697ca1 100644
--- a/java/lightweight-java-profiler/pkg-message
+++ b/java/lightweight-java-profiler/pkg-message
@@ -1,3 +1,9 @@
+[
+{ type: install
+ message: <<EOM
To use the lightweight-java-profiler, you can invoke Java as follows:
java -agentpath:path/to/liblagent.so[:file=fname] It will spit out stack traces into traces.txt (or into the optional fname passed to the agent). The current implementation samples every 1/100th of a second. It stores the first 3000 stack traces it encounters; additional stack traces will be ignored, but duplicate stack traces will continue to be counted indefinitely (or until the counter overflows, which will take a while).
+EOM
+}
+]
diff --git a/java/linux-oracle-jdk10/pkg-message b/java/linux-oracle-jdk10/pkg-message
index 71cb926c4d73..c1bbde5f92c5 100644
--- a/java/linux-oracle-jdk10/pkg-message
+++ b/java/linux-oracle-jdk10/pkg-message
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
Warning: This JDK may be unstable. You are advised to use the native
FreeBSD JDK 8, in ports/java/openjdk8.
@@ -15,5 +16,6 @@ and then, as root, executing the commands:
kldload linprocfs
mount /compat/linux/proc
-
-======================================================================
+EOM
+}
+]
diff --git a/java/linux-oracle-jdk18/pkg-message b/java/linux-oracle-jdk18/pkg-message
index 71cb926c4d73..c1bbde5f92c5 100644
--- a/java/linux-oracle-jdk18/pkg-message
+++ b/java/linux-oracle-jdk18/pkg-message
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
Warning: This JDK may be unstable. You are advised to use the native
FreeBSD JDK 8, in ports/java/openjdk8.
@@ -15,5 +16,6 @@ and then, as root, executing the commands:
kldload linprocfs
mount /compat/linux/proc
-
-======================================================================
+EOM
+}
+]
diff --git a/java/linux-oracle-jdk9/pkg-message b/java/linux-oracle-jdk9/pkg-message
index 71cb926c4d73..c1bbde5f92c5 100644
--- a/java/linux-oracle-jdk9/pkg-message
+++ b/java/linux-oracle-jdk9/pkg-message
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
Warning: This JDK may be unstable. You are advised to use the native
FreeBSD JDK 8, in ports/java/openjdk8.
@@ -15,5 +16,6 @@ and then, as root, executing the commands:
kldload linprocfs
mount /compat/linux/proc
-
-======================================================================
+EOM
+}
+]
diff --git a/java/linux-oracle-jre10/pkg-message b/java/linux-oracle-jre10/pkg-message
index 3fb23658a588..84187435394f 100644
--- a/java/linux-oracle-jre10/pkg-message
+++ b/java/linux-oracle-jre10/pkg-message
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
Warning: This JRE may be unstable. You are advised to use the native
FreeBSD JDK 8, in ports/java/openjdk8.
@@ -15,5 +16,6 @@ and then, as root, executing the commands:
kldload linprocfs
mount /compat/linux/proc
-
-======================================================================
+EOM
+}
+]
diff --git a/java/linux-oracle-jre18/pkg-message b/java/linux-oracle-jre18/pkg-message
index 3fb23658a588..84187435394f 100644
--- a/java/linux-oracle-jre18/pkg-message
+++ b/java/linux-oracle-jre18/pkg-message
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
Warning: This JRE may be unstable. You are advised to use the native
FreeBSD JDK 8, in ports/java/openjdk8.
@@ -15,5 +16,6 @@ and then, as root, executing the commands:
kldload linprocfs
mount /compat/linux/proc
-
-======================================================================
+EOM
+}
+]
diff --git a/java/linux-oracle-jre9/pkg-message b/java/linux-oracle-jre9/pkg-message
index 3fb23658a588..84187435394f 100644
--- a/java/linux-oracle-jre9/pkg-message
+++ b/java/linux-oracle-jre9/pkg-message
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
Warning: This JRE may be unstable. You are advised to use the native
FreeBSD JDK 8, in ports/java/openjdk8.
@@ -15,5 +16,6 @@ and then, as root, executing the commands:
kldload linprocfs
mount /compat/linux/proc
-
-======================================================================
+EOM
+}
+]
diff --git a/java/linux-oracle-serverjre10/pkg-message b/java/linux-oracle-serverjre10/pkg-message
index 3fb23658a588..84187435394f 100644
--- a/java/linux-oracle-serverjre10/pkg-message
+++ b/java/linux-oracle-serverjre10/pkg-message
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
Warning: This JRE may be unstable. You are advised to use the native
FreeBSD JDK 8, in ports/java/openjdk8.
@@ -15,5 +16,6 @@ and then, as root, executing the commands:
kldload linprocfs
mount /compat/linux/proc
-
-======================================================================
+EOM
+}
+]
diff --git a/java/openjdk11/pkg-message b/java/openjdk11/pkg-message
index a651593720d1..2ea3d87d89c8 100644
--- a/java/openjdk11/pkg-message
+++ b/java/openjdk11/pkg-message
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
procfs(5) mounted on /proc.
@@ -12,5 +13,6 @@ To make it permanent, you need the following lines in /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
proc /proc procfs rw 0 0
-
-======================================================================
+EOM
+}
+]
diff --git a/java/openjdk12/pkg-message b/java/openjdk12/pkg-message
index a651593720d1..2ea3d87d89c8 100644
--- a/java/openjdk12/pkg-message
+++ b/java/openjdk12/pkg-message
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
procfs(5) mounted on /proc.
@@ -12,5 +13,6 @@ To make it permanent, you need the following lines in /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
proc /proc procfs rw 0 0
-
-======================================================================
+EOM
+}
+]
diff --git a/java/openjdk6/pkg-message b/java/openjdk6/pkg-message
index a651593720d1..2ea3d87d89c8 100644
--- a/java/openjdk6/pkg-message
+++ b/java/openjdk6/pkg-message
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
procfs(5) mounted on /proc.
@@ -12,5 +13,6 @@ To make it permanent, you need the following lines in /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
proc /proc procfs rw 0 0
-
-======================================================================
+EOM
+}
+]
diff --git a/java/openjdk7/pkg-message b/java/openjdk7/pkg-message
index 9abb673c0b22..22b7b0145629 100644
--- a/java/openjdk7/pkg-message
+++ b/java/openjdk7/pkg-message
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
procfs(5) mounted on /proc for some functionality.
@@ -12,5 +13,6 @@ To make it permanent, you need the following lines in /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
proc /proc procfs rw 0 0
-
-======================================================================
+EOM
+}
+]
diff --git a/java/openjdk8/pkg-message b/java/openjdk8/pkg-message
index a651593720d1..2ea3d87d89c8 100644
--- a/java/openjdk8/pkg-message
+++ b/java/openjdk8/pkg-message
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
procfs(5) mounted on /proc.
@@ -12,5 +13,6 @@ To make it permanent, you need the following lines in /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
proc /proc procfs rw 0 0
-
-======================================================================
+EOM
+}
+]
diff --git a/java/phpeclipse/pkg-message b/java/phpeclipse/pkg-message
index 20de8b93fe47..ed6ad2dae985 100644
--- a/java/phpeclipse/pkg-message
+++ b/java/phpeclipse/pkg-message
@@ -1,6 +1,10 @@
-------------------------------------------------------------------------------
+[
+{ type: install
+ message: <<EOM
If you are experiencing problems while saving files or opening HTML files
please select
"Window->Preferences->PHPeclipse Web Development->Browser Preview Defaults"
and uncheck all checkboxes.
-------------------------------------------------------------------------------
+EOM
+}
+]
diff --git a/java/servingxml/pkg-message b/java/servingxml/pkg-message
index 7ab73d416ed8..a159fbc900be 100644
--- a/java/servingxml/pkg-message
+++ b/java/servingxml/pkg-message
@@ -1,10 +1,10 @@
-
-
- *********************************************************
- * USAGE *
- *********************************************************
-
+[
+{ type: install
+ message: <<EOM
For using servingxml, you need to specify environnemnt variables :
SERVINGXML_HOME={PREFIX}/share/java/servingxml
PATH=$PATH:$SERVINGXML_HOME
Any third party JAR must be added to CLASSPATH
+EOM
+}
+]
diff --git a/java/sqlitejdbc/pkg-message b/java/sqlitejdbc/pkg-message
index eecb4d63f0e1..8f4a700dd85a 100644
--- a/java/sqlitejdbc/pkg-message
+++ b/java/sqlitejdbc/pkg-message
@@ -1,6 +1,12 @@
+[
+{ type: install
+ message: <<EOM
Warning: you need a sqlite3 port compiled with SQLITE_ENABLE_COLUMN_METADATA
in order to use the following methods:
String ResultSetMetaData.getCatalogName(int column)
String ResultSetMetaData.getTableName(int column)
any attemp to use them will close the JVM with an error of:
Undefined symbol "sqlite3_column_table_name16"
+EOM
+}
+]
diff --git a/java/wildfly10/files/pkg-message.in b/java/wildfly10/files/pkg-message.in
index b23e35afe9b5..278924a8c27c 100644
--- a/java/wildfly10/files/pkg-message.in
+++ b/java/wildfly10/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
To make WildFly bind to all interfaces add this to rc.conf:
%%APP_SHORTNAME%%_args="-Djboss.bind.address=0.0.0.0"
@@ -13,3 +16,6 @@ To change JVM args, edit appropriate standalone.conf.
To add the initial admin user:
%%APP_HOME%%/bin/add-user.sh
+EOM
+}
+]
diff --git a/java/wildfly11/files/pkg-message.in b/java/wildfly11/files/pkg-message.in
index b23e35afe9b5..278924a8c27c 100644
--- a/java/wildfly11/files/pkg-message.in
+++ b/java/wildfly11/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
To make WildFly bind to all interfaces add this to rc.conf:
%%APP_SHORTNAME%%_args="-Djboss.bind.address=0.0.0.0"
@@ -13,3 +16,6 @@ To change JVM args, edit appropriate standalone.conf.
To add the initial admin user:
%%APP_HOME%%/bin/add-user.sh
+EOM
+}
+]
diff --git a/java/wildfly12/files/pkg-message.in b/java/wildfly12/files/pkg-message.in
index b23e35afe9b5..278924a8c27c 100644
--- a/java/wildfly12/files/pkg-message.in
+++ b/java/wildfly12/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
To make WildFly bind to all interfaces add this to rc.conf:
%%APP_SHORTNAME%%_args="-Djboss.bind.address=0.0.0.0"
@@ -13,3 +16,6 @@ To change JVM args, edit appropriate standalone.conf.
To add the initial admin user:
%%APP_HOME%%/bin/add-user.sh
+EOM
+}
+]
diff --git a/java/wildfly13/files/pkg-message.in b/java/wildfly13/files/pkg-message.in
index b23e35afe9b5..278924a8c27c 100644
--- a/java/wildfly13/files/pkg-message.in
+++ b/java/wildfly13/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
To make WildFly bind to all interfaces add this to rc.conf:
%%APP_SHORTNAME%%_args="-Djboss.bind.address=0.0.0.0"
@@ -13,3 +16,6 @@ To change JVM args, edit appropriate standalone.conf.
To add the initial admin user:
%%APP_HOME%%/bin/add-user.sh
+EOM
+}
+]
diff --git a/java/wildfly14/files/pkg-message.in b/java/wildfly14/files/pkg-message.in
index b23e35afe9b5..278924a8c27c 100644
--- a/java/wildfly14/files/pkg-message.in
+++ b/java/wildfly14/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
To make WildFly bind to all interfaces add this to rc.conf:
%%APP_SHORTNAME%%_args="-Djboss.bind.address=0.0.0.0"
@@ -13,3 +16,6 @@ To change JVM args, edit appropriate standalone.conf.
To add the initial admin user:
%%APP_HOME%%/bin/add-user.sh
+EOM
+}
+]
diff --git a/java/wildfly15/files/pkg-message.in b/java/wildfly15/files/pkg-message.in
index b23e35afe9b5..278924a8c27c 100644
--- a/java/wildfly15/files/pkg-message.in
+++ b/java/wildfly15/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
To make WildFly bind to all interfaces add this to rc.conf:
%%APP_SHORTNAME%%_args="-Djboss.bind.address=0.0.0.0"
@@ -13,3 +16,6 @@ To change JVM args, edit appropriate standalone.conf.
To add the initial admin user:
%%APP_HOME%%/bin/add-user.sh
+EOM
+}
+]
diff --git a/java/wildfly16/files/pkg-message.in b/java/wildfly16/files/pkg-message.in
index b23e35afe9b5..278924a8c27c 100644
--- a/java/wildfly16/files/pkg-message.in
+++ b/java/wildfly16/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
To make WildFly bind to all interfaces add this to rc.conf:
%%APP_SHORTNAME%%_args="-Djboss.bind.address=0.0.0.0"
@@ -13,3 +16,6 @@ To change JVM args, edit appropriate standalone.conf.
To add the initial admin user:
%%APP_HOME%%/bin/add-user.sh
+EOM
+}
+]
diff --git a/java/wildfly90/files/pkg-message.in b/java/wildfly90/files/pkg-message.in
index 7f967c36ba6d..7e0548e7faf4 100644
--- a/java/wildfly90/files/pkg-message.in
+++ b/java/wildfly90/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
To make WildFly bind to all interfaces add this to rc.conf:
wildfly90_args="-Djboss.bind.address=0.0.0.0"
@@ -13,3 +16,6 @@ To change JVM args, edit appropriate standalone.conf.
To add the initial admin user:
%%APP_HOME%%/bin/add-user.sh
+EOM
+}
+]