Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
he e24c7dc0d2 devel/gdb: make this build on NetBSD/macppc.
* Follow up struct member renames in callframe and stackframe.
* Import fixes to ppc-nbsd-tdep.c from our in-tree gdb.
* Fix up sim/ppc/emul_netbsd.c to use the versioned syscall names
  for gettimeofday and getrusage.

Bump PKGREVISION.
2022-12-06 09:45:51 +00:00
archivers xz: updated to 5.2.9 2022-12-02 09:17:59 +00:00
audio py-music21: update a comment 2022-12-06 01:45:17 +00:00
benchmarks google-benchmark: updated to 1.7.1 2022-11-26 17:53:02 +00:00
biology biology/balance-tui: update to 0.1.1 2022-12-03 17:13:45 +00:00
bootstrap bootstrap: Switch to native awk/sed on illumos. 2022-11-11 17:22:14 +00:00
cad massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
chat chat/gomuks: update to 0.3.0 2022-12-02 09:47:31 +00:00
comms massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
converters py-chardet: updated to 5.1.0 2022-12-05 08:35:47 +00:00
cross Add cross/i586-pc-msdosdjgpp-gcc 2022-12-04 22:39:43 +00:00
databases sqlrelay: updated to 1.9.3 2022-12-03 15:53:39 +00:00
devel devel/gdb: make this build on NetBSD/macppc. 2022-12-06 09:45:51 +00:00
distfiles
doc doc: Updated www/unit-python to 1.28.0nb1 2022-12-06 08:54:36 +00:00
editors editors/tp-note: update to 1.19.7 2022-12-04 17:41:05 +00:00
emulators mame: update to 0.250. 2022-11-30 09:30:42 +00:00
filesystems kubo: Improve DESCR 2022-12-04 20:39:02 +00:00
finance electrum: use DEPENDS for py-qt5 2022-12-02 23:11:55 +00:00
fonts fonts/Makefile: + hubot-sans-ttf 2022-12-03 14:57:08 +00:00
games kajongg: use DEPENDS for py-qt5 2022-12-02 23:12:27 +00:00
geography qgis: update to 3.28.1nb1. 2022-12-02 15:44:27 +00:00
graphics xfce4-icon-theme: update DESCR 2022-12-06 01:08:54 +00:00
ham gnuradio-qtgui: DEPEND on py-qt5 2022-12-02 15:55:28 +00:00
inputmethod fcitx5-gtk: add patch to fix build, std::min() that takes an initializer list was not visible 2022-12-02 18:06:53 +00:00
lang rust: Force use of bundled lzma. 2022-12-05 21:44:58 +00:00
licenses Add licenses/djgpp-license 2022-12-04 22:44:43 +00:00
mail Update to 1.23 2022-12-03 01:41:45 +00:00
math py-pandas: needs C++ and GCC >= 8 2022-12-05 22:42:54 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs meta-pkgs/xfce4: add a comment 2022-12-06 01:02:52 +00:00
misc libreoffice6-bin: update DESCR 2022-12-06 00:30:00 +00:00
mk mk: allow oracle-jdk17 for NetBSD/x86_64 2022-12-02 11:19:28 +00:00
multimedia libass: updated to 0.17.0 2022-12-03 21:27:35 +00:00
net haproxy: updated to 2.7.0 2022-12-06 08:18:17 +00:00
news massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
packages
parallel llvm: updated to 15.0.6 2022-11-30 19:54:59 +00:00
pkgtools pkgtools/pkglint: update to 22.3.2 2022-11-28 23:33:28 +00:00
print print/ruby-pdf-reader: update to 2.11.0 2022-12-04 14:20:33 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security security/git-crypt: Import git-crypt version 0.7.0 from wip. 2022-12-05 21:57:57 +00:00
shells {,standalone-,static-}tcsh: Update to 6.24.04: 2022-12-03 21:41:13 +00:00
sysutils py-xattr: updated to 0.10.1 2022-12-06 08:09:50 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-ujson: updated to 5.6.0 2022-12-06 08:12:11 +00:00
time time/ruby-timers: update to 4.3.5 2022-12-04 15:31:57 +00:00
wm evilwm: update to 1.4.2. 2022-11-30 09:02:57 +00:00
www unit-python: add Python 3.11 support using upstream patch 2022-12-06 08:54:23 +00:00
x11 libXxf86dga: update to 1.1.6. 2022-12-05 08:54:21 +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