Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2021-04-03 18:38:28 +00:00
archivers zstd: get rid of coreutils dependency 2021-03-31 13:26:06 +00:00
audio speech-dispatcher: Add GLIB macro to fix breakage since glib-2.68.0 2021-04-02 09:50:58 +00:00
benchmarks dnsperf: Update to version 2.5.1 2021-03-23 18:17:26 +00:00
biology py-cutadapt: updated to 3.4 2021-03-31 09:23:56 +00:00
bootstrap bootstrap: Add MidnightBSD support to bootstrap shell script 2021-03-15 16:22:06 +00:00
cad Add LibreDWG, a free C library for reading/writing DWG files 2021-04-02 21:32:59 +00:00
chat Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
comms comms/asterisk16: Update to 16.17.0 2021-03-26 00:04:08 +00:00
converters libcdr: update to 0.1.7. 2021-04-01 16:16:52 +00:00
cross atasm: update to 1.09. 2021-03-21 10:21:07 +00:00
databases promscale: update to 0.2.1 2021-04-03 17:31:05 +00:00
devel SDL: add BUILDLINK_INCDIRS, as with SDL2 2021-04-03 10:14:31 +00:00
distfiles
doc doc: Added games/openarena version 0.8.8 2021-04-03 15:34:18 +00:00
editors editors/emacs-packages: update to 0.11 2021-04-02 04:12:00 +00:00
emulators Fix PLIST for options gtk3 and vice-x64. 2021-04-03 13:07:29 +00:00
filesystems ltfs-ltotape: fix autoconf fallout 2021-03-29 06:40:46 +00:00
finance gnucash-docs: update to 4.5. 2021-04-01 08:33:34 +00:00
fonts harfbuzz-icu: fix library name for Darwin 2021-04-01 06:16:50 +00:00
games remove debian-specific lines 2021-04-03 18:38:28 +00:00
geography geography/qgis: Update to 3.16.5 2021-03-29 23:16:14 +00:00
graphics graphics/ImageMagick: drop interactive from description, most use non-interactively 2021-04-03 13:43:27 +00:00
ham ham/chirp: Update to 20210307 2021-03-29 23:17:29 +00:00
inputmethod uim: Depend on ruby explicitly to fix build 2021-04-03 05:13:07 +00:00
lang python39: updated to 3.9.3 2021-04-03 06:23:13 +00:00
licenses licenses: Remove -license suffix from ODC Open Database License 2021-03-06 04:30:56 +00:00
mail evolution: remove wrong buildlink3 entries 2021-03-30 16:34:14 +00:00
math math/sc-im: Set maintainer to pkgsrc-users 2021-03-29 15:55:58 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs Remove more reference to ruby25. 2021-04-01 14:23:20 +00:00
misc Remove ruby25 related code fragments. 2021-04-01 14:10:53 +00:00
mk license.mk: Minor changes in comments 2021-04-03 15:30:39 +00:00
multimedia phonon-backend-gstreamer: allow use of newer phonon-backend-gstreamer-backend 2021-03-30 09:05:14 +00:00
net libfilezilla: require gcc 8 2021-04-03 11:30:21 +00:00
news pan: Fix build with glib-2.68.0 2021-04-02 14:58:22 +00:00
packages
parallel match arm64 systems. fixes build on netbsd/arm64. 2021-04-02 07:59:35 +00:00
pkgtools pkgtools/pkglint: bump version to 21.1.0 2021-03-25 21:55:05 +00:00
print psutils: allow PAPERSIZE=a4, used lowercase anyway! 2021-04-03 11:37:44 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security ccid: binaries should be installed with ${INSTALL_PROGRAM}. Bump. 2021-04-03 17:12:14 +00:00
shells fish: Update to 3.2.1 2021-03-19 10:19:35 +00:00
sysutils ansible: updated to 3.2.0 2021-04-02 07:44:08 +00:00
templates lil bit more table padding 2021-03-11 15:07:33 +00:00
textproc py-xlsxwriter: updated to 1.3.8 2021-04-02 08:40:31 +00:00
time Add quest-tui 2021-03-31 20:28:04 +00:00
wm compiz: Remove broken PKG_OPTION "gnome" 2021-03-30 14:45:36 +00:00
www webkit24-gtk: Use the same glib-2.68.0 fix 2021-04-03 10:19:03 +00:00
x11 qt5-qtwebkit: Fix build with glib-2.68.0 2021-04-02 14:56:05 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md *: fix a bunch of typos in README and various documentation files. 2020-12-12 10:42:47 +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.

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