| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
is set by specifying '-a <arch>'. (Only supported for i386 on amd64
and powerpc on powerpc64 currently).
- Change how textproc/docproj is installed:
o Attempt to install from pkg(8);
o Fall back to pkg_add(1) if pkg(8) installation is not
successful;
o Fall back to installing from ports as last resort.
- Ensure the script is run by root[1].
- Get OSVERSION from param.h[1].
Provided by: glebius [1]
Reviewed by: nwhitehorn, kensmith
Approved by: kensmith
MFC After: 2 weeks
X-Needs-MFC: r240586, r240587, r240588
|
|
|
|
|
|
|
| |
Remove CVS_* variables in comments.
MFC after: 1 week
X-MFC-With: r240586
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use svn for ports and doc trees
- When installing a binary textproc/docproj package,
switch pkg_add(1) to pkg(8) [1]
Reviewed by: nwhitehorn
Approved by: nwhitehorn
Enhanced by: glebius [1]
MFC After: 1 week
X-MFC-To: 9-only
|
|
|
|
| |
Suggested by: jilles
|
|
|
|
| |
can override this. While here move 'mkdir' down below 'set -e'.
|
|
|
|
|
|
|
| |
via -r.
- To ease adding new features, roll out a getopt loop here.
Reviewed by: nwhitehorn
|
|
|
|
|
|
| |
things and generating checksums.
MFC after: 1 week
|
|
|
|
|
|
|
| |
the normal distfile mechanism. Thanks to Marc Fonvieille for the patch and
for putting up with me taking entirely too long to commit this!
Submitted by: blackend
|
|
|
|
|
|
|
|
|
|
| |
so that running make release causes make obj to be run before doing
anything. This fixes a bug wherein, when run for the first time, and
without -DNOSRC, make release would attempt to recursively tar up the src
directory including its own output and enter an infinite loop.
While here, make the cross-building stuff work a little more the way it
should if only one of TARGET/TARGET_ARCH is specified.
|
|
|
|
| |
Ed Schouten.
|
|
|
|
| |
doesn't always work reliably.
|
|
|
|
| |
make release has deleterious consequences.
|
|
|
|
|
| |
(and requesting that users grub around) in /usr/obj. Also make sure that
make clean removes the bootonly media and clean up that target a little.
|
| |
|
|
|
|
|
|
| |
to be a meta-target, and having it do this avoids it spewing files all
over the source tree by default (and possible recursive tarring if
distributing a src tarball).
|
|
|
|
|
|
| |
in addition to CVSUP, and add support for alternate SVN roots for src.
Requested by: jhb
|
|
|
|
| |
perchance to dream...
|
|
|
|
| |
hat goes to me for this one.
|
|
|
|
| |
if no doc checkout is found.
|
|
checkout/chroot/compile/release dance that the existing release Makefile
does for those who want a totally pristine release build.
|