Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
fcambus d38706eee3 yabasic: update to 2.86.4.
ChangeLog:

Version 2.86.4 (January 1, 2020)
  - Fix for do-loop / continue
2020-02-08 17:12:27 +00:00
archivers Revbump all Go packages after go113 update. 2020-02-02 14:18:56 +00:00
audio libmysofa: Update to 1.0 2020-02-08 16:34:55 +00:00
benchmarks all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
biology all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
bootstrap Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
chat chat: Remove p5-Net-AOLIM 2020-02-06 09:14:25 +00:00
comms asterisk-sounds-native: pkglint cleanup 2020-01-27 22:21:57 +00:00
converters orcus: Update to 0.15.3 2020-02-05 13:54:29 +00:00
cross all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
databases s/GRAMPS/Gramps/ per request by project maintainers 2020-02-07 11:25:16 +00:00
devel devel/transifex-client: update to 0.13.7 2020-02-08 16:00:27 +00:00
distfiles
doc doc: Updated audio/libmysofa to 1.0 2020-02-08 16:35:04 +00:00
editors vim-share: Add "OR gnu-gpl-v2" to LICENSE. 2020-02-06 21:52:58 +00:00
emulators qemu: Disable spice by default 2020-02-07 08:39:19 +00:00
filesystems fuse: Update HOMEPAGE 2020-01-27 20:42:55 +00:00
finance py-stripe: updated to 2.42.0 2020-02-01 20:21:25 +00:00
fonts all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
games add and enable doom-pwad-shotgun-symphony 2020-02-06 04:15:43 +00:00
geography all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
graphics graphics: Remove adapta-gtk-theme 2020-02-08 16:14:52 +00:00
ham all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
inputmethod inputmethod: Remove qt5-uim 2020-02-08 15:37:56 +00:00
lang yabasic: update to 2.86.4. 2020-02-08 17:12:27 +00:00
licenses licenses: Add vvvvvv-license 2020-01-20 21:15:48 +00:00
mail thunderbird-l10n: Update to 68.4.2 2020-02-05 14:31:31 +00:00
math libixion, py-libixion: Update to 0.15.0 2020-02-05 13:46:13 +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 orca: Needs itstool 2020-02-08 15:39:21 +00:00
mk options.description: Document the spice option (Spice-Space) 2020-02-06 22:07:06 +00:00
multimedia totem-pl-parser: Include workaround for "can't resolve libraries" 2020-02-08 15:42:36 +00:00
net net: Remove monsoon. 2020-02-08 15:22:32 +00:00
news all: migrate homepages from http to https 2020-01-26 17:30:40 +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.7 2020-02-05 04:09:00 +00:00
print print: Remove libgnomecups - no longer part of GNOME 2020-02-08 15:45:16 +00:00
regress mk/pkgformat: include only relevant ident strings in +BUILD_VERSION 2020-01-15 20:11:11 +00:00
security qca2: Update HOMEPAGE 2020-02-08 16:58:08 +00:00
shells all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
sysutils regen for patch-src_utils__dns.c 2020-02-08 12:16:35 +00:00
templates
textproc aiksaurus: needs pkg-config 2020-02-06 03:49:32 +00:00
time time/Makefile: Add py-trading-calendars 2020-02-06 23:33:05 +00:00
wm fluxconf: remove package 2020-01-27 22:58:05 +00:00
www py-wsproto: updated to 0.15.0 2020-02-06 20:41:42 +00:00
x11 xkbcomp: restrict -Wno-error=string-compare to clang 2020-02-08 09:16:56 +00:00
Makefile regress: remove Makefile 2020-01-11 11:09:35 +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