Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 1ef8924b5e gst-plugins1-egl-gl: mark as BROKEN
adapt a bit for gsreamer 1.18.5, but this needs more work
2021-11-18 07:16:16 +00:00
archivers *: recursive bump for gstreamer 1.18.5 2021-11-15 22:53:55 +00:00
audio musicpd: update to 0.23.4. 2021-11-16 14:36:21 +00:00
benchmarks Doesn't run with MKPIE. Updated main web site. 2021-10-31 19:58:56 +00:00
biology *: Revbump for protobuf-3.19.0 2021-11-11 12:02:46 +00:00
bootstrap bootstrap: UnixWare has some amount of active use 2021-11-15 12:27:47 +00:00
cad *: recursive bump for gstreamer 1.18.5 2021-11-15 22:53:55 +00:00
chat *: recursive bump for gstreamer 1.18.5 2021-11-15 22:53:55 +00:00
comms py-rich: updated to 10.13.0 2021-11-14 18:45:50 +00:00
converters py-simplejson: updated to 3.17.6 2021-11-17 08:38:38 +00:00
cross avr-gcc: use BLAKE2s. Remove isl 2021-11-15 17:22:41 +00:00
databases py-asyncpg: updated to 0.25.0 2021-11-17 09:04:41 +00:00
devel py-mako: updated to 1.1.6 2021-11-17 17:03:48 +00:00
distfiles
doc Updated emulators/nono to 0.2.3 [jun 2021-11-18] 2021-11-18 04:05:35 +00:00
editors Sigil: update to 1.8.0. 2021-11-16 15:00:30 +00:00
emulators Update nono-0.2.3 2021-11-18 04:04:29 +00:00
filesystems py-fs: updated to 2.4.14 2021-11-17 13:50:30 +00:00
finance py-stripe: updated to 2.63.0 2021-11-17 13:51:55 +00:00
fonts fonts/Makefile: add two. 2021-11-10 11:19:24 +00:00
games *: recursive bump for gstreamer 1.18.5 2021-11-15 22:53:55 +00:00
geography *: recursive bump for gstreamer 1.18.5 2021-11-15 22:53:55 +00:00
graphics py-imageio: updated to 2.10.5 2021-11-17 17:27:15 +00:00
ham ham/chirp: Update to 20211105 2021-11-05 12:33:37 +00:00
inputmethod *: recursive bump for gstreamer 1.18.5 2021-11-15 22:53:55 +00:00
lang Support PKGSRC_USE_RELRO 2021-11-18 02:23:44 +00:00
licenses licenses: Do not use UTF-8 encoding. ASCII is sufficient 2021-11-16 17:13:58 +00:00
mail *: recursive bump for gstreamer 1.18.5 2021-11-15 22:53:55 +00:00
math *: recursive bump for gstreamer 1.18.5 2021-11-15 22:53:55 +00:00
mbone mbone: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:57:00 +00:00
meta-pkgs windowmaker-desktop: Skip wmmixer if an OSS implementation isn't available 2021-11-15 13:07:12 +00:00
misc *: recursive bump for gstreamer 1.18.5 2021-11-15 22:53:55 +00:00
mk On Linux with glibc, if libc.so.6 isn't executable, glean GLIBC_VERSION 2021-11-14 14:47:11 +00:00
multimedia gst-plugins1-egl-gl: mark as BROKEN 2021-11-18 07:16:16 +00:00
net tcpdump: add patch-Makefile.in 2021-11-16 16:20:18 +00:00
news Add tuifeed 2021-11-16 08:46:46 +00:00
packages
parallel parallel: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 11:10:35 +00:00
pkgtools pkg_install: Switch to posix_spawn() on newer macOS. 2021-11-15 12:48:23 +00:00
print texlab: update to 3.3.1. 2021-11-16 14:47:12 +00:00
regress regress: fix space-tab in the indentation 2021-09-09 18:23:44 +00:00
security heimdal: Fix CVE-2021-3671 2021-11-17 08:46:02 +00:00
shells shells/nushell: update to 0.40.0 2021-11-17 11:20:32 +00:00
sysutils Add sysutils/netmask to Makefile 2021-11-17 17:13:30 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc libexttextcat: update to 3.4.6. 2021-11-16 14:30:51 +00:00
time py-iso8601: updated to 1.0.0 2021-11-16 19:24:19 +00:00
wm wm/sdorfehs: remove unneeded patch 2021-11-17 11:24:05 +00:00
www privoxy: let the RC script work unprivileged 2021-11-18 03:13:29 +00:00
x11 qt5-qtwebkit: catch up with gstreamer changes: needs base plugins 2021-11-16 21:28:30 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README.md: Add trailing slash to the URI 2021-10-21 12:18:01 +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