Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
bsiegert 6bbe0c676c Pullup tickets #6763 to #6765 2023-06-26 09:35:17 +00:00
archivers Pullup ticket #6757 - requested by dholland 2023-05-15 17:49:47 +00:00
audio mpg123: bump to 1.31.3 2023-03-19 22:15:37 +00:00
benchmarks benchmarks/hyperfine: update to 1.16.1 2023-03-23 10:30:43 +00:00
biology biology/bcftools: Update to 1.17 2023-02-25 13:56:33 +00:00
bootstrap README.NetBSD: also note PKGSRC_USE_SSP example 2023-03-27 17:04:42 +00:00
cad qcad: update to 3.27.9.0. 2023-03-26 08:52:18 +00:00
chat libmsn: use c++03 to fix build with c++17 default compilers 2023-03-26 12:54:26 +00:00
comms py-rich: bump py-markdown-it-py requiremnt 2023-03-05 07:30:10 +00:00
converters bdf2psf: update to 1.218. 2023-03-19 11:35:44 +00:00
cross cross/mingw-w64-i686-gcc: Use DW2 exceptions 2023-03-19 16:00:48 +00:00
databases Pullup ticket #6743 - requested by taca 2023-04-01 18:14:20 +00:00
devel Pullup ticket #6756 - requested by taca 2023-05-15 17:23:55 +00:00
distfiles
doc Pullup tickets #6763 to #6765 2023-06-26 09:35:17 +00:00
editors Sigil: update to 1.9.30. 2023-03-16 07:37:11 +00:00
emulators qemu: add Linux (glibc) build fix from upstream 2023-03-27 12:42:07 +00:00
filesystems glusterfs: make configuration file placements match pkgsrc norm 2023-03-28 01:10:53 +00:00
finance gnucash-docs: update to 4.14. 2023-03-27 07:16:36 +00:00
fonts py-fonttools: updated to 4.39.2 2023-03-17 08:00:30 +00:00
games py-renpy: Update to 8.0.3 2023-03-10 21:14:39 +00:00
geography geography/qgis: Add comments 2023-03-20 13:49:49 +00:00
graphics Pullup ticket #6742 - requested by bsiegert 2023-04-01 10:35:16 +00:00
ham ham/hamlib: Update to 4.5.4 2023-03-09 00:57:56 +00:00
inputmethod uim: Apply upstream patch to fix uim-skk 2023-02-25 17:42:43 +00:00
lang Pullup ticket #6750 - requested by taca 2023-04-12 17:28:54 +00:00
licenses licenses: Add hamlet-license 2023-03-10 21:48:32 +00:00
mail mutt: Update to version 2.2.10 2023-03-26 07:50:10 +00:00
math R: accept curl 8 2023-03-22 13:53:29 +00:00
mbone *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
meta-pkgs nltk*: Use specific git commit for fetching distfiles. 2023-03-16 11:06:02 +00:00
misc misc/ruby-ohai: update to 18.1.3 2023-03-19 13:43:45 +00:00
mk Drop a few dead XEmacs master site mirrors. 2023-03-11 22:48:02 +00:00
multimedia gst-plugins1-bad: add PLIST.Linux 2023-03-19 19:04:37 +00:00
net Pullup ticket #6764 - requested by taca 2023-06-26 09:34:44 +00:00
news *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
packages
parallel *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
pkgtools Revbump all Go packages after go119 security update 2023-03-08 13:38:44 +00:00
print Pullup ticket #6761 - requested by bsiegert 2023-06-08 19:02:47 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
security Pullup ticket #6762 - requested by riastradh 2023-06-20 17:57:33 +00:00
shells Update to 14.14.3. From the changelog: 2023-03-17 11:23:57 +00:00
sysutils Pullup ticket #6755 - requested by nia 2023-04-21 18:40:51 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc Pullup ticket #6753 - requested by gutteridge 2023-04-16 14:52:36 +00:00
time p5-DateTime-TimeZone: update to 2.58 2023-03-26 19:22:59 +00:00
wm enlightenment16: add an upstream patch to fix a focus issue 2023-03-16 00:12:59 +00:00
www Pullup ticket #6765 - requested by nia 2023-06-26 09:34:50 +00:00
x11 slim: add a comment noting dbus dependency inconsistency 2023-03-25 22:54:22 +00:00
Makefile
README.md README: Use the real Matrix URL 2022-11-19 21:01:44 +00:00
_NetBSD-pkgdb
pkglocate

README.md

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.

Community / 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