Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-06-30 15:37:00 +00:00
archivers unrar: updated to 5.9.3 2020-06-20 08:34:08 +00:00
audio open_jtalk: Fix build under NetBSD 9 or earlier 2020-06-28 02:33:05 +00:00
benchmarks *: Update broken sf.net HOMEPAGEs 2020-06-14 10:07:48 +00:00
biology gnome-chemistry-utils: Update to 0.14.16 2020-06-29 13:04:48 +00:00
bootstrap Give a heads up until issues are fixed. 2020-06-30 15:37:00 +00:00
cad (cad/qcad) Add one patch for adapting to QT update, Re: QPainterPath 2020-06-16 23:09:31 +00:00
chat weechat: Require exact Lua 5.3. 2020-06-30 13:55:52 +00:00
comms asterisk16: Update to 16.11.0 2020-06-12 16:23:53 +00:00
converters py-zfec: updated to 1.5.3 2020-06-29 15:55:52 +00:00
cross mingw-w64-i686-winpthreads: Update PLIST to reflect reality 2020-06-22 11:56:56 +00:00
databases databases: Remove lua-sqlite; use lua-sqlite3 2020-06-30 15:05:28 +00:00
devel lua-gi: add LUA_VERSIONS_ACCEPTED 2020-06-30 14:52:24 +00:00
distfiles
doc doc: Updated mail/pear-Mail_Mime to 1.10.9 2020-06-30 15:26:25 +00:00
editors nvi: Always depends on curses 2020-06-29 19:30:04 +00:00
emulators stella: Update to 6.2.1 2020-06-29 14:48:49 +00:00
filesystems fix comment 2020-06-19 23:11:37 +00:00
finance gnucash-docs: update to 4.0. 2020-06-29 13:51:55 +00:00
fonts harfbuzz: Update to 2.6.8 2020-06-29 13:44:02 +00:00
games corsix-th: Update to 0.64 2020-06-29 14:59:26 +00:00
geography geography/qgis: Update MAINTAINER, comment on python option. 2020-06-24 21:49:20 +00:00
graphics libjpeg-turbo: updated to 2.0.5 2020-06-30 06:03:04 +00:00
ham (ham/predict) Updated to 2.2.6 2020-06-16 13:43:36 +00:00
inputmethod inputmethod/mozc-server: fix build problem 2020-06-19 05:45:30 +00:00
lang lua: Add support to the infrastructure to Lua 5.4 2020-06-30 14:45:05 +00:00
licenses licenses: Add ttyp0-license 2020-06-17 11:06:58 +00:00
mail mail/pear-Mail_Mime: update to 1.10.9 2020-06-30 15:26:02 +00:00
math py-numpy16: Fix typos in DESCR 2020-06-25 19:00:37 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs meta-pkgs/netbsd-doc-print: update to 1.5 2020-06-21 10:33:06 +00:00
misc stellarium: updated to 0.20.2 2020-06-29 13:21:08 +00:00
mk mk/haskell.mk: regenerate PLIST if it is outdated 2020-06-29 22:00:58 +00:00
multimedia mpv: Use LUA_VERSIONS_ACCEPTED. Needed for eventual Lua 5.4 default. 2020-06-30 14:30:38 +00:00
net Add sysutils to CATEGORIES to match ucspi-tcp. 2020-06-30 13:33:04 +00:00
news Revbump for icu 2020-06-02 08:22:31 +00:00
packages
parallel paexec: Pull in libmaa 2020-06-16 10:38:40 +00:00
pkgtools pkgtools/url2pkg: update version to 20.2.0 2020-06-28 10:20:59 +00:00
print qpdfview: Fix build with latest Qt. Use libcups. 2020-06-28 14:55:17 +00:00
regress mk/haskell.mk: regenerate PLIST if it is outdated 2020-06-29 22:00:58 +00:00
security Modernize patch filenames. NFCI. 2020-06-30 13:35:37 +00:00
shells Fix shells/fish on macOS 2020-06-14 22:52:10 +00:00
sysutils Add a u-boot package for the Firefly / Libre Computer ROC-RK3328-CC. 2020-06-30 14:40:05 +00:00
templates
textproc lua-slnunicode: Use LUA_VERSIONS_ACCEPTED 2020-06-30 14:48:07 +00:00
time Retire 'djbware-errno-hack' and associated options.mk cleverness. 2020-06-25 05:42:36 +00:00
wm notion: Use LUA_VERSIONS_ACCEPTED 2020-06-30 14:56:36 +00:00
www lighttpd: Remove incorrect LUA_VERSIONS_INCOMPATIBLE 2020-06-30 14:45:48 +00:00
x11 xfce4-eyes-plugin: update to 4.5.1 2020-06-29 23:38:01 +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