Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 0935456360 glib-networking: update to 2.62.3.
2.62.3 - January 3, 2019
========================

- Fix leak of base iostream (or base datagram socket), 2.62 regression
- Fix duplicate notifies of peer-certificate and peer-certificate-errors
- Fix obscure corner case where SNI might not work
2020-01-14 17:43:54 +00:00
archivers *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
audio lv2: Simplify, use waf.mk 2020-01-13 16:53:01 +00:00
benchmarks When using -dM -E to detect the C++ compiler, force C++ mode. Otherwise 2019-12-22 22:21:58 +00:00
biology *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +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 Upgrade cad/ng-spice to v31. 2020-01-14 09:15:42 +00:00
chat *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
comms gammu: Update to 1.41.0 2020-01-13 11:17:58 +00:00
converters orcus: Add upstream merge request URI to the patch 2020-01-14 14:09:33 +00:00
cross Update to mingw-w64 to 7.0.0 and binutils to 2.33.1 2019-12-29 01:08:13 +00:00
databases py-multidict: updated to 4.7.4 2020-01-13 11:03:25 +00:00
devel py-llvmlite: updated to 0.31.0 2020-01-14 16:22:33 +00:00
distfiles
doc Updated devel/py-llvmlite, math/py-numba 2020-01-14 16:25:53 +00:00
editors *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
emulators qemu: fix Linux build in most environments 2020-01-13 02:50:25 +00:00
filesystems *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
finance *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
fonts (fonts/public-sans) Updated to 1.008 2020-01-12 15:21:10 +00:00
games games: Add jumpnbump. While here, add missing entries to the root Makefile. 2020-01-14 13:28:42 +00:00
geography *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
graphics py-Pillow: updated to 6.2.2 2020-01-13 11:01:55 +00:00
ham *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
inputmethod *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
lang Add a bootkit for FreeBSD/amd64 2020-01-14 14:44:50 +00:00
licenses (licenses/0-clause-bsd, sysutils/bfs) Rename license isc-AUTHOR to 0-clause-bsd 2019-12-28 12:16:53 +00:00
mail mail/roundcube-plugin-zipdownload: update to 1.4.2 2020-01-14 14:34:08 +00:00
math py-numba: updated to 0.47.0 2020-01-14 16:25:34 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs boost: updated to 1.72.0 2020-01-12 10:10:03 +00:00
misc misc: Add pixd. 2020-01-13 22:30:34 +00:00
mk Sort the list of files included during a scan run and remove duplicates. 2020-01-13 22:08:33 +00:00
multimedia multimedia/ruby-ming: fix build problem on native X 2020-01-14 14:40:42 +00:00
net glib-networking: update to 2.62.3. 2020-01-14 17:43:54 +00:00
news *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
packages
parallel *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
pkgtools pkgtools/R2pkg: remove a left-over debug message 2020-01-13 18:09:20 +00:00
print Added print/R-tinytex version 0.18 2020-01-13 10:09:20 +00:00
regress regress/plus_build_version: document obvious uses of RCS Ids 2020-01-11 13:04:21 +00:00
security Add missing gnupg{,2} dependencies, and patch some paths. Ride 2020-01-13 20:52:04 +00:00
shells shells/pbosh: Update to 20191205 2020-01-10 12:45:00 +00:00
sysutils bump pkg revision. 2020-01-14 09:01:53 +00:00
templates
textproc Added textproc/R-{rmarkdown-2.0,crosstalk-1.0.0,DT-0.11} 2020-01-13 10:06:33 +00:00
time Update to timezone-olson-0.1.9 2020-01-11 11:52:48 +00:00
wm *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
www py-httpx: updated to 0.11.0 2020-01-14 16:10:53 +00:00
x11 Don't force LTO. 2020-01-12 23:00:26 +00:00
Makefile regress: remove Makefile 2020-01-11 11:09:35 +00:00
pkglocate
README.md README.md: missing space 2020-01-14 12:30:23 +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