Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
roy c85ad554be Update to dhcpcd-10.0.1 with the following changes:
Big new release, mainly around better privsep process management
which allows us to detect when they exit unexpectedly.
Other changes include:

    privsep: keep resources open rather than open/close
    dhcp6: OPTION_NTP_SERVER is now preferred over OPTION_SNTP_SERVER
    dev: unload when spawning new processes

Defaults to downloading the signed source tarball in the GitHub release
rather than the auto generated GitHub source.
2023-04-21 15:03:39 +00:00
archivers archivers/star: Update to 1.7.0nb2 2023-04-21 13:14:19 +00:00
audio libopenmpt: update to 0.6.10. 2023-04-21 14:57:31 +00:00
benchmarks revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
biology revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
bootstrap README.NetBSD: also note PKGSRC_USE_SSP example 2023-03-27 17:04:42 +00:00
cad revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
chat revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
comms revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
converters revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
cross cross/mingw-w64-i686-gcc: Use DW2 exceptions 2023-03-19 16:00:48 +00:00
databases Added databases/openldap-autogroup 2.6.4 2023-04-21 00:44:18 +00:00
devel devel/smake: Add "sysutils/sformat/Makefile" to list in "Makefile.common" 2023-04-21 14:08:01 +00:00
distfiles
doc doc: Updated audio/libopenmpt to 0.6.10 2023-04-21 14:57:43 +00:00
editors Needs bsdtar 2023-04-21 10:34:25 +00:00
emulators revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
filesystems revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
finance revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
fonts gerb: add missing python build tool and improve PKGVERSION 2023-04-19 10:58:31 +00:00
games exult: depend on png and add ipack to PLIST 2023-04-19 09:09:01 +00:00
geography revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
graphics digikam: add bl3.mk (for plugins) 2023-04-21 12:09:13 +00:00
ham revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
inputmethod revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
lang Update lang/qore to version 1.14.2 2023-04-20 12:48:28 +00:00
licenses mk: add cecill-c-v1 (OSI approved) 2023-04-18 15:43:29 +00:00
mail Add missing patch, as pointed by wiz@ 2023-04-21 13:03:08 +00:00
math nickle: put back mk/readline.buildlink3.mk unconditionally 2023-04-20 11:12:15 +00:00
mbone *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
meta-pkgs revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
misc xfce4-calculator-plugin: update to 0.7.2 2023-04-21 01:49:50 +00:00
mk mk: allow cecille-c-v1 by default (OSI approved) 2023-04-18 15:47:10 +00:00
multimedia ffmpeg4 ffplay4: updated to 4.4.4 2023-04-19 17:36:12 +00:00
net Update to dhcpcd-10.0.1 with the following changes: 2023-04-21 15:03:39 +00:00
news revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
packages
parallel revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pkgtools revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
print revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
regress regress: remove tests for Haskell PLIST generation 2023-02-04 20:06:37 +00:00
security Revbump due to lang/qore update 2023-04-20 13:19:05 +00:00
shells Update to 14.31.2. From the changelog: 2023-04-20 18:11:35 +00:00
sysutils sysutils/sformat: Update to 3.7 2023-04-21 14:01:41 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc Needs bsdtar to get timestamps that python's zipfile wants to process 2023-04-21 10:40:15 +00:00
time revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
wm revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
www One patch file per partched file, as requested by sketch@ 2023-04-21 13:52:33 +00:00
x11 revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
_NetBSD-pkgdb
Makefile
pkglocate
README.md README: Use the real Matrix URL 2022-11-19 21:01:44 +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.

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