| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Collection, so we need to change the ports we need for a release.
|
|
|
|
|
|
|
|
| |
and build the right port for make release.
Submitted by: bmah
Approved by: bmah
MFC after: 2 days
|
|
|
|
| |
ports/textproc/docproj/Makefile rev. 1.33 (which adds graphics/scr2png).
|
| |
|
|
|
|
| |
Submitted by: John Hay
|
|
|
|
| |
as possible.
|
|
|
|
| |
Submitted by: Alexey V. Neyman <avn@any.ru>
|
|
the need to also create the entire ports tree during a `make release'.
The main motivation behind this is that handling the ports tree still
takes a huge amount of time due to the large number of directories
involved, even on modern disks.
The solution is to establish a list of dependent ports that are
minimally required. This list needs to be manually maintained in case
the doc ports toolchain changes, and has thus been broken out into a
separate file Makefile.inc.docports. (release/Makefile has gotten
overly lengthy already anyway.)
Discussed with: bmah, nik
Reviewed by: bmah
|