2019-01-29 04:11:03 +01:00
|
|
|
$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge Exp $
|
2017-03-02 10:51:35 +01:00
|
|
|
|
|
|
|
pkgsrc is a framework for building software on UNIX-like systems.
|
|
|
|
|
|
|
|
To use, bootstrap using:
|
2018-10-10 00:55:48 +02:00
|
|
|
cd pkgsrc/bootstrap/
|
|
|
|
./bootstrap
|
2017-03-02 10:51:35 +01:00
|
|
|
|
|
|
|
build packages, use:
|
2018-10-10 00:55:48 +02:00
|
|
|
cd pkgsrc/category/package-name
|
|
|
|
$PREFIX/bin/bmake install
|
2017-03-02 10:51:35 +01:00
|
|
|
|
|
|
|
Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)
|
|
|
|
|
2019-01-29 04:11:03 +01:00
|
|
|
Bugs and patches can be filed in the following link (use category 'pkg'):
|
2017-03-02 10:51:35 +01:00
|
|
|
https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd
|
|
|
|
|
|
|
|
To fetch the main CVS repository:
|
2018-10-10 00:55:48 +02:00
|
|
|
cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc
|
2017-03-02 10:51:35 +01:00
|
|
|
|
|
|
|
It's also possible to contribute through pkgsrc wip (work in progress), for
|
|
|
|
more information, see http://pkgsrc.org/wip/users/
|
1998-01-13 14:13:59 +01:00
|
|
|
|
2005-05-08 00:16:38 +02:00
|
|
|
Please see doc/pkgsrc.txt for information.
|