Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-01-01 08:24:33 +00:00
archivers *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
audio *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
benchmarks Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
biology *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
bootstrap bootstrap: Prefer native on Elbrus 2000 2020-12-05 16:50:52 +00:00
cad *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
chat *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
comms asterisk16: Avoid using -march=native, it breaks binary packages. 2020-12-31 11:07:01 +00:00
converters *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
cross cross/mingw-*-bin: fix INSTALLATION_DIRS 2020-12-14 00:40:10 +00:00
databases *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
devel *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
distfiles
doc doc: Update boost packages to 1.75.0 2021-01-01 08:20:36 +00:00
editors *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
emulators *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
filesystems *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
finance *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
fonts t1utils: update to 1.42. 2020-12-31 22:40:17 +00:00
games *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
geography *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
graphics *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
ham *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
inputmethod *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
lang (lang/R-cpp11) Added lang/R-cpp11 version 0.2.4 2021-01-01 05:11:35 +00:00
licenses Add editors/hexer. 2020-12-12 13:32:51 +00:00
mail *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
math *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs boost: Update to 1.75.0 2021-01-01 08:19:01 +00:00
misc *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
mk atomic64.mk: fix path to bsd.fast.prefs.mk 2021-01-01 00:06:29 +00:00
multimedia *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
net *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
news Build aarch64 like (32bit) arm. 2020-12-23 16:28:47 +00:00
packages
parallel Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
pkgtools pkgin: Update to 20.12.1. 2020-12-30 09:21:22 +00:00
print *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
regress Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
security *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
shells zsh: Do not hardcode /usr/pkg/pkgdb 2020-12-25 21:47:47 +00:00
sysutils *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
templates
textproc *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
time tty-clock: Add missing patch. 2020-12-14 09:15:33 +00:00
wm *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
www *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
x11 *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md *: fix a bunch of typos in README and various documentation files. 2020-12-12 10:42:47 +00:00

pkgsrc

pkgsrc is a framework for building software for a variety of UNIX-like systems.

It produces binary packages, which can be managed with tools such as pkgin. pkgsrc is highly configurable, supporting building packages for an arbitrary installation prefix (the default is /usr/pkg), allowing multiple branches to coexist on one machine, a build options framework, and a compiler transformation framework, among other advanced features. Unprivileged use and installation is also supported.

pkgsrc is the default package manager for NetBSD and SmartOS. It's also supported as a first-class option in OmniOS CE and Oasis Linux.

Bootstrapping

To use pkgsrc on operating systems other than NetBSD, you first need to bootstrap:

cd pkgsrc/bootstrap
./bootstrap

Note that this is only for the most simple case, using pkgsrc's defaults.

Please consult bootstrap/README and bootstrap/README.OS for detailed information about bootstrapping.

Building packages

cd pkgsrc/category/package-name
$PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

On NetBSD, bmake is simply the built-in make tool.

To build packages in bulk, tools such as pkgtools/pbulk and pkgtools/pkg_comp can be used.

Troubleshooting

Latest sources

To fetch the main CVS repository:

cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

To work in the Git mirror, which is updated every few hours from CVS:

git clone https://github.com/NetBSD/pkgsrc.git