Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
tnn 65f44de26d promscale: update to 0.3.0
New high-availability system (experimental)
  Major performance improvements
  Bug fixes
  support for PostgreSQL 13
2021-04-25 10:11:09 +00:00
archivers Update PLIST 2021-04-23 03:59:26 +00:00
audio various fixes for arm64 big endian support. 2021-04-25 07:51:24 +00:00
benchmarks revbump for textproc/icu 2021-04-21 11:40:12 +00:00
biology various fixes for arm64 big endian support. 2021-04-25 07:51:24 +00:00
bootstrap bootstrap: Add MidnightBSD support to bootstrap shell script 2021-03-15 16:22:06 +00:00
cad revbump for boost-libs 2021-04-21 13:24:06 +00:00
chat *: reset maintainer 2021-04-24 08:37:49 +00:00
comms revbump for boost-libs 2021-04-21 13:24:06 +00:00
converters Update to pandoc-2.13 2021-04-25 07:50:13 +00:00
cross atasm: update to 1.09. 2021-03-21 10:21:07 +00:00
databases promscale: update to 0.3.0 2021-04-25 10:11:09 +00:00
devel zzuf: disable FORTIFY to fix build 2021-04-25 07:52:38 +00:00
distfiles
doc doc: Updated converters/pandoc to 2.13 2021-04-25 07:50:24 +00:00
editors editors/focuswriter: reset maintainer 2021-04-24 19:43:41 +00:00
emulators caprice32: fix building wiht gcc10 2021-04-25 08:04:13 +00:00
filesystems revbump for boost-libs 2021-04-21 13:24:06 +00:00
finance finance/rates: reset maintainer 2021-04-24 19:55:22 +00:00
fonts *: remove dead download sites 2021-04-21 15:48:03 +00:00
games valyriatear: fix building with gcc10 2021-04-25 09:10:43 +00:00
geography geocode-glib: Remove unnecessary dependency on gnome-icon-theme 2021-04-24 19:58:15 +00:00
graphics paper-icon-theme: various fixes 2021-04-25 09:29:58 +00:00
ham uhd: fix boost fallout 2021-04-24 16:34:54 +00:00
inputmethod xcin: remove dead download link 2021-04-25 06:51:03 +00:00
lang various fixes for arm64 big endian support. 2021-04-25 07:51:24 +00:00
licenses add eternal-lands-license 2021-04-04 09:36:29 +00:00
mail xfmail: remove dead download link 2021-04-25 06:51:35 +00:00
math various fixes for arm64 big endian support. 2021-04-25 07:51:24 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs xfce4-extras: improve description 2021-04-24 03:17:17 +00:00
misc kp: remove dead download link 2021-04-25 06:47:11 +00:00
mk various fixes for arm64 big endian support. 2021-04-25 07:51:24 +00:00
multimedia various fixes for arm64 big endian support. 2021-04-25 07:51:24 +00:00
net *: remove dead download link 2021-04-25 06:47:52 +00:00
news various fixes for arm64 big endian support. 2021-04-25 07:51:24 +00:00
packages
parallel various fixes for arm64 big endian support. 2021-04-25 07:51:24 +00:00
pkgtools Correct the order of redirection 2021-04-22 08:54:18 +00:00
print ja-vflib-lib: update download link 2021-04-25 06:34:05 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security libdes: remove dead download link 2021-04-25 05:56:29 +00:00
shells Update to ShellCheck-0.7.2 2021-04-24 13:51:23 +00:00
sysutils rkdeveloptool: strip -Werror 2021-04-25 09:16:16 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-xapian: regen PLIST due to new sphinx-generated files 2021-04-25 09:00:50 +00:00
time rclock: remove dead download link 2021-04-25 05:59:36 +00:00
wm e16themes: remove dead links 2021-04-25 06:48:57 +00:00
www opera: remove 2021-04-25 06:56:09 +00:00
x11 various fixes for arm64 big endian support. 2021-04-25 07:51:24 +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