Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-09-24 13:25:09 +00:00
archivers ark: patches for CVE-2020-16116 and CVE-2020-24654 2020-09-20 11:05:31 +00:00
audio libsndfile: update to 1.0.30. 2020-09-20 08:30:16 +00:00
benchmarks Updated math/R-RcmdrMisc to 2.7.1 2020-09-21 00:29:44 +00:00
biology bioperl: update to 1.7.7. 2020-09-06 20:07:47 +00:00
bootstrap Fix bootstrap on QNX 2020-08-29 20:11:21 +00:00
cad (cad/gtkwave) Updated 3.3.104 to 3.3.106 2020-09-19 20:06:47 +00:00
chat Update chat/matrix-synapse to 1.20.0 2020-09-22 21:21:51 +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 On powerpc, pull in devel/libatomic, so that this package builds. 2020-09-22 22:18:55 +00:00
devel (devel/R-roxygen2) Add missing DEPENDS 2020-09-24 00:44:53 +00:00
distfiles
doc doc: Updated graphics/libansilove to 1.2.5 2020-09-24 09:40:31 +00:00
editors editors/xemacs{,-current} - Install an xemacs.desktop file, which makes 2020-09-24 11:51:47 +00:00
emulators libretro-fbneo: Unbreak gcc7 build. 2020-09-10 10:10:17 +00:00
filesystems openafs: fix build on NetBSD 9 2020-09-20 22:15:00 +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 qgis: Update to 3.10.10 2020-09-12 23:56:44 +00:00
graphics (graphics/asymptote) Let me add NetBSD-* for vote 2020-09-24 13:25:09 +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 lang/rust: On NetBSD >=9, bl3 on openssl 2020-09-24 11:01:51 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail (mail/R-mime) Updated 0.7 to 0.9. make test runs fine 2020-09-20 06:03:19 +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 marble: fix build with gpsd >=3.21 2020-09-23 22:18:28 +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 Update to 0.11.6a (as 0.999.11.6a). From the changelog: 2020-09-22 09:59:05 +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 pkg: update to version 1.10.99.7 2020-09-21 03:03:55 +00:00
print ghostscript-agpl: update to 9.53.1. 2020-09-20 08:28:24 +00:00
regress *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
security tor-browser-noscript: update to 11.0.46. 2020-09-23 19:03:10 +00:00
shells *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
sysutils coreutils: Backport SunOS "ln <x> ." fix. 2020-09-23 20:12:50 +00:00
templates
textproc (textproc/R-jsonlite) Updated 1.6.0 to 1.7.1 2020-09-20 09:55:09 +00:00
time py-iso8601: fix Python 3.6 build 2020-09-16 03:00:37 +00:00
wm fluxbox: Enable xft support by default, rename option for consistency 2020-09-20 13:30:45 +00:00
www firefox78: Update to 78.3.0 2020-09-24 04:31:07 +00:00
x11 xf86-video-intel: Fix SunOS byteswap. 2020-09-23 08:33:35 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +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