Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
fcambus d361d46d50 wtf: update to 20230301.
Featuring more acronyms since last update.
2023-03-03 09:33:17 +00:00
archivers py-zipp: updated to 3.15.0 2023-03-01 10:37:41 +00:00
audio gnustep-preferences: remove 2023-03-02 23:14:10 +00:00
benchmarks *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
biology biology/bcftools: Update to 1.17 2023-02-25 13:56:33 +00:00
bootstrap README.Cygwin: if using git, make sure to checkout with Unix line endings. 2022-12-06 15:22:18 +00:00
cad cad/kicad: Require C++17 and GCC 8 2023-02-27 13:59:14 +00:00
chat pidgin: explicitly disable dbus option if it's turned off 2023-03-02 14:56:53 +00:00
comms fix build for NetBSD-10 and onwards 2023-02-21 20:18:09 +00:00
converters dos2unix: update to 7.4.4. 2023-03-02 21:46:50 +00:00
cross mingw-w64*: Update to 10.0.0 2023-02-15 20:49:11 +00:00
databases mysqld_exporter: update to 0.14.0 2023-03-02 20:49:19 +00:00
devel deepstate-hongfuzz: really add patch 2023-03-03 09:25:47 +00:00
distfiles
doc doc: Updated security/zkt to 1.1.6 2023-03-03 09:24:31 +00:00
editors poke: add myself as MAINTAINER. 2023-02-27 21:29:37 +00:00
emulators emulators/hercules4sdl: cherry-pick unreleased upstream patch 2023-03-02 17:05:12 +00:00
filesystems filesystems/openafs: recompute checksum after previous update. 2023-02-21 01:03:09 +00:00
finance py-braintree: updated to 4.18.1 2023-02-09 17:14:23 +00:00
fonts font-xfree86-type1: update to 1.0.5. 2023-02-28 07:20:30 +00:00
games wtf: update to 20230301. 2023-03-03 09:33:17 +00:00
geography libspatialite: require sqlite3 > 3.33 2023-02-20 07:59:56 +00:00
graphics blender: this needs freetype2 with brotli support 2023-03-03 09:30:22 +00:00
ham hackrf: update to 2023.01.1 2023-02-14 14:32:31 +00:00
inputmethod uim: Apply upstream patch to fix uim-skk 2023-02-25 17:42:43 +00:00
lang jimtcl: update to 0.82. 2023-03-02 23:11:58 +00:00
licenses Add licenses/djgpp-license 2022-12-04 22:44:43 +00:00
mail msmtp: update to 1.8.23. 2023-03-03 09:00:52 +00:00
math clisp-pari: remove 2023-03-02 15:29:31 +00:00
mbone *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
meta-pkgs ruby-gnome: update to 4.1.2. 2023-02-24 15:06:53 +00:00
misc Addresses: fix build on NetBSD-current 2023-03-02 23:33:19 +00:00
mk mk/ocaml.mk: Remove as no longer in use 2023-02-25 16:24:33 +00:00
multimedia assimp: drop -Werror 2023-03-02 16:25:49 +00:00
net wireshark: updated to 4.0.4 2023-03-03 07:56:59 +00:00
news *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
packages
parallel *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
pkgtools pkgtools/pkglint: Update to 22.4.1 2023-03-02 08:58:28 +00:00
print poppler-*: disable qt6 consistently except for in the poppler-qt6 package 2023-02-28 20:05:02 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
security zkt: update to 1.1.6. 2023-03-03 09:24:20 +00:00
shells shells/yash update to 2.54. 2023-03-02 09:01:12 +00:00
sysutils gnustep-preferences: remove 2023-03-02 23:14:10 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc ugrep: updated to 3.10.0 2023-03-01 07:57:56 +00:00
time rusti-cal: reset maintainer 2023-02-21 13:30:55 +00:00
wm wm/cde: add note for scrolling on dtterm. 2023-02-23 21:38:48 +00:00
www py-sanic: updated to 22.12.0 2023-03-03 09:01:36 +00:00
x11 gnustep-preferences: remove 2023-03-02 23:14:10 +00:00
_NetBSD-pkgdb
Makefile
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