On Sun, Dec 19, 2010 at 01:49:15AM -0300, Fernando Quintero wrote:
>Hi all,
>
>I'm updating a port, then I try to re-build the PLIST-main file with
>the command "make plist", however the list is not complete (diff
>against last version), even this command delete the lines:
>PLIST-main:@newgroup _cherokee:608
>PLIST-main:@newuser _cherokee:608:_cherokee:daemon:Cherokee HTTP
>Server:/var/empty:/sbin/nologin
>
>Now the port doesn?t run because the user _cherokee was not create.
>
>Exist there any aditional steps in order to rebuild effectively the PLIST
>files?
update-plist Update the packing lists for a port, using the fake
installation and the existing packing lists. update-plist
should produce mostly correct PLIST, PFRAG.shared and
PFRAG.no-shared files, handling shared libraries, GNU
info(1) files, setuid files, and empty directories. It
moves existing files to PLIST.orig, PFRAG.shared.orig and
PFRAG.no-shared.orig. If the generated lists include files
and directories that shouldn't be included, comment these
like this:
@comment unwanted-file
@comment @dirrm unwanted-dir
Subsequent calls to update-plist will automatically
recognize and handle such lines correctly.
update-plist does not handle flavor situations yet, so
beware.
jirib