Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-07-21 08:20:53 +00:00
archivers ancient: Requires a C++17 compiler. 2023-07-20 21:09:00 +00:00
audio taglib: Avoid forcing C++11 for ABI safety reasons of dependent packages. 2023-07-20 21:20:31 +00:00
benchmarks google-benchmark: updated to 1.8.2 2023-07-09 21:09:32 +00:00
biology biology: Where possible, adjust packages to use USE_(CC|CXX)_FEATURES 2023-07-18 12:57:52 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad cad: Where possible, adjust packages to use USE_(CC|CXX)_FEATURES 2023-07-18 12:58:53 +00:00
chat Update chat/element-web to 1.11.36 2023-07-20 19:57:07 +00:00
comms libhidapi: Fix PLIST for Darwin 2023-07-07 08:07:12 +00:00
converters opencc: Requires a C++14 compiler. 2023-07-20 21:29:00 +00:00
cross Re-do that last change differently -- don't use the -w argument at all. 2023-07-21 00:00:30 +00:00
databases prometheus-cpp: Require a C++14 compiler. 2023-07-20 21:40:53 +00:00
devel google-glog: Option-ize building tests, because googletest is a very 2023-07-21 08:16:01 +00:00
distfiles
doc Updated www/py-gunicorn, devel/py-multipledispatch 2023-07-21 07:56:30 +00:00
editors editors: Adapt packages to use USE_(CC|CXX)_FEATURES 2023-07-18 14:13:23 +00:00
emulators PC6001VX: remove redundant USE_CXX_FEATURES. 2023-07-21 05:03:59 +00:00
filesystems Revbump all Go packages after go120 update 2023-07-15 10:52:52 +00:00
finance finance: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES 2023-07-18 18:04:48 +00:00
fonts harfbuzz: update to 8.0.1. 2023-07-19 15:48:31 +00:00
games *: Convert some remaining usage of GCC_REQD. 2023-07-20 09:46:33 +00:00
geography geography/gama: Require C++14 2023-07-19 17:10:33 +00:00
graphics graphics/wallust: update to 2.5.1 2023-07-21 04:58:41 +00:00
ham *: Update some remaining packages still using GCC_REQD. 2023-07-20 11:59:27 +00:00
inputmethod inputmethod: Adapt packages to USE_(CC|CXX)_FEATURES where possible 2023-07-18 18:22:11 +00:00
lang */*: update NGINX JavaScript 0.7.12 -> 0.8.0 2023-07-20 15:02:51 +00:00
licenses Add a package for GALasm, a portable GAL assembler. 2023-04-25 03:28:37 +00:00
mail mail: Adapt packages to USE_(CC|CXX)_FEATURES where possible 2023-07-18 18:27:34 +00:00
math py-colormath: Fix PYTHON_VERSIONS_INCOMPATIBLE. 2023-07-21 08:20:53 +00:00
mbone Updated mbone/mdd to 20230428 2023-07-19 13:53:15 +00:00
meta-pkgs xfce4: bump for xfce4-settings 4.18.3 2023-07-20 04:09:23 +00:00
misc libreoffice: Update to 7.5.5.2 2023-07-20 19:28:12 +00:00
mk mk: Most packages don't know to use the "experimental" header, 2023-07-20 21:12:16 +00:00
multimedia py-gstreamer1: require meson 1.2 and adapt PLIST for it 2023-07-20 21:48:30 +00:00
net py-awscli: updated to 1.29.8 2023-07-20 20:29:36 +00:00
news news: Adapt packages to USE_(CC|CXX)_FEATURES where possible 2023-07-18 18:37:42 +00:00
packages
parallel parallel: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES 2023-07-18 18:39:06 +00:00
pkgtools revbump: update to 3.4 2023-07-16 10:12:22 +00:00
print ghostscript-gpl: gc unused PLIST variable 2023-07-20 14:01:57 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
science science: add category 2023-07-17 01:03:19 +00:00
security Update security/vaultwarden to v1.28.1 2023-07-20 15:25:38 +00:00
shells shells/oh-my-posh: update to 17.11.3 2023-07-20 19:46:50 +00:00
sysutils amanda-client: Drop MESSAGE 2023-07-20 12:06:29 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc *: Convert some remaining usage of GCC_REQD. 2023-07-20 09:46:33 +00:00
time time: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES 2023-07-18 18:49:25 +00:00
wm *: Remove many GCC_REQD for particularly old GCCs 2023-07-17 22:00:22 +00:00
www py-gunicorn: updated to 21.2.0 2023-07-21 06:20:39 +00:00
x11 qt5-qtwebkit: revbump for qt5-qtmultimedia dependency 2023-07-20 06:10:16 +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