Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-07-11 12:16:15 +00:00
archivers archivers/arqiver: update to 0.8.0 2021-07-11 05:21:18 +00:00
audio faudio: updated to 21.07 2021-07-08 12:09:35 +00:00
benchmarks bonnie++: update to 1.98 2021-07-10 01:43:57 +00:00
biology py-numpy: "Python version >= 3.7 required." 2021-06-29 08:41:59 +00:00
bootstrap bootstrap: Add support for --machine-arch override. 2021-07-10 15:49:21 +00:00
cad Ensure PYTHON_VERSIONS_INCOMPATIBLE is set before pyversion.mk is included 2021-07-01 14:48:31 +00:00
chat chat/matrix-synapse: Fix dependencies 2021-07-01 21:13:04 +00:00
comms py-enrich: need py-setuptools_scm to build 2021-07-10 06:05:00 +00:00
converters py-simplejson: updated to 3.17.3 2021-07-10 05:42:43 +00:00
cross *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
databases py-pypika: updated to 0.48.7 2021-07-10 05:49:41 +00:00
devel devel/libuuid: fix illegal code affecting x11/mcookie. 2021-07-10 23:11:22 +00:00
distfiles
doc doc: Updated wm/afterstep to 2.2.12 2021-07-11 12:16:15 +00:00
editors emacs27: switch to harfbuzz backend for fonts 2021-06-13 20:28:12 +00:00
emulators Apply upstream commit 75eebe0 to fix macOS Big Sur build (working around 2021-07-09 21:08:33 +00:00
filesystems fuse-djmount: retire; does not build with external nor internal libupnp; last release 2006-08-07 2021-06-15 09:05:40 +00:00
finance py-stripe: updated to 2.59.0 2021-07-10 05:44:21 +00:00
fonts harfbuzz{,-icu}: update to 2.8.1 2021-07-09 23:14:12 +00:00
games fortune: fix build on Linux 2021-06-28 11:20:55 +00:00
geography geography/qgis: Update to 3.16.8 2021-07-07 00:26:51 +00:00
graphics freeimage: get building again. 2021-07-11 04:08:06 +00:00
ham ham/rtl-sdr: apply patch from mef@ to fix PR pkg/55348. 2021-07-10 16:48:00 +00:00
inputmethod ibus-python: remove reference to Linux in DESCR 2021-06-23 20:25:13 +00:00
lang pyversion.mk: fix typo in comment 2021-07-10 05:24:33 +00:00
licenses Add SMath Studio as math/smath-studio. 2021-06-29 14:28:12 +00:00
mail update postsrsd to version 1.11 2021-07-10 08:41:56 +00:00
math math: add imath 2021-07-08 21:10:03 +00:00
mbone *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
meta-pkgs nagios: set META_PACKAGE before including bsd.prefs.mk 2021-07-04 10:56:48 +00:00
misc stellarium: updated to 0.21.1 2021-06-30 14:09:25 +00:00
mk mk: Add LP32PLATFORMS 2021-07-02 12:03:24 +00:00
multimedia libaom: fix building on armv7 2021-06-28 11:52:41 +00:00
net net/tigervnc: depends on xkeyboard-config (PR 55086 from Joern Clausen) 2021-07-10 23:19:36 +00:00
news *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
packages
parallel ocl-icd: Link with -pthread to fix pocl on NetBSD 2021-07-09 18:30:29 +00:00
pkgtools verifypc 1.8: another adjustment for input format. 2021-07-10 23:02:09 +00:00
print Update cups-filters to 1.28.9 2021-07-08 14:54:15 +00:00
regress *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
security openssl: Stop passing CFLAGS/LDFLAGS to configure. 2021-07-10 15:40:52 +00:00
shells Add starship 2021-07-09 18:52:15 +00:00
sysutils ncdu: update to 1.16. 2021-07-05 20:37:11 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-xlsxwriter: updated to 1.4.4 2021-07-09 19:50:58 +00:00
time time/heliocron: reclaim maintership 2021-07-08 13:34:49 +00:00
wm Update afterstep to 2.2.12 (released in 2013, lol). 2021-07-11 12:13:17 +00:00
www Update moin to 1.9.11. 2021-07-11 10:36:59 +00:00
x11 mate-applets: update to 1.24.1 2021-07-11 00:27:10 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md use libera.chat's hosted kiwiirc 2021-05-29 13:14:10 +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