Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 83e4bd8e52 py-gssapi: updated to 1.6.2
v1.6.2: Meyer (patch 2)

Changelog

Features
Provide wheels for python-3.8 on Windows

Documentation
Expand on documentation of cred stores
2020-03-07 12:13:41 +00:00
archivers star: Update to 1.6.1nb5 2020-03-04 11:35:10 +00:00
audio picard: update to 2.3.1. 2020-03-07 09:18:43 +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 py-mastodon: Update DEPENDS 2020-03-05 20:37:30 +00:00
comms comms: Remove libopensync-plugin-evolution2 2020-03-06 11:16:28 +00:00
converters *: bump PKGREVISION for poppler 0.86.1 2020-03-04 22:07:23 +00:00
cross asm6809: Fix HOMEPAGE. 2020-03-05 16:17:55 +00:00
databases databases/mongodb3: Document patches 2020-03-06 14:22:45 +00:00
devel cbindgen: Update to 0.13.1 2020-03-06 14:22:14 +00:00
distfiles
doc doc: Updated editors/poedit to 2.3 2020-03-07 11:23:35 +00:00
editors poedit: switch to official tarball 2020-03-07 11:23:16 +00:00
emulators emulators: Remove arnold. 2020-03-06 12:24:26 +00:00
filesystems fuse: Update HOMEPAGE 2020-01-27 20:42:55 +00:00
finance py-stripe: updated to 2.43.0 2020-03-03 19:04:40 +00:00
fonts fonts: Add comic-neue 2020-03-05 14:14:27 +00:00
games gbrainy: Needs itstool 2020-03-06 12:21:02 +00:00
geography geolite2-city: remove 2020-02-26 15:28:34 +00:00
graphics bump revs for mypaint-brushes bl3 bump 2020-03-06 13:48:32 +00:00
ham ham/xlog: Work around use of deprecated glib2 APIs 2020-02-28 17:52:13 +00:00
inputmethod uim: needs alloca, use gnu++03 2020-03-05 13:04:45 +00:00
lang libLLVM: update to 9.0.1 2020-03-06 22:44:18 +00:00
licenses Added cc-by-nc-nd-v4.0-license 2020-02-28 11:21:36 +00:00
mail Avoid conflicting implicit definition of htonl() on NetBSD. 2020-03-06 20:50:24 +00:00
math *: bump PKGREVISION for poppler 0.86.1 2020-03-04 22:07:23 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs bulk-medium: Remove jabberd1 2020-03-01 11:38:12 +00:00
misc libreoffice: Update to 6.4.1.2 2020-03-06 14:32:11 +00:00
mk mk/compiler/gfortran: Default to same major version as base GCC 2020-02-26 15:58:20 +00:00
multimedia totem: needs msgfmt with --desktop 2020-03-06 12:43:32 +00:00
net synergy: update to 1.11.0 2020-03-07 09:14:17 +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 Define RPKG, not rpkg, in the environment for R2pkg.R 2020-03-05 17:15:31 +00:00
print Fix build with newer cups. 2020-03-05 14:57:59 +00:00
regress mk/pkginstall/files: allow spaces in configuration file names 2020-02-11 01:59:30 +00:00
security py-gssapi: updated to 1.6.2 2020-03-07 12:13:41 +00:00
shells pbosh: Update to 20200211 2020-03-04 11:44:13 +00:00
sysutils Update to Bacula 9.6.2 2020-03-06 19:48:47 +00:00
templates
textproc miller: update to 5.6.2. 2020-03-06 08:18:31 +00:00
time libical: Add links to PRs 2020-03-04 10:54:25 +00:00
wm fvwm: Remove rplay support, previously disabled by default 2020-02-26 18:09:40 +00:00
www http-parser: update to 2.9.3. 2020-03-07 09:10:52 +00:00
x11 qt5-qttools: fix PLIST for llvm option 2020-03-06 13:56:27 +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