Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-10-02 09:21:37 +00:00
archivers zstd: fix library detection with GNU make 4.3 2020-10-01 07:25:06 +00:00
audio audio/ncspot: take maintainership 2020-10-01 08:38:02 +00:00
benchmarks Update glmark2 to 2020.04 2020-09-29 16:17:56 +00:00
biology gnome-chemistry-utils: fix builds 2020-09-25 03:56:49 +00:00
bootstrap Fix bootstrap on QNX 2020-08-29 20:11:21 +00:00
cad (cad/tnt-mmtl) Fix build: Add BUILD_DEPENDS+= tex-epstopdf-pkg-[0-9]* 2020-09-27 14:11:09 +00:00
chat py-hangups: Update to 0.4.12 2020-09-29 21:42:59 +00:00
comms *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
converters bdf2psf: update to 1.197. 2020-09-24 05:37:24 +00:00
cross Don't use PKGREVISION in DIST_SUBDIR. 2020-09-14 18:15:34 +00:00
databases prometheus: updated to 2.21.0 2020-09-30 13:12:20 +00:00
devel pkgconf: update to 1.7.3. 2020-10-02 09:21:28 +00:00
distfiles
doc doc: Updated devel/pkgconf to 1.7.3 2020-10-02 09:21:37 +00:00
editors editors/micro: Update to 2.0.7 2020-10-01 20:23:08 +00:00
emulators emulators/Makefile: + pcsxr 2020-10-01 09:14:10 +00:00
filesystems Update glusterfs to 8.2 2020-09-27 01:13:11 +00:00
finance py-stripe: updated to 2.54.0 2020-09-30 06:52:40 +00:00
fonts uw-ttyp0: install to its own fonts directory 2020-09-23 11:59:18 +00:00
games games/woof: Update to 2.3.1 2020-10-01 10:04:43 +00:00
geography geography/gama: Update to 2.10 2020-09-29 10:33:52 +00:00
graphics libansilove: update to 1.2.6. 2020-10-01 09:35:13 +00:00
ham ham/chirp: Update to 20200909 2020-09-17 11:47:59 +00:00
inputmethod skk: Accept emacs27 and emacs27nox 2020-09-06 03:03:34 +00:00
lang mono6: Update to 6.10.0.104 2020-09-30 19:50:14 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail fetchmail: Update to 6.4.12 2020-10-02 08:20:27 +00:00
math py-numba: updated to 0.51.2 2020-10-02 08:34:39 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs boost: use more portable invocation of find(1) 2020-10-02 08:08:25 +00:00
misc stellarium: updated to 0.20.3 2020-09-28 19:23:34 +00:00
mk Xcode 12 (or its associated Command Line Tools) ships with default-on 2020-09-21 13:09:21 +00:00
multimedia obs-studio: other people maintain this more than me. 2020-10-01 19:54:32 +00:00
net mtr: update to 0.94. 2020-10-02 09:19:59 +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 pkgtools/pkglint: update to 20.3.0 2020-09-25 13:56:09 +00:00
print ghostscript-agpl: Update to 9.53.2 2020-09-29 14:29:42 +00:00
regress *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
security openssl: update to 1.1.1h. 2020-09-30 09:25:30 +00:00
shells shells/pbosh: Specify minimum required version of smake tool dependency 2020-09-28 10:40:25 +00:00
sysutils Updated sysutils/logrotate to 3.17.0. 2020-10-01 20:14:56 +00:00
templates
textproc py-markovify: updated to 0.8.3 2020-10-02 08:35:31 +00:00
time py-iso8601: fix Python 3.6 build 2020-09-16 03:00:37 +00:00
wm blackbox70: add nls and xft2 options 2020-09-30 03:07:25 +00:00
www py-uvicorn: updated to 0.12.1 2020-10-02 08:11:11 +00:00
x11 Update gtksourceview4 to 4.8.0 2020-10-01 13:40:33 +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