Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
nia 0bde2bb0a2 mariadb106: Since upstream's attempt to detect alloca.h without
system-specific defines seems to have failed, we need to force the
issue on SunOS. OmniOS-CE has a patch to revert the change, but that
doesn't quite sit right with me either.
2022-12-28 09:15:17 +00:00
archivers unrar: updated to 6.2.3 2022-12-18 09:58:35 +00:00
audio audio/spotify-player: update to 0.10.0 2022-12-26 22:07:37 +00:00
benchmarks (parallel/R-doParallel) (benchmarks/R-mlbench) Added 2022-12-18 12:53:18 +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 ghdl: add upstream patch to fix build with llvm 15 2022-12-22 16:23:28 +00:00
chat chat/toot: update to version 0.32.1. 2022-12-18 14:50:55 +00:00
comms py-esptool: updated to 4.4 2022-12-12 13:46:15 +00:00
converters bdf2psf: update to 1.212. 2022-12-27 20:37:18 +00:00
cross ppc-morphos-gcc-9: remove 2022-12-24 23:57:32 +00:00
databases mariadb106: Since upstream's attempt to detect alloca.h without 2022-12-28 09:15:17 +00:00
devel radare2: update to 5.8.0 2022-12-28 04:36:55 +00:00
distfiles
doc doc: Updated devel/radare2 to 5.8.0 2022-12-28 04:37:08 +00:00
editors editors/tp-note: update to 1.19.12 2022-12-26 22:04:56 +00:00
emulators dosbox-x: fix build on non-Linux & non-FreeBSD 2022-12-24 15:23:41 +00:00
filesystems Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
finance bitcoin: updated to 24.0.1 2022-12-19 10:03:47 +00:00
fonts noto-fonts: Update to version 20221206. 2022-12-23 13:17:38 +00:00
games crafty*: remove 2022-12-25 09:00:36 +00:00
geography pdal-lib: fix build on NetBSD 2022-12-24 09:58:20 +00:00
graphics graphics/oxipng: update to 8.0.0 2022-12-26 22:08:55 +00:00
ham gnuradio-core: Pull in GCC runtime from pkgsrc on significantly older 2022-12-26 16:50:29 +00:00
inputmethod ibus-table-chinese: add upstream pull request URL 2022-12-23 13:38:04 +00:00
lang lang/rust-bin: Add support for Darwin-*-aarch64 2022-12-27 21:26:59 +00:00
licenses Add licenses/djgpp-license 2022-12-04 22:44:43 +00:00
mail Update to build with python 3.10 2022-12-27 20:08:45 +00:00
math openaxiom: mark two files as not PIE 2022-12-21 15:43:30 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs texlive-collection-latexextra: add tex-ecv 2022-12-26 22:13:51 +00:00
misc misc/ruby-lolcat: proper use of RUBYGEM_MANPAGES 2022-12-23 13:32:02 +00:00
mk Update java-vm.mk for NetBSD 10+ 2022-12-25 19:18:05 +00:00
multimedia mpv: Define __EXTENSIONS__ for strcasecmp on SunOS 2022-12-28 09:01:15 +00:00
net Update to 3.11.5. From the changelog: 2022-12-27 20:11:36 +00:00
news trn: Pass LDFLAGS, fixes ncurses build. 2022-12-15 11:30:36 +00:00
packages
parallel (parallel/R-doParallel) (benchmarks/R-mlbench) Added 2022-12-18 12:53:18 +00:00
pkgtools pkgtools/pkg: only require libbsd on Linux. 2022-12-19 16:49:59 +00:00
print Update to 6.2. From the changelog: 2022-12-27 19:55:39 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security rvault: curl fix was incorrect 2022-12-24 00:10:26 +00:00
shells shells/nushell: review warning 2022-12-21 22:17:08 +00:00
sysutils py-diffoscope: updated to 229 2022-12-28 03:58:58 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc xmlada: remove 2022-12-25 11:18:58 +00:00
time p5-DateTime-TimeZone: update to 2.57 2022-12-22 17:22:31 +00:00
wm wm/leftwm: update to 0.4.1 2022-12-26 22:10:22 +00:00
www php-nextcloud: Update to 25.0.2 2022-12-25 19:42:12 +00:00
x11 libSM: update to 1.2.4. 2022-12-26 22:11:05 +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