Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-06-01 15:04:57 +00:00
archivers Import lxqt-archiver 2020-06-01 11:11:56 +00:00
audio audio/pavucontrol-qt: update to 0.15.0 2020-06-01 11:23:01 +00:00
benchmarks benchmarks/dnsperf: re-add resperf-report to REPLACE_SH 2020-05-22 15:53:05 +00:00
biology biology/ncbi-blast+: document possible array[char] bug 2020-05-25 05:19:06 +00:00
bootstrap bootstrap: Fix default target arch on SunOS. 2020-05-30 21:36:15 +00:00
cad (cad/kicad) Adapt to boost 1.73. (sorry adhoc fix, please correct me if wrong tks) 2020-06-01 03:50:21 +00:00
chat chat/xaric: remove unknown configure option 2020-06-01 06:11:54 +00:00
comms comms/asterisk16: remove unknow configure option 2020-05-31 14:39:32 +00:00
converters Explicitly read files as unicode for Python 3. The content is converted 2020-05-31 20:49:32 +00:00
cross cross/gcc-mips-current: disable check for unknown configure options 2020-06-01 06:21:22 +00:00
databases databases/ruby-qdbm: remove unknown configure option 2020-05-31 17:15:33 +00:00
devel devel/lxqt-build-tools: update to 0.7.0 2020-06-01 10:20:48 +00:00
distfiles
doc doc: Updated meta-pkgs/lxqt to 0.15.0 2020-06-01 12:48:49 +00:00
editors editors/poedit: remove unknown configure option 2020-06-01 06:03:25 +00:00
emulators libretro-desmume: convert to core.mk 2020-05-31 20:35:55 +00:00
filesystems Use unversioned icu namespace. 2020-05-26 11:29:17 +00:00
finance *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
fonts fonts/tex-drm-doc: skip shell portability 2020-05-31 09:23:02 +00:00
games Fix games/arx-libertatis build on Darwin 2020-06-01 10:30:03 +00:00
geography *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
graphics graphics/lximage-qt: Remove wip reference 2020-06-01 14:56:36 +00:00
ham ham/xlog: remove unknown configure option 2020-06-01 06:09:42 +00:00
inputmethod inputmethod/mozc-server: document possible array[char] bug 2020-05-25 05:30:31 +00:00
lang lang/nodejs*: skip portability check for macOS installation scripts 2020-05-31 21:41:22 +00:00
licenses add afl-3.0 (Academic Free License) 2020-04-30 08:40:06 +00:00
mail mail/teapop: remove unknown configure option 2020-05-31 17:34:15 +00:00
math math/xyconvert: remove unknown configure option 2020-06-01 06:11:01 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs meta-pkgs/lxqt: update to 0.15.0 2020-06-01 12:48:29 +00:00
misc Requires more than 1h of CPU time. 2020-05-26 11:30:29 +00:00
mk options.description: add "keyring" option 2020-05-31 23:48:00 +00:00
multimedia gst-plugins1-ugly: remove unknown configure options 2020-05-31 14:47:47 +00:00
net net/nagios*: remove unknown configure option 2020-06-01 05:54:16 +00:00
news news/inn: remove unknown configure option 2020-05-31 15:08:27 +00:00
packages
parallel *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
pkgtools pkgtools/pkglint: update to 20.1.11 2020-05-29 20:13:17 +00:00
print print/tex-context: remove nonexistent file from REPLACE_TEXLUA 2020-06-01 06:28:49 +00:00
regress regress/plus_build_version: fix test 2020-05-24 13:45:39 +00:00
security security/lxqt-openssh-askpass: update to 0.15.0 2020-06-01 12:15:15 +00:00
shells shells/zsh: ignore [[ in shell program 2020-05-31 09:25:51 +00:00
sysutils sysutils/lxqt-powermanagement 2020-06-01 12:12:38 +00:00
templates
textproc Explicitly read files as unicode for Python 3. The content is converted 2020-05-31 20:49:32 +00:00
time time/xfce4-orage: remove unknown configure option 2020-06-01 06:08:21 +00:00
wm wm/obconf-qt: update to 0.15.0 2020-06-01 11:20:07 +00:00
www nginx-devel: updated to 1.19.0 2020-06-01 06:19:42 +00:00
x11 x11/lxqt-session: Regenerate patchsum 2020-06-01 15:04:57 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md README.md: minor adjustments 2020-01-15 16:19:22 +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.

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