Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
rillig 246cc1fdfe x11/gtksourceview2: remove configure option --disable-build-tests
It is no longer known.  The ChangeLog files don't contain an entry about
its removal.
2020-12-13 15:39:40 +00:00
archivers archivers/lxqt-archiver: update to 0.3.0 2020-12-07 11:59:16 +00:00
audio Add audio/ncmpcpp. 2020-12-11 10:12:42 +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: Prefer native on Elbrus 2000 2020-12-05 16:50:52 +00:00
cad Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
chat Update chat/matrix-synapse to 1.24.0 2020-12-09 20:40:20 +00:00
comms asterisk16: Update to 16.15.0 2020-12-10 13:52:30 +00:00
converters Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
cross cc65: Update to 2.19 2020-12-08 11:32:00 +00:00
databases prometheus: updated to 2.23.0 2020-12-10 16:35:24 +00:00
devel (devel/ocaml-lwt) Add devel/ocaml-dune-configurator as buildlink3.mk 2020-12-13 13:41:59 +00:00
distfiles
doc doc: Updated pkgtools/pkgin to 20.12.0 2020-12-13 09:13:19 +00:00
editors Add editors/hexer. 2020-12-12 13:32:51 +00:00
emulators hatari: update to 2.3.0. 2020-12-10 17:45:32 +00:00
filesystems Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
finance Mark packages that fail with Python 2.7 2020-12-09 09:30:56 +00:00
fonts py-fonttools: update to 4.17.1. 2020-12-06 09:58:49 +00:00
games rocksndiamonds: updated to 4.2.0.5 2020-12-10 16:33:02 +00:00
geography qgis: Update to 3.10.12 2020-12-13 00:31:10 +00:00
graphics djview4: Update to 4.12 2020-12-09 15:08:29 +00:00
ham freedv: Fix building on NetBSD-current. 2020-12-09 10:38:04 +00:00
inputmethod Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
lang go: clarify that go14 had no aarch64 support on all OSes, so we need go-bin 2020-12-12 11:08:26 +00:00
licenses Add editors/hexer. 2020-12-12 13:32:51 +00:00
mail Depend on qmail-acceptutils 20201211 for authup(8) that fixes AUTH retry 2020-12-11 12:11:43 +00:00
math py-networkx: updated to 2.5 2020-12-09 16:56:19 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs py-tryton-platform: Remove *-shipping-dpd depend. 2020-12-08 10:56:13 +00:00
misc Updated misc/ocaml-opam-file-format to 2.1.0 2020-12-09 10:36:09 +00:00
mk Reflect GNU grep locations on some SunOS variants 2020-12-09 01:24:24 +00:00
multimedia adobe-flash-player: update to 32.0.0.465. 2020-12-08 13:02:06 +00:00
net gallery-dl: Update to 1.16.0 2020-12-12 22:39:54 +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 pkgin: Update to 20.12.0. 2020-12-13 09:13:08 +00:00
print pdf2djvu: Update to 0.9.17.1 2020-12-09 15:05:08 +00:00
regress Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
security (security/ocaml-ssl) Add devel/ocaml-dune-configurator as buildlink3.mk 2020-12-13 13:46:15 +00:00
shells Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
sysutils bacula: update to 9.6.7 2020-12-12 23:51:19 +00:00
templates
textproc lowdown: update to 0.7.5. 2020-12-10 09:19:35 +00:00
time Add time/tty-clock. 2020-12-11 13:48:48 +00:00
wm Add wm/tinywm 2020-12-11 15:12:35 +00:00
www Update to Wordpress 5.6. 2020-12-11 18:09:09 +00:00
x11 x11/gtksourceview2: remove configure option --disable-build-tests 2020-12-13 15:39:40 +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