Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-07-17 11:46:09 +00:00
archivers archivers/star: Update to 1.6.1nb9 2020-07-17 10:58:41 +00:00
audio fluidsynth: dbus ladspa are additional supported options so += 2020-07-16 01:28:25 +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 bootstrap: Switch OSF1 to mksh. 2020-07-15 10:32:12 +00:00
cad (cad/qcad) Add one patch for adapting to QT update, Re: QPainterPath 2020-06-16 23:09:31 +00:00
chat miniircd: Update to 2.0 2020-07-16 15:32:11 +00:00
comms asterisk16: Update to 16.11.0 2020-06-12 16:23:53 +00:00
converters bdf2psf: update to 1.196. 2020-07-13 16:09:44 +00:00
cross pkglint: fix category Makefiles 2020-07-17 06:10:34 +00:00
databases py-aiosqlite: updated to 0.15.0 2020-07-15 14:07:51 +00:00
devel devel/smake: Whitespace corrected (space removed) 2020-07-17 11:41:42 +00:00
distfiles
doc doc: Updated shells/pbosh to 20200701 2020-07-17 11:36:25 +00:00
editors TeXmacs: remove patch that was removed from distinfo during 1.99.13 update 2020-07-17 06:11:57 +00:00
emulators pkglint: fix category Makefiles 2020-07-17 06:10:34 +00:00
filesystems Update filesystems/glusterfs to 8.0 2020-07-07 01:01:27 +00:00
finance finance/ledger2beancount: Update upstream, and cite upstream patch. 2020-07-16 18:09:30 +00:00
fonts pkglint: fix category Makefiles 2020-07-17 06:10:34 +00:00
games games/woof: Update to 2.0.1 2020-07-16 10:11:41 +00:00
geography geography: Add lua-mmdb 2020-07-09 10:48:58 +00:00
graphics *: reset maintainer for darcy 2020-07-13 20:05:11 +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 pkglint: fix category Makefiles 2020-07-17 06:10:34 +00:00
licenses licenses: Add ttyp0-license 2020-06-17 11:06:58 +00:00
mail mutt: Update to version 1.14.6 2020-07-12 07:08:43 +00:00
math R: Fix PLIST.Darwin for previous update. 2020-07-17 11:46:09 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs pkglint: fix category Makefiles 2020-07-17 06:10:34 +00:00
misc rhash: updated to 1.4.0 2020-07-15 07:15:39 +00:00
mk mk: remove backwards compatibility for pkg_install from before 2010 2020-07-13 20:25:57 +00:00
multimedia gstreamer1,gst-plugins1-{base,bad}: fix build with GNU make 4.3 2020-07-16 11:27:25 +00:00
net haproxy: updated to 2.2.0 2020-07-15 09:20:44 +00:00
news sfeed: Update to 0.9.18 2020-07-14 10:46:35 +00:00
packages
parallel ganglia-monitor-core: add buildlink3.mk 2020-07-13 18:40:47 +00:00
pkgtools lintpkgsrc: use closedir() when using opendir() 2020-07-16 10:11:39 +00:00
print pkglint: fix category Makefiles 2020-07-17 06:10:34 +00:00
regress show-all: fix typo in variable name 2020-07-01 09:13:12 +00:00
security pkglint: fix category Makefiles 2020-07-17 06:10:34 +00:00
shells shells/pbosh: Update to 20200701 2020-07-17 11:34:59 +00:00
sysutils py-psutil: updated to 5.7.2 2020-07-16 11:16:21 +00:00
templates
textproc textproc/hs-text-short: Cite specific upstream patch this is from. 2020-07-16 17:56:43 +00:00
time py-tzdata: updated to 2020.1 2020-07-14 12:41:28 +00:00
wm awesome: gets lua category 2020-07-02 10:27:21 +00:00
www www/firefox{,68}: Use -Og for debug-info builds, not -O0. 2020-07-16 19:51:48 +00:00
x11 x11/xterm: enable-sixel-graphics 2020-07-17 09:30:00 +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