Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-05-25 11:20:55 +00:00
archivers *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
audio audio/mpg123*: update to 1.27.2, simplify things 2021-05-25 10:44:22 +00:00
benchmarks *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
biology *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
bootstrap Don't reject dash as /bin/sh. 2021-04-28 11:14:51 +00:00
cad *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
chat *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
comms py-enrich: added version 1.2.6 2021-05-25 10:18:45 +00:00
converters *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
cross *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
databases mariadb*: Remove MESSAGE files of questionable value. 2021-05-25 11:18:25 +00:00
devel py-parameterized: updated to 0.8.1 2021-05-25 10:31:48 +00:00
distfiles
doc doc: Updated audio/mpg123-jack to 1.27.2 2021-05-25 10:48:24 +00:00
editors *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
emulators *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
filesystems *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
finance bitcoin: updated to 0.21.1 2021-05-25 05:34:16 +00:00
fonts *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
games *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
geography *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
graphics graphics/cairo: revert bfd option again, nia disabled that already 2021-05-25 09:08:10 +00:00
ham *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
inputmethod *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
lang *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
licenses add eternal-lands-license 2021-04-04 09:36:29 +00:00
mail *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
math *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
mbone *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
meta-pkgs *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
misc *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
mk +oqgraph 2021-05-25 10:18:37 +00:00
multimedia *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
net grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.38.0 2021-05-25 05:45:53 +00:00
news *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
packages
parallel *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
pkgtools *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
print mupdf: apply fix for CVE-2021-3407, bump PKGREVISION 2021-05-25 07:59:43 +00:00
regress *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
security py-google-auth: updated to 1.30.1 2021-05-25 05:35:52 +00:00
shells *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
sysutils ansible-lint: added version 5.0.11 2021-05-25 10:21:26 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc expat: update to 2.4.1 2021-05-25 06:34:08 +00:00
time *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
wm *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
www ExtUtils-MakeMaker-7.48 rejects invalid MIN_PERL_VERSION values. 2021-05-25 11:20:55 +00:00
x11 x11/qt5-qtbase: depend on libdrm explicitly if MesaLib does DRI 2021-05-25 09:26:32 +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