Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-03-26 02:38:38 +00:00
archivers archivers/Makefile: add and enable php-pecl-zip 2020-03-23 15:30:31 +00:00
audio kid3: fix build by explicitly buildlinking libvorbis 2020-03-25 14:49:38 +00:00
benchmarks benchmarks/google-benchmark: add build dependency to Python 2020-03-21 17:27:24 +00:00
biology Fix portability 2020-03-26 02:37:38 +00:00
bootstrap bootstrap: create the binary packages before the summary message 2020-03-22 16:40:19 +00:00
cad Fix racy bison use. Rename patch to match patched file. 2020-03-26 02:37:14 +00:00
chat Fix C++17 compatibility. 2020-03-22 21:25:13 +00:00
comms asterisk16: fix L§inux packaging issues 2020-03-22 23:09:24 +00:00
converters libabw: Update to 0.1.3 2020-03-25 10:56:09 +00:00
cross mingw-w64-x86_64-winpthreads: uses pax(1) during pre-install 2020-03-22 14:46:01 +00:00
databases mongodb: updated to 4.2.5 2020-03-24 14:34:06 +00:00
devel Fix portability 2020-03-26 02:36:27 +00:00
distfiles
doc doc: Updated lang/zig to 0.5.0 2020-03-25 22:27:49 +00:00
editors Avoid C++11 UDL 2020-03-26 02:36:02 +00:00
emulators Deal with const issues. Do not put C headers into a namespace. 2020-03-26 02:35:31 +00:00
filesystems Resolve fallout from ICU changes 2020-03-26 02:34:51 +00:00
finance py-stripe: updated to 2.44.0 2020-03-24 07:01:39 +00:00
fonts linux-libertine-ttf: Update to 5.3.0 2020-03-24 14:06:49 +00:00
games Ignore portability issues in file normally not used 2020-03-26 02:34:18 +00:00
geography py-google-maps-services-python: renamed to py-googlemaps 2020-03-21 18:59:56 +00:00
graphics Fix portability 2020-03-26 02:32:13 +00:00
ham *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
inputmethod inputmethod/ja-freewnn-lib: fix "array subscript has type 'char'" 2020-03-25 07:13:52 +00:00
lang Increase resource limits due to Erlang's default allocations 2020-03-26 02:31:23 +00:00
licenses Added cc-by-nc-nd-v4.0-license 2020-02-28 11:21:36 +00:00
mail Fix const correctness with C++ compliant string.h 2020-03-26 02:30:49 +00:00
math libsvm: Update to 3.24 2020-03-24 17:21:43 +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 misc/ruby-ohai: update to 15.7.4 2020-03-24 18:01:46 +00:00
mk Don't use normal memory size limits with GHC for module builds. 2020-03-24 20:43:17 +00:00
multimedia Fix portability 2020-03-26 02:38:38 +00:00
net Fix <functional> vs BSD socket conflict 2020-03-26 02:30:26 +00:00
news news/bystand: Fix unresolved symbols on SunOS 2020-03-20 14:40:56 +00:00
packages
parallel parallel/paexec: remove REPLACE_SH without effect 2020-03-22 21:35:37 +00:00
pkgtools pkgtools/pkglint: update to 20.1.0 2020-03-23 19:55:08 +00:00
print ghostscript-agpl: get all LDFLAGS for FreeType2 2020-03-25 07:46:19 +00:00
regress regress/infra-unittests: add test for not extracting certain files 2020-03-25 07:47:10 +00:00
security py-certbot: add missing PLIST update 2020-03-25 06:44:07 +00:00
shells *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
sysutils Don't care about portability when configure is already patched 2020-03-26 02:27:42 +00:00
templates
textproc Drop version for compatibility with C++17 STL implementations. 2020-03-26 02:27:21 +00:00
time gnotime: Remove. More GNOME 2 stuff unmaintained since 2008. 2020-03-23 10:39:03 +00:00
wm lwm: Update to 1.2.4 2020-03-24 17:54:27 +00:00
www p5-CGI-Simple: Update to 1.25 2020-03-25 11:07:21 +00:00
x11 Needs libXt. 2020-03-26 02:26:51 +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