[Bug 194478] [new port] java/wildfly81

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 13 11:10:08 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194478

--- Comment #23 from John Marino <marino at FreeBSD.org> ---
I only see one minor issue.  You have both do-install and post-install targets.
 You only need one.

CHANGE:

Xdo-install:
X    ${MKDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION} 
X    cd ${WRKSRC} && ${COPYTREE_SHARE} .
${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}
X    chmod +x ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/bin/*.sh
X
Xpost-install:
X    ${RMDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/.installation

TO:

Xdo-install:
X    ${MKDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION} 
X    cd ${WRKSRC} && ${COPYTREE_SHARE} .
${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}
X    chmod +x ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/bin/*.sh
X    ${RMDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/.installation


Make that change, upload a new shar (text/plain MIME type please) and then I'll
promote the PR.  You don't need to upload a new poudriere test log.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list