Path to this page:
./
sysutils/sysbuild,
Automates builds of NetBSD and manages source trees
Branch: CURRENT,
Version: 2.8,
Package name: sysbuild-2.8,
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]
Master sites:
Filesize: 86.516 KB
Version history: (Expand)
- (2025-01-01) Updated to version: sysbuild-2.8
- (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
CVS history: (Expand)
2025-01-01 09:11:19 by Julio Merino | Files touched by this commit (5) |
Log message:
Update sysbuild to 2.8:
Released on 2025-01-01.
* Made the default.conf configuration file not assume a NetBSD host so
that it is usable, for example, on Mac OS X. The previous sample
configuration file has been renamed to NetBSD.conf and is only
installed when sysbuild is built on NetBSD.
* Changed the default value of NJOBS to be set to the number of CPUs in
the machine.
* Fixed default value of SYSBUILD_CONFSUBDIR in configure and a related
pasto in the INSTALL document.
* Fixed handling of flags in Mac OS X 10.9 due to oddities with the
built-in /bin/sh (ancient bash).
* Fixed path to sysbuild in sysbuild4cron.
* Converted test programs to shtk's unittest library, thus removing the
dependency on atf-sh.
* Fixed option parsing to detect missing arguments to options.
* Added support to build specific architectures within a machine type.
This is done via new syntax in the MACHINE variable, which can now
take pairs like evbarm-aarch64.
* Updated the minimum shtk version to 1.7.
|
2024-07-25 07:41:53 by Thomas Klausner | Files touched by this commit (22) |
Log message:
*: reset MAINTAINER (became observer)
|
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.
|