Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-05-20 10:03:42 +00:00
archivers py-lz4: updated to 3.0.2 2020-05-16 08:31:37 +00:00
audio schismtracker: Update to 20200412 2020-05-20 10:02:58 +00:00
benchmarks Recursive revbump for json-c-0.14 2020-05-19 12:09:07 +00:00
biology mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
bootstrap Highly silly typo. 2020-05-07 14:20:49 +00:00
cad mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
chat chat/centerim: document that the package is array[char]-safe 2020-05-19 20:22:15 +00:00
comms mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
converters Needs pip 2020-05-19 13:59:19 +00:00
cross cross/binutils-mips-current: remove unknown configure option 2020-05-17 22:05:41 +00:00
databases databases/ruby-activerecord60: update to 6.0.3.1 2020-05-19 17:13:24 +00:00
devel py-factory_boy: mark as for python 3.x only due to py-faker 2020-05-20 07:04:37 +00:00
distfiles
doc doc: Updated audio/schismtracker to 20200412 2020-05-20 10:03:42 +00:00
editors mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
emulators qemu: Remove no longer used prefix subst class 2020-05-18 17:07:38 +00:00
filesystems mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
finance pytest from versioned depends 2020-05-16 17:42:41 +00:00
fonts harfbuzz: Update to 2.6.6. 2020-05-17 14:43:16 +00:00
games mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
geography py-googlemaps: Update to 4.4.0. 2020-05-16 14:12:51 +00:00
graphics mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
ham Avoid rebuilding everything for doxygen, just the docs are fine. Don't 2020-05-19 13:58:24 +00:00
inputmethod inputmethod/ibus: allow no-op SUBST block 2020-05-16 14:16:20 +00:00
lang janet: Update to 1.9.1 2020-05-20 09:44:22 +00:00
licenses add afl-3.0 (Academic Free License) 2020-04-30 08:40:06 +00:00
mail mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
math gappa: Import gappa-1.3.5 as math-gappa 2020-05-19 21:42:29 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs texlive-collection-pictures: update to rev 54812 2020-05-10 13:04:41 +00:00
misc mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
mk mk/configure/replace-interpreter.mk: silently skip broken symlinks 2020-05-18 06:06:34 +00:00
multimedia mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
net wireshark: updated to 3.2.4 2020-05-20 06:57:47 +00:00
news mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
packages
parallel parallel: Update to 20200422 2020-05-19 14:35:25 +00:00
pkgtools pkgtools/pkglint: update to 20.1.7 2020-05-18 19:11:16 +00:00
print libspectre: fix typo 2020-05-19 19:01:57 +00:00
regress regress/infra-unittests: demonstrate relative paths in +BUILD_VERSION 2020-05-19 06:09:53 +00:00
security mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
shells mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
sysutils mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
templates
textproc mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
time libical: Update to 3.0.8 2020-05-19 15:33:10 +00:00
wm herbstluftwm: Update to 0.8.2 2020-05-17 14:56:42 +00:00
www mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
x11 mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +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