Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-05-21 20:53:37 +00:00
archivers py-lz4: updated to 3.0.2 2020-05-16 08:31:37 +00:00
audio *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
benchmarks Recursive revbump for json-c-0.14 2020-05-19 12:09:07 +00:00
biology mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
bootstrap Highly silly typo. 2020-05-07 14:20:49 +00:00
cad mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
chat *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
comms comms/asterisk15: remove unknown configure option --with-ltdl 2020-05-21 14:25:59 +00:00
converters recode: Drop maintainership. 2020-05-20 11:43:36 +00:00
cross cross/ppc-morphos-gcc9: skip portability check for libgo 2020-05-21 18:26:46 +00:00
databases databases/ruby-activeldap: update to 6.0.2 2020-05-21 16:09:04 +00:00
devel *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
distfiles
doc doc: Updated games/bzflag to 2.4.20 2020-05-21 18:17:12 +00:00
editors *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
emulators (emulators/fs-uae-arcade) Update SUBST.FILES for [subst.mk:prefix] 2020-05-21 09:42:43 +00:00
filesystems mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
finance pytest from versioned depends 2020-05-16 17:42:41 +00:00
fonts tex-mfware: update to 2020 2020-05-21 10:32:20 +00:00
games *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
geography py-googlemaps: Update to 4.4.0. 2020-05-16 14:12:51 +00:00
graphics *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
ham Avoid rebuilding everything for doxygen, just the docs are fine. Don't 2020-05-19 13:58:24 +00:00
inputmethod inputmethod/ibus: allow no-op SUBST block 2020-05-16 14:16:20 +00:00
lang Restrict MAKE_JOBS_SAFE=no to older-than-current NetBSD. 2020-05-21 19:47:54 +00:00
licenses add afl-3.0 (Academic Free License) 2020-04-30 08:40:06 +00:00
mail Remove RUBY_VERSIONS_INCOMPATIBLE for ruby24. 2020-05-21 16:04:21 +00:00
math math/maxima: remove nonexistent file from REPLACE_SH 2020-05-21 15:15:56 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs meta-pkgs/bulk-medium: update to 20200521 2020-05-21 15:06:16 +00:00
misc *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
mk mk/configure: add variable GNU_CONFIGURE_QUIET 2020-05-21 20:50:54 +00:00
multimedia *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
net *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
news news/libcanlock: Add libcanlock-3.pc to PLIST 2020-05-20 15:33:39 +00:00
packages
parallel parallel: Update to 20200422 2020-05-19 14:35:25 +00:00
pkgtools pkgtools/pkglint: update to 20.1.7 2020-05-18 19:11:16 +00:00
print print: remove tex-genmisc add its (partial) replacements 2020-05-21 11:32:52 +00:00
regress mk/pkgformat/metadata.mk: fix relative paths in PATCHDIR and FILESDIR 2020-05-21 18:48:43 +00:00
security *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
shells mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
sysutils *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
templates
textproc *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
time libical: Update to 3.0.8 2020-05-19 15:33:10 +00:00
wm *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
www *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
x11 *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +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