Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
wiz 44b8eaebb1 gajim: convert to wheel.mk
While here, add missing file to PLIST.

Bump PKGREVISION.
2023-12-25 10:54:20 +00:00
archivers xz: revert previous to fix fallout 2023-12-24 07:17:14 +00:00
audio quodlibet: convert to wheel.mk 2023-12-25 10:18:37 +00:00
benchmarks fetch from backup 2023-12-23 02:02:48 +00:00
biology py-macs2: add missing tool dependencies 2023-12-25 10:21:17 +00:00
bootstrap bootstrap: Use /usr/bin/bash more on SunOS 2023-07-07 12:53:22 +00:00
cad ghdl: mark as BROKEN 2023-12-25 10:23:25 +00:00
chat gajim: convert to wheel.mk 2023-12-25 10:54:20 +00:00
comms update to https 2023-12-19 12:17:54 +00:00
converters fetch from backup 2023-12-23 08:09:39 +00:00
cross cross/Makefile: + 64tass 2023-09-26 21:20:42 +00:00
databases update master sites 2023-12-23 21:16:32 +00:00
devel fetch from backup 2023-12-24 14:23:05 +00:00
distfiles
doc doc: Updated audio/quodlibet to 4.6.0nb1 2023-12-25 10:18:47 +00:00
editors editors/fileobj: Update to v0.8.1 2023-12-23 11:52:31 +00:00
emulators update protocol 2023-12-16 11:40:47 +00:00
filesystems update master site 2023-12-23 10:05:07 +00:00
finance gnucash-docs: update to 5.5. 2023-12-17 22:40:13 +00:00
fonts fetch from backup 2023-12-23 08:49:41 +00:00
games supertux build fix: std::unique_ptr is in <memory> 2023-12-22 20:53:49 +00:00
geography pdal-lib: update to 2.5.6 2023-12-18 22:47:53 +00:00
graphics update homepage. fetch from backup. needs update. 2023-12-22 19:15:06 +00:00
ham uhd: remove patch that was removed from distinfo during update 2023-12-21 07:07:05 +00:00
inputmethod fcitx5-gtk: Fix linking with libxkbcommon on non-wayland platforms 2023-12-20 15:07:28 +00:00
lang rust-bin: the armv7 size and checksum was wrong: fix it. 2023-12-24 21:10:48 +00:00
licenses licenses: remove busl-1.1-license 2023-11-18 19:01:37 +00:00
mail postfix*: update to 3.8.4 2023-12-22 17:29:17 +00:00
math R: remove empty line from PLIST 2023-12-24 15:17:38 +00:00
mbone fetch from backup 2023-12-22 18:31:14 +00:00
meta-pkgs xfce4: bump for xfce4-power-manager 4.18.3 2023-12-18 02:14:36 +00:00
misc calibre: make conversion of books from plain text to epub work 2023-12-24 09:10:16 +00:00
mk mk/blas.buildlink3.mk: add missing variables to effects, undef C ABI libs 2023-12-23 19:24:49 +00:00
multimedia rubyforge has been shut down in 2014. 2023-12-19 12:01:46 +00:00
net fetch from backup 2023-12-24 14:37:57 +00:00
news Make perl dependencies conditional on "perl" package option. 2023-11-17 00:52:53 +00:00
packages
parallel fetch from backup 2023-12-24 14:37:57 +00:00
pkgtools pkgtools/pkglint: update to 23.2.5 2023-12-18 13:53:18 +00:00
print update homepage 2023-12-22 18:43:24 +00:00
regress lintpkgsrc, regress: update references to pkglint files 2023-10-16 22:21:55 +00:00
science science/cgnslib: import new package vom wip 2023-07-25 11:23:54 +00:00
security fetch from backup 2023-12-23 20:51:24 +00:00
shells fetch from backup 2023-12-22 18:28:42 +00:00
sysutils packer: update to 1.9.5 and add security fix 2023-12-24 12:36:17 +00:00
templates
textproc glow: update to 1.5.1 2023-12-23 20:00:22 +00:00
time https 2023-12-21 02:53:53 +00:00
wm fetch from backup 2023-12-22 18:13:23 +00:00
www fetch from backup 2023-12-24 14:37:57 +00:00
x11 https 2023-12-23 10:02:40 +00:00
_NetBSD-pkgdb
Makefile science: add category 2023-07-17 01:03:19 +00:00
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