Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-10-11 23:47:31 +00:00
archivers *: use py-hypothesis via versioned_dependencies.mk 2020-10-06 10:51:21 +00:00
audio Add audio/spotify-qt 2020-10-11 13:41:19 +00:00
benchmarks (benchmarks/phoronix-test-suite) fix build, add patch for [check-portability.awk] 2020-10-10 12:57:41 +00:00
biology gnome-chemistry-utils: fix builds 2020-09-25 03:56:49 +00:00
bootstrap bootstrap: Fix numerical calculation on Big Sur. 2020-10-07 10:44:14 +00:00
cad (cad/dinotrace) Add missing BUILD_DEPENDS 2020-10-07 12:59:09 +00:00
chat add and enable maubot 2020-10-08 02:54:54 +00:00
comms (comms/openobex) Updated 1.7.1 to 1.7.2. ChangeLog unknown. Adapt to Doxygen 1.8.20 2020-10-06 03:46:02 +00:00
converters bdf2sfd: update to 1.1.4. 2020-10-09 07:30:39 +00:00
cross (cross/avr-libc) Adapt to doxygen 1.8.20, PKGREVISION++ 2020-10-06 02:06:05 +00:00
databases (databases/postgresql-timescaledb) USE_TOOLS+= bash 2020-10-10 11:20:10 +00:00
devel cbindgen: Update to 0.15.0 2020-10-11 13:04:35 +00:00
distfiles
doc doc: Updated net/gallery-dl to 1.15.1 2020-10-11 20:46:16 +00:00
editors emacs: amend comments in modules.mk 2020-10-08 00:15:35 +00:00
emulators PR 54310: fix out of bounds memory write, analyzed and fix provided 2020-10-10 16:29:21 +00:00
filesystems Update glusterfs to 8.2 2020-09-27 01:13:11 +00:00
finance py-eth-hash: mark Python 2.7 incompatibility due to dependency 2020-10-09 03:28:26 +00:00
fonts cascadia-ttf: update to 2009.22. 2020-10-08 12:41:10 +00:00
games easyrpg-player: Update to 0.6.2.2 2020-10-09 07:16:03 +00:00
geography geography/gama: Update to 2.10 2020-09-29 10:33:52 +00:00
graphics Do not pick up GCC's Go backend. 2020-10-11 23:47:31 +00:00
ham chirp: Update to 20201008 2020-10-09 12:28:51 +00:00
inputmethod *: recursive bump for vala 0.50 2020-10-06 19:51:15 +00:00
lang python39: add patches 2020-10-10 20:20:12 +00:00
licenses Add evilwm-license 2020-10-11 08:53:28 +00:00
mail Update to 0.38. From the changelog: 2020-10-10 10:01:38 +00:00
math Update to 4.0.3 2020-10-11 15:22:56 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs boost: use more portable invocation of find(1) 2020-10-02 08:08:25 +00:00
misc libreoffice: Update to 7.0.2.2 2020-10-09 15:54:33 +00:00
mk libusb1: Fix PR pkg/54903 2020-10-10 14:17:02 +00:00
multimedia mkvtoolnix: updated to 51.0.0 2020-10-09 08:22:05 +00:00
net gallery-dl: Update to 1.15.1 2020-10-11 20:46:04 +00:00
news sfeed_curses: Update to 0.9.3 2020-10-09 15:14:05 +00:00
packages
parallel threadingbuildingblocks: Update to 2020.3 2020-09-05 11:34:07 +00:00
pkgtools pkg_install: fix stage in verbose log message 2020-10-09 07:37:20 +00:00
print zathura-pdf-mupdf: Add gumbo to link-external option 2020-10-08 22:51:55 +00:00
regress *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
security py-authlib: updated to 0.15 2020-10-10 18:04:52 +00:00
shells shells/pbosh: Specify minimum required version of smake tool dependency 2020-09-28 10:40:25 +00:00
sysutils Pass PKG_SYSCONFDIR to cmake 2020-10-11 21:43:26 +00:00
templates
textproc lua-lyaml: Update to 6.2.6 2020-10-10 08:16:08 +00:00
time *: use py-hypothesis via versioned_dependencies.mk 2020-10-06 10:51:21 +00:00
wm wm: Add yeahwm. 2020-10-11 08:56:37 +00:00
www py-asgiref: updated to 3.3.0 2020-10-10 18:00:57 +00:00
x11 rxvt: fix distfiles 2020-10-10 08:26:56 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md update links 2020-10-09 11:46:29 +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.

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.

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