Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 330eacf35a fmtlib: updated to 6.2.1
6.2.1
Fixed ostream support in sprintf
Fixed type detection when using implicit conversion to string_view and ostream operator<< inconsistently
2020-05-13 15:25:40 +00:00
archivers archivers/star: Add build fix for SmartOS 2020-05-13 08:21:49 +00:00
audio sndfile-tools: Update PLIST 2020-05-13 13:16:02 +00:00
benchmarks fio: Couple of SunOS fixes. 2020-04-30 09:42:27 +00:00
biology revbump after boost update 2020-05-06 14:04:05 +00:00
bootstrap Highly silly typo. 2020-05-07 14:20:49 +00:00
cad revbump after boost update 2020-05-06 14:04:05 +00:00
chat ekg: regen checksum 2020-05-07 13:02:43 +00:00
comms repair build break, apply -Wno-error=incompatible-pointer-types 2020-05-07 17:01:27 +00:00
converters hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
cross cross/h8300-elf-gcc: suppress USE_TOOLS+=perl warning 2020-05-13 05:03:08 +00:00
databases py-redis: updated to 3.5.1 2020-05-13 14:45:26 +00:00
devel py-curtsies: updated to 0.3.1 2020-05-13 15:18:14 +00:00
distfiles
doc Updated textproc/py-deepdiff, devel/py-curtsies 2020-05-13 15:18:51 +00:00
editors revbump after boost update 2020-05-06 14:04:05 +00:00
emulators mednafen: Clean up DESCR 2020-05-12 09:59:01 +00:00
filesystems revbump after boost update 2020-05-06 14:04:05 +00:00
finance py-stripe: updated to 2.48.0 2020-05-12 06:51:27 +00:00
fonts tex-sourcesanspro{,-doc}: update to 2.8 2020-05-12 11:58:15 +00:00
games Makefile: +woof 2020-05-11 10:49:12 +00:00
geography Updage py-googlemaps to 4.3.1. 2020-05-10 13:04:13 +00:00
graphics graphics/netpbm: the top-level C file does not have _XOPEN_SOURCE 2020-05-12 17:51:46 +00:00
ham Fix boost fallout. 2020-05-09 15:17:51 +00:00
inputmethod inputmethod/skkserv: fix accidental patch for version number 2020-05-13 04:14:48 +00:00
lang lang/oo2c: fix build on NetBSD 8.0 2020-05-13 06:01:52 +00:00
licenses add afl-3.0 (Academic Free License) 2020-04-30 08:40:06 +00:00
mail mail/mailfront: fix PKG_SUGGESTED_OPTIONS 2020-05-10 07:10:39 +00:00
math py-ephem: updated to 3.7.7.1 2020-05-13 14:53:29 +00:00
mbone vic: avoid version checking for netbsd 2020-04-29 20:25:46 +00:00
meta-pkgs texlive-collection-pictures: update to rev 54812 2020-05-10 13:04:41 +00:00
misc py-immutables: updated to 0.12 2020-05-13 14:50:33 +00:00
mk mk/tools/bsd.tools.mk: list _USE_TOOLS in show-all-tools 2020-05-13 04:24:17 +00:00
multimedia adobe-flash-player: update to 32.0.0.371. 2020-05-12 19:20:26 +00:00
net net/smokeping: fix library path 2020-05-13 04:30:40 +00:00
news news/suck: suppress USE_TOOLS+=perl warning 2020-05-10 14:19:38 +00:00
packages
parallel parallel/ganglia-monitor-core: clean up SUBST_FILES 2020-05-10 14:18:54 +00:00
pkgtools pkgtools/pkglint: update to 20.1.5 2020-05-09 19:26:11 +00:00
print tex-texlive-scripts-doc: Fix PKGMANDIR. 2020-05-13 11:16:50 +00:00
regress regress/infra-unittests: clean up test code, add portability 2020-05-12 05:34:04 +00:00
security security/clamav: update to 0.102.3 2020-05-13 14:58:58 +00:00
shells pbosh: Update to 2020-05-11 2020-05-12 09:06:39 +00:00
sysutils Add thtree officially recommended patches to sysutils/dmidecode: 2020-05-13 05:28:23 +00:00
templates
textproc fmtlib: updated to 6.2.1 2020-05-13 15:25:40 +00:00
time hs-*: add PLIST files for a few more Haskell packages 2020-05-13 04:53:15 +00:00
wm xfce4-wm: update to 4.14.2 2020-05-13 01:56:42 +00:00
www py-WebTest: updated to 2.0.35 2020-05-13 14:44:08 +00:00
x11 xfce4-notifyd: update to 0.6.1 2020-05-13 01:51:31 +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