Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
he fd10a0be38 mail/cyrus-imapd24: fix issue related to own assert() definition.
The C standard says assert() must be a void expression, so change
the definition from being a block to an expression, loosely patterned
after our <assert.h> header.  This makes it compatible with the
various perl headers this program uses.  Also, add a missing semicolon
in a sequence of assert() uses, as this error was now exposed.

Bump PKGREVISION.
2022-10-29 14:44:07 +00:00
archivers *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
audio aubio: explicit doxygen dependency 2022-10-29 13:16:19 +00:00
benchmarks benchmarks/hyperfine: update to 1.15.0 2022-09-08 07:21:03 +00:00
biology *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
bootstrap bootstrap: Add mktools to special preserve handling. 2022-10-04 11:47:45 +00:00
cad *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
chat chat/matrix-synapse: Update to 1.69.0 2022-10-29 00:56:40 +00:00
comms *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
converters bdf2psf: update to 1.211. 2022-10-29 13:36:20 +00:00
cross cross/Makefile: sort 2022-10-20 06:47:36 +00:00
databases Update databases/libzdb to version 3.2.3. 2022-10-28 18:39:24 +00:00
devel patchelf: update to 0.16.1. 2022-10-29 13:37:14 +00:00
distfiles
doc doc: Added security/ssh-audit version 2.5.0 2022-10-29 14:04:54 +00:00
editors editors/tp-note: update to 1.18.1 2022-10-28 07:48:25 +00:00
emulators nono: update to 0.4.4. 2022-10-27 14:48:25 +00:00
filesystems *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
finance *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
fonts *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
games *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
geography *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
graphics graphics/oculante: update to 0.6.19 2022-10-28 07:47:03 +00:00
ham ham/chirp: Update to 20221025 2022-10-26 17:19:42 +00:00
inputmethod *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
lang erlang: Update to 25.1.2 2022-10-29 13:35:15 +00:00
licenses Add Commander X16 ROM license (this is a somewhat complex combination of 2022-08-07 17:35:09 +00:00
mail mail/cyrus-imapd24: fix issue related to own assert() definition. 2022-10-29 14:44:07 +00:00
math Update math/sollya to version 8.0. 2022-10-28 23:49:43 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs Given how compatible evince 3.34 and 43 are, flip evince3->evince anyway. 2022-10-26 10:13:33 +00:00
misc misc/wthrr: update to 0.4.1 2022-10-28 07:50:35 +00:00
mk Darwin.mk: add macOS Ventura 2022-10-27 15:56:14 +00:00
multimedia *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
net py-lexicon: updated to 3.11.7 2022-10-28 10:37:00 +00:00
news *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
packages
parallel *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
pkgtools pkgin: Update to 22.10.0. 2022-10-05 17:23:02 +00:00
print add and enable evince3 2022-10-27 06:05:10 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security Add ssh-audit. 2022-10-29 14:04:18 +00:00
shells shells/nushell: update to 0.70.0 2022-10-19 09:42:32 +00:00
sysutils sysutils/onefetch: fix broken build 2022-10-28 10:15:37 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-tomlkit: updated to 0.11.6 2022-10-28 10:34:31 +00:00
time *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
wm enlightenment16: update to 1.0.26 2022-10-24 16:48:19 +00:00
www neon: fix PLIST for previous 2022-10-28 09:25:26 +00:00
x11 *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README.md: Add trailing slash to URI for consistency 2022-08-24 13:59:26 +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