Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 0781de81b2 py-test: updated to 7.4.2
pytest 7.4.2 (2023-09-07)
=========================

Bug Fixes
---------
- Fix doctest collection of `functools.cached_property` objects.
- Fixed bug using ``--importmode=importlib`` which would cause package ``__init__.py`` files to be imported more than once in some cases.
- Fixed bug where `user_properties` where not being saved in the JUnit XML file if a fixture failed during teardown.
- Fixed crash when parsing long command line arguments that might be interpreted as files.

Improved Documentation
----------------------
- Improved disclaimer on pytest plugin reference page to better indicate this is an automated, non-curated listing.
2023-09-08 06:26:04 +00:00
archivers archivers/arqiver: Add Qt6 support 2023-09-06 11:21:59 +00:00
audio audio/spotify-qt: enable Qt6 2023-09-06 12:25:21 +00:00
benchmarks google-benchmark: updated to 1.8.3 2023-08-31 17:22:52 +00:00
biology py-pydicom: updated to 2.4.3 2023-09-06 20:07:45 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad ng-spice: Add various missing dependencies. 2023-09-01 10:53:36 +00:00
chat Update chat/element-web to 1.11.40 2023-08-30 21:52:06 +00:00
comms *: revbump after x11/xforms update. 2023-08-29 15:38:26 +00:00
converters converters/Makefile: + dvisvgm 2023-09-04 14:16:53 +00:00
cross Always use the same e-mail address for packages I maintain 2023-08-30 21:46:32 +00:00
databases py-sqlparse: updated to 0.4.4 2023-09-07 15:46:23 +00:00
devel py-test: updated to 7.4.2 2023-09-08 06:26:04 +00:00
distfiles
doc doc: Updated filesystems/fuse to 2.9.9 2023-09-07 19:44:11 +00:00
editors editors/tp-note: update to 1.21.14 2023-09-06 11:25:01 +00:00
emulators mame: Couple of little fixes for NetBSD 2023-09-05 12:15:57 +00:00
filesystems filesystems/fuse: fix compile warning and bump revision. 2023-09-08 06:01:04 +00:00
finance finance/ruby-braintree: update to 4.13.0 2023-09-03 16:03:52 +00:00
fonts + cmvnd-fonts 2023-08-29 06:31:53 +00:00
games openrct2: remove patch that is not in distinfo 2023-09-07 07:13:32 +00:00
geography py-googlemaps: Update to 4.10.0. 2023-09-03 10:56:24 +00:00
graphics darktable: Be less fussy about zlib versions. 2023-09-06 21:04:20 +00:00
ham py-soapy-sdr: Assumes compiler defaults to C++11. 2023-09-01 10:51:52 +00:00
inputmethod inputmethod/anthy: restore checksums for optional dictionaries 2023-09-07 14:44:51 +00:00
lang nodejs: updated to 20.6.0 2023-09-06 19:28:20 +00:00
licenses fonts/pixel-sagas-startrek: Add more fonts 2023-08-28 13:58:48 +00:00
mail Add mail/thunderbird102{,-l10n} with LTS version 102.15.0 as a 2023-09-06 10:40:29 +00:00
math qhull: add missing pkgconfig override 2023-09-06 13:22:43 +00:00
mbone *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
meta-pkgs kde4: remove kscd from meta package 2023-09-05 06:40:42 +00:00
misc misc/screen: update to 4.9.1. 2023-09-06 16:00:15 +00:00
mk options.description: document `pdcurses' option. 2023-09-06 16:14:00 +00:00
multimedia libaom: Update 3.7.0 2023-09-06 14:48:01 +00:00
net ngtcp2: updated to 0.19.1 2023-09-06 18:12:38 +00:00
news Add moccasin 2023-09-03 07:11:28 +00:00
packages
parallel *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
pkgtools pkgtools/pkglint: update to 23.2.3 2023-09-07 17:43:08 +00:00
print print/mupdf: update buildlink file. 2023-09-07 19:20:22 +00:00
regress *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security easy-rsa: updated to 3.1.6 2023-09-06 20:13:08 +00:00
shells shells/oh-my-posh: update to 18.7.0 2023-09-05 06:04:27 +00:00
sysutils *: revbump after filesystems/fuse update. 2023-09-07 19:42:47 +00:00
templates
textproc py-pdf: updated to 3.15.5 2023-09-07 12:09:13 +00:00
time py-tzdata: not for Python 2.7 2023-09-01 05:13:12 +00:00
wm *: revbump after filesystems/fuse update. 2023-09-07 19:42:47 +00:00
www grafana: Fix build on illumos. 2023-09-07 14:58:16 +00:00
x11 sort 2023-09-07 03:26:52 +00:00
_NetBSD-pkgdb
Makefile science: add category 2023-07-17 01:03:19 +00:00
pkglocate
README.md README: Use the real Matrix URL 2022-11-19 21:01:44 +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