Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
2023-11-15 18:14:40 +00:00
archivers minizip: Set BUILDLINK_INCDIRS 2023-11-14 16:16:56 +00:00
audio *: bump for protobuf 25 2023-11-15 18:14:40 +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 protobuf 25 2023-11-15 18:14:40 +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 *: bump for protobuf 25 2023-11-15 18:14:40 +00:00
devel *: bump for protobuf 25 2023-11-15 18:14:40 +00:00
distfiles
doc doc: Updated devel/py-protobuf to 4.25.0 2023-11-15 18:12:53 +00:00
editors *: recursive bump for poppler 23.11.0 2023-11-15 09:25:50 +00:00
emulators duckstation-qt: add missing dependency 2023-11-15 18:01:03 +00:00
filesystems *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
finance *: bump for protobuf 25 2023-11-15 18:14:40 +00:00
fonts py-fonttools: updated to 4.44.1 2023-11-14 17:42:05 +00:00
games devilutionx: Fix libsodium fallout 2023-11-15 16:49:18 +00:00
geography *: bump for protobuf 25 2023-11-15 18:14:40 +00:00
graphics *: bump for protobuf 25 2023-11-15 18:14:40 +00:00
ham *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
inputmethod *: bump for protobuf 25 2023-11-15 18:14:40 +00:00
lang nodejs: updated to 21.2.0 2023-11-15 18:13:05 +00:00
licenses "Sustainable Use License 1.0" 2023-11-14 09:38:51 +00:00
mail qmail: use notqmail.org's qmail.org mirror. 2023-11-15 16:49:26 +00:00
math *: recursive bump for poppler 23.11.0 2023-11-15 09:25:50 +00:00
mbone *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
meta-pkgs bulk-test-go: Fix this package again. 2023-11-15 12:49:24 +00:00
misc *: bump for protobuf 25 2023-11-15 18:14:40 +00:00
mk mk/platform: Introduce a new OPSYS_HAS_POSIX_SPAWN variable. 2023-11-15 14:14:09 +00:00
multimedia *: bump for protobuf 25 2023-11-15 18:14:40 +00:00
net *: bump for protobuf 25 2023-11-15 18:14:40 +00:00
news *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
packages
parallel *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
pkgtools pkgvi: more quoting 2023-11-15 17:50:51 +00:00
print *: recursive bump for poppler 23.11.0 2023-11-15 09:25:50 +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 libassuan2: Add missing <sys/select.h> include. 2023-11-15 16:12:05 +00:00
shells *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
sysutils *: bump for protobuf 25 2023-11-15 18:14:40 +00:00
templates
textproc libxml2: Fix xml2-config script on systems without -Wl,-R 2023-11-15 15:53:41 +00:00
time *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
wm *: bump for protobuf 25 2023-11-15 18:14:40 +00:00
www goaccess: update to 1.8.1. Changes: 2023-11-15 16:04:06 +00:00
x11 *: recursive bump for poppler 23.11.0 2023-11-15 09:25:50 +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