Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-11-25 13:48:41 +00:00
archivers zziplib: update to 0.13.71. 2020-11-25 13:26:21 +00:00
audio qsynth: Update to 0.6.3 2020-11-24 17:39:57 +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 mautrix-telegram: Add py-test-runner to TOOL_DEPENDS 2020-11-25 08:00:19 +00:00
comms *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
converters sratom: Update to 0.6.6 2020-11-24 13:52:37 +00:00
cross (cross/avr-libc) Adapt to doxygen 1.8.20, PKGREVISION++ 2020-10-06 02:06:05 +00:00
databases postgis: Update to 3.0.3 2020-11-25 01:04:53 +00:00
devel py-cffi: updated to 1.14.4 2020-11-25 11:34:39 +00:00
distfiles
doc doc: Updated archivers/zziplib to 0.13.71 2020-11-25 13:26:31 +00:00
editors nvi2: Update to 2.2.0 2020-11-24 18:27:00 +00:00
emulators stella: Update to 6.4 2020-11-24 14:05:22 +00:00
filesystems fuse-exfat: Update HOMEPAGE 2020-11-24 15:03:22 +00:00
finance Add PYTHON_VERSIONS_INCOMPATIBLE to packages that fail with 3.6. 2020-11-25 11:13:18 +00:00
fonts unifont: update to 13.0.04. 2020-11-23 16:03:52 +00:00
games xscorch: Needs pkg-config 2020-11-25 08:05:29 +00:00
geography (geography/geoclue) Fix build problem: msgfmt: unknown option -- desktop 2020-11-15 14:53:24 +00:00
graphics scrot: needs libXcomposite 2020-11-25 13:48:41 +00:00
ham chirp: update to 20201121 2020-11-25 01:01:15 +00:00
inputmethod *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
lang mozjs78: fix builds on some 32-bit architectures 2020-11-25 00:40:16 +00:00
licenses Add evilwm-license 2020-10-11 08:53:28 +00:00
mail Fix RCS Id. 2020-11-23 18:17:22 +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 libreoffice: Fix comments about security/gpgme 2020-11-24 14:33:22 +00:00
mk Run without errors when LICENSE is undefined. 2020-11-19 09:16:38 +00:00
multimedia ssr: Update to 0.4.2 2020-11-24 14:18:29 +00:00
net mitmproxy: Update to 5.3.0 2020-11-24 17:06:50 +00:00
news sfeed: Update to 0.9.20 2020-11-20 14:38:52 +00:00
packages
parallel parallel: Update to 20201122 2020-11-24 18:14:20 +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: Add docbook-xsl so this works without a 'net connection 2020-11-25 08:12:35 +00:00
shells Update to 6.7.1. From the git log: 2020-10-26 10:21:47 +00:00
sysutils Add zoxide 2020-11-25 11:05:07 +00:00
templates
textproc remove zoxide 2020-11-25 11:01:23 +00:00
time wmtime: Update to 1.4 2020-11-24 11:36:31 +00:00
wm fvwm3: Update to 1.0.1 2020-11-23 13:43:52 +00:00
www nginx*: Add support for ngx_cache_purge module. 2020-11-25 12:12:21 +00:00
x11 py-qt5: updated to 5.12.2 2020-11-25 10:34:50 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
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