gdnsd defaults to creating a relative directory named 'system' to chroot to. this combined with staging tried to create an empty directory /wrkdirs/usr/ports/dns/gdnsd/work/stagesystem Add the configure flag --with-rootdir=/usr/local/etc/gdnsd so that this does not happen Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->zi I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: zi Date: Fri Nov 8 01:19:12 2013 New Revision: 333171 URL: http://svnweb.freebsd.org/changeset/ports/333171 Log: - Correct a staging issue PR: ports/183734 Submitted by: Allan Jude <ports@scaleengine.com> (maintainer) Modified: head/dns/gdnsd/Makefile Modified: head/dns/gdnsd/Makefile ============================================================================== --- head/dns/gdnsd/Makefile Fri Nov 8 01:10:01 2013 (r333170) +++ head/dns/gdnsd/Makefile Fri Nov 8 01:19:12 2013 (r333171) @@ -15,7 +15,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var +CONFIGURE_ARGS= --localstatedir=/var --with-rootdir=${LOCALBASE}/etc/gdnsd USE_LDCONFIG= yes USE_XZ= yes USES= pkgconfig _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"