Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam b3a69b6167 Changes 1.23.1:
This release fixes the bug which makes nghttpx crash in OCSP response verification with certain kind of OCSP response.
2017-05-31 10:24:48 +00:00
archivers
audio
benchmarks
biology
bootstrap
cad
chat
comms
converters
cross
databases
devel Apply patch from upstream to fix SSE2 include. 2017-05-31 08:52:40 +00:00
distfiles
doc openssh update was done. 2017-05-31 09:54:26 +00:00
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
licenses
mail
math
mbone
meta-pkgs
misc
mk
multimedia
net Updated syncthing to 0.14.29. 2017-05-31 09:40:53 +00:00
news
packages
parallel
pkgtools
print
regress
security Update security/openssh to 7.5p1. 2017-05-31 09:30:21 +00:00
shells
sysutils
templates
textproc
time
wm
www Changes 1.23.1: 2017-05-31 10:24:48 +00:00
x11
Makefile
pkglocate
README

$NetBSD: README,v 1.19 2017/03/02 09:51:35 maya Exp $

pkgsrc is a framework for building software on UNIX-like systems.

To use, bootstrap using:
% cd pkgsrc/bootstrap/
% ./bootstrap

build packages, use:
% cd pkgsrc/category/package-name
% $PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

Bugs and patches can be filed in the follow link (use category 'pkg'):
https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd

To fetch the main CVS repository:
% cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

It's also possible to contribute through pkgsrc wip (work in progress), for
more information, see http://pkgsrc.org/wip/users/

Please see doc/pkgsrc.txt for information.