Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
leot 6a92d544dd rcm: Update to 1.3.4
Changes:
1.3.4
-----
 * BUGFIX: Globs no longer expand permanently (Edd Salkield).
 * BUGFIX: Show $ for symlinked dirs in `lsrc -F` (Mathias Michel).
 * Feature: All symlinks in input are rejected (Mat M).
 * Packaging improvements (Stephen Groat, Martin Frost, Link Dupont).
2020-08-29 21:27:23 +00:00
archivers innoextract: Update to 1.9 2020-08-29 09:54:36 +00:00
audio Re-enable the OSS backend. Patch cherry picked from upstream to fix the 2020-08-26 21:22:13 +00:00
benchmarks *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
biology *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
bootstrap Fix bootstrap on QNX 2020-08-29 20:11:21 +00:00
cad *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
chat miniircd: Fix `--help' option 2020-08-21 16:44:11 +00:00
comms *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
converters More cleanup 2020-08-27 12:41:30 +00:00
cross *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
databases py-barman: Update to 2.11. 2020-08-26 10:20:19 +00:00
devel nss: fix NetBSD/aarch64 build 2020-08-29 17:41:59 +00:00
distfiles
doc doc: Updated graphics/blender to 2.83.5 2020-08-29 21:17:11 +00:00
editors hexedit: update to 1.5. 2020-08-29 13:17:53 +00:00
emulators mame: update to 0.223. 2020-08-24 12:46:25 +00:00
filesystems filesystems/glusterfs: Drop netbsd-5/6 info from MESSAGE 2020-08-28 14:55:18 +00:00
finance gnucash-docs: update to 4.1. 2020-08-25 14:39:32 +00:00
fonts *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
games Cleanup 2020-08-27 12:33:34 +00:00
geography geography/gpsd: Work around three scons problems 2020-08-19 23:46:52 +00:00
graphics blender: Update to 2.83.5 2020-08-29 21:16:38 +00:00
ham add and enable gnuradio-wxgui 2020-08-27 02:47:48 +00:00
inputmethod skk: Update to 17.1 2020-08-24 20:40:00 +00:00
lang nodejs: updated to 14.9.0 2020-08-28 11:26:46 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail fdm: Add OAuth 2.0 support for IMAP 2020-08-29 13:43:54 +00:00
math p5-Math-Systems: remove 2020-08-24 16:29:12 +00:00
mbone *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
meta-pkgs mate*: remove unintentional linkage against pkgsrc gettext-libs 2020-08-24 04:41:39 +00:00
misc libcdio-paranoia: update to 2.0.1. 2020-08-25 14:40:19 +00:00
mk mk: Remove an unwanted NetBSD RCS tag. 2020-08-27 11:56:38 +00:00
multimedia vlc: x86 simd files don't get installed on non-x86 2020-08-29 09:17:48 +00:00
net Update to 0.11.6 (as 0.999.11.6). No changelog, but changes are supposed 2020-08-28 20:01:38 +00:00
news sfeed_curses: Update to 0.9.2 2020-08-26 19:53:10 +00:00
packages
parallel *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
pkgtools Fix bootstrap on QNX 2020-08-29 20:11:21 +00:00
print tex-ifplatform depends on tex-catchfile. PKGREVISION -> 2 2020-08-26 04:14:25 +00:00
regress mk/help: fix help parser for variable names followed by comma 2020-08-04 21:46:44 +00:00
security scrypt: update to 1.3.1. 2020-08-28 17:24:17 +00:00
shells shells/pbosh: Update to 20200812 2020-08-26 14:22:36 +00:00
sysutils rcm: Update to 1.3.4 2020-08-29 21:27:23 +00:00
templates
textproc Update to swath-0.6.1nb3 2020-08-28 19:35:46 +00:00
time khal: update to 0.10.2. 2020-08-24 08:07:45 +00:00
wm enlightenment16: update to 1.0.22 2020-08-28 03:12:26 +00:00
www firefox68-l10n: sync with firefox68 2020-08-29 18:45:22 +00:00
x11 qt5-qtwebkit: let Bison generate the header directly 2020-08-29 16:26:06 +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