Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
nia 8d4e648fff ncmpc: Update to 0.39
ncmpc 0.39 - (2020-08-21)
* library page: skip tags when there is only one value
* fix jumping cursor with large scroll-offset values
* key bindigs page: fix crash bug
* key bindigs page: eliminate bogus message "Did you forget to Apply your changes?"
2020-08-30 12:09:31 +00:00
archivers innoextract: Update to 1.9 2020-08-29 09:54:36 +00:00
audio ncmpc: Update to 0.39 2020-08-30 12:09:31 +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 Update to 0.73. From the changelog: 2020-08-30 09:02:44 +00:00
distfiles
doc Added audio/id3ren version 0.0.20130521 2020-08-30 10:42:58 +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 revbump for qwt6-qt5 2020-08-30 08:06:57 +00:00
graphics libv4l1: Disable Linux-specific things. Sort USE_*. 2020-08-30 06:28:54 +00:00
ham really delete gnuradio-wxgui 2020-08-30 08:40:33 +00:00
inputmethod skk: Update to 17.1 2020-08-24 20:40:00 +00:00
lang go/go-module.mk: sort show-go-modules output 2020-08-30 11:52:19 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail mutt: Update to version 1.14.7 2020-08-30 07:32:30 +00:00
math p5-Math-Systems: remove 2020-08-24 16:29:12 +00:00
mbone Updated mdd to 20190819 2020-08-30 00:35:01 +00:00
meta-pkgs pkg_developer: 1.2.2: depend on pkgtools/import-package 2020-08-30 08:22:39 +00:00
misc revbump for qwt6-qt5 2020-08-30 08:06:57 +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 unifi: update to 5.14.23 for two bugfixes 2020-08-30 06:03:53 +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 conky: Make getting CPU freq work on more NetBSD systems (notably mine) 2020-08-30 11:04:48 +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 firefox: Use graphics/libv4l1 for NetBSD 9.99.70 or later 2020-08-29 22:24:27 +00:00
x11 x11/Makefile: +py-qwt-qt5 2020-08-30 08:23:52 +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