Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-11-17 20:08:12 +00:00
archivers zziplib: fix clang 15 build with patch from FreeBSD Ports. 2023-11-17 15:25:13 +00:00
audio gstreamer*: update to 1.22.6 2023-11-16 09:22:49 +00:00
benchmarks Bump PKGREVISION by PHP_VERSION_DEFAULT change. 2023-11-13 16:34:00 +00:00
biology *: bump for protobuf 25 2023-11-15 18:14:40 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
chat *: bump for openexr 3.2.1 2023-11-15 20:00:35 +00:00
comms py-rich: updated to 13.7.0 2023-11-15 17:50:50 +00:00
converters *: recursive bump for poppler 23.11.0 2023-11-15 09:25:50 +00:00
cross cross/Makefile: + 64tass 2023-09-26 21:20:42 +00:00
databases anymeal: Disable googletest dependency, its use is already disabled in patches/ 2023-11-16 10:01:53 +00:00
devel py-argcomplete: updated to 3.1.6 2023-11-17 18:07:42 +00:00
distfiles
doc doc: Updated math/py-numpy to 1.26.2 2023-11-17 20:08:01 +00:00
editors vim*: update to patchlevel 2112 for security fixes 2023-11-17 09:32:54 +00:00
emulators [libretro-]flycast: Update to 2.2 2023-11-17 09:27:51 +00:00
filesystems *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
finance py-empyrical: updated to 0.5.5 2023-11-17 18:05:21 +00:00
fonts spleen: update to 2.0.1. 2023-11-17 17:40:37 +00:00
games amnesia-ttd: Disable use of SIMD on non-amd64 2023-11-16 09:36:45 +00:00
geography *: bump for protobuf 25 2023-11-15 18:14:40 +00:00
graphics hugin: updated to 23.0.0 2023-11-17 19:48:36 +00:00
ham *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
inputmethod ibus-array: update to 0.2.2. 2023-11-16 12:01:08 +00:00
lang rust: add CHECK_PORTABILITY_SKIP 2023-11-17 20:08:12 +00:00
licenses "Sustainable Use License 1.0" 2023-11-14 09:38:51 +00:00
mail qmail: bump PKGREVISION. Changes: 2023-11-16 23:13:16 +00:00
math py-numpy: update to 1.26.2. 2023-11-17 20:07:47 +00:00
mbone *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
meta-pkgs bulk-medium: latest versions of bind, unbound, nsd 2023-11-17 08:22:58 +00:00
misc py-trove-classifiers: updated to 2023.11.14 2023-11-17 17:47:10 +00:00
mk mk/configure/pkg-config-override.mk: support whitespace before Libs: 2023-11-17 10:20:25 +00:00
multimedia libva: needs FORCE_C_STD 2023-11-17 08:18:08 +00:00
net py-subunit: updated to 1.4.4 2023-11-17 17:52:06 +00:00
news Make perl dependencies conditional on "perl" package option. 2023-11-17 00:52:53 +00:00
packages
parallel *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
pkgtools Update pkg_chk to 2.0.12 2023-11-17 17:40:47 +00:00
print *: bump for openexr 3.2.1 2023-11-15 20:00:35 +00:00
regress lintpkgsrc, regress: update references to pkglint files 2023-10-16 22:21:55 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security gnutls: updated to 3.8.2 2023-11-16 12:31:11 +00:00
shells shells/oh-my-posh: update to 18.25.1 2023-11-16 08:03:14 +00:00
sysutils ansible-core: updated to 2.16.0 2023-11-17 20:07:33 +00:00
templates
textproc git-delta: install themes config file 2023-11-17 16:33:35 +00:00
time *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
wm wm/leftwm: update to 0.5.1 2023-11-17 07:43:54 +00:00
www firefox-l10n: Update to 119.0.1 2023-11-17 03:21:42 +00:00
x11 wxGTK32: updated to 3.2.4 2023-11-17 19:44:10 +00:00
_NetBSD-pkgdb
Makefile science: add category 2023-07-17 01:03:19 +00:00
pkglocate
README.md README: Use the real Matrix URL 2022-11-19 21:01:44 +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.

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