Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-04-08 21:22:08 +00:00
archivers kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
audio forked-daapd: Update to 27.4 2021-04-08 10:56:28 +00:00
benchmarks dnsperf: Update to version 2.5.1 2021-03-23 18:17:26 +00:00
biology biology/molsketch: update to 0.7.2 2021-04-04 19:10:20 +00:00
bootstrap bootstrap: Add MidnightBSD support to bootstrap shell script 2021-03-15 16:22:06 +00:00
cad Update to 2021.01, ok reinoud@ 2021-04-08 10:26:08 +00:00
chat atheme: Update to 7.2.11 2021-04-08 10:17:28 +00:00
comms comms/asterisk16: Update to 16.17.0 2021-03-26 00:04:08 +00:00
converters Revbump for poppler 2021-04-08 06:19:44 +00:00
cross atasm: update to 1.09. 2021-03-21 10:21:07 +00:00
databases kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
devel pangomm: import patches 2021-04-08 21:16:42 +00:00
distfiles
doc Updated graphics/cairomm, devel/atkmm, devel/pangomm, x11/gtkmm3 2021-04-08 21:22:08 +00:00
editors Revbump for poppler 2021-04-08 06:19:44 +00:00
emulators Remove qemu51, nvmm patches, linux support etc were merged into qemu 2021-04-08 15:43:17 +00:00
filesystems ori: Update to 0.8.2 - help it build again. 2021-04-05 07:51:36 +00:00
finance Unbreak bulk builds. 2021-04-07 08:16:37 +00:00
fonts liberation-ttf: update to 2.1.3 2021-04-08 10:57:27 +00:00
games kpat: update to 20.12.3 2021-04-08 19:56:27 +00:00
geography geography/viking: Replace DESCR wording with improved text from upstream 2021-04-06 22:05:49 +00:00
graphics cairomm: updated to 1.14.2 2021-04-08 21:08:40 +00:00
ham gnuradio-*: update to 3.9.1.0 2021-04-07 16:14:07 +00:00
inputmethod uim: Depend on ruby explicitly to fix build 2021-04-03 05:13:07 +00:00
lang elixir: Update to 1.11.4 2021-04-08 10:34:36 +00:00
licenses add eternal-lands-license 2021-04-04 09:36:29 +00:00
mail kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
math Revbump for poppler 2021-04-08 06:19:44 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs meta-pkgs/gnuradio: update for 3.9 2021-04-07 16:15:08 +00:00
misc rpm: help it find nss 2021-04-08 08:54:30 +00:00
mk Preserve stdin for the bootstrap and dependency handling like done for 2021-04-06 18:46:06 +00:00
multimedia kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
net speedtest-cli: Update to 2.1.3 2021-04-08 16:53:01 +00:00
news pan: Fix build with glib-2.68.0 2021-04-02 14:58:22 +00:00
packages
parallel match arm64 systems. fixes build on netbsd/arm64. 2021-04-02 07:59:35 +00:00
pkgtools pkgtools/pkglint: bump version to 21.1.0 2021-03-25 21:55:05 +00:00
print electrix: switch to waf.mk 2021-04-08 08:44:12 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
shells fish: update to 3.2.2 2021-04-08 10:46:52 +00:00
sysutils file: update to 5.40 2021-04-08 10:40:43 +00:00
templates templates: add maximum width 2021-04-08 12:03:43 +00:00
textproc catdoc: honor CFLAGS/LDFLAGS. 2021-04-08 08:31:04 +00:00
time gnome-calendar: update to 40.0. 2021-04-08 09:09:19 +00:00
wm compiz: Remove broken PKG_OPTION "gnome" 2021-03-30 14:45:36 +00:00
www lua-http: update to 0.4 2021-04-08 11:37:25 +00:00
x11 gtkmm3: updated to 3.24.4 2021-04-08 21:21:38 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
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