Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-11-23 09:18:33 +00:00
archivers py-lz4: updated to 3.1.1 2020-11-19 10:37:24 +00:00
audio gst-plugins1-oss: Skip if platform doesn't have OSS 2020-11-20 11:40:09 +00:00
benchmarks *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
biology *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
bootstrap Bootstrap: Fix bootstrap on FreeBSD 12.1, likely broken by an issue in lld. 2020-10-28 16:52:43 +00:00
cad *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
chat Remove telepathy-mission-control, replaced by telepathy-mission-control5 2020-11-21 10:04:30 +00:00
comms *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
converters *: recursive bump for poppler 20.11.0 2020-11-21 09:34:53 +00:00
cross (cross/avr-libc) Adapt to doxygen 1.8.20, PKGREVISION++ 2020-10-06 02:06:05 +00:00
databases mysql-workbench: Disable gnome-keyring dependency in BROKEN package 2020-11-22 13:01:36 +00:00
devel py-more-itertools: updated to 8.6.0 2020-11-22 11:16:54 +00:00
distfiles
doc doc: Updated wm/frankenwm to 1.0.23 2020-11-23 08:41:50 +00:00
editors *: recursive bump for poppler 20.11.0 2020-11-21 09:34:53 +00:00
emulators mednafen: Update to 1.26.1 2020-11-20 14:54:00 +00:00
filesystems *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
finance ledger2beancount: Update to 2.5 2020-11-18 22:39:15 +00:00
fonts tex-plex: Fix LaTeX spelling 2020-11-21 09:06:47 +00:00
games *: recursive bump for poppler 20.11.0 2020-11-21 09:34:53 +00:00
geography (geography/geoclue) Fix build problem: msgfmt: unknown option -- desktop 2020-11-15 14:53:24 +00:00
graphics *: recursive bump for poppler 20.11.0 2020-11-21 09:34:53 +00:00
ham *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
inputmethod *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
lang php72: Make php-embed a no-op for other than main php package 2020-11-21 19:44:32 +00:00
licenses Add evilwm-license 2020-10-11 08:53:28 +00:00
mail postfix: updated to 3.5.8 2020-11-22 11:14:44 +00:00
math *: recursive bump for poppler 20.11.0 2020-11-21 09:34:53 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs gnome3: Needs accountsservice 2020-11-11 19:23:05 +00:00
misc *: recursive bump for poppler 20.11.0 2020-11-21 09:34:53 +00:00
mk Run without errors when LICENSE is undefined. 2020-11-19 09:16:38 +00:00
multimedia Remove gmediaserver - broken due to dependencies, dead upstream 2020-11-19 18:37:50 +00:00
net net/py-google-cloud-sdk: Update to 319.0.0 2020-11-23 06:11:17 +00:00
news sfeed: Update to 0.9.20 2020-11-20 14:38:52 +00:00
packages
parallel *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pkgtools Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
print *: recursive bump for poppler 20.11.0 2020-11-21 09:34:53 +00:00
regress *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
security gnome-keyring: Update to 3.36.0 2020-11-22 21:26:50 +00:00
shells Update to 6.7.1. From the git log: 2020-10-26 10:21:47 +00:00
sysutils nautilus: Needs gdbus-codegen 2020-11-22 21:45:51 +00:00
templates
textproc Add textproc/zoxide 2020-11-23 09:18:33 +00:00
time Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
wm wm/frankenwm: update to 1.0.23 2020-11-23 08:41:27 +00:00
www py-flask-babel: update to version 1.0.0 2020-11-23 06:51:32 +00:00
x11 x11/kitty: update to 0.19.2 2020-11-22 14:24:22 +00:00
Makefile
pkglocate
README.md stray comma 2020-11-04 14:39:49 +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 trasformation 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