Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2023-07-07 08:11:21 +00:00
archivers *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
audio *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
benchmarks *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
biology *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
bootstrap bootstrap: Override NATIVE_PKG_*_CMD, not PKG_*_CMD, during build. 2023-06-27 14:36:41 +00:00
cad *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
chat weechat: Fix msgfmt format string. 2023-07-06 13:40:39 +00:00
comms libhidapi: Fix PLIST for Darwin 2023-07-07 08:07:12 +00:00
converters *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
cross bossa: remove 2023-06-26 11:51:03 +00:00
databases *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
devel py-click: updated to 8.1.4 2023-07-07 07:25:55 +00:00
distfiles
doc doc: Updated comms/libhidapi to 0.14.0 2023-07-07 08:07:29 +00:00
editors *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
emulators ckmame: Fix man page installation on various platforms. 2023-07-07 07:45:51 +00:00
filesystems *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
finance *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
fonts *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
games games/Makefile: + redeclipse16 2023-07-07 02:00:14 +00:00
geography *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
graphics port to exiv2 0.28. 2023-07-06 23:27:01 +00:00
ham *: restrict py-numpy users to 3.9+ in preparation for update 2023-07-01 08:37:33 +00:00
inputmethod *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
lang gcc12: Fix Darwin/arm64 patch. 2023-07-06 12:22:14 +00:00
licenses Add a package for GALasm, a portable GAL assembler. 2023-04-25 03:28:37 +00:00
mail mail/mailutils: update to release 3.16. 2023-07-06 17:59:38 +00:00
math pari: Remove broken --with-fltk argument. 2023-07-06 13:05:26 +00:00
mbone *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
meta-pkgs *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
misc Remove restriction to not use python 3.10 or 3.11 2023-07-06 14:01:04 +00:00
mk mk/platform/Darwin.mk: Remove hard-coded SDK versions 2023-07-06 19:35:37 +00:00
multimedia *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
net yt-dlp: updated to 2023.7.6 2023-07-07 07:22:25 +00:00
news *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
packages
parallel *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
pkgtools *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
print *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
security *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
shells *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
sysutils *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
templates
textproc (textproc/R-DT) Updated 0.19 to 0.28 2023-07-06 14:17:17 +00:00
time *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
wm amiwm: Honour LDFLAGS. Hopefully fixes build on macOS. 2023-07-07 08:11:21 +00:00
www Put SSP_SUPPORTED=no before bsd.prefs.mk include 2023-07-06 14:14:38 +00:00
x11 gnome-shell: fix build with polkit-121 using upstream patch. 2023-07-06 21:45:25 +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