Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-08-09 22:14:36 +00:00
archivers archivers/ruby-ffi-libarchive: update to 1.0.3 2020-08-09 15:03:41 +00:00
audio Add missing dependency on py-sqlite3. On macOS, add dependency on 2020-08-09 09:04:54 +00:00
benchmarks *: Update broken sf.net HOMEPAGEs 2020-06-14 10:07:48 +00:00
biology kallisto: remove patches that were removed from distinfo during update 2020-07-30 07:59:19 +00:00
bootstrap Move HPUX 2020-08-04 13:43:17 +00:00
cad (cad/qcad) Add one patch for adapting to QT update, Re: QPainterPath 2020-06-16 23:09:31 +00:00
chat Make devel/gajim not pick up the pkgsrc revision when pkgsrc is checked out via 2020-08-01 12:40:10 +00:00
comms kermit: add a more detailed patch comment 2020-07-30 03:03:07 +00:00
converters multiple: Update MAINTAINER from gdt@ir.bbn.com 2020-07-27 16:20:44 +00:00
cross (cross/freemint-gcc) Fix build by adding the same patches as freemint-mintlib 2020-08-07 14:09:01 +00:00
databases databases/ruby-sequel: update to 5.35.0 2020-08-09 15:07:20 +00:00
devel gearmand: Update to 1.1.19.1 2020-08-09 19:03:37 +00:00
distfiles
doc doc: Updated lang/nim to 1.2.6 2020-08-09 22:11:45 +00:00
editors Update gedit to 3.36.2 2020-07-31 11:05:49 +00:00
emulators mgba: Update to 0.8.3 2020-08-09 14:37:22 +00:00
filesystems Bugfixes from upstream 2020-07-27 16:06:08 +00:00
finance bitcoin: updated to 0.20.1 2020-08-03 15:01:16 +00:00
fonts Fix ICU option. Disable benchmarking as it requires git and external 2020-08-09 00:53:12 +00:00
games 7kaa: Update to 2.15.4p1 2020-08-09 15:03:29 +00:00
geography Unbreak bulk builds by adding R-rgdal. 2020-08-09 17:32:12 +00:00
graphics graphics/R-polyclip: remove MASTER_SITES 2020-08-09 17:02:38 +00:00
ham added ham/py-soapy-sdr 2020-08-01 09:00:31 +00:00
inputmethod inputmethod/mozc-server: fix build problem 2020-06-19 05:45:30 +00:00
lang nim: Update to 1.2.6 2020-08-09 22:11:29 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail rspamd: create the maps.d directory in sysconfdir. 2020-08-08 14:35:37 +00:00
math Fix build against numpy 1.19. 2020-08-09 19:11:32 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs pkglint: fix category Makefiles 2020-07-17 06:10:34 +00:00
misc py-tqdm: updated to 4.48.2 2020-08-05 06:48:17 +00:00
mk Add URLs to the MASTER_SITE_R_CRAN list 2020-08-09 16:50:13 +00:00
multimedia libvdpau: Update to 1.4 2020-08-09 15:40:32 +00:00
net net/bind916: fix PLIST 2020-08-09 17:06:32 +00:00
news sfeed_curses: Update to 0.9 2020-08-08 15:41:31 +00:00
packages
parallel parallel/fastflow: import fastflow-3.0.0 2020-08-09 15:51:07 +00:00
pkgtools pkgtools/pkg_install: fix pkglint warning about CHECK_PERMS 2020-08-09 21:40:42 +00:00
print Don't hard-code lua5.3 2020-08-07 01:44:55 +00:00
regress mk/help: fix help parser for variable names followed by comma 2020-08-04 21:46:44 +00:00
security john: Revert accidental `gmake' tool addition 2020-08-08 12:48:56 +00:00
shells mksh: add a CHECK_PORTABILITY_SKIP with a comment 2020-08-03 15:33:45 +00:00
sysutils desktop-file-utils: Remove a patch for removed file 2020-08-09 11:37:50 +00:00
templates
textproc textproc/tcl-expat: fix some pkglint warnings 2020-08-09 22:14:36 +00:00
time time/R-lubridate: import R-lubridate-1.7.4 2020-08-07 02:33:41 +00:00
wm i3: Update to 4.18.2 2020-08-08 22:02:37 +00:00
www luakit: Don't rely on git for versioning 2020-08-09 18:17:42 +00:00
x11 Fix build against newer Jasper. 2020-08-09 00:01:09 +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