Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-10-16 10:33:38 +00:00
archivers Revbump all Go packages after go115 update. 2020-10-15 13:08:12 +00:00
audio strawberry: update to 0.8.1. 2020-10-14 16:37:26 +00:00
benchmarks (benchmarks/phoronix-test-suite) fix build, add patch for [check-portability.awk] 2020-10-10 12:57:41 +00:00
biology math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
bootstrap bootstrap: Fix numerical calculation on Big Sur. 2020-10-07 10:44:14 +00:00
cad math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
chat mumble: Update to 1.3.3 2020-10-16 07:42:48 +00:00
comms (comms/openobex) Updated 1.7.1 to 1.7.2. ChangeLog unknown. Adapt to Doxygen 1.8.20 2020-10-06 03:46:02 +00:00
converters bdf2sfd: update to 1.1.4. 2020-10-09 07:30:39 +00:00
cross (cross/avr-libc) Adapt to doxygen 1.8.20, PKGREVISION++ 2020-10-06 02:06:05 +00:00
databases py-alembic: updated to 1.4.3 2020-10-15 13:53:46 +00:00
devel gettext-lib: fix built-in gettext detection on musl 2020-10-15 23:32:07 +00:00
distfiles
doc doc: Updated net/tinydyndns to 0.4.2nb1 2020-10-16 10:33:38 +00:00
editors emacs: amend comments in modules.mk 2020-10-08 00:15:35 +00:00
emulators procfs is mounted with linux compat by default now 2020-10-14 18:09:13 +00:00
filesystems Update glusterfs to 8.2 2020-09-27 01:13:11 +00:00
finance py-stripe: updated to 2.55.0 2020-10-15 13:44:39 +00:00
fonts cascadia-ttf: update to 2009.22. 2020-10-08 12:41:10 +00:00
games math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
geography math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
graphics Revbump all Go packages after go115 update. 2020-10-15 13:08:12 +00:00
ham chirp: Update to 20201014 2020-10-15 23:29:56 +00:00
inputmethod *: recursive bump for vala 0.50 2020-10-06 19:51:15 +00:00
lang Revbump all Go packages after go115 update. 2020-10-15 13:08:12 +00:00
licenses Add evilwm-license 2020-10-11 08:53:28 +00:00
mail Revbump all Go packages after go115 update. 2020-10-15 13:08:12 +00:00
math Revbump all Go packages after go115 update. 2020-10-15 13:08:12 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs suse131: Add openal 2020-10-14 18:49:43 +00:00
misc Revbump all Go packages after go115 update. 2020-10-15 13:08:12 +00:00
mk math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
multimedia adobe-flash-player: update to 32.0.0.445. 2020-10-14 16:11:03 +00:00
net Since the DNS service is tinydns(8), add dependency on djbdns. Since the 2020-10-16 10:33:29 +00:00
news sfeed_curses: Update to 0.9.3 2020-10-09 15:14:05 +00:00
packages
parallel threadingbuildingblocks: Update to 2020.3 2020-09-05 11:34:07 +00:00
pkgtools Revbump all Go packages after go115 update. 2020-10-15 13:08:12 +00:00
print print/foliate: Updates to 2.5.0 2020-10-15 16:10:23 +00:00
regress *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
security py-authlib: updated to 0.15.1 2020-10-15 13:46:35 +00:00
shells shellcheck: add $HOMEPAGE 2020-10-14 00:23:34 +00:00
sysutils Revbump all Go packages after go115 update. 2020-10-15 13:08:12 +00:00
templates
textproc Update hfstospell to 0.5.2. 2020-10-15 19:22:23 +00:00
time math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
wm xfce4-wm: Add hack to let this build on NetBSD 8. 2020-10-16 06:21:13 +00:00
www www/apache-tomcat7: Update to 7.0.106 2020-10-15 16:27:21 +00:00
x11 don't force-include pulseaudio, let it come from options.mk. 2020-10-15 20:26:35 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md update links 2020-10-09 11:46:29 +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