Path to this page:
./
sysutils/sysbuild,
Automates builds of NetBSD and manages source trees
Branch: CURRENT,
Version: 2.7nb2,
Package name: sysbuild-2.7nb2,
Maintainer: pkgsrc-userssysbuild is a tool to automate the maintenance of the NetBSD sources and
the build of releases by means of a single command and a configuration
file that tells sysbuild what to do.
Since NetBSD 1.6 (released in September 2002), the source tree has included
a very flexible script (build.sh) to build a full NetBSD release for the
current platform or to cross-build for any of the supported platforms.
The flipside of the flexibility is that the script is inconvenient to use
on a daily basis because of the myriad of options it takes. Furthermore,
managing the source trees that make up NetBSD is not in the scope of
build.sh: the user must fetch these trees and keep them up to date by hand.
While these details are all fine on their own, rebuilding NetBSD frequently
(to keep a system up to date, or just for development tasks) is convoluted.
Developers and users usually find themselves writing their own wrapper
scripts over build.sh to simplify their daily tasks.
sysbuild extends build.sh by adding support for configuration files and
source tree management, allowing NetBSD rebuilds with a single and simple
command. Make sure to check the sysbuild-user package for a way to
trivially set up periodic NetBSD rebuilds under an dedicated, unprivileged
user.
Required to run:[
devel/shtk]
Required to build:[
pkgtools/cwrappers]
Package options: tests
Master sites:
Filesize: 74.687 KB
Version history: (Expand)
- (2016-02-01) Updated to version: sysbuild-2.7nb2
- (2014-02-08) Updated to version: sysbuild-2.7nb1
- (2013-07-29) Updated to version: sysbuild-2.7
- (2013-06-18) Updated to version: sysbuild-2.6
- (2013-03-08) Updated to version: sysbuild-2.5
- (2012-10-14) Updated to version: sysbuild-2.4
CVS history: (Expand)
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2016-12-31 10:39:31 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Use standard way to test for options.
|
2016-02-01 04:21:30 by Julio Merino | Files touched by this commit (3) |
Log message:
Fix path to sysbuild in sysbuild4cron.
This is a pull-up of upstream 1eb74a64b213d0e4e6a98955169fae76b1c563e0
which was committed on 2014-07-01 but never checked in here (nor I have
released another distfile yet).
Bump PKGREVISION to 2 for this fix.
|
2015-11-04 02:32:42 by Alistair G. Crooks | Files touched by this commit (499) |
Log message:
Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-02-08 16:59:30 by Julio Merino | Files touched by this commit (7) |
Log message:
Depend on atf 0.20 (not atf-libs) and bump PKGREVISION.
|
2014-01-30 21:23:54 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
fix date of NetBSD 1.6 release
|