Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-08-22 22:21:53 +00:00
archivers lz4: updated to 1.9.4 2022-08-16 13:02:56 +00:00
audio musicpd: update to 0.23.9. 2022-08-22 10:59:45 +00:00
benchmarks google-benchmark: update to 1.7.0. 2022-07-31 09:52:51 +00:00
biology Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
bootstrap Update docs for Joyent migration. 2022-08-01 14:49:09 +00:00
cad kicad-*: fix building and cleanup 2022-08-15 20:55:35 +00:00
chat ii: needs __EXTENSIONS__ for struct sigaction on SunOS 2022-08-22 17:47:51 +00:00
comms Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
converters *: bump for hs-vector-algorithms buildlink3.mk change 2022-08-22 10:13:21 +00:00
cross xtensa-esp32-elf-binutils: needs bison 2022-08-22 18:21:17 +00:00
databases rrdtool: explicitly disable librados 2022-08-22 07:37:13 +00:00
devel cmake cmake-gui: updated to 3.24.1 2022-08-22 19:08:10 +00:00
distfiles
doc doc: Updated www/kore to 4.2.3 2022-08-22 21:10:46 +00:00
editors lyx: has been ported to python3 for a while, and build with gcc 12 2022-08-22 08:12:47 +00:00
emulators emulators/open-simh: update to 4.0.0.20220814 2022-08-16 20:08:39 +00:00
filesystems filesystems/p5-Path-Tiny update to 0.122 2022-08-05 12:57:26 +00:00
finance py-stripe: updated to 4.1.0 2022-08-22 06:50:21 +00:00
fonts SDL2_ttf: update to 2.20.1. 2022-08-22 10:55:27 +00:00
games xpipeman: define SYSV on SunOS 2022-08-22 17:36:13 +00:00
geography R-s2: needs openssl 2022-08-22 22:21:53 +00:00
graphics gimp-jxr: fix master site, update to 2.1.1 2022-08-22 19:31:13 +00:00
ham Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
inputmethod Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
lang gcc12-libs: reset PKGREVISION to 1 after update 2022-08-22 12:16:49 +00:00
licenses Add Commander X16 ROM license (this is a somewhat complex combination of 2022-08-07 17:35:09 +00:00
mail notmuch: Fix previous. Make desktop-file-utils for build dependency 2022-08-20 05:11:21 +00:00
math hs-monoid-subclasses: allow building with hs-vector 0.14 2022-08-22 10:20:37 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs texlive-collection-latexextra: update to revision 64141 2022-08-22 12:02:44 +00:00
misc libreoffice: temporarily mark broken to unwedge bulk builds 2022-08-22 20:31:56 +00:00
mk add option descriptions for sge and slurm 2022-08-18 12:40:20 +00:00
multimedia multimedia/handbrake: avoid download/build of other packages already in pkgsrc 2022-08-22 13:56:41 +00:00
net netdisco: forgot to commit distinfo in previous commit 2022-08-22 20:43:39 +00:00
news news/tuifeed: update to 0.2.1 2022-08-19 10:15:58 +00:00
packages
parallel hwloc: explicitly disable opencl 2022-08-22 08:31:01 +00:00
pkgtools pkgtools/distlint: add initial draft document, no package yet 2022-08-20 13:32:06 +00:00
print auctex: remove xemacs from supported emacsen 2022-08-22 09:11:41 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security merkletree: provide fallback declaration of MIN 2022-08-22 18:11:39 +00:00
shells fish: update to 3.5.1. 2022-08-22 19:15:17 +00:00
sysutils u-boot-rock64: remove unreferenced file 2022-08-22 19:09:00 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-regex: updated to 2022.8.17 2022-08-22 18:12:29 +00:00
time time/ruby-tzinfo-data: update to 1.2022.3 2022-08-18 13:58:50 +00:00
wm *: summon ghosts of HOMEPAGEs past with Wayback Machine 2022-08-19 09:58:30 +00:00
www kore: update to 4.2.3. 2022-08-22 21:10:34 +00:00
x11 xnotify: set -D_XOPEN_SOURCE=500 on SunOS 2022-08-22 19:46:47 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md Update docs for Joyent migration. 2022-08-01 14:49:09 +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