Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
fcambus 889cdbbad6 yabasic: update to 2.87.0.
ChangeLog:

Version 2.87.0 (August 12, 2020)
  - Fixed an edge-case in for-loops
  - Allow eof(0) and peek(0) to refer to standard input
2020-09-06 09:06:15 +00:00
archivers p5-Archive-Tar: remove, part of perl since 2008 2020-09-04 10:15:12 +00:00
audio py-music21: add py-jsonpickle as a dependency 2020-09-05 00:07:17 +00:00
benchmarks benchmarks/dnsperf: update to 2.3.4 2020-09-01 14:03:22 +00:00
biology *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
bootstrap Fix bootstrap on QNX 2020-08-29 20:11:21 +00:00
cad (cad/py-gds) Updated 1.5.2 to 1.6 2020-09-04 16:05:20 +00:00
chat chat/matrix-synapse: Bump PKGREVISION 2020-09-04 21:18:36 +00:00
comms *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
converters p5-Unicode-Collate: remove, part of perl since 2003 2020-09-04 14:09:45 +00:00
cross *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
databases *: remove p5-version, part of perl 2020-09-04 14:22:57 +00:00
devel py-setuptools: Update to 50.2.0 2020-09-05 10:14:31 +00:00
distfiles
doc doc/TODO: add some 2020-09-06 08:18:53 +00:00
editors emacs: emacs27 is not development version anymore. Fix Elisp package builds 2020-09-06 02:59:16 +00:00
emulators mame: Needs FORCE_DRC_C_BACKEND on non-x86 2020-09-05 10:08:15 +00:00
filesystems filesystems/glusterfs: Adjust SUBST to current reality 2020-08-31 23:55:38 +00:00
finance *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
fonts *: remove p5-Getopt-Long, part of perl 2020-09-04 11:36:49 +00:00
games games/woof: Update to 2.1.1 2020-09-03 10:26:47 +00:00
geography py-googlemaps: Update to 4.4.2. 2020-09-03 14:03:24 +00:00
graphics libheif: add missing include 2020-09-06 07:18:31 +00:00
ham ham/chirp: Update to 20200902 2020-09-03 15:00:33 +00:00
inputmethod skk: Accept emacs27 and emacs27nox 2020-09-06 03:03:34 +00:00
lang yabasic: update to 2.87.0. 2020-09-06 09:06:15 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail notmuch: Update to 0.31 2020-09-06 03:11:31 +00:00
math libnumbertext: Update to 1.0.6 2020-09-05 11:25:39 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs xfce4 & xfce4-extras: move gnome-themes-standard to extras 2020-09-02 04:08:11 +00:00
misc libreoffice: Update to 7.0.1.2 2020-09-05 11:26:34 +00:00
mk mk/platform/QNX.mk: Add ACCEPT_INFERIOR_RM_PROGRAM=yes 2020-09-04 19:44:24 +00:00
multimedia gst-plugins0.10-v4l2: Fix build with recent kernel 2020-09-01 21:44:01 +00:00
net *: remove p5-autodie, part of perl 2020-09-04 14:14:05 +00:00
news Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
packages
parallel threadingbuildingblocks: Update to 2020.3 2020-09-05 11:34:07 +00:00
pkgtools Revbump all Go packages after default Go version was changed to 1.15.1 2020-09-03 07:29:32 +00:00
print p5-LaTeX-Driver: update to 1.1.1. 2020-09-05 07:14:05 +00:00
regress *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
security Update security/gnupg2 to 2.2.23 2020-09-05 10:25:52 +00:00
shells Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
sysutils (sysutils/wbm-{virtual-server,cyrus-imapd}) two distinfo files recoverd again 2020-09-06 02:43:16 +00:00
templates
textproc Update to 0.9 2020-09-05 18:02:36 +00:00
time p5-Time-Piece: remove, part of perl since 2008 2020-09-04 13:57:15 +00:00
wm *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
www firefox: Requires textproc/py-expat at least with python37 2020-09-05 10:19:04 +00:00
x11 Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md README.md: minor adjustments 2020-01-15 16:19:22 +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.

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.

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