Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-03-20 09:32:26 +00:00
archivers archivers/ruby-zip: update to 2.3.0 2020-03-15 15:52:07 +00:00
audio Skip portability check in configure.in as we patch configure. 2020-03-19 14:37:10 +00:00
benchmarks google-benchmark: remove -Werror 2020-03-16 14:00:58 +00:00
biology librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
bootstrap bootstrap: use $* instead of $@ where appropriate 2020-02-23 18:32:46 +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 farstream: update to 0.2.9. 2020-03-15 19:47:55 +00:00
comms lirc: add missing include 2020-03-15 21:08:41 +00:00
converters converters/fribidi: remove outdated REPLACE_BASH 2020-03-17 06:42:57 +00:00
cross cross/arm-none-eabi-binutils: don't check for unknown configure options 2020-03-17 21:33:24 +00:00
databases ruby-gettext doesn't support Ruby 2.4. 2020-03-20 00:57:59 +00:00
devel py-semantic_version: updated to 2.8.4 2020-03-20 09:31:27 +00:00
distfiles
doc Updated textproc/py-ICU, devel/py-semantic_version 2020-03-20 09:32:26 +00:00
editors Regenerate for patch-CMakeLists.txt 2020-03-19 11:33:13 +00:00
emulators Fix logic to determine whether destination EA for cas lies b/w page 2020-03-19 02:27:21 +00:00
filesystems filesystems/glusterfs: Exempt bash script from bashisms check 2020-03-12 23:52:37 +00:00
finance py-braintree: updated to 4.0.0 2020-03-17 20:02:47 +00:00
fonts spleen: also install PSF versions of the fonts, for the Linux console. 2020-03-11 15:11:17 +00:00
games Add missing <string> and deal with time_t > unsigned in the seed 2020-03-18 17:55:46 +00:00
geography py-google-maps-services-python: add missing TEST_DEPENDS, sort PLIST 2020-03-20 07:28:14 +00:00
graphics ruby-gettext doesn't support Ruby 2.4. 2020-03-20 00:57:59 +00:00
ham ham/tqsl: Drop MESSAGE 2020-03-18 13:41:23 +00:00
inputmethod *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
lang Bump NetBSD bootstrap versions to 1.41.1 for 2020-03-20 09:25:00 +00:00
licenses Added cc-by-nc-nd-v4.0-license 2020-02-28 11:21:36 +00:00
mail deforaos-mailer: update to 0.2.0nb4. 2020-03-19 14:03:29 +00:00
math math/py-scipy12: Work around mac extraction woes 2020-03-19 19:28:52 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs meta-packages/boost: remove obsolete SUBST action 2020-03-17 03:48:24 +00:00
misc calibre: pkglint cleanup 2020-03-19 21:31:19 +00:00
mk mk/subst.mk: evaluate SUBST_MESSAGE only once, and late 2020-03-20 09:00:44 +00:00
multimedia mpv: Adjust two MP_ERR printf-s (missing \n and wrong `device' was printed) 2020-03-18 11:49:21 +00:00
net mikutter-plugins-twitter: pull fixes for crash on initial registration. 2020-03-20 04:01:24 +00:00
news news/Makefile: +bystand 2020-03-18 13:50:10 +00:00
packages
parallel librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
pkgtools pkgtools/pkglint: increase performance 2020-03-18 08:42:48 +00:00
print Fix shell portability 2020-03-18 18:00:21 +00:00
regress mk/subst.mk: evaluate SUBST_MESSAGE only once, and late 2020-03-20 09:00:44 +00:00
security Uses ${TAR} 2020-03-18 18:00:48 +00:00
shells shells/bash: document upstream bug report URL for patches 2020-03-17 21:59:48 +00:00
sysutils Fix shell portability 2020-03-20 00:00:34 +00:00
templates
textproc py-ICU: updated to 2.4.3 2020-03-20 09:26:21 +00:00
time py-tryton*: put python-2.7 restriction only in those packages where it belongs 2020-03-13 20:20:48 +00:00
wm Adjust iconv use 2020-03-18 18:02:41 +00:00
www py-httpx: updated to 0.12.1 2020-03-20 07:43:06 +00:00
x11 qt5-qtbase: move include options.mk to before post-install is declared 2020-03-19 15:21:54 +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