Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-08-24 08:32:43 +00:00
archivers mate*: remove unintentional linkage against pkgsrc gettext-libs 2020-08-24 04:41:39 +00:00
audio mate*: remove unintentional linkage against pkgsrc gettext-libs 2020-08-24 04:41:39 +00:00
benchmarks *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
biology *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
bootstrap bootstrap: Default to PREFER_PKGSRC=yes on Linux 2020-08-20 13:04:01 +00:00
cad *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
chat miniircd: Fix `--help' option 2020-08-21 16:44:11 +00:00
comms *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
converters *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
cross *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
databases gdbm_compat: reset PKGREVISION after update 2020-08-24 07:59:26 +00:00
devel py-faker: update to 4.1.2. 2020-08-24 08:26:24 +00:00
distfiles
doc doc: Updated lang/py-parso to 0.8.0 2020-08-24 08:31:35 +00:00
editors py-jedi: mark as not for python 2.7 because of py-parso 2020-08-24 08:32:43 +00:00
emulators atari800: fix building on Darwin 2020-08-21 21:17:04 +00:00
filesystems *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
finance py-stripe: updated to 2.50.0 2020-08-21 07:55:10 +00:00
fonts *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
games games/woof: Update to 2.1.0 2020-08-21 16:31:30 +00:00
geography geography/gpsd: Work around three scons problems 2020-08-19 23:46:52 +00:00
graphics p5-PerlMagick: reset PKGREVISION after update 2020-08-24 08:12:56 +00:00
ham drop currently unresolvable dependency 2020-08-20 01:55:06 +00:00
inputmethod fcitx: Fix build, devel/libuuid is explicitly required 2020-08-23 08:15:48 +00:00
lang py-jedi: mark as not for python 2.7 because of py-parso 2020-08-24 08:32:43 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail qmail: mark as NOT_FOR_UNPRIVILEGED 2020-08-24 05:44:33 +00:00
math mpfr: update to 4.1.0. 2020-08-24 08:20:14 +00:00
mbone *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
meta-pkgs mate*: remove unintentional linkage against pkgsrc gettext-libs 2020-08-24 04:41:39 +00:00
misc khard: update to 0.17.0. 2020-08-24 08:08:59 +00:00
mk mk/platform: Update Darwin version list 2020-08-21 21:29:16 +00:00
multimedia mate*: remove unintentional linkage against pkgsrc gettext-libs 2020-08-24 04:41:39 +00:00
net grpc: update to 1.31.1. 2020-08-24 08:17:04 +00:00
news *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
packages
parallel *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
pkgtools revbump: adjust the man page to reflect current functionality 2020-08-24 04:48:23 +00:00
print mate*: remove unintentional linkage against pkgsrc gettext-libs 2020-08-24 04:41:39 +00:00
regress mk/help: fix help parser for variable names followed by comma 2020-08-04 21:46:44 +00:00
security tor-browser-https-everywhere: update to 2020.8.13. 2020-08-24 08:02:33 +00:00
shells *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
sysutils mate*: remove unintentional linkage against pkgsrc gettext-libs 2020-08-24 04:41:39 +00:00
templates
textproc enchant2: update to 2.2.9. 2020-08-24 08:00:57 +00:00
time khal: update to 0.10.2. 2020-08-24 08:07:45 +00:00
wm blackbox: tweak a comment 2020-08-24 04:52:24 +00:00
www www/squid4: update to 4.13 2020-08-23 09:51:35 +00:00
x11 modeline: fix package that I previously broke due to a missing DIST_SUBDIR 2020-08-24 06:30:58 +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