Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-08-19 08:16:21 +00:00
archivers *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
audio *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
benchmarks *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
biology *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
bootstrap bootstrap: No need to find packagemaker any longer. 2020-08-14 08:45:30 +00:00
cad *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
chat *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
comms *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
converters *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
cross *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
databases sqlite3: updated to 3.33.0 2020-08-19 05:48:37 +00:00
devel Temporary workaround for a CHECK_SHLIBS failure 2020-08-19 07:50:52 +00:00
distfiles
doc Updated lang/python36, lang/py36-html-docs, lang/python37, lang/py37-html-docs 2020-08-19 07:09:25 +00:00
editors *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
emulators *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
filesystems *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
finance *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
fonts *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
games *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
geography *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
graphics Skip building only-useful-with-Wayland packages on unsupported systems 2020-08-19 08:16:21 +00:00
ham *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
inputmethod *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
lang guile22: Use MASTER_SITE_GNU instead of hardcoding ftp://ftp.gnu.org 2020-08-19 08:11:49 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
math Add new packages to devel/Makefile, math/Makefile. 2020-08-18 23:38:47 +00:00
mbone *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
meta-pkgs gnuradio: sync meta package dependencies, bump 2020-08-18 17:19:06 +00:00
misc *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
mk Add 0-clause-bsd to DEFAULT_ACCEPTABLE_LICENSES. 2020-08-18 20:18:32 +00:00
multimedia *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
net *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
news *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
packages
parallel *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
pkgtools *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
print *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
regress mk/help: fix help parser for variable names followed by comma 2020-08-04 21:46:44 +00:00
security *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
shells *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
sysutils sysutils/py-pefile: Update to 2019.4.18 2020-08-18 20:14:07 +00:00
templates
textproc *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
time *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
wm *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
www Fix one more issue with the path handling. Bump revision. 2020-08-19 00:29:46 +00:00
x11 Skip building only-useful-with-Wayland packages on unsupported systems 2020-08-19 08:16:21 +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