Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wen 4f8159fb9f Update to 1.38.4
Update DEPENDS

Upstream changelog is too long, please visit:
https://www.mediawiki.org/wiki/Release_notes/1.38
2022-09-30 11:52:23 +00:00
archivers py-lz4: not make jobs safe 2022-09-30 09:05:40 +00:00
audio *: recursive bump for ffmpeg4 switch to x264 2022-09-27 20:58:20 +00:00
benchmarks benchmarks/hyperfine: update to 1.15.0 2022-09-08 07:21:03 +00:00
biology Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
bootstrap Remove support for Bitrig. 2022-09-29 02:25:15 +00:00
cad ghdl: fix build with llvm 14 2022-09-22 11:47:14 +00:00
chat Update chat/element-web to 1.11.8 2022-09-29 18:53:26 +00:00
comms Fix obsolete PERL and note that upstream no longer exists. 2022-09-26 05:22:23 +00:00
converters py-fastbencode: does not support python 2.x 2022-09-14 11:32:14 +00:00
cross xtensa-esp32-elf-binutils: needs bison 2022-08-22 18:21:17 +00:00
databases kldap: update to 22.08.1 2022-09-29 00:26:00 +00:00
devel protobuf py-protobuf: updated to [34].21.7 2022-09-30 08:18:21 +00:00
distfiles
doc doc: Updated textproc/iso-codes to 4.11.0 2022-09-30 10:56:58 +00:00
editors kate: KDE Gear update to 22.08.1 2022-09-29 00:39:10 +00:00
emulators fs-uae-arcade: updated to 3.1.63 2022-09-29 09:27:13 +00:00
filesystems rump, fs-utils: remove 2022-09-24 06:37:45 +00:00
finance py-eth-typing: updated to 3.2.0 2022-09-29 19:41:30 +00:00
fonts harfbuzz: update to 5.2.0. 2022-09-26 17:33:52 +00:00
games KDE Gear update to 22.08.1 2022-09-29 00:47:27 +00:00
geography libmaxminddb: update to 1.7.0. 2022-09-29 15:03:18 +00:00
graphics Fix ImageMagick MASTER_SITES 2022-09-30 07:31:00 +00:00
ham uhd: fix unportable test operator in example script 2022-09-23 10:01:03 +00:00
inputmethod ibus-table-chinese: updated to 1.8.3 2022-09-22 09:39:25 +00:00
lang nim: Update to 1.6.8 2022-09-29 22:05:39 +00:00
licenses Add Commander X16 ROM license (this is a somewhat complex combination of 2022-08-07 17:35:09 +00:00
mail fetchmailconf: Update to 6.4.33 2022-09-29 19:27:32 +00:00
math KDE Gear update to 22.08.1 2022-09-29 00:56:13 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs kf5: update to 5.98.0 2022-09-29 01:49:24 +00:00
misc kteatime: fix HOMEPAGE 2022-09-29 05:23:16 +00:00
mk Add fpx option description 2022-09-29 07:47:52 +00:00
multimedia gst-plugins0.10-x264: switch to x264 stable; bump revision 2022-09-30 07:57:27 +00:00
net powerdns-*: Reset PKGREVISION. 2022-09-29 13:51:51 +00:00
news hellanzb, lottanzb: remove 2022-09-11 17:28:32 +00:00
packages
parallel parallel/openmpi: fix dependent build with Fortran modules 2022-09-22 16:47:27 +00:00
pkgtools lintpkgsrc: fix search path for mk.conf 2022-09-29 21:26:23 +00:00
print scribus-qt5: only requires libcups, not cups-base 2022-09-29 06:39:31 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security kwalletmanager: fix HOMEPAGE 2022-09-29 05:25:11 +00:00
shells shells/nushell: update to 0.69.1 2022-09-28 06:55:19 +00:00
sysutils salt: update HOMEPAGE 2022-09-30 10:02:12 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc Update iso-codes to version 4.11.0 2022-09-30 10:25:37 +00:00
time time/ruby-tzinfo-data: update to 1.2022.4 2022-09-29 10:48:51 +00:00
wm evilwm: Update to 1.4.0. 2022-09-27 12:33:08 +00:00
www Update to 1.38.4 2022-09-30 11:52:23 +00:00
x11 kirigami2: and the modified patch to go along with previous 2022-09-29 19:46:40 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
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