Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
nia 44a5265e1b devilutionx: update to 1.2.1
Adds support for the Hellfire expansion, among other things
2021-05-02 08:07:04 +00:00
archivers Update PLIST 2021-04-23 03:59:26 +00:00
audio math/fftw and dependents: merge math/fftwf backin and add MPI and OpenMP 2021-04-29 23:30: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 dino: Fix build with latest vala. 2021-05-01 08:53:59 +00:00
comms revbump for boost-libs 2021-04-21 13:24:06 +00:00
converters libmwaw: update to 0.3.18 2021-05-02 07:49:46 +00:00
cross atasm: update to 1.09. 2021-03-21 10:21:07 +00:00
databases mysql57: fix building with GCC 2021-04-29 16:50:32 +00:00
devel lua-rocks: update to 3.7.0 2021-05-02 07:48:22 +00:00
distfiles
doc doc: Updated converters/libmwaw to 0.3.18 2021-05-02 07:49:56 +00:00
editors nano: update to 5.7 2021-04-29 18:44:14 +00:00
emulators mame: update to 0.231. 2021-05-01 18:12:32 +00:00
filesystems p5-Path-Tiny: update to 0.118. 2021-04-26 14:57:26 +00:00
finance Add a comment about the kludge 2021-04-26 07:34:31 +00:00
fonts fonts/recursive-ttf: update to 1.078. 2021-04-30 18:03:21 +00:00
games devilutionx: update to 1.2.1 2021-05-02 08:07:04 +00:00
geography libmaxminddb: update to 1.6.0. 2021-05-01 16:08:45 +00:00
graphics p5-PerlMagick: reset PKGREVISION after version bump 2021-04-30 13:10:03 +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 Fix PR pkg/56137 : lang/mozjs78: error: failed to resolve patches 2021-05-02 07:25:12 +00:00
licenses add eternal-lands-license 2021-04-04 09:36:29 +00:00
mail evolution-data-server: Really fix build, backport upstream patch for newer CMake 2021-04-28 12:21:50 +00:00
math math/fftw: fix up SIMD choice and conflict with user CFLAGS 2021-04-30 23:31:08 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs lxqt: bump revision 2021-04-28 08:32:11 +00:00
misc p5-Locale-libintl: update to 1.32. 2021-04-27 09:01:47 +00:00
mk Use tools framework for Haskell source preprocessors 2021-05-01 16:14:19 +00:00
multimedia various fixes for arm64 big endian support. 2021-04-25 07:51:24 +00:00
net mikutter: update to 4.1.5. 2021-05-01 18:09:42 +00:00
news news/neix: update to 0.1.4 2021-04-30 05:55:06 +00:00
packages
parallel various fixes for arm64 big endian support. 2021-04-25 07:51:24 +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 py27 version of cssselect2 and pyphen 2021-04-29 23:43:27 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security Update to 3.3.2. From the (OpenBSD 6.9 LibreSSL) changelog: 2021-05-01 08:07:24 +00:00
shells Update to 6.9. From the changelog: 2021-05-01 07:40:00 +00:00
sysutils sysutils/xplr: update to 0.5.12 2021-05-01 19:09:14 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc Remove files/Setup.hs: mk/haskll.mk can now automatically handle that 2021-05-01 14:27:42 +00:00
time Remove files/Setup.hs: mk/haskll.mk can now automatically handle that 2021-05-01 14:27:42 +00:00
wm wm/sdorfehs: reclaim maintainership 2021-05-01 14:42:46 +00:00
www py-hyperframe: updated to 6.0.1 2021-04-29 08:22:42 +00:00
x11 xorgproto: update to 2021.4. 2021-04-30 09:42: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