Automatic conversion of the NetBSD pkgsrc CVS module, use with care https://www.pkgsrc.org
  • Makefile 44.8%
  • C 32.5%
  • C++ 8.7%
  • Shell 4.1%
  • Roff 2.7%
  • Other 6.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-19 09:15:23 +00:00
archivers dar: updated to 2.8.5 2026-07-19 08:23:59 +00:00
audio strawberry: updated to 1.2.24 2026-07-19 09:14:53 +00:00
benchmarks *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
biology *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
bootstrap
cad *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
chat *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
comms *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
converters *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
cross cross/ppc-morphos-gcc: Fix const baserel 2026-07-13 22:04:11 +00:00
databases wiredtiger: removed; very old, not needed, unmaintained, it is part of mongodb 2026-07-19 08:07:38 +00:00
devel libgit2: updated to 1.9.6 2026-07-19 08:32:23 +00:00
distfiles
doc Updated devel/libgit2, audio/strawberry 2026-07-19 09:15:23 +00:00
editors *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
emulators dynamips: remove MESSAGE that just points to domain-squatted page 2026-07-17 16:42:27 +00:00
filesystems *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
finance *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
fonts *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
games fheroes2: needs msgfmt 2026-07-17 12:59:49 +00:00
geography geography/proj-doc: Work around upstream CM problems 2026-07-18 14:48:22 +00:00
graphics p5-GD-SecurityImage: fix CVE-2026-13082 2026-07-17 15:48:44 +00:00
ham *: recursive bump for libmpg123 dependency in lame 2026-07-13 04:35:12 +00:00
inputmethod *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
lang lang/ruby33: update to 3.3.12 2026-07-18 14:09:02 +00:00
licenses
mail *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
math ggml: update to 0.17.0. 2026-07-19 07:50:48 +00:00
mbone *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
meta-pkgs bulk-test-icu: Patch up comment about mongodb3 2026-07-17 23:36:50 +00:00
misc *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
mk mk/compiler/gcc.mk: Require gcc 14 for c23 2026-07-02 13:35:39 +00:00
multimedia gstreamer1: updated to 1.28.5 2026-07-17 13:42:16 +00:00
net p5-Net-DNS: update to 1.56. 2026-07-19 06:54:29 +00:00
news *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
packages
parallel *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
pkgtools *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
print *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
regress
science
security p5-Crypt-OpenSSL-RSA: remove useless message from 2006. 2026-07-17 15:58:09 +00:00
shells shells/oh-my-posh: update to 29.31.1 2026-07-17 05:23:34 +00:00
sysutils Update to nabud-1.4.2. Upstream changes: 2026-07-18 15:02:24 +00:00
templates
textproc groff: updated to 1.24.1 2026-07-19 08:05:45 +00:00
time xclock: update to 1.2.1. 2026-07-18 22:52:48 +00:00
wayland xwayland: update to 24.1.13. 2026-07-08 07:41:45 +00:00
wm *: recursive bump for perl5 5.44.0 2026-07-16 19:01:23 +00:00
www www/py-autobahn: Remediate upstream choice to be non-portable 2026-07-18 23:02:28 +00:00
x11 kitty: update to 0.48.0 2026-07-19 00:35:25 +00:00
.cvsignore
.gitignore
Makefile
pkglocate
README.md

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.

Community / 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