Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-05-23 07:25:08 +00:00
archivers revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
audio audio: Remove amarok 2020-05-22 17:19:28 +00:00
benchmarks benchmarks/dnsperf: re-add resperf-report to REPLACE_SH 2020-05-22 15:53:05 +00:00
biology revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
bootstrap Highly silly typo. 2020-05-07 14:20:49 +00:00
cad cad/openscad: remove nonexistent file from REPLACE_PYTHON 2020-05-22 19:51:17 +00:00
chat revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
comms revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
converters revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
cross cross/ppc-morphos-gcc9: skip portability check for libgo 2020-05-21 18:26:46 +00:00
databases Retired mysql55 and postgresql94 packages 2020-05-23 07:25:08 +00:00
devel py-pyobjc: updated to 6.2 2020-05-23 07:03:41 +00:00
distfiles
doc Updated devel/py-pyobjc 2020-05-23 07:05:59 +00:00
editors editors/p5-Padre: remove nonexistent file from REPLACE_PERL 2020-05-22 19:39:05 +00:00
emulators wine: note about branches 2020-05-22 20:00:37 +00:00
filesystems revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
finance python/application.mk is not needed any more 2020-05-22 21:33:36 +00:00
fonts revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
games wesnoth: updated to 1.14.12 2020-05-22 21:59:17 +00:00
geography revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
graphics revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
ham (ham/gnuradio-ctrlport) Add two REPLACE_PYTHON lines 2020-05-23 00:04:18 +00:00
inputmethod Fix boost fallout 2020-05-22 13:45:28 +00:00
lang lang/parrot: remove nonexistent file from REPLACE_INTERPRETER 2020-05-22 19:44:23 +00:00
licenses add afl-3.0 (Academic Free License) 2020-04-30 08:40:06 +00:00
mail mail/offlineimap: clean up REPLACE_PYTHON 2020-05-22 21:35:03 +00:00
math math/pari: clean up REPLACE_PERL 2020-05-22 17:45:24 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs bulk-medium: don't care about the wine version 2020-05-23 00:07:56 +00:00
misc misc/vym: clean up REPLACE_{PERL,BASH} 2020-05-22 21:32:19 +00:00
mk mk/configure: fix check for unknown configure options 2020-05-22 15:21:15 +00:00
multimedia revbump for multimedia/libdvdread; requested by leot@ 2020-05-22 12:43:52 +00:00
net knot: Disable hack to disable optimization. 2020-05-22 23:29:31 +00:00
news revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
packages
parallel revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
pkgtools pkgtools/pkg_summary-utils: remove nonexistent file from REPLACE_SH 2020-05-22 19:49:13 +00:00
print print/pdf-redact-tools: remove unnecessary REPLACE_PYTHON 2020-05-22 19:17:25 +00:00
regress mk/configure: fix check for unknown configure options 2020-05-22 15:21:15 +00:00
security security/sqlmap: remove nonexistent files from REPLACE_PYTHON 2020-05-22 21:21:10 +00:00
shells mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
sysutils revbump for multimedia/libdvdread; requested by leot@ 2020-05-22 12:43:52 +00:00
templates
textproc lowdown: update to 0.6.5. 2020-05-22 19:32:02 +00:00
time revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
wm *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
www py-nevow: python/application.mk is not needed any more 2020-05-22 21:31:15 +00:00
x11 (x11/kxmlgui) Fix package: Remove CMakeLists.txt from SUBST_FILES.xdg 2020-05-22 22:28:04 +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