Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 0172e367f1 security/ruby-sshkit: update to 1.21.1
1.21.1 (2020-11-26)

Bug Fixes
* fix: test_upload_large_file should open file in binary file mode (#486)
  @azrle
2021-01-18 15:21:21 +00:00
archivers archivers/zziplib: Use portable switches for ln 2021-01-17 09:36:45 +00:00
audio forked-daapd: Require avahi on !NetBSD 2021-01-18 09:39:29 +00:00
benchmarks
biology
bootstrap
cad
chat chat/ircd-hybrid: Updates to 8.2.38 2021-01-18 09:45:53 +00:00
comms
converters
cross
databases py-sqlalchemy: updated to 1.3.22 2021-01-18 09:50:36 +00:00
devel devel/ruby-gettext: update to 3.3.7 2021-01-18 14:38:13 +00:00
distfiles
doc doc: Added security/ruby-sslshake version 1.3.1 2021-01-18 15:19:49 +00:00
editors
emulators
filesystems
finance
fonts
games (games/pioneers) Build fix: Add BUILD_DPENDS+= itstool. LICENSE= gnu-gpl-v2 2021-01-18 13:44:42 +00:00
geography (geography/libmemphis02) Sorry, real revert 2021-01-18 12:17:00 +00:00
graphics
ham
inputmethod
lang mozjs78: create PLIST.Linux 2021-01-18 09:27:31 +00:00
licenses
mail mail/pear-Mail_Mime: update to 1.10.10 2021-01-17 15:45:04 +00:00
math
mbone
meta-pkgs
misc misc/ruby-ohai: update to 16.8.1 2021-01-18 15:08:18 +00:00
mk Remove "mismatch" flag also in the other place. 2021-01-17 20:18:42 +00:00
multimedia
net samba4: add missing entries to PLIST.Linux 2021-01-18 09:24:32 +00:00
news
packages
parallel
pkgtools
print
regress
security security/ruby-sshkit: update to 1.21.1 2021-01-18 15:21:21 +00:00
shells
sysutils sysutils/ruby-chef-zero: update to 15.0.4 2021-01-18 15:16:21 +00:00
templates
textproc textproc/ruby-terminal-table: update to 2.0.0 2021-01-18 14:52:59 +00:00
time
wm
www www/ruby-jekyll-seo-tag: update to 2.7.1 2021-01-18 14:57:42 +00:00
x11
_NetBSD-pkgdb
Makefile
pkglocate
README.md

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