Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-12-05 14:49:46 +00:00
archivers Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
audio fluidsynth: Strip out -Werror=incompatible-pointer-types 2020-12-05 12:33:14 +00:00
benchmarks Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
biology Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +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 Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
chat Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
comms Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
converters Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
cross dasm: update to 2.20.14.1. 2020-12-01 14:55:54 +00:00
databases databases: Add postgresql-wal2json 2.3 2020-12-05 09:04:58 +00:00
devel confuse: Fix HOMEPAGE 2020-12-05 12:35:25 +00:00
distfiles
doc doc: Updated emulators/ucon64 to 2.2.1 2020-12-05 13:16:46 +00:00
editors forgot to update distinfo after patch removal 2020-12-05 11:12:02 +00:00
emulators ucon64: update to 2.2.1. 2020-12-05 13:16:36 +00:00
filesystems Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
finance Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
fonts Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
games updated games/gnuchess to 6.2.7 2020-12-05 08:52:42 +00:00
geography Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
graphics Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
ham Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
inputmethod Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
lang erlang: Fix patch checksum 2020-12-05 12:22:51 +00:00
licenses licenses: Add a license file for upcoming emulators/nono 2020-11-27 13:04:32 +00:00
mail pkg/55840: do not forget distinfo 2020-12-05 13:10:17 +00:00
math Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
misc Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
mk tools.Linux.mk: Consider /bin/find as well 2020-12-05 13:15:58 +00:00
multimedia Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
net Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
news Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
packages
parallel Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
pkgtools Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
print Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
regress Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
security Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
shells Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
sysutils xfce4-xarchiver: configure phase expects GNU grep feature 2020-12-04 22:08:22 +00:00
templates
textproc Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
time py-vdirsyncer: mark as not working with python 3.9 2020-12-05 10:06:39 +00:00
wm berry: Correct HOMEPAGE 2020-12-05 14:49:46 +00:00
www Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
x11 Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +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