Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz ebf267b74a p5-Digest-MD5: remove
This has been part of perl since 2006 or so
2020-09-04 09:40:50 +00:00
archivers Revbump all Go packages after default Go version was changed to 1.15.1 2020-09-03 07:29:32 +00:00
audio py-music21: update to 6.1.0 2020-09-04 01:11:31 +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 Revbump all Go packages after default Go version was changed to 1.15.1 2020-09-03 07:29:32 +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 Revbump all Go packages after default Go version was changed to 1.15.1 2020-09-03 07:29:32 +00:00
devel *: remove p5-Digest-MD5 dependency 2020-09-04 09:39:57 +00:00
distfiles
doc p5-Digest-MD5: remove 2020-09-04 09:40:50 +00:00
editors Revbump all Go packages after default Go version was changed to 1.15.1 2020-09-03 07:29:32 +00:00
emulators mame: update to 0.224. 2020-09-03 07:47:42 +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 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 graphics/ImageMagick: Fix buildlink3.mk after heif was made optional 2020-09-03 21:03:04 +00:00
ham ham/chirp: Update to 20200902 2020-09-03 15:00:33 +00:00
inputmethod *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
lang python: support py-cairo in versioned_dependencies.mk 2020-09-03 15:44:54 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail *: remove p5-Digest-MD5 dependency 2020-09-04 09:39:57 +00:00
math gmp,mpfr: Remove CONFIGURE_ARGS flags from builtin.mk as it assumes that 2020-09-03 08:58:42 +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 Revbump all Go packages after default Go version was changed to 1.15.1 2020-09-03 07:29:32 +00:00
mk options.description: fix a couple of typos 2020-09-04 01:15:42 +00:00
multimedia gst-plugins0.10-v4l2: Fix build with recent kernel 2020-09-01 21:44:01 +00:00
net *: remove p5-Digest-MD5 dependency 2020-09-04 09:39:57 +00:00
news Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
packages
parallel *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +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 *: 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 p5-Digest-MD5: remove 2020-09-04 09:40:50 +00:00
shells Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
sysutils Add onefetch 2020-09-03 09:29:51 +00:00
templates
textproc p5-Encode: remove 2020-09-04 09:29:54 +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 py-wtforms: Update to 2.3.3. 2020-09-03 19:20:23 +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