Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-02-28 22:04:52 +00:00
archivers unrar: updated to 5.9.1 2020-02-21 17:55:52 +00:00
audio audio: Remove rplay 2020-02-26 18:10:49 +00:00
benchmarks benchmarks/bonnie++: fix reference to documentation 2020-02-09 20:02:45 +00:00
biology all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
bootstrap bootstrap: use $* instead of $@ where appropriate 2020-02-23 18:32:46 +00:00
cad Revert intentional commit. 2020-02-18 17:44:26 +00:00
chat libotr: Update HOMEPAGE 2020-02-23 18:07:10 +00:00
comms Fix YYDEBUG usage. 2020-02-18 16:47:20 +00:00
converters Add bdf2sfd. 2020-02-12 14:11:22 +00:00
cross skip host_detect_local_cpu() if CROSS_DIRECTORY_STRUCTURE. 2020-02-11 01:04:05 +00:00
databases kyotocabinet: Update to 1.2.77 2020-02-26 15:59:05 +00:00
devel add libdstr 2020-02-28 22:04:52 +00:00
distfiles
doc Added math/arpack-ng 3.7.0 [plunky 2020-02-28] 2020-02-28 21:53:06 +00:00
editors Update to version 8.2.0303 2020-02-23 10:40:07 +00:00
emulators Don't use LTO with clang on NetBSD, ld doesn't know about it. 2020-02-18 16:49:50 +00:00
filesystems fuse: Update HOMEPAGE 2020-01-27 20:42:55 +00:00
finance (finance/R-bayesm) Updated to 3.1.4, ChangeLog not known, or not easily found,sorry 2020-02-15 23:53:07 +00:00
fonts spleen: update to 1.7.0. 2020-02-13 13:46:23 +00:00
games doom2-pwad-eviternity: Imported version 1.0 2020-02-28 11:33:43 +00:00
geography geolite2-city: remove 2020-02-26 15:28:34 +00:00
graphics (graphics/camlimages) Fix ${WRKSRC}. But package will not be completed yet, sorry 2020-02-28 04:24:53 +00:00
ham ham/xlog: Work around use of deprecated glib2 APIs 2020-02-28 17:52:13 +00:00
inputmethod inputmethod: Remove qt5-uim 2020-02-08 15:37:56 +00:00
lang rust: updated to 1.41.1 2020-02-28 11:10:36 +00:00
licenses Added cc-by-nc-nd-v4.0-license 2020-02-28 11:21:36 +00:00
mail fetchmail: update to 6.4.2 2020-02-19 16:48:02 +00:00
math have octave use arpack-ng 3.7.0 instead of arpack. This reduces test 2020-02-28 21:57:17 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs kde: update release-service version to 19.12.1 2020-02-02 02:31:17 +00:00
misc Update to pciids 20200222 2020-02-22 19:48:39 +00:00
mk mk/compiler/gfortran: Default to same major version as base GCC 2020-02-26 15:58:20 +00:00
multimedia Update mediainfo and libmediainfo to 19.09. 2020-02-28 12:16:45 +00:00
net wireshark: updated to 3.2.2 2020-02-27 13:19:03 +00:00
news sfeed: Update to 0.9.16 2020-02-23 20:32:45 +00:00
packages
parallel openmpi: Support SunOS/x86_64 inline assembly. 2020-02-06 11:28:49 +00:00
pkgtools pkgtools/pkglint: update to 19.4.9 2020-02-17 20:22:21 +00:00
print Fix breakage on Darwin. 2020-02-24 17:29:25 +00:00
regress mk/pkginstall/files: allow spaces in configuration file names 2020-02-11 01:59:30 +00:00
security scrypt: update to 1.3.0nb2. 2020-02-28 11:19:53 +00:00
shells zsh: Update to 5.8 2020-02-27 03:05:37 +00:00
sysutils Fix xfm segfault with newer Xaw3d. Bump PKGREVISION 2020-02-24 21:45:24 +00:00
templates
textproc Update enchant2 to 2.2.8. 2020-02-28 11:40:40 +00:00
time time/Makefile: Add py-trading-calendars 2020-02-06 23:33:05 +00:00
wm fvwm: Remove rplay support, previously disabled by default 2020-02-26 18:09:40 +00:00
www Update py-moin to 1.9.10, the last 1.x release. 2020-02-27 16:42:05 +00:00
x11 kitty: Add options.mk 2020-02-26 15:47:34 +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