FreeBSD Bugzilla – Attachment 136031 Details for
Bug 181080
porters-handbook: mention PLIST_DIRSTRY
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
porters-handbook.diff
porters-handbook.diff (text/plain), 2.39 KB, created by
Frederic Culot
on 2013-08-06 10:00:00 UTC
(
hide
)
Description:
porters-handbook.diff
Filename:
MIME Type:
Creator:
Frederic Culot
Created:
2013-08-06 10:00:00 UTC
Size:
2.39 KB
patch
obsolete
>Index: book.xml >=================================================================== >--- book.xml (revision 42499) >+++ book.xml (working copy) >@@ -9930,20 +9930,25 @@ > <filename><makevar>TMPPLIST</makevar></filename>.</para> > > <para>Another possibility to modify port's packing list is based >- on setting the variables <makevar>PLIST_FILES</makevar> and >- <makevar>PLIST_DIRS</makevar>. The value of each variable is >+ on setting the variables <makevar>PLIST_FILES</makevar>, >+ <makevar>PLIST_DIRS</makevar>, and >+ <makevar>PLIST_DIRSTRY</makevar>. The value of each variable is > regarded as a list of pathnames to write to > <filename><makevar>TMPPLIST</makevar></filename> along with > <filename><makevar>PLIST</makevar></filename> contents. Names >- listed in <makevar>PLIST_FILES</makevar> and >- <makevar>PLIST_DIRS</makevar> are subject to >+ listed in <makevar>PLIST_FILES</makevar>, >+ <makevar>PLIST_DIRS</makevar>, and >+ <makevar>PLIST_DIRSTRY</makevar> are subject to > <literal>%%<replaceable>VAR</replaceable>%%</literal> > substitution, as described above. Except for that, names from > <makevar>PLIST_FILES</makevar> will appear in the final >- packing list unchanged, while <literal>@dirrm</literal> will >- be prepended to names from <makevar>PLIST_DIRS</makevar>. To >- take effect, <makevar>PLIST_FILES</makevar> and >- <makevar>PLIST_DIRS</makevar> must be set before >+ packing list unchanged, while <literal>@dirrm</literal> and >+ <literal>@dirrmtry</literal> will >+ be prepended to names from <makevar>PLIST_DIRS</makevar> >+ and <makevar>PLIST_DIRSTRY</makevar>, respectively. To >+ take effect, <makevar>PLIST_FILES</makevar>, >+ <makevar>PLIST_DIRS</makevar>, and >+ <makevar>PLIST_DIRSTRY</makevar> must be set before > <filename><makevar>TMPPLIST</makevar></filename> is written, > i.e., in <maketarget>pre-install</maketarget> or > earlier.</para> >@@ -10071,8 +10076,9 @@ > <filename>pkg-plist</filename> file (with or without variable > substitution), or embedded into the > <filename>Makefile</filename> via >- <makevar>PLIST_FILES</makevar> and >- <makevar>PLIST_DIRS</makevar>. Even if the contents are >+ <makevar>PLIST_FILES</makevar>, >+ <makevar>PLIST_DIRS</makevar>, and >+ <makevar>PLIST_DIRSTRY</makevar>. Even if the contents are > auto-generated by a tool or a target in the Makefile > <emphasis>before</emphasis> the inclusion into the Ports > Collection by a committer, this is still considered a static
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 181080
: 136031 |
136032