Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
fcambus c3ed77e39d diffutils: update to 3.9.
* Noteworthy changes in release 3.9 (2023-01-15) [stable]

** Bug fixes

  diff -c and -u no longer output incorrect timezones in headers
  on platforms like Solaris where struct tm lacks tm_gmtoff.
  [bug#51228 introduced in 3.4]
2023-02-18 22:54:35 +00:00
archivers py-zipp: updated to 3.13.0 2023-02-14 16:26:02 +00:00
audio py-soundfile: updated to 0.12.1 2023-02-18 21:01:13 +00:00
benchmarks *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
biology py-macs2: fix dependency pattern in setup.py 2023-02-10 14:19:45 +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 occt: make a patch Linux-compatible 2023-02-13 15:59:14 +00:00
chat Revbump all Go packages after go119 update 2023-02-16 15:01:54 +00:00
comms srtp: updated to 2.5.0 2023-02-15 12:23:30 +00:00
converters p5-Sereal: update to 5.003. 2023-02-08 16:24:54 +00:00
cross mingw-w64*: Update to 10.0.0 2023-02-15 20:49:11 +00:00
databases Revbump all Go packages after go119 update 2023-02-16 15:01:54 +00:00
devel diffutils: update to 3.9. 2023-02-18 22:54:35 +00:00
distfiles
doc Updated audio/py-soundfile, devel/py-pydantic 2023-02-18 21:03:00 +00:00
editors Revbump all Go packages after go119 update 2023-02-16 15:01:54 +00:00
emulators *: recursive bump for SDL2_ttf dependency change 2023-02-14 16:05:57 +00:00
filesystems openafs: bring the ability to build & install to NetBSD/macppc 10.0_BETA. 2023-02-16 18:56:44 +00:00
finance py-braintree: updated to 4.18.1 2023-02-09 17:14:23 +00:00
fonts fonts/Makefile: sort entries 2023-02-16 03:53:49 +00:00
games games/Makefile: + moonlight-qt 2023-02-16 08:06:40 +00:00
geography libspatialite: add upstream bug report 2023-02-15 23:23:47 +00:00
graphics Revbump all Go packages after go119 update 2023-02-16 15:01:54 +00:00
ham hackrf: update to 2023.01.1 2023-02-14 14:32:31 +00:00
inputmethod inputmethod/kimera: USE_LANGUAGES+= gnu++03. 2023-02-14 17:35:43 +00:00
lang (lang/R-cpp11) Updated 0.4.2 to 0.4.3 2023-02-18 09:21:40 +00:00
licenses Add licenses/djgpp-license 2022-12-04 22:44:43 +00:00
mail thunderbird-l10n: update to version 102.8.0 to sync with thunderbird. 2023-02-16 18:18:19 +00:00
math py-asteval: updated to 0.9.29 2023-02-14 17:49:26 +00:00
mbone *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
meta-pkgs ruby-gnome: update to 4.1.1. 2023-02-11 05:20:26 +00:00
misc (misc/R-Hmisc) Updated 4.7.0 to 4.8 0 2023-02-18 09:26:08 +00:00
mk mk: sort options and describe libotf option 2023-02-14 15:13:44 +00:00
multimedia dav1d: update to 1.1.0. 2023-02-16 08:42:32 +00:00
net iperf3: updated to 3.13 2023-02-18 20:19:21 +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 libnbcompat: sort the README file by most recent test first 2023-02-17 21:20:12 +00:00
print (print/R-tinytex) Updated 0.43 to 0.44 2023-02-18 10:53:56 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
security Revbump all Go packages after go119 update 2023-02-16 15:01:54 +00:00
shells Revbump all Go packages after go119 update 2023-02-16 15:01:54 +00:00
sysutils open-vm-tools: update to 12.1.5 2023-02-17 22:07:18 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-cmudict: add a comment about minimum dependencies 2023-02-18 02:14:26 +00:00
time xfce4-orage: update to 4.18.0 2023-02-11 01:26:12 +00:00
wm blackbox: add a comment to a patch 2023-02-18 02:15:00 +00:00
www caddy: update to 2.6.4 2023-02-17 15:47:08 +00:00
x11 wxGTK32: update to 3.2.2.1. 2023-02-16 08:09:14 +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