Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-07-09 22:52:54 +00:00
archivers unrar: updated to 6.0.7 2021-07-07 08:50:07 +00:00
audio faudio: updated to 21.07 2021-07-08 12:09:35 +00:00
benchmarks google-benchmark: update to 1.5.5. 2021-06-28 08:10:58 +00:00
biology py-numpy: "Python version >= 3.7 required." 2021-06-29 08:41:59 +00:00
bootstrap Introduce a new SYSCONFBASE variable (defaults to /etc) 2021-05-30 23:41:05 +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-rich: updated to 10.5.0 2021-07-05 19:07:59 +00:00
converters *: bump PKGREVISION for poppler shlib bump 2021-06-10 11:06:19 +00:00
cross *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
databases go-sqlite3: remove 2021-07-07 12:55:52 +00:00
devel py-bitarray: updated to 2.2.1 2021-07-09 20:25:31 +00:00
distfiles
doc Updated devel/py-cffi, devel/py-bitarray 2021-07-09 20:25:48 +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 gnucash: remove unused patch 2021-07-01 05:46:29 +00:00
fonts Inter-UI: update to 3.19. 2021-06-30 08:52:47 +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 imv: svg support doesn't work with librsvg-c 2021-07-09 18:33:36 +00:00
ham ham/chirp: Update to 20210706 2021-07-06 22:40:54 +00:00
inputmethod ibus-python: remove reference to Linux in DESCR 2021-06-23 20:25:13 +00:00
lang lang/ruby: make sure to update ruby30's version 2021-07-07 16:11:57 +00:00
licenses Add SMath Studio as math/smath-studio. 2021-06-29 14:28:12 +00:00
mail Update to 1.00 2021-07-07 08:21:33 +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 haproxy: updated to 2.4.2 2021-07-08 12:24:37 +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 PR pkg/56035 from Malte Dehling: fix pkgtools/p5-pkgsrc-Dewey build on Solaris 2021-07-04 17:43:27 +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 py-stix: mark as not for Python 2.7 2021-07-09 18:59:05 +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 mutter: Update wm/mutter to 40.2 2021-07-03 17:47:03 +00:00
www Add suckit 2021-07-09 16:13:23 +00:00
x11 qt5-qtdeclarative: fix build with gcc-11 2021-07-09 22:52:54 +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