Nathan Whitehorn
c0d25a4bbe
Add support for checking out ports and doc trees from a CVS repository,
...
in addition to CVSUP, and add support for alternate SVN roots for src.
Requested by: jhb
2011-03-19 23:06:17 +00:00
Nathan Whitehorn
12ad0bb143
Thanks to sysinstall for its 15 years of service. And now to sleep,
...
perchance to dream...
2011-03-14 13:47:17 +00:00
Nathan Whitehorn
3fc77bec6b
Fix some typos due to unremoved commented-out lines. A great big pointy
...
hat goes to me for this one.
2011-03-13 18:02:28 +00:00
Nathan Whitehorn
b70047d413
Add generation of an installation manifest containing SHA256 checksums as
...
well as package descriptions and add code in the installer to check the
checksums.
2011-03-13 17:15:31 +00:00
Nathan Whitehorn
5921b7ea2e
Connect the full doc build (Handbook, etc.) to the build. This is not built
...
if no doc checkout is found.
2011-03-13 15:08:06 +00:00
Nathan Whitehorn
89033280b7
Add generation of memstick images to the bsdinstall release makefile for
...
i386 and amd64. This involved moving the memstick generation script to
the arch directories from scripts/, in analogy to mkisoimages.sh. This
script was never called from /usr/src/release/Makefile, so that hasn't
been updated.
2011-03-13 01:38:24 +00:00
Nathan Whitehorn
7ddcfc6c33
Fix bugs and make improvements to documentation renaming.
...
Submitted by: Garrett Cooper
2011-03-11 17:47:59 +00:00
Nathan Whitehorn
b94338d4f0
Add support for generating release documentation. Note that, due to the
...
release documentation build being broken at the moment, this is only
partially functional.
2011-03-11 17:01:14 +00:00
Nathan Whitehorn
216c7d1766
Add a wrapper script for Makefile.bsdinstall that does the source
...
checkout/chroot/compile/release dance that the existing release Makefile
does for those who want a totally pristine release build.
2011-03-11 16:58:21 +00:00
Nathan Whitehorn
6cc28b780f
Remove a redundant rm and avoiding tarring up work directories in ports
...
trees.
2011-03-09 15:02:23 +00:00
Nathan Whitehorn
68b8b11cd0
Make this makefile a little more make-like (e.g. build only things that
...
need to be rebuilt) and add an FTP-area target. Next will be docs and
memstick builds.
2011-03-06 21:19:33 +00:00
Nathan Whitehorn
8cfdf36d27
Add additional release makefile for bsdinstall-based media, along with
...
support files. This does not change the default behavior of anything.
To make bsdinstall-based media, pre-build world and GENERIC, then run
the release target in Makefile.bsdinstall.
2011-03-02 16:06:57 +00:00
Nathan Whitehorn
99ad39c822
Improve the distributeworld target in Makefile.inc1 and update the release
...
infrastructure to use it. make distributeworld can now be used without
preparing its environment first and installs games into its distribution
using the regular make distribute logic instead of post-processing with
a script.
Also add two new targets, packageworld and packagekernel, that tar up the
results of distributeworld and distributekernel (also new), respectively.
2011-03-02 14:39:26 +00:00
Martin Matuska
8dc4928bf7
Add release notes for xz update to 5.0.0.
2011-02-11 14:55:17 +00:00
Luigi Rizzo
7f2428704d
following the recent (218130) changes to Makefile and Makefile.inc1,
...
we need to set TARGET and TARGET_ARCH to get a correct WMAKEENV.
I am setting both to i386 since this is what picobsd is used for,
though there might be a better fix.
Add initial support for parallel make. This is disabled right now,
because there are incorrect dependencies somewhere which require
to run picobsd 2-3 times to complete a build.
MFC after: 2 weeks
2011-02-05 23:03:40 +00:00
Yoshihiro Takahashi
9f9569662f
Fix making a release. The old libdialog was renamed to libodialog.
2011-01-14 10:56:44 +00:00
Nathan Whitehorn
06b000f542
Fix the overflowing livefs ISO by removing man pages from the HFS part of
...
the hybrid disk. This is a stopgap until a better solution can be found,
but lets the powerpc release build complete for the time being.
MFC after: 1 week
2010-12-15 23:43:25 +00:00
Luigi Rizzo
2f8d87d326
move the initialization of BINMAKE earler, so it is
...
available throughout the entire build process.
Submitted by: Matteo Landi
MFC after: 3 days
2010-11-12 12:48:41 +00:00
Marius Strobl
0e7922867a
Add gpart and glabel to the release CD mfsroot.
2010-11-07 19:23:25 +00:00
Marius Strobl
b790ac8809
- Move Sun Fire V240 to the list of known working machines.
...
- For the parallel stable/7 and stable/8 branches mention both releases that
first supported a particular sparc64 machine and update the sparc64 hardware
list regarding machines that will be supported beginning with 7.4-RELEASE.
2010-11-06 11:38:49 +00:00
Xin LI
49727e098f
Add a short note about kernel modules in FIXIT mode.
...
MFC after: 1 month
2010-10-27 17:13:38 +00:00
Hiroki Sato
832f8c8a9b
Replace an obsolete flag -L in an mkisofs(1) command line with
...
-allow-leading-dots to fix "make release" for FreeBSD/powerpc.
Reviewed by: marcel
2010-10-03 13:13:10 +00:00
Luigi Rizzo
09bc43b0cf
use make from the toolchain, as the source tree may depend on
...
specific features (e.g. on recent HEAD, rtld fails with older 'make')
MFC after: 3 days
2010-09-28 22:30:11 +00:00
John Hay
890ef4f4fe
Chase the ports list to make snapshots work again with NOPORTS set.
2010-09-17 07:40:02 +00:00
Christian Brueffer
b039b6f4b1
sis(4) should work on all architectures now.
2010-09-06 11:02:50 +00:00
Gavin Atkinson
86893cf0d5
Merge r114010 of head/usr.bin/login/login.c into PicoBSD's login.c:
...
Correct the login.conf variable name used for obtaining the login prompt.
PR: conf/44717 (indirectly)
Spotted by: gcooper
MFC after: 1 week
2010-08-08 16:55:27 +00:00
Gavin Atkinson
84f583c47e
Correct two error messages to match the failure they are reporting.
...
MFC after: 1 week
2010-08-08 16:20:32 +00:00
Luigi Rizzo
d47335eec9
add some modern stuff: SMP, SCHED_ULE, PREEMPTION
...
and support for VIMAGE
2010-07-15 16:32:59 +00:00
Nathan Whitehorn
0dd04e5470
Get powerpc64 install CDs a little closer: some powerpc things should be
...
used on powerpc64 as well (build scripts, for instance), and the MFS root
must be adjusted upward on powerpc64 as well.
This doesn't completely solve things: sysinstall stil needs some
persuasion to deal with a default kernel named GENERIC64.
2010-07-15 01:48:30 +00:00
Nathan Whitehorn
8bb2397180
Connect powerpc64 to the build. It is not presently part of make universe,
...
which will be added soon.
Reviewed by: imp
2010-07-13 21:19:59 +00:00
Brian Somers
bcc4111272
Remove an unnecessary cat.
...
PR: 145447
Submitted by: u at netbeisser dot de
MFC after: 1 week
2010-06-19 09:33:11 +00:00
Martin Matuska
5995fb97d9
Document ZFS upgrade to version 14, support for NFSv4 ACLs,
...
changes in L2ARC and zfs send.
Approved by: delphij (mentor)
2010-06-07 06:38:12 +00:00
Martin Matuska
f0e78b02bd
Document import of xz.
...
Approved by: delphij (mentor)
2010-06-02 21:28:07 +00:00
Marcel Moolenaar
dbd9a3aab3
The EFI system partition used to make the CD image bootable is running
...
out of space. Bump it up...
2010-05-28 17:50:35 +00:00
Xin LI
241e22a783
Reorder to have -lcrypto after -larchive. Our linker doesn't seem to like
...
the current ordering :(
2010-05-26 18:55:40 +00:00
Xin LI
a4aa00d551
Grammar nits.
...
Submitted by: b. f. <bf1783 googlemail com>
2010-05-25 22:19:51 +00:00
Xin LI
8755e33a57
libarchive now needs libcrypto and liblzma.
2010-05-25 17:48:17 +00:00
Xin LI
3ffaf7db1c
Document bc/dc and nc updates.
2010-05-25 17:43:23 +00:00
Marius Strobl
f09ee54ae0
According to simon@ when referring to a company along a product just to
...
identify the company one shouldn't use the company trademark.
Approved by: simon
2010-05-24 16:42:55 +00:00
Nathan Whitehorn
c42c0167fe
Revise PowerPC hardware notes to reflect status for 8.1.
2010-05-23 20:00:12 +00:00
Marius Strobl
cc4ee0436a
Update the sparc64 hardware list regarding machines that will be supported
...
beginning with 8.1-RELEASE as well as correct some existing entries and
add previously missed ones.
Approved by: blackend
MFC after: 3 days
2010-05-23 19:46:19 +00:00
Christian Brueffer
3a8a664747
et.4 doesn't have a HARDWARE section. Unbreak the build by manually
...
describing the supported et(4) chips.
2010-05-13 03:56:57 +00:00
Christian Brueffer
42ebc8c692
Automatically generate hardware notes for run(4).
2010-05-12 19:24:31 +00:00
Christian Brueffer
7cd75bfd82
Add et(4), sge(4) and mwl(4).
2010-05-12 17:53:05 +00:00
Nathan Whitehorn
0d526fa829
Add gpart and glabel to the release CD mfsroot. Even if sysinstall
...
cannot partition disks on powerpc, this will allow the user to.
PR: powerpc/93203
Obtained from: ia64
MFC after: 1 week
2010-04-20 01:12:23 +00:00
Ken Smith
a3238bcf8f
Shift the version of perl used by the release build process over to
...
perl-5.10. This aligns the release build process with the current
default version of perl in the ports tree.
I'll MFC this to all active branches.
MFC after: 3 days
2010-04-09 14:27:17 +00:00
Ken Smith
49ac20555f
Pass the HTTP_PROXY and FTP_PROXY environment variables through in addition
...
to FTP_PASSIVE_MODE so release building works for a machine that needs
to use a proxy.
PR: misc/137688
Submitted by: Michael Leun
MFC after: 2 weeks
2010-04-09 14:24:00 +00:00
Ken Smith
c0f29c6e1d
Provide a script that can be used to create the memstick images. For now
...
it isn't being integrated into 'make release' because for the forseeable
future the memstick images will be identical to what's on the DVD except
for which package set is provided. If/when what's on the memstick diverges
from what's on the DVD it would make more sense to generate a "memstick"
directory in $CHROOT/R/cdrom and build the memstick image along with the
ISO images.
Reviewed by: jhb, ru, Garrett Cooper (yanefbsd at gmail dot com)
2010-02-18 15:45:43 +00:00
Luigi Rizzo
28e1dd4b75
use log instead of logverbose in three places so the build won't need
...
input to run to completion
MFC after: 3 days
2010-02-14 15:55:30 +00:00
Luigi Rizzo
91f88f8e7a
a minimal set of changes to adapt to the utmp->utmpx changes.
...
lastlog still not implemented, i am hoping that Ed or someone
has some idea on how to fix this, but it is really not important.
2010-02-14 15:51:36 +00:00