Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 7f3370ecad py-libxml2: switch to egg.mk
Bump PKGREVISION for PLIST change.
2021-12-30 21:32:38 +00:00
archivers unrar: updated to 6.1.3 2021-12-15 09:53:02 +00:00
audio libopenmpt: update to 0.6.0. 2021-12-30 19:43:09 +00:00
benchmarks revbump for icu and libffi 2021-12-08 16:01:42 +00:00
biology Forget about Python 3.6 2021-12-30 13:05:27 +00:00
bootstrap bootstrap: On SCO System V variants, we need either mksh or bash. 2021-12-28 10:13:01 +00:00
cad Forget about Python 3.6 2021-12-30 13:05:27 +00:00
chat Forget about Python 3.6 2021-12-30 13:05:27 +00:00
comms py-dataclasses: removed; was Python 3.6 onlu 2021-12-30 12:12:53 +00:00
converters converters/php-mbstring: clean up after remove of php73 2021-12-29 06:11:50 +00:00
cross Update to avrdude 6.4 2021-12-29 23:03:21 +00:00
databases sqlite3: updated to 3.37.1 2021-12-30 20:31:51 +00:00
devel sqlite3: updated to 3.37.1 2021-12-30 20:31:51 +00:00
distfiles
doc Updated textproc/py-xmlschema, finance/py-stripe 2021-12-30 20:42:12 +00:00
editors Forget about Python 3.6 2021-12-30 13:05:27 +00:00
emulators mame: update to 0.239. 2021-12-30 11:18:34 +00:00
filesystems rst2man: Fix sandbox builds: ensure the versioned rst2man executable 2021-12-20 07:09:07 +00:00
finance py-stripe: updated to 2.64.0 2021-12-30 20:41:18 +00:00
fonts Forget about Python 3.6 2021-12-30 13:05:27 +00:00
games xtacy: Cast pointer to intptr_t, not int 2021-12-30 13:12:23 +00:00
geography Forget about Python 3.6 2021-12-30 13:05:27 +00:00
graphics py-graphviz: updated to 0.19.1 2021-12-30 21:20:13 +00:00
ham Forget about Python 3.6 2021-12-30 13:05:27 +00:00
inputmethod revbump for icu and libffi 2021-12-08 16:01:42 +00:00
lang py-mypy: updated to 0.930 2021-12-30 21:19:26 +00:00
licenses licenses: Do not use UTF-8 encoding. ASCII is sufficient 2021-11-16 17:13:58 +00:00
mail Update imapsync to 2.140 2021-12-30 10:06:21 +00:00
math Forget about Python 3.6 2021-12-30 13:05:27 +00:00
mbone mbone: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:57:00 +00:00
meta-pkgs bulk-medium: add php80, ride bump 2021-12-30 09:05:45 +00:00
misc stellarium: updated to 0.21.3 2021-12-30 20:22:08 +00:00
mk mk: Set the default page size when compiling with RELRO with GCC on 2021-12-22 10:14:27 +00:00
multimedia Forget about Python 3.6 2021-12-30 13:05:27 +00:00
net wireshark: updated to 3.6.1 2021-12-30 20:20:19 +00:00
news news/pan: update to 0.149. 2021-12-29 13:34:39 +00:00
packages
parallel revbump for icu and libffi 2021-12-08 16:01:42 +00:00
pkgtools pkglint: update version number to match the upcoming branch 2021-12-26 16:56:47 +00:00
print tex-vhistory{,-doc}: Update to 1.80. 2021-12-30 15:09:20 +00:00
regress regress: Remove reference to LOWER_OS_VERSION. 2021-11-30 09:40:10 +00:00
security py-dataclasses: removed; was Python 3.6 onlu 2021-12-30 12:12:53 +00:00
shells shells/starship: update to 1.1.1 2021-12-22 08:29:46 +00:00
sysutils py-eliot: patch for Python 3.6 is no longer needed 2021-12-30 13:38:24 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-libxml2: switch to egg.mk 2021-12-30 21:32:38 +00:00
time Forget about Python 3.6 2021-12-30 13:05:27 +00:00
wm Remove references to X11R6 where it isn't relevant. 2021-12-26 10:19:13 +00:00
www php-nextcloud: Update to 23.0.0 2021-12-30 15:54:22 +00:00
x11 Forget about Python 3.6 2021-12-30 13:05:27 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md README.md: Add trailing slash to the URI 2021-10-21 12:18:01 +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.

Community / 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