Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam acc49faab0 libdvdcss: updated to 1.4.3
Changes between 1.4.2 and 1.4.3:
* Fix opening non-ASCII paths in Windows
* Fix potential buffer overflow if PATH_MAX is reached
2021-05-04 07:25:03 +00:00
archivers *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
audio *: Use the tools framework for gdbus-codegen 2021-05-02 11:06:12 +00:00
benchmarks google-benchmark: update to 1.5.3. 2021-04-26 15:23:37 +00:00
biology various fixes for arm64 big endian support. 2021-04-25 07:51:24 +00:00
bootstrap Don't reject dash as /bin/sh. 2021-04-28 11:14:51 +00:00
cad revbump for boost-libs 2021-04-21 13:24:06 +00:00
chat farstream: fix build with gmake 4.3 using upstream patches 2021-05-03 08:34:36 +00:00
comms revbump for boost-libs 2021-04-21 13:24:06 +00:00
converters *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
cross atasm: update to 1.09. 2021-03-21 10:21:07 +00:00
databases databases/ruby-sequel: update to 5.44.0 2021-05-04 07:01:55 +00:00
devel py-setuptools: updated to 56.0.0 2021-05-04 06:17:59 +00:00
distfiles
doc doc: Updated databases/ruby-sequel to 5.44.0 2021-05-04 07:02:25 +00:00
editors *: Use the tools framework for itstool 2021-05-02 10:24:47 +00:00
emulators mgba: update to 0.9.1 2021-05-02 08:39:59 +00:00
filesystems p5-Path-Tiny: update to 0.118. 2021-04-26 14:57:26 +00:00
finance *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
fonts fonts/recursive-ttf: update to 1.078. 2021-04-30 18:03:21 +00:00
games revbump for gdal-lib udpate 2021-05-03 16:28:46 +00:00
geography revbump for gdal-lib udpate 2021-05-03 16:28:46 +00:00
graphics *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
ham math/fftw and dependents: merge math/fftwf backin and add MPI and OpenMP 2021-04-29 23:30:12 +00:00
inputmethod fcitx5-gtk: fix building with gcc10 2021-04-25 18:24:43 +00:00
lang python39: updated to 3.9.5 2021-05-04 05:17:29 +00:00
licenses add eternal-lands-license 2021-04-04 09:36:29 +00:00
mail notmuch: Update to 0.32 2021-05-03 14:50:46 +00:00
math *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs *: Use the tools framework for itstool 2021-05-02 10:24:47 +00:00
misc mate-calc: update to 1.24.2 2021-05-04 00:07:28 +00:00
mk options.description: add webcollage option 2021-05-03 23:32:19 +00:00
multimedia libdvdcss: updated to 1.4.3 2021-05-04 07:25:03 +00:00
net *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
news *: Use the tools framework for itstool 2021-05-02 10:24:47 +00:00
packages
parallel parallel: update to 20210422 2021-05-02 08:48:33 +00:00
pkgtools x11-links: add some more links to reflect NetBSD 9.99.82 2021-04-29 02:58:48 +00:00
print *: Use the tools framework for gdbus-codegen 2021-05-02 11:06:12 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
shells *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
sysutils *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
time *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
wm *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
www *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
x11 mate-session-manager: update to 1.24.3 2021-05-04 02:36:26 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
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