Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 4ff3c2b6e4 py-requests: updated to 2.25.0
2.25.0

Improvements
Added support for NETRC environment variable.

Dependencies
Requests now supports urllib3 v1.26.

Deprecations
Requests v2.25.x will be the last release series with support for Python 3.5.
The requests[security] extra is officially deprecated and will be removed in Requests v2.26.0.
2020-11-12 10:29:43 +00:00
archivers file-roller: add missing tool depends (fix sandboxed builds) 2020-11-12 01:20:02 +00:00
audio grip: update to 4.2.0 2020-11-12 10:03:18 +00:00
benchmarks *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
biology *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
bootstrap Bootstrap: Fix bootstrap on FreeBSD 12.1, likely broken by an issue in lld. 2020-10-28 16:52:43 +00:00
cad *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
chat Revbump all Go packages after Go 1.15 update. 2020-11-08 21:59:09 +00:00
comms *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
converters libe-book: Fix build with textproc/icu-68.1 2020-11-05 09:19:22 +00:00
cross (cross/avr-libc) Adapt to doxygen 1.8.20, PKGREVISION++ 2020-10-06 02:06:05 +00:00
databases ldb: updated to 2.2.0 2020-11-12 06:26:57 +00:00
devel py-requests: updated to 2.25.0 2020-11-12 10:29:43 +00:00
distfiles
doc doc: Updated audio/grip to 4.2.0 2020-11-12 10:03:37 +00:00
editors pluma: update to pluma 1.24.1 2020-11-10 00:53:30 +00:00
emulators blastem: Update comment 2020-11-07 11:39:57 +00:00
filesystems *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
finance py-braintree: updated to 4.5.0 2020-11-10 11:11:58 +00:00
fonts fonts/unscii: Update to version 2.1 2020-11-11 08:09:25 +00:00
games Make luajit PaX MPROTECT safe. 2020-11-06 12:15:53 +00:00
geography *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
graphics eog: Update to 3.38.0 2020-11-12 09:44:00 +00:00
ham *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
inputmethod *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
lang mozjs78: Fix Python dependencies. Add py-expat. 2020-11-12 10:26:54 +00:00
licenses Add evilwm-license 2020-10-11 08:53:28 +00:00
mail mutt: Fix build on platforms without u_int32_t 2020-11-11 18:57:15 +00:00
math Revbump all Go packages after Go 1.15 update. 2020-11-08 21:59:09 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs gnome3: Needs accountsservice 2020-11-11 19:23:05 +00:00
misc misc/py-anita: update to 2.8 2020-11-11 12:24:52 +00:00
mk ftp.gnu.org redirects to https. 2020-11-11 09:26:32 +00:00
multimedia adobe-flash-player: update to 32.0.0.453. 2020-11-10 13:29:14 +00:00
net py-smbc: updated to 1.0.23 2020-11-12 10:28:50 +00:00
news news/leafnode: Backport patch from upcoming 1.11.12 2020-11-10 12:03:59 +00:00
packages
parallel *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pkgtools Revbump all Go packages after Go 1.15 update. 2020-11-08 21:59:09 +00:00
print xpdf4: Switch from cups-base to libcups 2020-11-05 12:24:07 +00:00
regress *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
security acmesh: update to 2.8.7 2020-11-10 19:04:45 +00:00
shells Update to 6.7.1. From the git log: 2020-10-26 10:21:47 +00:00
sysutils gnome-tracker-miners: Needs gdbus-codegen 2020-11-12 09:54:28 +00:00
templates
textproc gnome-dictionary: Needs docbook-xsl 2020-11-12 09:55:40 +00:00
time time/ruby-tzinfo1: update to 1.2.8 2020-11-10 14:30:00 +00:00
wm wm: Add mutter, the GNOME 3 window manager. 2020-11-10 01:56:20 +00:00
www firefox*: DLL_SUFFIX no longer used in PLIST 2020-11-12 10:03:24 +00:00
x11 gnome-session: Needs msgfmt with --xml 2020-11-11 17:55:59 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md stray comma 2020-11-04 14:39:49 +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 trasformation 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