Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-09-07 10:56:44 +00:00
archivers p5-Compress-Bzip2: update to 2.28. 2020-09-06 19:21:38 +00:00
audio playitslowly: fix PLIST again for setuptools-52 2020-09-06 22:39:03 +00:00
benchmarks benchmarks/dnsperf: update to 2.3.4 2020-09-01 14:03:22 +00:00
biology bioperl: update to 1.7.7. 2020-09-06 20:07:47 +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 p5-Device-Modem: update to 1.59. 2020-09-06 19:44:40 +00:00
converters converters/Makefile: + p5-JSON-Parse. 2020-09-07 10:37:16 +00:00
cross *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
databases py-ldap3: updated to 2.8.1 2020-09-07 09:31:12 +00:00
devel p5-glib2: update to 1.3293. 2020-09-07 10:27:47 +00:00
distfiles
doc doc: Added geography/p5-Class-Measure version 0.08 2020-09-07 10:52:57 +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 p5-Path-Tiny: update to 0.114. 2020-09-07 10:28:31 +00:00
finance p5-Finance-Quote: update to 1.49. 2020-09-07 10:40:14 +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 geography/Makefile: + p5-GIS-Distance. 2020-09-07 10:56:44 +00:00
graphics graphene: simplify download URL 2020-09-06 13:24:40 +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 go115/pkg/${GO_PLATFORM}/crypto/x509/internal/macos.a gets built and 2020-09-07 08:15:42 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail pine-pgp-filters: update to 1.8. 2020-09-07 06:38:27 +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 gaupol: fix PLIST again for setuptools-52 2020-09-06 22:39:24 +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 syncthing: hardcode Go 1.14 for now, bump revision 2020-09-06 17:38:33 +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 zathura-pdf-mupdf: Update to 0.3.6 2020-09-06 20:26:34 +00:00
regress *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
security Fix build on macOS, from Kurt Schreiner on pkgsrc-users@. 2020-09-07 07:58:11 +00:00
shells Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
sysutils (sysutils/webmin) Reduce pkglint Error/Warnings 2020-09-07 10:42:44 +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 nginx-devel: add checksum for njs; fix checksum for lua-nginx-module (to match nginx) 2020-09-06 13:43:05 +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