Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
riastradh f9cd3ff659 www/firefox68: Add NetBSD support for U2F/FIDO2 security keys.
Based on patch submitted upstream:
https://github.com/mozilla/authenticator-rs/pull/116

Adapted lightly for firefox68 which had its own copy of an older
version of authenticator-rs.
2020-07-15 19:52:23 +00:00
archivers libzip: update to 1.7.3. 2020-07-15 08:15:39 +00:00
audio *: reset maintainer for darcy 2020-07-13 20:05:11 +00:00
benchmarks *: Update broken sf.net HOMEPAGEs 2020-06-14 10:07:48 +00:00
biology gnome-chemistry-utils: Update to 0.14.16 2020-06-29 13:04:48 +00:00
bootstrap bootstrap: Switch OSF1 to mksh. 2020-07-15 10:32:12 +00:00
cad (cad/qcad) Add one patch for adapting to QT update, Re: QPainterPath 2020-06-16 23:09:31 +00:00
chat Fix day-of-month format so that strftime(3) will recognize it. 2020-07-13 13:12:08 +00:00
comms asterisk16: Update to 16.11.0 2020-06-12 16:23:53 +00:00
converters bdf2psf: update to 1.196. 2020-07-13 16:09:44 +00:00
cross xtensa-esp32-elf-gcc: skip portability check for contrib/* 2020-07-11 09:05:13 +00:00
databases py-aiosqlite: updated to 0.15.0 2020-07-15 14:07:51 +00:00
devel py-typing: updated to 3.7.4.3 2020-07-15 09:33:01 +00:00
distfiles
doc doc: Updated multimedia/adobe-flash-player to 32.0.0.403 2020-07-15 18:46:25 +00:00
editors editors/lyx: update to 2.3.5.2. 2020-07-05 12:23:06 +00:00
emulators mame: update to 0.222. 2020-07-13 20:33:56 +00:00
filesystems Update filesystems/glusterfs to 8.0 2020-07-07 01:01:27 +00:00
finance *: reset maintainer for darcy 2020-07-13 20:05:11 +00:00
fonts fonts/nanum-ttf: Update to 20200506 2020-07-13 16:59:59 +00:00
games dMagnetic: update to 0.24. 2020-07-13 09:49:09 +00:00
geography geography: Add lua-mmdb 2020-07-09 10:48:58 +00:00
graphics *: reset maintainer for darcy 2020-07-13 20:05:11 +00:00
ham (ham/predict) Updated to 2.2.6 2020-06-16 13:43:36 +00:00
inputmethod inputmethod/mozc-server: fix build problem 2020-06-19 05:45:30 +00:00
lang urst-bin: Correct sense of condition 2020-07-15 15:13:57 +00:00
licenses licenses: Add ttyp0-license 2020-06-17 11:06:58 +00:00
mail mutt: Update to version 1.14.6 2020-07-12 07:08:43 +00:00
math Reset maintainership for all (no longer) mine packages 2020-07-13 19:45:45 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs meta-pkgs/netbsd-doc-print: update to 1.6 2020-07-15 16:02:41 +00:00
misc rhash: updated to 1.4.0 2020-07-15 07:15:39 +00:00
mk mk: remove backwards compatibility for pkg_install from before 2010 2020-07-13 20:25:57 +00:00
multimedia adobe-flash-player: update to 32.0.0.403. 2020-07-15 18:46:08 +00:00
net haproxy: updated to 2.2.0 2020-07-15 09:20:44 +00:00
news sfeed: Update to 0.9.18 2020-07-14 10:46:35 +00:00
packages
parallel ganglia-monitor-core: add buildlink3.mk 2020-07-13 18:40:47 +00:00
pkgtools pkgin: Update to 20.7.0. 2020-07-13 18:18:54 +00:00
print py-latexcodec: updated to 2.0.1 2020-07-15 07:43:59 +00:00
regress show-all: fix typo in variable name 2020-07-01 09:13:12 +00:00
security Strip -lcrypt on macOS, which (at least in recent versions) doesn't have it. 2020-07-15 19:35:04 +00:00
shells fix static build on NetBSD 2020-07-14 21:48:29 +00:00
sysutils sysutils/nnn: Update to 3.3 2020-07-14 12:51:01 +00:00
templates
textproc py-ICU: updated to 2.5 2020-07-15 15:04:18 +00:00
time py-tzdata: updated to 2020.1 2020-07-14 12:41:28 +00:00
wm awesome: gets lua category 2020-07-02 10:27:21 +00:00
www www/firefox68: Add NetBSD support for U2F/FIDO2 security keys. 2020-07-15 19:52:23 +00:00
x11 x11/py-sip-qt4: added, similar to py-sip-qt5. 2020-07-10 20:02:23 +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