Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
maya 88c6d7b60f firefox: limit disbling multiprocess firefox to netbsd-8.
The patches might be safe to remove altogether (disabling multiprocess
should be enough), but it's not necessary for netbsd-9 in general, as
it has working pshared semaphores.

Fixes a lot of issues with Firefox, like WebGL not working.
PKGREVISION++
2020-05-03 18:45:30 +00:00
archivers xz: updated to 5.2.5 2020-05-03 10:10:43 +00:00
audio audio/libopus: remove unknown configure option --enable-ambisonics 2020-05-02 09:58:36 +00:00
benchmarks fio: Couple of SunOS fixes. 2020-04-30 09:42:27 +00:00
biology biology/arka: document 2 instances of char as array index 2020-05-03 14:58:18 +00:00
bootstrap bootstrap: fix PR pkg/55217 2020-04-29 20:27:03 +00:00
cad py-gds: updated to 1.5.2 2020-04-27 18:50:26 +00:00
chat (chat/ekg) Fix build by adding .include ../../devel/ncurses/buildlink3.mk 2020-05-02 01:35:20 +00:00
comms remserial: link network libs on SunOS 2020-05-03 18:14:01 +00:00
converters converters: Add py-unicode-slugify 2020-05-01 17:50:59 +00:00
cross cross/freemint-mintlib: skip portability check 2020-05-03 17:59:51 +00:00
databases redis: add TEST_DEPENDS 2020-05-03 11:41:59 +00:00
devel py-pbr: updated to 5.4.5 2020-05-03 18:29:16 +00:00
distfiles
doc Updated devel/py-test-xdist, devel/py-Pyro, devel/py-pbr 2020-05-03 18:29:53 +00:00
editors Update vim to version 8.2.0683. 2020-05-03 13:14:21 +00:00
emulators emulators/caprice32: remove no-op file patterns from SUBST_FILES 2020-05-01 20:11:47 +00:00
filesystems fuse-curlftpfs: Update to 0.9.2 2020-04-21 13:56:25 +00:00
finance finance/ledger: Update to 3.2.0 2020-05-01 11:48:26 +00:00
fonts fonts: add tex-modes{,-doc} 2020-05-03 08:58:49 +00:00
games games/bridge-hands: document harmless array[char] 2020-05-03 16:06:01 +00:00
geography proj: Restore commented-out PKGREVISION 2020-05-03 18:16:18 +00:00
graphics MesaLib: Explicitly disable dri3 support when using an old X11_TYPE=native 2020-05-03 11:04:46 +00:00
ham ham/cwtext: document safe usage of array[char] 2020-05-03 16:49:32 +00:00
inputmethod Needs pkg-config 2020-04-17 13:34:11 +00:00
lang lang/gcc-aux: fix shell portability 2020-05-03 17:43:19 +00:00
licenses add afl-3.0 (Academic Free License) 2020-04-30 08:40:06 +00:00
mail mail/up-imappproxy: remove obsolete patch, fix directories in README 2020-05-02 19:16:15 +00:00
math math/py-statsmodels: Update to 0.11.1 2020-05-03 16:13:11 +00:00
mbone vic: avoid version checking for netbsd 2020-04-29 20:25:46 +00:00
meta-pkgs ruby-gnome: update to 3.4.2. 2020-05-02 18:05:03 +00:00
misc misc/astrolog: document harmless instances of array[char] 2020-05-03 15:08:29 +00:00
mk mk/bsd.options.mk: make deprecated options more visible 2020-05-03 18:45:28 +00:00
multimedia mkvtoolnix: updated to 46.0.0 2020-05-03 11:33:03 +00:00
net net/delegate: fix potential endless loop in CGI part 2020-05-03 17:22:50 +00:00
news news/bystand: document harmless array[char] 2020-05-03 16:10:03 +00:00
packages
parallel openmp: updated to 10.0.0 2020-04-18 08:05:11 +00:00
pkgtools don't need a wildcard here 2020-05-02 10:43:44 +00:00
print print: add tex-latex-base-dev{,-doc} 2020-05-03 12:02:19 +00:00
regress mk/help: do not treat continuation lines as textual comments 2020-05-03 09:51:07 +00:00
security security/Makefile: add dand enable ruby-chef-vault 2020-05-02 13:35:39 +00:00
shells shells/bash-completion: remove no-op SUBST block 2020-05-01 19:59:48 +00:00
sysutils On NetBSD, privcmd is in /kern/xen/. Fixes gdbsx. 2020-05-03 08:54:28 +00:00
templates
textproc asciidoc: add missing GITHUB_PROJECT which got lost in previous 2020-05-03 12:05:44 +00:00
time time/libical: remove broken REPLACE_INTERPRETER block 2020-05-02 15:07:42 +00:00
wm wm/windowmaker: remove WindowMaker.in from SUBST_FILES 2020-05-02 14:33:20 +00:00
www firefox: limit disbling multiprocess firefox to netbsd-8. 2020-05-03 18:45:30 +00:00
x11 qt5-qtbase: fix build on SunOS 2020-05-03 11:41:45 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md README.md: minor adjustments 2020-01-15 16:19:22 +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