Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz cb4c52cb8a tor-browser: update to 10.5.8.
Update Firefox to 78.15.0esr
Bug 40049: Add banner for VPN survey to about:tor
Bug 40363: Change bsaes git url
2021-10-07 12:17:10 +00:00
archivers zip: Support MKPIE on i386. Move compiler bug hacks to hacks.mk. 2021-09-30 11:39:27 +00:00
audio audio/termusic: update to 0.3.16 2021-10-02 21:45:03 +00:00
benchmarks netperf: Support GCC >= 10. 2021-09-28 12:57:17 +00:00
biology py-pydicom: updated to 2.2.2 2021-10-04 08:54:01 +00:00
bootstrap Spaces to tabs (NFCI). 2021-07-13 12:43:58 +00:00
cad revbump for boost-libs 2021-09-29 19:00:02 +00:00
chat Update chat/matrix-synapse to 1.43.0 2021-10-02 12:23:13 +00:00
comms revbump for boost-libs 2021-09-29 19:00:02 +00:00
converters revbump for boost-libs 2021-09-29 19:00:02 +00:00
cross apply a patch from upstream binutils to fix "isb sy" on arm64eb. 2021-10-04 17:54:40 +00:00
databases py-mysqldb: Update to version 1.3.10 2021-10-06 18:00:12 +00:00
devel py-flexmock: updated to 0.10.10 2021-10-06 11:07:42 +00:00
distfiles
doc doc: Updated sysutils/xplr to 0.15.0 2021-10-07 11:51:03 +00:00
editors emacs21-nox11: MKPIE is not supported 2021-10-06 15:40:15 +00:00
emulators tme: workaround failures of SS2 emulation. 2021-10-01 16:14:48 +00:00
filesystems revbump for boost-libs 2021-09-29 19:00:02 +00:00
finance py-eth-account: updated to 0.5.6 2021-10-04 09:01:19 +00:00
fonts Use python27, bump version. 2021-10-02 05:58:57 +00:00
games games: add wordsearch 2021-10-04 21:52:17 +00:00
geography revbump for boost-libs 2021-09-29 19:00:02 +00:00
graphics opencv opencv-contrib-face: updated to 3.4.15 2021-10-06 21:10:24 +00:00
ham revbump for boost-libs 2021-09-29 19:00:02 +00:00
inputmethod revbump for boost-libs 2021-09-29 19:00:02 +00:00
lang go: Add support for GO_EXTRA_MOD_DIRS. 2021-10-06 10:30:22 +00:00
licenses Add SMath Studio as math/smath-studio. 2021-06-29 14:28:12 +00:00
mail notmuch: needs c++11 2021-10-05 06:56:48 +00:00
math py-pythran: mark as incompatible with Python 3.6 2021-10-02 06:52:11 +00:00
mbone *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
meta-pkgs meta-pkgs/ruby-redmine-plugins: accept ruby27 2021-10-06 13:16:41 +00:00
misc libreoffice: Update to 7.2.1.2 2021-10-04 14:48:17 +00:00
mk mk: omit space between -z and relro 2021-10-04 14:21:21 +00:00
multimedia revbump for boost-libs 2021-09-29 19:00:02 +00:00
net add and enable wget2 2021-10-07 05:59:10 +00:00
news revbump for boost-libs 2021-09-29 19:00:02 +00:00
packages
parallel revbump for boost-libs 2021-09-29 19:00:02 +00:00
pkgtools digest: Remove _POSIX_C_SOURCE. PR pkg/56439 2021-10-05 15:38:48 +00:00
print py-octoprint*: be more consistent in using PYTHON_VERSIONS_INCOMPATIBLE 2021-10-06 07:48:51 +00:00
regress regress: fix space-tab in the indentation 2021-09-09 18:23:44 +00:00
security tor-browser: update to 10.5.8. 2021-10-07 12:17:10 +00:00
shells shells/nushell: update to 0.38.0 2021-10-07 11:48:48 +00:00
sysutils sysutils/xplr: update to 0.15.0 2021-10-07 11:50:44 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc lowdown: update to 0.9.1. 2021-10-07 09:03:42 +00:00
time revbump for boost-libs 2021-09-29 19:00:02 +00:00
wm blackbox: take maintainership 2021-10-03 12:49:58 +00:00
www longboard: fix typo 2021-10-07 12:12:47 +00:00
x11 modular-xorg-server: disable RELRO so loading modules works 2021-10-04 17:30:37 +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