| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
Reported by: scottl (by alpha building breakage)
Approved by: re (scottl)
|
|
|
|
|
|
|
|
|
| |
allows "make release" to find all of the documentation related ports
it needs if you build a release with NOPORTS. This should be moved to
within the port Makefile so we don't have to keep it updated in two
different places.
PR: docs/51305
|
|
|
|
|
|
| |
Use openjade on all non-i386 platforms (not just alpha).
Reviewed by: -doc
|
|
|
|
|
| |
Pointed out by: jhay
MFC After: 1 day
|
|
|
|
|
|
|
|
|
|
| |
think this list of the bare minimal ports required should maybe be
moved to textproc/docproj/Makefile, so that when we add a new
dependency there, we can just add it to a required or optional list,
rather than add it there and forget about it here. ;)
Noticed by: jhay
Forgotten by: nik
|
|
|
|
| |
Obtained from: ports/Mk/bsd.port.mk
|
|
|
|
|
|
| |
This should unbreak release builds with docs but without a full ports tree.
While I'm here, fix a minor sorting glitch.
|
|
|
|
| |
for building docs with a release.
|
|
|
|
| |
in a release without a full ports tree.
|
| |
|
|
|
|
| |
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
|