Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-05-09 20:03:39 +00:00
archivers revbump after boost update 2020-05-06 14:04:05 +00:00
audio audio: Add sndfile-tools 2020-05-09 09:55:31 +00:00
benchmarks fio: Couple of SunOS fixes. 2020-04-30 09:42:27 +00:00
biology revbump after boost update 2020-05-06 14:04:05 +00:00
bootstrap Highly silly typo. 2020-05-07 14:20:49 +00:00
cad revbump after boost update 2020-05-06 14:04:05 +00:00
chat ekg: regen checksum 2020-05-07 13:02:43 +00:00
comms repair build break, apply -Wno-error=incompatible-pointer-types 2020-05-07 17:01:27 +00:00
converters libetonyek: Fix build (probably with recent boost) 2020-05-08 12:37:55 +00:00
cross cross/powerpc-none-elf-gcc: fix build in strict environment 2020-05-09 17:54:54 +00:00
databases mysql57-client: help cmake detect EDITLINE_INCLUDE_DIR 2020-05-09 16:59:49 +00:00
devel devel/go-protobuf: fix shell portability 2020-05-09 18:57:39 +00:00
distfiles
doc doc: Updated pkgtools/pkglint to 20.1.5 2020-05-09 19:26:39 +00:00
editors revbump after boost update 2020-05-06 14:04:05 +00:00
emulators emulators/aranym: skip portability check 2020-05-09 18:31:00 +00:00
filesystems revbump after boost update 2020-05-06 14:04:05 +00:00
finance revbump after boost update 2020-05-06 14:04:05 +00:00
fonts *: Remove manual page entries from ALTERNATIVES files. 2020-05-06 11:16:45 +00:00
games games/ccgo: remove no-op file from SUBST_FILES 2020-05-09 08:42:37 +00:00
geography revbump after boost update 2020-05-06 14:04:05 +00:00
graphics graphics/irrlicht: remove no-op SUBST block 2020-05-09 12:28:37 +00:00
ham Fix boost fallout. 2020-05-09 15:17:51 +00:00
inputmethod revbump after boost update 2020-05-06 14:04:05 +00:00
lang openjdk8: don't pick up krb5 headers from pkgsrc 2020-05-09 19:14:16 +00:00
licenses add afl-3.0 (Academic Free License) 2020-04-30 08:40:06 +00:00
mail msmtp: Update to 1.8.10 2020-05-09 11:08:25 +00:00
math Stop using boost/detail/endian.hpp 2020-05-09 15:19:02 +00:00
mbone vic: avoid version checking for netbsd 2020-04-29 20:25:46 +00:00
meta-pkgs meta-pkgs/ruby-redmine-plugins: update to 1.3.0 2020-05-06 15:02:54 +00:00
misc misc/ec2-ami-tools: remove no-op file from SUBST_FILES 2020-05-09 08:49:12 +00:00
mk mk/check/check-portability.mk: improve documentation 2020-05-09 19:40:10 +00:00
multimedia revbump after boost update 2020-05-06 14:04:05 +00:00
net net/go-dns: fix shell portability 2020-05-09 18:55:01 +00:00
news revbump after boost update 2020-05-06 14:04:05 +00:00
packages
parallel revbump after boost update 2020-05-06 14:04:05 +00:00
pkgtools pkgtools/pkglint: update to 20.1.5 2020-05-09 19:26:11 +00:00
print print/py-weasyprint: remove no-op SUBST block 2020-05-09 13:10:35 +00:00
regress regress/replace-interpreter: ensure order of targets 2020-05-09 18:25:28 +00:00
security security/aide: skip portability check 2020-05-09 18:29:24 +00:00
shells shells/bash-completion: remove no-op SUBST block 2020-05-01 19:59:48 +00:00
sysutils sysutils/burp: fix path to configuration files 2020-05-09 20:03:39 +00:00
templates
textproc Still needs to disable null pointer checks with clang 2020-05-09 15:16:30 +00:00
time py-icalendar: updated to 4.0.6 2020-05-07 04:58:11 +00:00
wm revbump after boost update 2020-05-06 14:04:05 +00:00
www www/viewvc: remove no-op file from SUBST_FILES 2020-05-09 19:56:08 +00:00
x11 redshift: specify a tag when linking. 2020-05-07 17:16:10 +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