Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
bsiegert f85d582592 Pullup tickets #6385 and #6386 2020-12-19 20:39:05 +00:00
archivers engrampa: More _XOPEN_SOURCE fixes. 2020-09-25 09:02:58 +00:00
audio libsndfile: PR pkg/55651: remove autogen dependency. 2020-09-25 12:43:11 +00:00
benchmarks Updated math/R-RcmdrMisc to 2.7.1 2020-09-21 00:29:44 +00:00
biology gnome-chemistry-utils: fix builds 2020-09-25 03:56:49 +00:00
bootstrap Fix bootstrap on QNX 2020-08-29 20:11:21 +00:00
cad (cad/tnt-mmtl) Fix build: Add BUILD_DEPENDS+= tex-epstopdf-pkg-[0-9]* 2020-09-27 14:11:09 +00:00
chat Pullup ticket #6353 - requested by nia 2020-10-23 17:42:47 +00:00
comms *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
converters bdf2psf: update to 1.197. 2020-09-24 05:37:24 +00:00
cross Don't use PKGREVISION in DIST_SUBDIR. 2020-09-14 18:15:34 +00:00
databases Pullup ticket #6344 - requested by taca 2020-10-23 16:25:00 +00:00
devel Pullup ticket #6344 - requested by taca 2020-10-23 16:25:00 +00:00
distfiles
doc Pullup tickets #6385 and #6386 2020-12-19 20:39:05 +00:00
editors Pullup ticket #6331 - requested by hauke 2020-10-04 09:28:06 +00:00
emulators libretro-fbneo: Unbreak gcc7 build. 2020-09-10 10:10:17 +00:00
filesystems Update glusterfs to 8.2 2020-09-27 01:13:11 +00:00
finance py-stripe: updated to 2.51.0 2020-09-08 17:44:37 +00:00
fonts uw-ttyp0: install to its own fonts directory 2020-09-23 11:59:18 +00:00
games games/woof: Update to 2.2.0 2020-09-14 08:14:03 +00:00
geography (geography/mapserver) Add # define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H 1 2020-09-26 12:21:57 +00:00
graphics Pullup ticket #6373 - requested by wiz 2020-12-11 10:00:20 +00:00
ham ham/chirp: Update to 20200909 2020-09-17 11:47:59 +00:00
inputmethod skk: Accept emacs27 and emacs27nox 2020-09-06 03:03:34 +00:00
lang Pullup ticket #6343 - requested by he 2020-10-29 08:00:30 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail Pullup ticket #6372 - requested by wiz 2020-12-11 08:50:44 +00:00
math (math/hs-nats) Add PLIST tweak 2020-09-23 21:40:16 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs meta-pkgs/bulk-large: -ruby-rails51 2020-09-10 15:44:50 +00:00
misc Pullup ticket #6360 - requested by khorben 2020-11-01 10:16:22 +00:00
mk Xcode 12 (or its associated Command Line Tools) ships with default-on 2020-09-21 13:09:21 +00:00
multimedia (multimedia/mp4tools) Adhoc build fix. Please correct me, thanks 2020-09-22 05:36:13 +00:00
net Pullup ticket #6367 - requested by leot 2020-11-24 17:16:33 +00:00
news Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
packages
parallel threadingbuildingblocks: Update to 2020.3 2020-09-05 11:34:07 +00:00
pkgtools Pullup ticket #6347 - requested by maya 2020-10-21 17:08:59 +00:00
print Pullup ticket #6354 - requested by maya 2020-10-23 11:17:44 +00:00
regress *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
security Pullup ticket #6384 - requested by wiz 2020-12-11 08:50:56 +00:00
shells *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
sysutils Pullup ticket #6355 - requested by bouyer 2020-10-22 16:29:04 +00:00
templates
textproc Pullup ticket #6344 - requested by taca 2020-10-23 16:25:00 +00:00
time py-iso8601: fix Python 3.6 build 2020-09-16 03:00:37 +00:00
wm Pullup ticket #6350 - requested by nia 2020-10-23 17:30:36 +00:00
www Pullup ticket #6386 - requested by nia 2020-12-19 20:38:42 +00:00
x11 Pullup ticket #6351 - requested by nia 2020-10-23 17:34:42 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
README.md README.md: minor adjustments 2020-01-15 16:19:22 +00:00
pkglocate

README.md

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