Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-03-22 18:09:10 +00:00
archivers Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
audio twolame: Update to 0.4.0 2020-03-22 11:37:17 +00:00
benchmarks benchmarks/google-benchmark: add build dependency to Python 2020-03-21 17:27:24 +00:00
biology *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
bootstrap bootstrap: create the binary packages before the summary message 2020-03-22 16:40:19 +00:00
cad Not really C++11 ready. Don't define bool/true/false for C++. 2020-03-18 17:45:25 +00:00
chat Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
comms *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
converters converters/fribidi: remove outdated REPLACE_BASH 2020-03-17 06:42:57 +00:00
cross mingw-w64-x86_64-winpthreads: uses pax(1) during pre-install 2020-03-22 14:46:01 +00:00
databases Restrict some more rails packages to Ruby 2.5+ 2020-03-21 23:51:40 +00:00
devel glibmm: update to 2.64.1. 2020-03-22 18:01:26 +00:00
distfiles
doc doc: Updated devel/glibmm to 2.64.1 2020-03-22 18:01:36 +00:00
editors kakoune: Add note to patch. I'm not bitter. 2020-03-22 10:45:10 +00:00
emulators mednafen: Update to 1.24.1 2020-03-22 16:08:26 +00:00
filesystems perfuse: mark as only for NetBSD 2020-03-22 13:04:11 +00:00
finance *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
fonts overpass: Update to 3.0.4 2020-03-22 10:00:13 +00:00
games exult: include <cstddef> for ptrdiff_t 2020-03-22 18:09:10 +00:00
geography py-google-maps-services-python: renamed to py-googlemaps 2020-03-21 18:59:56 +00:00
graphics ImageMagick: update to 7.0.10.1. 2020-03-22 17:53:24 +00:00
ham *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
inputmethod *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
lang lang/llvm: fix typo in REPLACE_PYTHON filename 2020-03-22 18:01:21 +00:00
licenses Added cc-by-nc-nd-v4.0-license 2020-02-28 11:21:36 +00:00
mail evolution-data-server: time.c needs _NETBSD_SOURCE 2020-03-22 17:01:49 +00:00
math math/eigen3: fix PKGCONFIG_OVERRIDE 2020-03-22 11:03:22 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs bulk-large: -ruby-rails42 +ruby-rails60 2020-03-21 20:28:42 +00:00
misc Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
mk mk/subst.mk: ignore directories in SUBST_FILES 2020-03-22 13:19:50 +00:00
multimedia ffmpeg4: fix PLIST when non-default doc option is enabled 2020-03-21 18:47:33 +00:00
net libiscsi: don't build ld_iscsi.so 2020-03-22 12:42:41 +00:00
news news/bystand: Fix unresolved symbols on SunOS 2020-03-20 14:40:56 +00:00
packages
parallel *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
pkgtools pkgtools/pkglint: update to 19.4.13 2020-03-22 17:43:15 +00:00
print *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
regress mk/subst.mk: ignore directories in SUBST_FILES 2020-03-22 13:19:50 +00:00
security crypto++: homogenize shared library rules. Don't bomb if ldconfig not found. 2020-03-22 17:52:51 +00:00
shells *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
sysutils sysutils/acpica-utils: remove nonexistent files from REPLACE_BASH 2020-03-22 12:24:58 +00:00
templates
textproc py-humanize: needs py-setuptools_scm 2020-03-22 17:56:22 +00:00
time time/ruby-iso8601: update to 0.12.1 2020-03-22 09:39:54 +00:00
wm wm/icewm: remove unknown configure option 2020-03-22 10:08:38 +00:00
www www/py-*: fix test dependencies for Python 2.7 2020-03-22 12:28:28 +00:00
x11 qt5-qtmultimedia: Give up and -alsa on non-Linux to avoid alloca problems 2020-03-22 07:31:42 +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