Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
gdt f040fd5c9e ham/chirp: Update to 20210307
Upstream changes are bugfixes and minor improvements
2021-03-29 23:17:29 +00:00
archivers Fix rpath arguments in brotli pkgconfig files 2021-03-21 19:24:24 +00:00
audio mpg123: update to 1.26.5 and use default optimization 2021-03-25 23:53:13 +00:00
benchmarks dnsperf: Update to version 2.5.1 2021-03-23 18:17:26 +00:00
biology biology/Makefile: Add vcf2hap 2021-03-24 18:23:33 +00:00
bootstrap bootstrap: Add MidnightBSD support to bootstrap shell script 2021-03-15 16:22:06 +00:00
cad (cad/kicad-packages3d) PLIST patch by Mustafa Dogan dogan (at) tesmer.org.tr 2021-03-03 23:37: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 bdf2psf: update to 1.202. 2021-03-21 22:15:55 +00:00
cross atasm: update to 1.09. 2021-03-21 10:21:07 +00:00
databases databases/php-redis: fix for php80 2021-03-29 00:09:35 +00:00
devel (devel/ocaml-fpath) +.include devel/ocaml-result/buildlink3.mk 2021-03-28 12:30:19 +00:00
distfiles
doc doc: Updated geography/qgis to 3.16.5 2021-03-29 23:16:24 +00:00
editors Use gtar instead of the base tar(1) in the xemacs* top-level Makefile 2021-03-28 10:36:33 +00:00
emulators (emulators/PC6001VX) update MASTER_SITES 2021-03-27 23:17:03 +00:00
filesystems ltfs-ltotape: fix autoconf fallout 2021-03-29 06:40:46 +00:00
finance finance/ruby-braintree: update to 3.3.0 2021-03-21 12:56:57 +00:00
fonts fonts/t1lib: allow to be built using neXtaw 2021-03-21 00:01:46 +00:00
games pysolfc: force use of python 3.7 2021-03-29 07:38:52 +00:00
geography geography/qgis: Update to 3.16.5 2021-03-29 23:16:14 +00:00
graphics inkscape: Fix build with glib2-2.68.0 2021-03-23 09:57:35 +00:00
ham ham/chirp: Update to 20210307 2021-03-29 23:17:29 +00:00
inputmethod fcitx5-lua: Add LUA_VERSIONS_ACCEPTED 2021-03-29 08:45:48 +00:00
lang Bump bootstrap kit to 1.49.0 for sparc64. 2021-03-29 08:45:34 +00:00
licenses licenses: Remove -license suffix from ODC Open Database License 2021-03-06 04:30:56 +00:00
mail Add RequiredFrom option 2021-03-29 09:30:59 +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 texlive-collection-mathscience: +tex-physics 2021-03-18 03:50:53 +00:00
misc misc/ruby-ohai: update to 16.10.7 2021-03-21 13:31:36 +00:00
mk mk/jpeg.buildlink3.mk: document allowed values 2021-03-21 08:02:27 +00:00
multimedia ffmpeg4: bump PKGREVISION for removal of hacks.mk. 2021-03-24 20:49:04 +00:00
net youtube-dl: Update to 20210325 2021-03-28 18:35:29 +00:00
news sfeed: Update to 0.9.22 2021-03-14 18:18:27 +00:00
packages
parallel Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
pkgtools pkgtools/pkglint: bump version to 21.1.0 2021-03-25 21:55:05 +00:00
print (print/py-reportlab) regen PLIST (+${PLIST.py2x} hyphen.mashed) 2021-03-28 04:02:19 +00:00
regress regress/infra-unittests: use single quotes for string literals 2021-01-04 21:11:43 +00:00
security volatility: fix PLIST, depend on py-sqlite3 2021-03-29 07:58:53 +00:00
shells fish: Update to 3.2.1 2021-03-19 10:19:35 +00:00
sysutils dbus: switch from pkgsrc-only var/db/dbus to default var/lib/dbus 2021-03-29 21:00:17 +00:00
templates lil bit more table padding 2021-03-11 15:07:33 +00:00
textproc xmlcatmgr: drop MESSAGE 2021-03-29 06:45:56 +00:00
time Update to 1.78 2021-03-28 00:17:53 +00:00
wm pekwm: update to 0.1.18 2021-03-15 11:51:00 +00:00
www (www/nsm) regen distinfo 2021-03-27 23:18:59 +00:00
x11 libXaw: update to 1.0.14. 2021-03-29 20:57:08 +00:00
_NetBSD-pkgdb _NetBSD-pkgdb: Use $@ insted of $* 2020-12-29 17:56:14 +00:00
Makefile
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