Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
nia ff827cd161 zutils: Update to 1.10
Changes in version 1.10:

A portability issue with Solaris 10 has been fixed.

It has been documented in the manual that 'zgrep -L' fails with GNU grep
versions 3.2 to 3.4 inclusive because of a wrong change reverted in GNU grep
3.5.

'make check' now tests empty input files with all tools except zupdate.
2021-02-12 07:27:48 +00:00
archivers zutils: Update to 1.10 2021-02-12 07:27:48 +00:00
audio musescore: take maintainership 2021-02-11 06:58:25 +00:00
benchmarks Add hyperfine 2021-01-29 09:16:20 +00:00
biology biology/Makefile: sort entries 2021-02-12 00:24:35 +00:00
bootstrap The bootstrap works on OpenBSD 6.9 i386, sparc64 & amd64 (at least 6.9beta) 2021-02-10 21:47:15 +00:00
cad *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
chat ejabberd: Update to 21.01 2021-02-08 07:51:42 +00:00
comms asterisk16: Add forgotten patches 2021-02-11 11:54:13 +00:00
converters py-base58: added version 2.1.0 2021-02-10 10:41:36 +00:00
cross mingw-w64-i686-binutils: Update to 2.36 2021-01-28 12:43:28 +00:00
databases www/ruby-rails60: update to 6.0.3.5 2021-02-11 14:30:06 +00:00
devel dolphin-plugins: update to 20.04.1 2021-02-11 21:16:12 +00:00
distfiles
doc doc: Updated archivers/libunrar to 6.0.3 2021-02-12 07:21:41 +00:00
editors retext: update to 7.2.0 2021-02-11 03:42:44 +00:00
emulators stella: Update to 6.5.1 2021-02-10 11:55:22 +00:00
filesystems py-fs: updated to 2.4.12 2021-01-24 20:27:06 +00:00
finance py-eth-account: added version 0.5.4 2021-02-08 08:31:06 +00:00
fonts fonts: +tex-stix2-otf{,-doc} 2021-02-12 03:32:09 +00:00
games xbomb: Update to 2.2b 2021-02-10 12:12:39 +00:00
geography geography/geos: Update to 3.9.1 2021-02-11 13:56:46 +00:00
graphics graphics: +tex-qrcode{,-doc} 2021-02-12 02:53:40 +00:00
ham *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
inputmethod (inputmethod/scim) Updated 1.4.15 to 1.4.17, adding missing patche 2021-01-11 23:51:06 +00:00
lang gcc9: add comment about gcc9-libs PKGREVISION rule 2021-02-12 00:42:05 +00:00
licenses Add editors/hexer. 2020-12-12 13:32:51 +00:00
mail www/ruby-rails60: update to 6.0.3.5 2021-02-11 14:30:06 +00:00
math Add funst 2021-02-12 06:51:16 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs kde4: attempt to fix bulk builds 2021-02-12 07:23:29 +00:00
misc goffice0.10: update to 0.10.48 2021-02-11 15:45:27 +00:00
mk mk/compiler/gcc.mk: Remove stray mid-line \ 2021-02-04 21:45:13 +00:00
multimedia vlc: Enable video streaming to Google Chromecast 2021-02-11 14:50:38 +00:00
net rclone: Update to 1.54.0 2021-02-11 22:02:19 +00:00
news neix: add an upstream patch URL 2021-02-08 02:56:19 +00:00
packages
parallel Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
pkgtools Revbump all Go packages after go115 update 2021-01-23 14:22:52 +00:00
print print: +tex-{fixjfm,jfmutil,pxtatescale}{,-doc} 2021-02-12 02:27:47 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security PR#22362. Add Darwin support. 2021-02-10 13:00:05 +00:00
shells bash: update to 5.1.4. 2021-01-04 10:39:23 +00:00
sysutils sysutils: +dolphin 2021-02-11 21:11:10 +00:00
templates
textproc www/ruby-rails60: update to 6.0.3.5 2021-02-11 14:30:06 +00:00
time ical: Update to 3.0.4 2021-02-10 09:58:56 +00:00
wm *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
www www/ruby-rails60: update to 6.0.3.5 2021-02-11 14:30:06 +00:00
x11 kde-baseapps4: remove commented out lines in Makefile 2021-02-11 21:39:18 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md *: fix a bunch of typos in README and various documentation files. 2020-12-12 10:42:47 +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. pkgsrc is highly configurable, supporting building packages for an arbitrary installation prefix (the default is /usr/pkg), allowing multiple branches to coexist on one machine, a build options framework, and a compiler transformation framework, among other advanced features. Unprivileged use and installation is also supported.

pkgsrc is the default package manager for NetBSD and SmartOS. It's also supported as a first-class option in OmniOS CE and Oasis Linux.

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