Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Nov 2014 23:28:26 +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-awk7rS1iNP@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 #18 from Jingfeng Yan <yan_jingfeng@yahoo.com> ---
(In reply to Jingfeng Yan from comment #17)
> (In reply to Jingfeng Yan from comment #16)
> > (In reply to John Marino from comment #15)
> > > (In reply to Jingfeng Yan from comment #12)
> > > > Created attachment 148941 [details]
> > > > test port log
> > > 
> > > Are you sure you uploaded the latest shar?  because I would have expected to
> > > see errors related to the "@dir" lines and I don't see those errors.
> > > 
> > > Maybe you fixed the port but uploaded an old shar file.
> > 
> > Will change and test again. 
> 
> > Maybe you fixed the port but uploaded an old shar file.
> 
> pouderier only complain for usage of @dirrmtry, and suggest using @dir.  It
> claims that 
> @dirrmtry is deprecated and please use @dir.  You are correct, the list are
> generated from makeplist.  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.

0922 is the special day :)

20140922:
AUTHOR: bapt@FreeBSD.org

  pkg(8) now handles the directories under PREFIX automatically,
  and will automatically remove them as needed.
  A new @dir keyword has been introduced to handle directories specially:
  - directories with special owner, group, or permissions (access mode)
  - empty directories
  - directories out of PREFIX
  As a consequence @dirrm and @dirrmtry are now considered deprecated.

  Credentials can now be passed in arguments to keywords
  (the empty keyword means "regular file"):
  @(user,group,mode) file1
  @dir(user,group,mode) directory_with_special_owner_or_mode

  PLIST_DIRSTRY is now considered deprecated, use PLIST_DIRS instead.

-- 
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-awk7rS1iNP>