Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
rillig d6a0479fc0 mk/platform/Linux: fix detection of GLIBC_VERSION on Debian
Running "/lib/x86_64-linux-gnu/libc.so.6 --version" on Debian unstable
inside WSL says:

GNU C Library (Debian GLIBC 2.29-9) stable release version 2.29.

In this case, there is a simple period, not a comma after the version
number.
2020-01-28 08:38:47 +00:00
archivers py-zipp: update to 1.1.0. 2020-01-27 11:01:35 +00:00
audio py-music21: fix non-3.7 builds (trim PLIST) 2020-01-27 22:36:45 +00:00
benchmarks all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
biology all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
bootstrap Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
chat chat/ircd-hybrid: Updates to 8.2.28 2020-01-27 22:41:42 +00:00
comms asterisk-sounds-native: pkglint cleanup 2020-01-27 22:21:57 +00:00
converters all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cross all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
databases all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
devel py-ipykernel: updated to 5.1.4 2020-01-28 08:04:20 +00:00
distfiles
doc Updated devel/py-prompt_toolkit2, devel/py-ipykernel 2020-01-28 08:04:38 +00:00
editors all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
emulators all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
filesystems fuse: Update HOMEPAGE 2020-01-27 20:42:55 +00:00
finance all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
fonts all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
games warzone2100: update to 3.3.0 2020-01-27 19:35:54 +00:00
geography all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
graphics ImageMagick: update to 7.0.9.17. 2020-01-27 11:19:51 +00:00
ham all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
inputmethod all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
lang lang/gcc9: try once more to make the Linux build succeed 2020-01-28 04:39:55 +00:00
licenses licenses: Add vvvvvv-license 2020-01-20 21:15:48 +00:00
mail mail/postfix: fix insufficient permissions for var/spool/postfix/... 2020-01-28 08:16:51 +00:00
math all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
misc lr: update to 1.5.1. 2020-01-27 10:38:13 +00:00
mk mk/platform/Linux: fix detection of GLIBC_VERSION on Debian 2020-01-28 08:38:47 +00:00
multimedia mkvtoolnix: updated to 43.0.0 2020-01-27 18:37:54 +00:00
net Update to openresolv-3.10.0 with the following changes: 2020-01-27 21:20:18 +00:00
news all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
packages
parallel all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
pkgtools pkgtools/pkglint: use ASCII-only variant of the preformatted manual page 2020-01-26 20:16:29 +00:00
print all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
regress mk/pkgformat: include only relevant ident strings in +BUILD_VERSION 2020-01-15 20:11:11 +00:00
security openssl: fix PR pkg/54890 2020-01-28 07:34:57 +00:00
shells all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
sysutils Update pciutils to 3.6.4. 2020-01-28 01:46:58 +00:00
templates
textproc gspell: update to 1.8.3. 2020-01-27 10:49:18 +00:00
time all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
wm fluxconf: remove package 2020-01-27 22:58:05 +00:00
www all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
x11 qt5: updated to 5.14.1 2020-01-27 18:36:30 +00:00
Makefile regress: remove Makefile 2020-01-11 11:09:35 +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