Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-08-10 12:29:18 +00:00
archivers archivers/arqiver: switch build to cmake 2022-08-09 12:06:15 +00:00
audio *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
benchmarks google-benchmark: update to 1.7.0. 2022-07-31 09:52:51 +00:00
biology *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
bootstrap Update docs for Joyent migration. 2022-08-01 14:49:09 +00:00
cad *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
chat chat/ircd-hybrid: Update to 8.2.41 2022-08-08 08:17:18 +00:00
comms *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
converters *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
cross xtensa-esp32-elf-gcc: configure newlib closer to how espressif does 2022-07-22 02:01:54 +00:00
databases *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
devel py-more-itertools: updated to 8.14.0 2022-08-10 11:45:02 +00:00
distfiles
doc doc: Updated sysutils/parallel-disk-usage to 0.8.2 2022-08-10 12:29:18 +00:00
editors *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
emulators *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
filesystems filesystems/p5-Path-Tiny update to 0.122 2022-08-05 12:57:26 +00:00
finance gnucash: make p5-Finance-Quote optional 2022-08-08 10:29:33 +00:00
fonts harfbuzz-icu: uncomment PATCHDIR to fix the build 2022-08-07 14:53:38 +00:00
games *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
geography gdal-lib: use pkgsrc png library name 2022-07-27 18:32:11 +00:00
graphics *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
ham uhd: switch to python 3 2022-07-08 14:26:11 +00:00
inputmethod librime: updated to 1.7.3 2022-08-05 13:02:35 +00:00
lang py-cmake-language-server: updated to 0.1.6 2022-08-10 11:42:58 +00:00
licenses Add Commander X16 ROM license (this is a somewhat complex combination of 2022-08-07 17:35:09 +00:00
mail *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
math double-conversion: update to 3.2.1. 2022-08-07 07:53:35 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs xf86-input-keyboard is no longer for Linux 2022-07-21 11:21:50 +00:00
misc *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
mk mk: Add OPSYS_EXPLICIT_LIBDEPS and enable on SunOS. 2022-08-09 11:31:14 +00:00
multimedia assimp: Update to 5.2.4 2022-08-10 01:00:08 +00:00
net py-zeroconf: updated to 0.39.0 2022-08-10 09:14:23 +00:00
news *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
packages
parallel parallel/openmpi: Update DESCR from upstream 2022-07-29 10:03:19 +00:00
pkgtools lintpkgsrc: cleanup 2022-08-10 07:12:52 +00:00
print *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security py-ecdsa: updated to 0.18.0 2022-08-10 10:57:45 +00:00
shells *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
sysutils sysutils/parallel-disk-usage: update to 0.8.2 2022-08-10 12:28:57 +00:00
templates
textproc py-tomlkit: updated to 0.11.3 2022-08-10 09:07:59 +00:00
time time/heliocron: update to 0.8.1 2022-08-02 11:14:49 +00:00
wm *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
www Update to 1.4.66. From the changelog: 2022-08-09 14:19:22 +00:00
x11 x11/wxGTK: have cmake include(GNUInstallDirs) when using ${CMAKE_INSTALL_BINDIR} 2022-08-10 05:19:57 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md Update docs for Joyent migration. 2022-08-01 14:49:09 +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