Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2022-09-24 08:43:45 +00:00
archivers *: bump PKGREVISION for flac shlib bump 2022-09-11 12:51:02 +00:00
audio qsynth: Want -lsocket on SunOS. 2022-09-20 06:32:07 +00:00
benchmarks benchmarks/hyperfine: update to 1.15.0 2022-09-08 07:21:03 +00:00
biology Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
bootstrap bootstrap: Put back /usr/include hack on old OSX. 2022-09-15 11:53:05 +00:00
cad ghdl: fix build with llvm 14 2022-09-22 11:47:14 +00:00
chat swirc: Add a note about why libcurses cannot be used 2022-09-18 12:21:45 +00:00
comms *: bump PKGREVISION for flac shlib bump 2022-09-11 12:51:02 +00:00
converters py-fastbencode: does not support python 2.x 2022-09-14 11:32:14 +00:00
cross xtensa-esp32-elf-binutils: needs bison 2022-08-22 18:21:17 +00:00
databases mariadb106-client: add more CHECK_PORTABILITY_SKIP 2022-09-23 10:31:50 +00:00
devel adacurses: remove 2022-09-24 06:18:43 +00:00
distfiles
doc gtkada: remove 2022-09-24 07:01:26 +00:00
editors mule: remove 2022-09-24 06:00:39 +00:00
emulators qemu: do not recommend setgid nvmm for qemu 2022-09-21 18:56:32 +00:00
filesystems rump, fs-utils: remove 2022-09-24 06:37:45 +00:00
finance py-eth-account: updated to 0.7.0 2022-09-12 11:04:18 +00:00
fonts unifont: update to 15.0.01. 2022-09-18 11:46:32 +00:00
games velena: cannot build on aarch64 due to -m32 usage 2022-09-24 08:33:19 +00:00
geography geography/qgis: Update to 3.22.11 2022-09-16 12:33:17 +00:00
graphics cairo: if quartz is found, prefer it to x11 2022-09-24 07:15:14 +00:00
ham uhd: fix unportable test operator in example script 2022-09-23 10:01:03 +00:00
inputmethod ibus-table-chinese: updated to 1.8.3 2022-09-22 09:39:25 +00:00
lang mono: Don't assume <sys/auxv.h> is available on NetBSD/aarch64 2022-09-24 07:48:06 +00:00
licenses Add Commander X16 ROM license (this is a somewhat complex combination of 2022-08-07 17:35:09 +00:00
mail gnus: remove 2022-09-24 06:09:05 +00:00
math py-bottleneck: updated to 1.3.5 2022-09-12 08:15:35 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs bulk-test-go: Correct hugo PKGNAME, fix build 2022-09-24 07:49:55 +00:00
misc rump, fs-utils: remove 2022-09-24 06:37:45 +00:00
mk mk: describe jansson option 2022-09-13 23:31:02 +00:00
multimedia mpv: Instead of enabling libdrm support on anything Unix-like, only 2022-09-20 06:20:47 +00:00
net libtorrent-rasterbar: Use GNU language variant to get builtin alloca CVS: ---------------------------------------------------------------------- 2022-09-24 08:43:45 +00:00
news hellanzb, lottanzb: remove 2022-09-11 17:28:32 +00:00
packages
parallel parallel/openmpi: fix dependent build with Fortran modules 2022-09-22 16:47:27 +00:00
pkgtools revbump: improve wording in the check-cvs-diff.1 man page 2022-09-22 02:15:20 +00:00
print tex-cweb: add missing dependency on tex-iftex 2022-09-22 10:10:08 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security hs-cryptonite: Fix PLIST on aarch64 2022-09-24 08:19:03 +00:00
shells shells/starship: fix broken build 2022-09-18 09:47:08 +00:00
sysutils 9base: do not force static linking 2022-09-24 08:27:52 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc csharp-xapian: fix PLIST, bump PKGREVISION 2022-09-24 08:21:59 +00:00
time py-dateparser: unrestrict py-regex dependency 2022-09-17 21:26:31 +00:00
wm herbstluftwm: Wants libXfixes 2022-09-20 06:45:03 +00:00
www khtml: appears to build alloca-using code with std=c++1z 2022-09-24 07:51:14 +00:00
x11 vte3: Attempt to fix on aarch64 with workaround for GCC 10 toolchain bug 2022-09-24 07:46:31 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README.md: Add trailing slash to URI for consistency 2022-08-24 13:59:26 +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