Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
adam f2ba2a0294 py-pep517: updated to 0.13.1
v0.13.1
deprecation notice
2023-11-09 06:51:59 +00:00
archivers archivers/unarchiver: Fix build on NetBSD 9 2023-11-09 06:21:05 +00:00
audio audio/din: Unbreak build on Darwin 2023-11-08 16:49:02 +00:00
benchmarks *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
biology biology/bedtools: Update to 2.31.1 2023-11-08 16:46:44 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
chat profanity: make sure TIOCGWINZ is declared on Illumos 2023-11-08 16:37:46 +00:00
comms *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
converters *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
cross cross/Makefile: + 64tass 2023-09-26 21:20:42 +00:00
databases ldb: downgrade, for samba4 (4.18.8) 2023-11-08 13:55:11 +00:00
devel py-pep517: updated to 0.13.1 2023-11-09 06:51:59 +00:00
distfiles
doc doc: Updated x11/libqtxdg to 3.12.0 2023-11-09 03:26:52 +00:00
editors editors/tp-note: update to 1.22.13 2023-11-08 14:10:37 +00:00
emulators *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
filesystems *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
finance *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
fonts *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
games *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
geography *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
graphics exiv2: resurrect patch to fix build on SunOS 2023-11-08 21:15:37 +00:00
ham *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
inputmethod *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
lang *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
licenses Rename eclipse-v2.0-license to epl-v2.0; it seems that eclipse public license 2023-10-11 13:27:08 +00:00
mail *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
math *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
mbone *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
meta-pkgs *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
misc *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
mk mk/defaults/options.description: 2023-11-08 14:34:42 +00:00
multimedia libva: uses for (int i=..., so needs c99 2023-11-08 22:58:29 +00:00
net py-lexicon: updated to 3.17.0 2023-11-08 17:34:34 +00:00
news *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
packages
parallel *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
pkgtools *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
print *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
regress lintpkgsrc, regress: update references to pkglint files 2023-10-16 22:21:55 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security py-acme py-certbot*: updated to 2.7.4 2023-11-08 17:43:41 +00:00
shells shells/oh-my-posh: update to 18.23.3 2023-11-07 07:12:57 +00:00
sysutils *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-lxml: uses 'for (int i=...)' so needs c99 2023-11-08 23:00:56 +00:00
time *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
wm *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
www py-django-reversion: updated to 5.0.8 2023-11-09 06:49:49 +00:00
x11 libqtxdg: update to 3.12.0 2023-11-09 03:26:34 +00:00
_NetBSD-pkgdb
Makefile science: add category 2023-07-17 01:03:19 +00:00
pkglocate
README.md README: Use the real Matrix URL 2022-11-19 21:01:44 +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