Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-05-17 10:01:31 +00:00
archivers upx: remove trailing whitespace 2021-05-15 08:08:28 +00:00
audio audio/pulseaudio: Remove consolekit dependency on Linux 2021-05-16 19:01:36 +00:00
benchmarks google-benchmark: update to 1.5.3. 2021-04-26 15:23:37 +00:00
biology various fixes for arm64 big endian support. 2021-04-25 07:51:24 +00:00
bootstrap Don't reject dash as /bin/sh. 2021-04-28 11:14:51 +00:00
cad revbump for boost-libs 2021-04-21 13:24:06 +00:00
chat phone: needs curses 2021-05-15 11:55:45 +00:00
comms deforaos-phone: wants alsa on linux 2021-05-15 08:16:57 +00:00
converters *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
cross atasm: update to 1.09. 2021-03-21 10:21:07 +00:00
databases xsqlmenu: fix installation, set LICENSE 2021-05-15 07:14:49 +00:00
devel py-sortedcontainers: updated to 2.4.0 2021-05-17 08:06:53 +00:00
distfiles
doc Updated devel/py-aiofiles, devel/py-sortedcontainers 2021-05-17 08:07:16 +00:00
editors hnb: support NetBSD libcurses, use LDFLAGS when linking 2021-05-15 12:04:18 +00:00
emulators pcsxr: needs libXv 2021-05-14 06:58:31 +00:00
filesystems fuse-lzofs: needs zlib 2021-05-14 14:17:41 +00:00
finance finance/rates: update to 0.3.0 2021-05-17 07:44:49 +00:00
fonts fonts/recursive-ttf: update to 1.078. 2021-04-30 18:03:21 +00:00
games xonotic: work around silly PLIST 2021-05-14 09:48:59 +00:00
geography *** empty log message *** 2021-05-17 10:01:31 +00:00
graphics librsvg: use c version on powerpc for now, rust build is unreliable 2021-05-15 18:00:35 +00:00
ham gnuradio-core: do not use lib64 2021-05-15 10:09:06 +00:00
inputmethod fcitx5-gtk: fix building with gcc10 2021-04-25 18:24:43 +00:00
lang lang/Makefile: + p5-Perl-LanguageServer 2021-05-15 11:08:58 +00:00
licenses add eternal-lands-license 2021-04-04 09:36:29 +00:00
mail Update to 3.13.1. From the changelog: 2021-05-16 05:53:19 +00:00
math fftw: match future powerpc variants 2021-05-16 10:16:26 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs xfce4: remove reference to xfce4-mixer in comment 2021-05-06 20:40:49 +00:00
misc Add deckster 2021-05-17 07:48:27 +00:00
mk more generic description for simd 2021-05-15 11:18:12 +00:00
multimedia dvdbackup: ensure locale files are reproducibly built 2021-05-15 06:48:04 +00:00
net tigervnc: update to 1.11.0 (with xorg-server 1.20.11). 2021-05-16 21:06:42 +00:00
news multimail: add patch properly 2021-05-14 12:15:02 +00:00
packages
parallel py-billiard: updated to 3.6.4.0 2021-05-06 10:36:08 +00:00
pkgtools pkg: use libbsd on non-bsd systems 2021-05-14 12:05:38 +00:00
print ja-vfxdvik: needs expat 2021-05-14 12:02:10 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security apg: do not use -lnsl on linux 2021-05-14 12:00:34 +00:00
shells Update shells/bash to 5.1 patch 8. 2021-05-05 11:02:59 +00:00
sysutils Update bacula to 9.6.7nb2. 2021-05-16 06:56:31 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc link-grammar: add argp dependency now needed for some OSes 2021-05-16 20:14:06 +00:00
time plan: substitute path to X11R6 in Makefile 2021-05-14 11:40:39 +00:00
wm awesome: Fix PLIST for manpages 2021-05-15 16:42:43 +00:00
www pup: change to a Go module build, bump revision 2021-05-15 17:08:06 +00:00
x11 rofi: needs flex 2021-05-14 10:21:24 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
pkglocate
README.md *: fix a bunch of typos in README and various documentation files. 2020-12-12 10:42:47 +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.

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