Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-09-02 12:26:24 +00:00
archivers *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
audio *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +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 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
chat *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
comms *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
converters *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +00:00
cross *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
databases p5-DB_File: remove, part of perl 2020-09-01 08:04:55 +00:00
devel *: comment out p5-Time-HiRes dependency, part of perl 2020-09-01 08:01:25 +00:00
distfiles
doc doc: Updated textproc/p5-Encode to 3.05 2020-09-02 12:26:24 +00:00
editors *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
emulators *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +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 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
games *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
geography geography/merkaator: Update to 0.18.4 2020-09-02 00:24:26 +00:00
graphics graphics: Disable libv4l1 2020-09-02 09:55:16 +00:00
ham *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
inputmethod *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
lang Fix building lang/perl5 on QNX 2020-09-01 22:56:54 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail Update to 3.12.2. From the changelog: 2020-09-01 21:28:41 +00:00
math *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +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 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mk mk/defaults: Add heif option description 2020-09-01 12:21:28 +00:00
multimedia gst-plugins0.10-v4l2: Fix build with recent kernel 2020-09-01 21:44:01 +00:00
net net/bind914: remove package 2020-09-01 14:14:53 +00:00
news *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
packages
parallel *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
pkgtools *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
print *: comment out p5-DB_File dependency, part of perl 2020-09-01 08:04:22 +00:00
regress *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
security libssh: Disable building examples 2020-09-02 11:45:51 +00:00
shells *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
sysutils Borrow patches from OpenBSD ports to fix build, adding pledge() and 2020-09-01 10:21:55 +00:00
templates
textproc (textproc/p5-Encode) Updated 3.0.1 to 3.0.5 2020-09-02 12:26:11 +00:00
time p5-Time-HiRes: remove, part of perl 2020-09-01 08:05:29 +00:00
wm *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
www firefox-l10n: Update to 80.0.1 2020-09-02 10:01:47 +00:00
x11 *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +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