Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-01-09 17:47:49 +00:00
archivers zstd: still not make-jobs safe 2021-01-05 07:38:22 +00:00
audio musicpd: Bump PKGREVISION for previous 2021-01-08 09:54:31 +00:00
benchmarks Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
biology *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
bootstrap bootstrap: Prefer native on Elbrus 2000 2020-12-05 16:50:52 +00:00
cad *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
chat Add chat/element-web 2021-01-02 20:30:23 +00:00
comms (comms/py-colorama) PKGREVISION++, other than py36 need re-pkg 2021-01-09 00:47:07 +00:00
converters converters/utf8proc: Update ABI version 2021-01-04 15:46:58 +00:00
cross cross/mingw-*-bin: fix INSTALLATION_DIRS 2020-12-14 00:40:10 +00:00
databases Update libpqxx to 7.3.0 2021-01-07 16:29:30 +00:00
devel hg-fastimport: adjust __init__.py for latest mercurial 2021-01-09 15:30:03 +00:00
distfiles
doc doc: Updated net/gallery-dl to 1.16.2 2021-01-09 17:47:49 +00:00
editors editors/featherpad: update to 0.17.1 2021-01-06 19:22:04 +00:00
emulators PC6001VX: update to 3.6.1. 2021-01-09 17:43:10 +00:00
filesystems *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
finance gnucash-docs: update to 4.4. 2021-01-04 10:53:53 +00:00
fonts fonts/babelstone-tibetan-ttf - a font for Tibetan script 2021-01-02 00:05:03 +00:00
games pysolfc: set EGG_NAME to simplify PLIST 2021-01-07 21:58:08 +00:00
geography libmaxminddb: update to 1.5.0 and take MAINTAINER. 2021-01-06 16:11:17 +00:00
graphics graphite2: Update to 1.3.14 2021-01-09 01:21:53 +00:00
ham *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
inputmethod *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
lang (lang/nqp) Updated 2020.11 to 2020.12, No explicit ChangLog/Release note known 2021-01-09 08:34:23 +00:00
licenses Add editors/hexer. 2020-12-12 13:32:51 +00:00
mail Add missing ifdef guard to fix OpenBSD build. 2021-01-09 11:23:18 +00:00
math py-numpy: updated to 1.19.5 2021-01-09 09:29:41 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs meta-pkgs/php72-extensions: remove package 2021-01-03 15:16:27 +00:00
misc tmate 2.4.0 2021-01-09 12:53:45 +00:00
mk Switch to HTTP for cpan.pair.com, the FTP service has been discontinued. 2021-01-07 09:18:31 +00:00
multimedia (multimedia/tvitime) Ignore the warnings from autoreconf, add gnu++11 2021-01-09 02:24:40 +00:00
net gallery-dl: Update to 1.16.2 2021-01-09 17:47:39 +00:00
news news/Makefile: sort entries 2021-01-07 05:20:35 +00:00
packages
parallel Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
pkgtools pbulk: Avoid cleaning $prefix on every bulk build in master mode. 2021-01-02 21:54:46 +00:00
print qpdf: Update to 10.1.0 2021-01-08 19:29:48 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security py-kerberos: updated to 1.3.1 2021-01-09 08:18:09 +00:00
shells bash: update to 5.1.4. 2021-01-04 10:39:23 +00:00
sysutils Fix build with newer ocaml, from Chavdar Ivanov 2021-01-08 22:08:45 +00:00
templates
textproc ruby-nokogiri: update to 1.11.1. 2021-01-08 17:09:41 +00:00
time py-icalendar: updated to 4.0.7 2021-01-09 09:30:26 +00:00
wm (wm/mcwm) INSTALL_PROGRAM -> INSTALL_DATA for man page 2021-01-09 05:25:45 +00:00
www firefox78-l10n: Update to 78.6.1 2021-01-08 19:14:29 +00:00
x11 gtk3: updated to 3.24.24 2021-01-07 10:02:01 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md *: fix a bunch of typos in README and various documentation files. 2020-12-12 10:42:47 +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.

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