cyrus-sasl2-saslauthd package failure.

2013-10-12 Thread Dewayne-remote
While attempting to rebuild all my 500+ ports for servers only, I came across this issue with saslauthd. The installation is successful, but the package assembly fails with: tar: etc/rc.d/saslauthd: Cannot stat: No such file or directory But the file is correctly installed in staging # ls -l

Re: cyrus-sasl2-saslauthd package failure.

2013-10-12 Thread Scot Hetzel
On Sat, Oct 12, 2013 at 3:44 AM, Dewayne-remote dewayne.gerag...@heuristicsystems.com.au wrote: While attempting to rebuild all my 500+ ports for servers only, I came across this issue with saslauthd. The installation is successful, but the package assembly fails with: tar:

Re: cyrus-sasl2-saslauthd package failure.

2013-10-12 Thread Scot Hetzel
I tried to add a .undef STAGEDIR to bsd.port.mk: --- /usr/ports/Mk.bsd.port.mk +++ /usr/ports/Mk.bsd.port.mk @@ -1932,6 +1932,8 @@ .if !defined(NO_STAGE) .include ${PORTSDIR}/Mk/bsd.stage.mk +.else +.undef STAGEDIR +.if defined(STAGEDIR) +IGNORE= STAGEDIR defined on the command line,

Re: cyrus-sasl2-saslauthd package failure.

2013-10-12 Thread Dewayne
On 13/10/2013 3:51 AM, Scot Hetzel wrote: On Sat, Oct 12, 2013 at 3:44 AM, Dewayne-remote dewayne.gerag...@heuristicsystems.com.au wrote: While attempting to rebuild all my 500+ ports for servers only, I came across this issue with saslauthd. The installation is successful, but the package