Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
minskim 0f6a7bfedb devel/glib2: Add the patch deleted in the recent update
The patch sets LD_LIBRARY_PATH so that uninstalled
glib-compile-resources can find libraries. This fixes the following
error during build on Darwin:

[651/1015] Generating plugin-resources.c with a custom command.
FAILED: gio/tests/plugin-resources.c
/Users/pbulk/pkgsrc/work/devel/glib2/work/glib-2.62.4/output/gio/glib-compile-resources --target=gio/tests/plugin-resources.c --sourcedir=/Users/pbulk/pkgsrc/work/devel/glib2/work/glib-2.62.4/gio/tests --generate-source --c-name _g_plugin ../gio/tests/test4.gresource.xml
    dyld: Library not loaded: @rpath/libgio-2.0.0.dylib
      Referenced from: /Users/pbulk/pkgsrc/work/devel/glib2/work/glib-2.62.4/output/gio/glib-compile-resources
      Reason: image not found
2020-03-10 17:30:00 +00:00
archivers upx: update to 3.96 2020-03-10 12:22:04 +00:00
audio *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
benchmarks benchmarks/bonnie++: fix reference to documentation 2020-02-09 20:02:45 +00:00
biology *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
bootstrap bootstrap: use $* instead of $@ where appropriate 2020-02-23 18:32:46 +00:00
cad *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
chat prosody: remove requirement for gmake to build 2020-03-09 19:37:20 +00:00
comms *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
converters *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
cross *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
databases *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
devel devel/glib2: Add the patch deleted in the recent update 2020-03-10 17:30:00 +00:00
distfiles
doc doc: Updated geography/proj to 6.3.1 2020-03-10 16:17:44 +00:00
editors *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
emulators *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
filesystems *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
finance *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
fonts *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
games devilutionx: Update to 1.0.1 2020-03-09 10:53:22 +00:00
geography geography/proj: Update to 6.3.1 2020-03-10 16:17:38 +00:00
graphics Add termtosvg. 2020-03-10 15:21:00 +00:00
ham *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
inputmethod ibus: update to 1.5.22. 2020-03-10 14:13:22 +00:00
lang lang/gcc9: drop maintainership 2020-03-08 23:52:54 +00:00
licenses Added cc-by-nc-nd-v4.0-license 2020-02-28 11:21:36 +00:00
mail *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
math *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
misc ruby-miniportile2: update to 2.5.0. 2020-03-10 14:42:54 +00:00
mk Document proj-grids option 2020-03-10 16:19:35 +00:00
multimedia don't hardcode version 2020-03-09 23:22:59 +00:00
net libfilezilla: update to 0.20.2. 2020-03-10 15:29:10 +00:00
news *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
packages
parallel *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
pkgtools revbump: 2.15: update check-cvs-diff for current ruby and python versions. 2020-03-08 17:06:16 +00:00
print *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
regress mk/pkginstall/files: allow spaces in configuration file names 2020-02-11 01:59:30 +00:00
security *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
shells Register oksh in /etc/shells; ++pkgrevision 2020-03-07 21:14:45 +00:00
sysutils *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
templates
textproc sphinxcontrib: Limit bsdtar use to affected platforms 2020-03-10 14:51:12 +00:00
time *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
wm *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
www nginx-devel: updated to 1.17.9 2020-03-10 08:21:34 +00:00
x11 xfce4-clipman-plugin: update to 1.4.4 2020-03-10 04:20:04 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md README.md: minor adjustments 2020-01-15 16:19:22 +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.

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