[Bug 194478] [new port] java/wildfly81

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 13 10:31:38 UTC 2014


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

--- Comment #17 from John Marino <marino at FreeBSD.org> ---
Error: Orphaned: @dir %%APP_HOME%%/.installation
Error: Orphaned: @dir %%APP_HOME%%/domain/data/content
Error: Orphaned: @dir %%APP_HOME%%/domain/tmp/auth
Error: Orphaned: @dir %%APP_HOME%%/standalone/lib/ext
Error: Orphaned: @dir %%APP_HOME%%/standalone/tmp/auth


This means you have empty directories in STAGEDIR that you don't have in your
pkg-plist.

If you really want to install empty directories, you need to use @dir.  I doubt
this is the case for .installation, so you need to remove the directories,
e.g..

post-install:
  ${RM} -f ${STAGEDIR}${APP_HOME}/.installation \
    ${STAGEDIR}${APP_HOME}/domain/tmp/auth

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


More information about the freebsd-ports-bugs mailing list