Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
bsiegert 5c2cb9655d Pullup tickets #6432 and #6434 2021-03-08 08:34:52 +00:00
archivers (archivers/R-zip) Updated 2.0.4 to 2.1.1 2020-12-21 11:09:11 +00:00
audio Pullup ticket #6394 - requested by nia 2021-01-10 19:25:18 +00:00
benchmarks Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
biology Add biology/molsketch 2020-12-18 22:30:28 +00:00
bootstrap bootstrap: Prefer native on Elbrus 2000 2020-12-05 16:50:52 +00:00
cad Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
chat Pullup ticket #6434 - requested by nia 2021-03-08 08:34:10 +00:00
comms asterisk16: Avoid using -march=native, it breaks binary packages. 2020-12-31 11:07:01 +00:00
converters py-zfec: Update to 1.5.4 2020-12-19 15:28:05 +00:00
cross cross/mingw-*-bin: fix INSTALLATION_DIRS 2020-12-14 00:40:10 +00:00
databases Pullup ticket #6402 - requested by nia 2021-01-16 19:53:04 +00:00
devel doc: Add CHANGES file for pkgsrc-2020Q4 2020-12-31 15:33:43 +00:00
distfiles
doc Pullup tickets #6432 and #6434 2021-03-08 08:34:52 +00:00
editors neatvi: Update to 08 2020-12-18 23:03:37 +00:00
emulators qemu: don't require x11 when x11 is disabled 2020-12-20 16:51:44 +00:00
filesystems (filesystems/ltfs-ltotape) Add patches for icu-6.8 2020-12-26 05:23:12 +00:00
finance Mark packages that fail with Python 2.7 2020-12-09 09:30:56 +00:00
fonts py-fonttools: update to 4.17.1. 2020-12-06 09:58:49 +00:00
games stone-soup: Force use of ncurses for now. 2020-12-30 12:24:27 +00:00
geography merkaartor: Replace whitespaces with tab 2020-12-23 15:51:58 +00:00
graphics Pullup ticket #6404 - requested by gutteridge 2021-01-22 18:11:31 +00:00
ham gr-osmosdr: Convert to PYTHON_VERSIONS_INCOMPATIBLE 2020-12-30 12:34:24 +00:00
inputmethod Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
lang Pullup ticket #6427 - requested by taca 2021-02-16 08:41:32 +00:00
licenses Add editors/hexer. 2020-12-12 13:32:51 +00:00
mail Pullup ticket #6411 - requested by tron 2021-01-27 19:33:07 +00:00
math maxima: Add missing PLIST entry. 2020-12-26 11:04:48 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs py-tryton-platform: Remove *-shipping-dpd depend. 2020-12-08 10:56:13 +00:00
misc ansiweather: Use INSTALL_SCRIPT to avoid problems with stripping 2020-12-20 12:41:27 +00:00
mk pkgformat-vars.mk: Revert requirement for new PKGTOOLS 2020-12-24 01:31:19 +00:00
multimedia Pullup ticket #6400 - requested by nia 2021-01-16 19:48:22 +00:00
net Pullup ticket #6418 - requested by wiz 2021-02-04 15:35:11 +00:00
news Build aarch64 like (32bit) arm. 2020-12-23 16:28:47 +00:00
packages
parallel Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
pkgtools pkgin: Update to 20.12.1. 2020-12-30 09:21:22 +00:00
print print/qpdf: make the libtool tags explicit 2020-12-24 20:35:25 +00:00
regress Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
security Pullup ticket #6433 - requested by wiz 2021-03-06 17:02:40 +00:00
shells zsh: Do not hardcode /usr/pkg/pkgdb 2020-12-25 21:47:47 +00:00
sysutils Pullup ticket #6423 - requested by bouyer 2021-02-18 05:21:21 +00:00
templates
textproc Pullup ticket #6403 - requested by taca 2021-01-22 18:11:23 +00:00
time tty-clock: Add missing patch. 2020-12-14 09:15:33 +00:00
wm Configure with --enable-xplugin-dock-support to fix build on 64-bit-only 2020-12-31 09:51:56 +00:00
www Pullup ticket #6432 - requested by mlelstv 2021-03-07 18:30:13 +00:00
x11 Pullup ticket #6429 - requested by wiz 2021-02-14 16:15:25 +00:00
Makefile
README.md *: fix a bunch of typos in README and various documentation files. 2020-12-12 10:42:47 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
pkglocate

README.md

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