Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-11-04 18:35:32 +00:00
archivers archivers: Resurrect file-roller package based on the new GNOME 3 version 2020-11-04 13:02:52 +00:00
audio forked-daapd: Link to merged PR 2020-11-02 20:17:15 +00:00
benchmarks (benchmarks/phoronix-test-suite) fix build, add patch for [check-portability.awk] 2020-10-10 12:57:41 +00:00
biology New package, coordgenlibs-1.4.2. 2020-11-03 20:17:59 +00:00
bootstrap Bootstrap: Fix bootstrap on FreeBSD 12.1, likely broken by an issue in lld. 2020-10-28 16:52:43 +00:00
cad dinotrace: fix dependency pattern 2020-10-30 23:12:35 +00:00
chat Update chat/matrix-synapse to 1.22.0 2020-10-27 21:52:35 +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 bdf2psf: update to 1.198. 2020-11-01 15:11:16 +00:00
cross (cross/avr-libc) Adapt to doxygen 1.8.20, PKGREVISION++ 2020-10-06 02:06:05 +00:00
databases postgresql-promscale_extension: fix HOMEPAGE 2020-11-03 23:05:49 +00:00
devel libgweather: update to 3.36.1 2020-11-04 16:08:51 +00:00
distfiles
doc doc: Updated net/snmptt to 1.4.2 2020-11-04 18:32:47 +00:00
editors editors/feathernotes: update to 0.8.0 2020-11-02 20:20:01 +00:00
emulators Avoid an assertion when sparc %pc/%npc are set to invalid values (like 2020-11-02 17:17:15 +00:00
filesystems Update glusterfs to 8.2 2020-09-27 01:13:11 +00:00
finance gnucash-docs: update to 4.2. 2020-10-16 11:34:59 +00:00
fonts fontforge: align the block 2020-11-01 10:58:54 +00:00
games dMagnetic: update to 0.27. 2020-11-01 16:48:39 +00:00
geography geoclue: Update to 2.5.6 2020-11-04 16:46:59 +00:00
graphics py-pygraphviz: updated to 1.6 2020-11-04 10:01:29 +00:00
ham chirp: Update to 20201014 2020-10-15 23:29:56 +00:00
inputmethod (inputmethod/ibus) Fix recent bulkbuild error, Cannot convert from `void Extension... 2020-10-17 05:25:46 +00:00
lang go-module.mk: "make show-go-modules" now prints an rcs id preamble 2020-11-03 18:44:13 +00:00
licenses Add evilwm-license 2020-10-11 08:53:28 +00:00
mail evolution-data-server: Dependencies need libsecret 2020-11-04 14:56:53 +00:00
math py-sympy: mark incompatible with Python 2.7 2020-10-29 23:19:59 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs texlive-collection-latexrecommended: Move META_PACKAGE higher. 2020-10-25 08:14:05 +00:00
misc libreoffice: notes for future reference 2020-11-04 18:35:32 +00:00
mk Support PKGPATH with "make package-name" 2020-11-04 16:38:59 +00:00
multimedia multimedia: Remove libmp4v2, successor mp4v2 2020-11-02 10:16:57 +00:00
net snmptt: Update to 1.4.2 2020-11-04 18:32:26 +00:00
news sfeed_curses: Update to 0.9.4 2020-10-26 10:07:33 +00:00
packages
parallel threadingbuildingblocks: Update to 2020.3 2020-09-05 11:34:07 +00:00
pkgtools pkgin: Update to 20.11.0. 2020-11-02 14:25:39 +00:00
print poppler-data: update to 0.4.10. 2020-10-31 13:53:03 +00:00
regress *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
security Not ${PREFIX}/etc, ${PKG_SYSCONFDIR}. 2020-11-02 08:17:43 +00:00
shells Update to 6.7.1. From the git log: 2020-10-26 10:21:47 +00:00
sysutils zabbix50-server: Install misc files 2020-11-04 18:28:57 +00:00
templates
textproc py-regex: updated to 2020.10.28 2020-11-04 10:03:29 +00:00
time time/ruby-tzinfo-data: update to 1.2020.4 2020-10-25 14:06:30 +00:00
wm i3: update to 4.18.3. 2020-10-31 13:55:17 +00:00
www py-bleach: updated to 3.2.1 2020-11-02 14:45:57 +00:00
x11 gnome-desktop3: Update to 3.38.1. 2020-11-04 12:12:48 +00:00
Makefile
pkglocate
README.md stray comma 2020-11-04 14:39:49 +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 trasformation 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