Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 7d512a7deb gmic: fix build on NetBSD-current
Uses libX11 directly, so link against it.
2023-03-16 07:15:48 +00:00
archivers py-zipp: updated to 3.15.0 2023-03-01 10:37:41 +00:00
audio audio/fasttracker2: Update to 1.65 2023-03-13 14:59:54 +00:00
benchmarks benchmarks/hyperfine: update to 1.16.0 2023-03-15 14:38:00 +00:00
biology biology/bcftools: Update to 1.17 2023-02-25 13:56:33 +00:00
bootstrap README.Cygwin: if using git, make sure to checkout with Unix line endings. 2022-12-06 15:22:18 +00:00
cad solvespace: include atomic64.mk, as it's required for macppc. 2023-03-06 19:22:50 +00:00
chat chat/matrix-synapse: Remove pinning for frozendict 2023-03-12 11:40:10 +00:00
comms py-rich: bump py-markdown-it-py requiremnt 2023-03-05 07:30:10 +00:00
converters py-simplejson: updated to 3.18.4 2023-03-15 13:00:39 +00:00
cross pdp11-aout-gcc: Update to 12.2.0 2023-03-10 22:07:24 +00:00
databases databases/ruby-moneta: update to 1.6.0 2023-03-15 14:15:53 +00:00
devel libcbor: updated to 0.10.2 2023-03-15 14:34:45 +00:00
distfiles
doc doc/pkgsrc.*: regen 2023-03-16 03:38:38 +00:00
editors Sigil: major cleanup 2023-03-12 17:26:25 +00:00
emulators qemu: Various SunOS fixes. 2023-03-15 11:49:20 +00:00
filesystems glusterfs: fix distinfo to match reality 2023-03-16 03:28:24 +00:00
finance py-braintree: updated to 4.18.1 2023-02-09 17:14:23 +00:00
fonts py-fonttools: updated to 4.39.0 2023-03-08 13:52:58 +00:00
games py-renpy: Update to 8.0.3 2023-03-10 21:14:39 +00:00
geography geography/qgis: Update to 3.28.4 2023-03-15 12:36:38 +00:00
graphics gmic: fix build on NetBSD-current 2023-03-16 07:15:48 +00:00
ham ham/hamlib: Update to 4.5.4 2023-03-09 00:57:56 +00:00
inputmethod uim: Apply upstream patch to fix uim-skk 2023-02-25 17:42:43 +00:00
lang www/ruby-rails70: update to 7.0.4.3 2023-03-15 13:35:15 +00:00
licenses licenses: Add hamlet-license 2023-03-10 21:48:32 +00:00
mail www/ruby-rails70: update to 7.0.4.3 2023-03-15 13:35:15 +00:00
math py-numpy: stop using < with _PYTHON_VERSION 2023-03-15 13:48:40 +00:00
mbone *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
meta-pkgs texlive-collection-langenglish: update to revision 65496 2023-03-15 06:07:14 +00:00
misc Add and enable exercism. 2023-03-15 20:22:54 +00:00
mk Drop a few dead XEmacs master site mirrors. 2023-03-11 22:48:02 +00:00
multimedia +atomicparsley 2023-03-12 18:20:41 +00:00
net net/Makefile: sort entries 2023-03-16 03:32:58 +00:00
news *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
packages
parallel *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
pkgtools Revbump all Go packages after go119 security update 2023-03-08 13:38:44 +00:00
print print/ruby-rbpdf: update to 1.21.0 2023-03-15 13:44:01 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
security Update to 1.4.4. From the changelog: 2023-03-15 18:20:51 +00:00
shells Add and enable oh-my-posh. 2023-03-15 16:47:57 +00:00
sysutils Add erdtree 2023-03-15 10:07:27 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-cmudict: adjust version check per pkglint 2023-03-16 00:11:52 +00:00
time revbump for gpsd update 2023-03-09 00:57:03 +00:00
wm enlightenment16: add an upstream patch to fix a focus issue 2023-03-16 00:12:59 +00:00
www www/ruby-rails70: update to 7.0.4.3 2023-03-15 13:35:15 +00:00
x11 slim: drop universal bash dependency 2023-03-16 03:25:41 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README: Use the real Matrix URL 2022-11-19 21:01:44 +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. pkgsrc is highly configurable, supporting building packages for an arbitrary installation prefix (the default is /usr/pkg), allowing multiple branches to coexist on one machine, a build options framework, and a compiler transformation framework, among other advanced features. Unprivileged use and installation is also supported.

pkgsrc is the default package manager for NetBSD and SmartOS. It's also supported as a first-class option in OmniOS CE and Oasis Linux.

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.

Community / 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