Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Jun 2014 04:43:43 +0000
From:      bz-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 190680] net/mDNSResponder missing rc.d/mdns
Message-ID:  <bug-190680-13-VzNzFKRj5m@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-190680-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-190680-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190680

Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Triage                |Issue Resolved
                 CC|                            |sunpoet@FreeBSD.org
         Resolution|---                         |FIXED

--- Comment #2 from Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> ---
It is a bad idea to use a shared STAGEDIR (/usr/staging in your case). STAGEDIR
defaults to ${WRKDIR}/stage which will not be affected by other ports. "make
clean" empties ${WRKDIR} and your STAGEDIR is out of ${WRKDIR} therefore you
should empty it by yourself and do not build ports concurrently if you decide
to use a shared STAGEDIR.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190680-13-VzNzFKRj5m>