View | Details | Raw Unified | Return to bug 200092 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +9 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	wildfly80
4
PORTNAME=	wildfly80
5
PORTVERSION=	8.0.0
5
PORTVERSION=	8.0.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	java www
7
CATEGORIES=	java www
8
MASTER_SITES=	http://download.jboss.org/wildfly/${WILDFLY_VERSION}/
8
MASTER_SITES=	http://download.jboss.org/wildfly/${WILDFLY_VERSION}/
9
DISTNAME=	wildfly-${WILDFLY_VERSION}
9
DISTNAME=	wildfly-${WILDFLY_VERSION}
Lines 22-27 Link Here
22
LOG_DIR?=	${VAR_DIR}/log/${PORTNAME}
22
LOG_DIR?=	${VAR_DIR}/log/${PORTNAME}
23
PID_FILE=	${VAR_DIR}/run/${PORTNAME}.pid
23
PID_FILE=	${VAR_DIR}/run/${PORTNAME}.pid
24
WILDFLY_VERSION=8.0.0.Final
24
WILDFLY_VERSION=8.0.0.Final
25
SUB_FILES=	pkg-message
25
26
26
SUB_LIST=	APP_SHORTNAME=${PORTNAME} \
27
SUB_LIST=	APP_SHORTNAME=${PORTNAME} \
27
		LOG_DIR=${LOG_DIR} \
28
		LOG_DIR=${LOG_DIR} \
Lines 31-36 Link Here
31
		APP_HOME=${PREFIX}/wildfly-${PORTVERSION}
32
		APP_HOME=${PREFIX}/wildfly-${PORTVERSION}
32
PLIST_SUB=	APP_HOME=wildfly-${PORTVERSION}
33
PLIST_SUB=	APP_HOME=wildfly-${PORTVERSION}
33
34
35
post-patch:
36
	${RM} ${WRKSRC}/bin/add-user.sh.orig
37
34
do-build:
38
do-build:
35
	${RM} ${WRKSRC}/bin/*.bat
39
	${RM} ${WRKSRC}/bin/*.bat
36
	${RM} -rf ${WRKSRC}/bin/service
40
	${RM} -rf ${WRKSRC}/bin/service
Lines 37-42 Link Here
37
	${RM} -rf ${WRKSRC}/bin/init.d
41
	${RM} -rf ${WRKSRC}/bin/init.d
38
42
39
do-install:
43
do-install:
40
	${MKDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION} && cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu -R ${USER}:${GROUP} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}
44
	${MKDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}
45
	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION})
46
	${CHMOD} +x ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/bin/*.sh
47
	${RMDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/.installation
41
48
42
.include <bsd.port.mk>
49
.include <bsd.port.mk>
(-)files/pkg-message.in (-1 / +1 lines)
Lines 12-15 Link Here
12
12
13
To add the initial admin user:
13
To add the initial admin user:
14
14
15
/usr/local/wildfly-8.0.0/bin/add-user.sh
15
%%LOCALBASE%%/wildfly-8.0.0/bin/add-user.sh
(-)pkg-message (-15 lines)
Lines 1-15 Link Here
1
To make WildFly bind to all interfaces add this to rc.conf:
2
3
wildfly80_args="-Djboss.bind.address=0.0.0.0"
4
5
See
6
7
	https://community.jboss.org/wiki/JBossProperties
8
9
for additional startup properties.
10
11
To change JVM args, edit appropriate standalone.conf.
12
13
To add the initial admin user:
14
15
/usr/local/wildfly-8.0.0/bin/add-user.sh
(-)pkg-plist (-25 / +23 lines)
Lines 1-9 Link Here
1
@owner www
1
@owner www
2
@group www
2
@group www
3
@mode 644
4
%%APP_HOME%%/appclient/configuration/appclient.xml
5
%%APP_HOME%%/appclient/configuration/logging.properties
6
%%APP_HOME%%/domain/configuration/application-roles.properties
7
%%APP_HOME%%/domain/configuration/application-users.properties
8
%%APP_HOME%%/domain/configuration/default-server-logging.properties
9
%%APP_HOME%%/domain/configuration/domain.xml
10
%%APP_HOME%%/domain/configuration/host-master.xml
11
%%APP_HOME%%/domain/configuration/host-slave.xml
12
%%APP_HOME%%/domain/configuration/host.xml
13
%%APP_HOME%%/domain/configuration/logging.properties
14
%%APP_HOME%%/domain/configuration/mgmt-groups.properties
15
%%APP_HOME%%/domain/configuration/mgmt-users.properties
16
%%APP_HOME%%/standalone/configuration/application-roles.properties
17
%%APP_HOME%%/standalone/configuration/application-users.properties
18
%%APP_HOME%%/standalone/configuration/logging.properties
19
%%APP_HOME%%/standalone/configuration/mgmt-groups.properties
20
%%APP_HOME%%/standalone/configuration/mgmt-users.properties
21
%%APP_HOME%%/standalone/configuration/standalone-full-ha.xml
22
%%APP_HOME%%/standalone/configuration/standalone-full.xml
23
%%APP_HOME%%/standalone/configuration/standalone-ha.xml
24
%%APP_HOME%%/standalone/configuration/standalone.xml
25
@mode
3
%%APP_HOME%%/LICENSE.txt
26
%%APP_HOME%%/LICENSE.txt
4
%%APP_HOME%%/README.txt
27
%%APP_HOME%%/README.txt
5
%%APP_HOME%%/appclient/configuration/appclient.xml
6
%%APP_HOME%%/appclient/configuration/logging.properties
7
%%APP_HOME%%/bin/.jbossclirc
28
%%APP_HOME%%/bin/.jbossclirc
8
%%APP_HOME%%/bin/add-user.properties
29
%%APP_HOME%%/bin/add-user.properties
9
%%APP_HOME%%/bin/add-user.sh
30
%%APP_HOME%%/bin/add-user.sh
Lines 255-270 Link Here
255
%%APP_HOME%%/docs/schema/wildfly-rts_1_0.xsd
276
%%APP_HOME%%/docs/schema/wildfly-rts_1_0.xsd
256
%%APP_HOME%%/docs/schema/wildfly-security-manager_1_0.xsd
277
%%APP_HOME%%/docs/schema/wildfly-security-manager_1_0.xsd
257
%%APP_HOME%%/docs/schema/wildfly-undertow_1_0.xsd
278
%%APP_HOME%%/docs/schema/wildfly-undertow_1_0.xsd
258
%%APP_HOME%%/domain/configuration/application-roles.properties
259
%%APP_HOME%%/domain/configuration/application-users.properties
260
%%APP_HOME%%/domain/configuration/default-server-logging.properties
261
%%APP_HOME%%/domain/configuration/domain.xml
262
%%APP_HOME%%/domain/configuration/host-master.xml
263
%%APP_HOME%%/domain/configuration/host-slave.xml
264
%%APP_HOME%%/domain/configuration/host.xml
265
%%APP_HOME%%/domain/configuration/logging.properties
266
%%APP_HOME%%/domain/configuration/mgmt-groups.properties
267
%%APP_HOME%%/domain/configuration/mgmt-users.properties
268
%%APP_HOME%%/jboss-modules.jar
279
%%APP_HOME%%/jboss-modules.jar
269
%%APP_HOME%%/modules/system/layers/base/asm/asm/main/asm-3.3.1.jar
280
%%APP_HOME%%/modules/system/layers/base/asm/asm/main/asm-3.3.1.jar
270
%%APP_HOME%%/modules/system/layers/base/asm/asm/main/module.xml
281
%%APP_HOME%%/modules/system/layers/base/asm/asm/main/module.xml
Lines 994-1008 Link Here
994
%%APP_HOME%%/modules/system/layers/base/sun/jdk/main/module.xml
1005
%%APP_HOME%%/modules/system/layers/base/sun/jdk/main/module.xml
995
%%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services/java.sql.Driver
1006
%%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services/java.sql.Driver
996
%%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services/javax.script.ScriptEngineFactory
1007
%%APP_HOME%%/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services/javax.script.ScriptEngineFactory
997
%%APP_HOME%%/standalone/configuration/application-roles.properties
998
%%APP_HOME%%/standalone/configuration/application-users.properties
999
%%APP_HOME%%/standalone/configuration/logging.properties
1000
%%APP_HOME%%/standalone/configuration/mgmt-groups.properties
1001
%%APP_HOME%%/standalone/configuration/mgmt-users.properties
1002
%%APP_HOME%%/standalone/configuration/standalone-full-ha.xml
1003
%%APP_HOME%%/standalone/configuration/standalone-full.xml
1004
%%APP_HOME%%/standalone/configuration/standalone-ha.xml
1005
%%APP_HOME%%/standalone/configuration/standalone.xml
1006
%%APP_HOME%%/standalone/deployments/README.txt
1008
%%APP_HOME%%/standalone/deployments/README.txt
1007
%%APP_HOME%%/welcome-content/bkg.gif
1009
%%APP_HOME%%/welcome-content/bkg.gif
1008
%%APP_HOME%%/welcome-content/documentation.html
1010
%%APP_HOME%%/welcome-content/documentation.html
Lines 1808-1814 Link Here
1808
@dir %%APP_HOME%%/bin
1810
@dir %%APP_HOME%%/bin
1809
@dir %%APP_HOME%%/appclient/configuration
1811
@dir %%APP_HOME%%/appclient/configuration
1810
@dir %%APP_HOME%%/appclient
1812
@dir %%APP_HOME%%/appclient
1811
@dir %%APP_HOME%%/.installation
1812
@dir %%APP_HOME%%
1813
@owner
1814
@group

Return to bug 200092