Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
mrg 60cc949634 link -lrt on netbsd. needed by new binutils.
shm_open() is referenced in a direct part of the output, but only
visible via being needed via an indirect reference, and this seems
to no longer be allowed.
2023-01-15 05:36:37 +00:00
archivers xz: updated to 5.4.1 2023-01-12 10:20:33 +00:00
audio libsndfile: updated to 1.2.0 2023-01-11 18:58:23 +00:00
benchmarks *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
biology *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
bootstrap README.Cygwin: if using git, make sure to checkout with Unix line endings. 2022-12-06 15:22:18 +00:00
cad *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
chat Update chat/element-web to 1.11.17 2023-01-13 22:31:03 +00:00
comms asterisk16: -n option is no longer accepted for shell scripting 2023-01-07 19:31:18 +00:00
converters bdf2psf: update to 1.215. 2023-01-09 21:13:04 +00:00
cross *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
databases databases/ruby-sqlite3: update to 1.6.0 2023-01-14 13:33:26 +00:00
devel gnustep-base: link against libunwind 2023-01-14 21:47:03 +00:00
distfiles
doc doc/TODO: gvfs is now at 1.50.3(!) 2023-01-15 00:34:19 +00:00
editors Revbump all Go packages after go119 update 2023-01-11 17:28:23 +00:00
emulators stella: add missing png files to PLIST 2023-01-12 10:25:26 +00:00
filesystems Revbump all Go packages after go119 update 2023-01-11 17:28:23 +00:00
finance gnucash-docs: mark as not make-jobs safe 2023-01-13 08:24:28 +00:00
fonts tex-tex-gyre: don't install otf files into system directories any more 2023-01-12 10:50:50 +00:00
games link -lrt on netbsd. needed by new binutils. 2023-01-15 05:36:37 +00:00
geography *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
graphics jpeginfo: was not a make-jobs issue 2023-01-13 11:00:48 +00:00
ham gnuradio-doxygen: fix PLIST 2023-01-13 23:02:51 +00:00
inputmethod *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
lang python311: clean up some pkglint 2023-01-14 17:25:53 +00:00
licenses Add licenses/djgpp-license 2022-12-04 22:44:43 +00:00
mail sendmail: fix build with openssl3 2023-01-12 11:09:34 +00:00
math mpfr: update to 4.2.0. 2023-01-09 13:25:11 +00:00
mbone *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meta-pkgs kde: switch to cmake/build.mk 2023-01-12 19:40:47 +00:00
misc colorless: Update to 108 2023-01-14 12:23:27 +00:00
mk configure.mk: include cmake/configure-settings.mk 2023-01-12 19:37:35 +00:00
multimedia p5-xmltv: add p5-XML-TreePP dependency 2023-01-09 09:19:27 +00:00
net handle merged inpcb code since 9.99.104: 2023-01-14 21:11:35 +00:00
news *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
packages
parallel llvm: updated to 15.0.7 2023-01-12 19:32:53 +00:00
pkgtools Revbump all Go packages after go119 update 2023-01-11 17:28:23 +00:00
print tex-texlive-scripts: add TeX's opentype and truetype directory trees 2023-01-12 10:46:59 +00:00
regress *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
security Update to 20221114 2023-01-13 13:38:14 +00:00
shells Revbump all Go packages after go119 update 2023-01-11 17:28:23 +00:00
sysutils Update to 1.18.20. From the changelog: 2023-01-14 19:57:05 +00:00
templates templates: disable search bar until the results are better 2021-04-21 11:14:11 +00:00
textproc py-alabaster: updated to 0.7.13 2023-01-13 08:54:29 +00:00
time *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
wm i3: update to 4.22. 2023-01-09 13:26:42 +00:00
www Update to 1.3520 2023-01-13 13:17:33 +00:00
x11 x11/xterm: update to 378 2023-01-12 15:58:17 +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