Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-12-14 11:46:41 +00:00
archivers xz: updated to 5.2.9 2022-12-02 09:17:59 +00:00
audio gkrellmpc: Use PKGLOCALEDIR. 2022-12-13 13:13:47 +00:00
benchmarks google-benchmark: updated to 1.7.1 2022-11-26 17:53:02 +00:00
biology biology/biolibc-tools: Update to 0.1.4.1 2022-12-14 00:23:19 +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 py-MyHDL: Remove -export-dynamic on SunOS. 2022-12-13 10:49:29 +00:00
chat chat/matrix-synapse: Update to 1.73.0 2022-12-12 14:35:14 +00:00
comms py-esptool: updated to 4.4 2022-12-12 13:46:15 +00:00
converters converters/php-mbstring: adjust to support php82 2022-12-11 14:16:16 +00:00
cross cross/i586-pc-msdosdjgpp-gcc: Make C++ work 2022-12-10 10:44:59 +00:00
databases gourmet: Use PKGLOCALEDIR. 2022-12-13 13:19:33 +00:00
devel php-xdebug: does not support php 8.2 2022-12-14 11:46:41 +00:00
distfiles
doc doc: Updated biology/biolibc-tools to 0.1.4.1 2022-12-14 00:23:30 +00:00
editors texstudio: update to 4.4.0 2022-12-13 19:47:35 +00:00
emulators emulators/hercules4sdl: add patch from upstream for networking crash 2022-12-13 18:41:52 +00:00
filesystems Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
finance py-eth-utils: updated to 2.1.0 2022-12-12 09:43:04 +00:00
fonts libfontenc: update to 1.1.7. 2022-12-08 23:34:10 +00:00
games ruby-squib: remove upper bounds for ruby-gnome related packages 2022-12-09 12:39:38 +00:00
geography geography/py-proj: Update to 3.2.1 2022-12-10 13:19:38 +00:00
graphics irrlicht: Work around NetBSD unzip for patched files. 2022-12-13 14:20:32 +00:00
ham grig: mark as BROKEN 2022-12-07 15:18:42 +00:00
inputmethod fcitx5: Fix paths to gettext/libuuid. 2022-12-13 12:42:23 +00:00
lang REPLACE_BASH *.sh one subdirectory further, fixing 2022-12-13 21:12:10 +00:00
licenses Add licenses/djgpp-license 2022-12-04 22:44:43 +00:00
mail Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
math wxmaxima: USE PKGLOCALEDIR and PKGMANDIR. 2022-12-13 13:05:49 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs ruby-gnome: update to 4.0.5. 2022-12-12 14:04:51 +00:00
misc gkrellsun: Build and PKGLOCALEDIR fixes. 2022-12-13 13:12:10 +00:00
mk mk/compiler/ccache.mk: Use ccache3 2022-12-09 12:18:56 +00:00
multimedia ruby-gnome: update to 4.0.5. 2022-12-12 14:04:51 +00:00
net Fix build for PKG_DEVELOPER=yes (from taca@) 2022-12-12 22:07:04 +00:00
news massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
packages
parallel llvm: updated to 15.0.6 2022-11-30 19:54:59 +00:00
pkgtools Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
print evince: Use PKGLOCALEDIR. 2022-12-13 12:51:49 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security py-google-auth-oauthlib: updated to 0.8.0 2022-12-13 07:15:36 +00:00
shells {,standalone-,static-}tcsh: Update to 6.24.06: 2022-12-12 16:49:42 +00:00
sysutils e2fsprogs: Drop -rpath-link on SunOS. 2022-12-13 10:55:03 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc FlightCrew: Work around NetBSD unzip for patched files. 2022-12-13 13:49:40 +00:00
time py-vdirsyncer: revert upgrade to 0.19 2022-12-11 08:58:11 +00:00
wm marco: Requires libXres. 2022-12-08 11:49:05 +00:00
www www/nginx-devel: update 1.23.2 -> 1.23.3 2022-12-13 17:53:02 +00:00
x11 xhost: update to 1.0.9. 2022-12-13 00:02:33 +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