Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz c82b675ef4 doc/TODO: add some
+ alsa-lib-1.2.5.1, cairomm-1.16.1, enchant2-2.3.0, exiv2-0.27.4,
  grpc-1.38.1, gsl-2.7, musicpd-0.22.9.
2021-06-27 08:51:27 +00:00
archivers archivers/tartest: Add version 1.23 2021-06-25 13:41:48 +00:00
audio pt2-clone: remove list of operating systems from DESCR 2021-06-27 07:15:55 +00:00
benchmarks Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
biology Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
bootstrap Introduce a new SYSCONFBASE variable (defaults to /etc) 2021-05-30 23:41:05 +00:00
cad openscad: Needs itstool 2021-06-18 12:26:25 +00:00
chat Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
comms py-rich: updated to 10.4.0 2021-06-24 09:35:37 +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 mysql80: use __builtin_ffsll where ffsll is missing 2021-06-27 06:41:55 +00:00
devel dev86: update DESCR 2021-06-27 07:15:22 +00:00
distfiles
doc doc/TODO: add some 2021-06-27 08:51:27 +00:00
editors emacs27: switch to harfbuzz backend for fonts 2021-06-13 20:28:12 +00:00
emulators emulators/fs-uae: correct condition for jit and set NOT_PAX_MPROTECT_SAFE 2021-06-26 14:08:44 +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-ofxparse: updated to 0.21 2021-06-25 10:41:52 +00:00
fonts fonts/montserrat: update to 7.220 2021-06-24 08:48:25 +00:00
games games: Drop maintainership for Doom level packages 2021-06-25 14:25:00 +00:00
geography Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
graphics Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
ham + gnuradio-soapy-sdr 2021-06-27 08:12:28 +00:00
inputmethod ibus-python: remove reference to Linux in DESCR 2021-06-23 20:25:13 +00:00
lang openjdk11: revert options.mk 1.5 2021-06-27 07:53:43 +00:00
licenses add eternal-lands-license 2021-04-04 09:36:29 +00:00
mail akonadi: more buildlink files. 2021-06-24 20:17:31 +00:00
math math/udunits: Release maintainership 2021-06-23 19:54:03 +00:00
mbone *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
meta-pkgs meta-pkgs/gnuradio: update to 3.9.2.0 2021-06-27 08:14:45 +00:00
misc py-tqdm: updated to 4.61.1 2021-06-25 07:25:45 +00:00
mk switch $echo statements to printf "%s\n". 2021-06-25 22:02:06 +00:00
multimedia mplayer: remove pulse from default options now NetBSD 7 is unsupported 2021-06-22 12:35:44 +00:00
net freeradius: add config.mk 2021-06-25 20:46:23 +00:00
news *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
packages
parallel Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
pkgtools pkgtools/pkglint: update to 21.2.1 2021-06-25 14:15:00 +00:00
print scribus-qt5: fix build with poppler >= 21.3 2021-06-22 21:24:15 +00:00
regress *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
security py-oauthlib: updated to 3.1.1 2021-06-25 21:00:12 +00:00
shells eltclsh: Avoid infinite loop in build, PR pkg/56259 2021-06-27 05:56:02 +00:00
sysutils catch up u-boot-pinephone with uboot infrastructure changes. 2021-06-25 08:47:32 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-elementpath: updated to 2.2.3 2021-06-25 11:45:38 +00:00
time py-vdirsyncer: updated to 0.18.0 2021-06-13 17:56:15 +00:00
wm blackbox: bump PKGREVISION for previous change 2021-06-11 21:30:39 +00:00
www varnish: sync smf from pkgsrc-wip to add Solaris jail support (untested) 2021-06-25 12:38:00 +00:00
x11 tint2: avoid listing operating systems in COMMENT 2021-06-27 07:13:47 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
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