Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
2023-12-26 07:38:30 +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
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
databases gobang: remove 2023-12-25 18:19:46 +00:00
devel breezy-qbrz: restrict Python versions in the same way as breezy 2023-12-25 18:17:44 +00:00
distfiles
doc TODO: musescore now at 4.2 2023-12-26 00:01:47 +00:00
editors p5-Plugin-Nopaste: remove 2023-12-25 18:14:33 +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 opencv-contrib-face: regen distinfo 2023-12-25 18:04:32 +00:00
ham uhd: remove patch that was removed from distinfo during update 2023-12-21 07:07:05 +00:00
inputmethod libime: forbid some more Python versions that won't work 2023-12-25 18:01:48 +00:00
lang rust-bin: the armv7 size and checksum was wrong: fix it. 2023-12-24 21:10:48 +00:00
licenses
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 libtheora-docs: update PLIST for latest doxygen. 2023-12-25 17:13:10 +00:00
net (net/socat) Fix build, zsh is necessary always 2023-12-25 23:43:31 +00:00
news
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
science
security fsh: require gsed to fix build 2023-12-25 16:53:27 +00:00
shells fetch from backup 2023-12-22 18:28:42 +00:00
sysutils zabbix-frontend: add missing files to PLIST 2023-12-25 14:51:19 +00:00
templates
textproc py-diff-match-patch: fix interpreter in speedtest.py 2023-12-26 07:38:30 +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
pkglocate
README.md

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