Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Nov 2014 23:30:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193133] [NEW PORT] www/ccnet: Framework for writing networked applications
Message-ID:  <bug-193133-13-cbVgWgprtH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193133-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193133-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=193133

--- Comment #19 from John Marino <marino@FreeBSD.org> ---
(In reply to Jingfeng Yan from comment #17)
> pouderier only complain for usage of @dirrmtry, and suggest using @dir.  It
> claims that 
> @dirrmtry is deprecated and please use @dir.  

It is a misleading suggestion.  The most likely fix for @dirrmtry is removing
the line, not replacing it with @dir

> You are correct, the list are generated from makeplist.  

using an unmodified makeplist output is a basically a user error.  You are
expected to modify it, *especially* the @dir lines.

> After I run makeplist again, I did see all the
> @dirrmtry are changed to be @dir.  Then, pouderier did not complain any
> more.  Only portlint complains.

Poudriere doesn't complain because the logic of either the makeplist or the
check-plist isn't smart enough yet.

Please remove the @dir as I mentioned above and run the tests again. They will
pass without any @dir lines in the pkg-plist.

-- 
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-193133-13-cbVgWgprtH>