Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-05-06 14:02:24 +00:00
archivers
audio
benchmarks
biology
bootstrap
cad
chat pidgin: Update DESCR 2020-05-06 09:59:24 +00:00
comms asterisk14: updated to 14.7.8 2020-05-05 17:59:09 +00:00
converters
cross
databases *: Remove manual page entries from ALTERNATIVES files. 2020-05-06 11:16:45 +00:00
devel devel/Makefile: add and enable ruby-redmine-yh-theme 2020-05-06 14:02:01 +00:00
distfiles
doc doc: Added devel/ruby-redmine-yh-theme version 1.6 2020-05-06 14:02:24 +00:00
editors editors/featherpad: Update to 0.14.1 2020-05-06 07:40:37 +00:00
emulators emulators/BasiliskII: ignore bashism on macOS 2020-05-05 17:51:45 +00:00
filesystems
finance
fonts *: Remove manual page entries from ALTERNATIVES files. 2020-05-06 11:16:45 +00:00
games
geography
graphics *: Remove manual page entries from ALTERNATIVES files. 2020-05-06 11:16:45 +00:00
ham
inputmethod
lang Follow openjdk11 and unlimit cputime as individual commands can take more 2020-05-06 10:16:29 +00:00
licenses
mail
math
mbone
meta-pkgs boost: updated to 1.73.0 2020-05-06 13:33:52 +00:00
misc *: Remove manual page entries from ALTERNATIVES files. 2020-05-06 11:16:45 +00:00
mk mk/subst.mk: allow identity substitutions with escaped dots 2020-05-06 06:14:56 +00:00
multimedia
net php-ftp: php7 requirement to build with SSL 2020-05-05 14:08:15 +00:00
news
packages
parallel
pkgtools pkg_install: Revert part of last commit. 2020-05-05 09:02:43 +00:00
print print/LPRng: skip shell portability check for RedHat files 2020-05-05 18:33:15 +00:00
regress mk/subst.mk: allow identity substitutions with escaped dots 2020-05-06 06:14:56 +00:00
security tor-browser: update to 9.0.10. 2020-05-06 07:13:39 +00:00
shells
sysutils (sysutils/webmin) Add missing patch, sorry tks joerg@ 2020-05-05 23:57:40 +00:00
templates
textproc textproc/ruby-rexml: drop dependency 2020-05-05 06:18:02 +00:00
time
wm
www *: Remove manual page entries from ALTERNATIVES files. 2020-05-06 11:16:45 +00:00
x11
Makefile
pkglocate
README.md

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