Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam d876046c2e py-ZopeInterface: updated to 5.2.0
5.2.0:
- Add documentation section ``Persistency and Equality``
- Create arm64 wheels.
- Add support for Python 3.9.
2021-01-03 21:43:21 +00:00
archivers py-zstandard: updated to 0.15.1 2021-01-03 14:57:53 +00:00
audio timidity: updated to 2.15.0 2021-01-03 18:54:05 +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 Disable -march=native default. 2021-01-03 09:05:26 +00:00
converters Remove reference to php72. 2021-01-03 15:26:11 +00:00
cross cross/mingw-*-bin: fix INSTALLATION_DIRS 2020-12-14 00:40:10 +00:00
databases py-apsw: updated to 3.34.0 2021-01-03 21:42:16 +00:00
devel py-ZopeInterface: updated to 5.2.0 2021-01-03 21:43:21 +00:00
distfiles
doc doc: Updated security/tor-browser-noscript to 11.1.7 2021-01-03 19:03:00 +00:00
editors *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
emulators qemu: x11 isn't an option 2021-01-03 21:42:29 +00:00
filesystems *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
finance *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
fonts fonts/babelstone-tibetan-ttf - a font for Tibetan script 2021-01-02 00:05:03 +00:00
games wesnoth: updated to 1.14.15 2021-01-03 15:07:13 +00:00
geography gdal: Revbump due to geos update 2021-01-03 01:30:33 +00:00
graphics luminance-hdr: updated to 2.6.0 2021-01-03 18:52:31 +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 Remove reference to PR#54621, arm bootstrap requires NetBSD >= 9.0. 2021-01-03 21:23:43 +00:00
licenses Add editors/hexer. 2020-12-12 13:32:51 +00:00
mail mail/php-mailparse: update to 3.1.1 2021-01-03 07:48:26 +00:00
math (math/R-classInt) Updated 0.4.2 to 0.4.3, ChangeLog not updated (?) 2021-01-03 12:52:04 +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 stellarium: updated to 0.20.4 2021-01-03 18:24:00 +00:00
mk Revert mk/gnu-config/missing 2021-01-03 11:15:21 +00:00
multimedia Add assimp 2021-01-02 07:36:43 +00:00
net wireshark: updated to 3.4.2 2021-01-03 18:12:01 +00:00
news update news/inn to version 2.6.3 2021-01-02 14:18:22 +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 print/php-pdflib: update to 4.1.4 2021-01-03 07:31:35 +00:00
regress Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
security tor-browser-noscript: update to 11.1.7. 2021-01-03 19:02:52 +00:00
shells zsh: Do not hardcode /usr/pkg/pkgdb 2020-12-25 21:47:47 +00:00
sysutils consolekit: add missing autopoint dependency 2021-01-02 15:48:39 +00:00
templates
textproc Remove reference to php72. 2021-01-03 15:26:11 +00:00
time py-pytz: updated to 2020.5 2021-01-03 09:53:06 +00:00
wm herbstluftwm: Update to 0.9.1 2021-01-02 15:25:04 +00:00
www Remove reference to php72. 2021-01-03 15:26:11 +00:00
x11 gtk2: Update to 2.24.33 2021-01-01 15:46:56 +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