Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz bbd0470e91 inkscape: update to 1.1.1.
Inkscape 1.1.1
--------------

This is a bugfix release:

- Pressure sensitivity should work again in Windows
- Stroke to path working on text again
- Startup time improved
- Fix various crashes
2021-09-29 13:12:09 +00:00
archivers *: recursive bump for vala 0.54 2021-09-29 09:10:30 +00:00
audio *: recursive bump for vala 0.54 2021-09-29 09:10:30 +00:00
benchmarks netperf: Support GCC >= 10. 2021-09-28 12:57:17 +00:00
biology biology/biolibc: Update to 0.2.0.11 2021-09-18 00:42:39 +00:00
bootstrap Spaces to tabs (NFCI). 2021-07-13 12:43:58 +00:00
cad openscad: Use rm instead of unlink. 2021-09-23 18:38:35 +00:00
chat *: recursive bump for vala 0.54 2021-09-29 09:10:30 +00:00
comms py-rich: updated to 10.11.0 2021-09-29 09:28:38 +00:00
converters *: recursive bump for poppler 21.09.0 2021-09-29 10:10:30 +00:00
cross (cross/mingw-binutils) fix build, taking care ld/genscripts.sh bash issue 2021-09-26 02:33:14 +00:00
databases (databases/sqlrelay-nodejs) +net/libcares/buildlink3.mk, another problem yet 2021-09-22 21:19:28 +00:00
devel Update to 2.2.0. From the changelog: 2021-09-29 10:09:04 +00:00
distfiles
doc doc: Updated games/woof to 7.0.0 2021-09-29 11:55:51 +00:00
editors *: recursive bump for poppler 21.09.0 2021-09-29 10:10:30 +00:00
emulators mame: update to 0.236. 2021-09-29 08:30:22 +00:00
filesystems fuse-ntfs-3g: avoid running ldconfig to help with unprivileged builds on arm 2021-09-25 05:50:15 +00:00
finance finance/ruby-activemerchant: update to 1.122.0 2021-09-18 15:42:01 +00:00
fonts unifont: update to 14.0.01. 2021-09-29 08:56:26 +00:00
games games/woof: Update to 7.0.0 2021-09-29 11:54:40 +00:00
geography *: recursive bump for vala 0.54 2021-09-29 09:10:30 +00:00
graphics inkscape: update to 1.1.1. 2021-09-29 13:12:09 +00:00
ham ham/hamlib: Note that workaround has been reported upstream 2021-09-28 19:52:17 +00:00
inputmethod *: recursive bump for vala 0.54 2021-09-29 09:10:30 +00:00
lang Update to 2.8.1.0. From the changelog: 2021-09-29 09:53:57 +00:00
licenses Add SMath Studio as math/smath-studio. 2021-06-29 14:28:12 +00:00
mail Add and enable smtpd-starttls-proxy. 2021-09-29 09:59:17 +00:00
math *: recursive bump for poppler 21.09.0 2021-09-29 10:10:30 +00:00
mbone *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
meta-pkgs courier: fix a typo and add an explanatory comment (NFC) 2021-09-23 22:20:06 +00:00
misc *: recursive bump for poppler 21.09.0 2021-09-29 10:10:30 +00:00
mk mk: Register support for MKPIE on more NetBSD archs, syncing with 2021-09-27 16:13:26 +00:00
multimedia (multimedia/gst-plugins0.10-bad) Correct wording, + version info 2021-09-24 12:31:02 +00:00
net Update to 2.5.0.0. From the changelog: 2021-09-29 09:56:36 +00:00
news news/pan: Use a proper release tarball rather than a gitlab snapshot. 2021-09-25 12:33:46 +00:00
packages
parallel pocl: work around broken CPU detection on aarch64 2021-09-20 09:05:30 +00:00
pkgtools digest: correct hash size of blake2s 2021-09-29 13:10:40 +00:00
print *: recursive bump for poppler 21.09.0 2021-09-29 10:10:30 +00:00
regress regress: fix space-tab in the indentation 2021-09-09 18:23:44 +00:00
security py-cryptodome: updated to 3.10.4 2021-09-29 09:38:06 +00:00
shells shells/nushell: enable nu_plugin_textview 2021-09-24 10:32:43 +00:00
sysutils *: recursive bump for poppler 21.09.0 2021-09-29 10:10:30 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc *: recursive bump for poppler 21.09.0 2021-09-29 10:10:30 +00:00
time (time/R-tzdb) Add buildlink3.mk 2021-09-08 15:30:54 +00:00
wm qvwm: add missing libraries for the SunOS linker 2021-09-17 10:27:34 +00:00
www nghttp2: updated to 1.45.1 2021-09-29 11:46:39 +00:00
x11 *: recursive bump for poppler 21.09.0 2021-09-29 10:10:30 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md use libera.chat's hosted kiwiirc 2021-05-29 13:14:10 +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.

Community / 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