Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
ryoon 9b18de3059 krita: Update to 4.3.0
* Fix build with Qt 5.15.0 (PR pkg/55394).
* Do not remove -Werror=implicit-function-declaration.
* Require c++14.

Changelog:
* Improve animation.
* Add watercolor effect brushes.
* More filters.
* Improve layer performance.
* Improve RGBA brushes.
* Multi-dimension export for GIH.
* Add magnetic selection tool.
* Improve Magic Wand.
2020-06-19 15:11:29 +00:00
archivers libzip: more executables in buildlink 2020-06-17 17:15:53 +00:00
audio libmysofa: add upstream pull request URL 2020-06-19 13:24:41 +00:00
benchmarks *: Update broken sf.net HOMEPAGEs 2020-06-14 10:07:48 +00:00
biology Revbump for icu 2020-06-02 08:22:31 +00:00
bootstrap bootstrap: Fix default target arch on SunOS. 2020-05-30 21:36:15 +00:00
cad (cad/qcad) Add one patch for adapting to QT update, Re: QPainterPath 2020-06-16 23:09:31 +00:00
chat psi: Fix Qt 5.15 fallout 2020-06-18 13:55:15 +00:00
comms asterisk16: Update to 16.11.0 2020-06-12 16:23:53 +00:00
converters p5-Sereal: update to 4.014. 2020-06-18 19:56:32 +00:00
cross cross/ppc-morphos-gcc-9: skip shell portability check 2020-06-02 18:37:46 +00:00
databases sqlite3: updated to 3.32.3 2020-06-19 07:31:08 +00:00
devel boost: Fix graphics/krita-4.3.0 build 2020-06-19 13:02:38 +00:00
distfiles
doc doc: Updated misc/ruby-parallel to 1.19.2 2020-06-19 13:51:37 +00:00
editors editors/Makefile: sort entries 2020-06-18 03:01:50 +00:00
emulators libretro-mgba: Update to 0.8.2 2020-06-19 13:34:33 +00:00
filesystems filesystems/glusterfs: Drop hint about NetBSD 5 2020-06-14 23:55:09 +00:00
finance ledger: updated to 3.2.1 2020-06-15 16:54:38 +00:00
fonts fonts: Add uw-ttyp0 2020-06-17 11:06:28 +00:00
games games/doomlegacy: Build fix for SunOS 2020-06-19 09:52:22 +00:00
geography qgis: Drop second SUBST_NOOP_OK as redundant 2020-06-17 14:01:15 +00:00
graphics krita: Update to 4.3.0 2020-06-19 15:11:29 +00:00
ham (ham/predict) Updated to 2.2.6 2020-06-16 13:43:36 +00:00
inputmethod inputmethod/mozc-server: fix build problem 2020-06-19 05:45:30 +00:00
lang janet: Update to 1.10.1 2020-06-19 13:26:11 +00:00
licenses licenses: Add ttyp0-license 2020-06-17 11:06:58 +00:00
mail mpop: Update to 1.4.10 2020-06-18 20:50:26 +00:00
math Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs boost: Fix graphics/krita-4.3.0 build 2020-06-19 13:02:38 +00:00
misc misc/ruby-parallel: update to 1.19.2 2020-06-19 13:51:14 +00:00
mk mk: do not check vulnerability when just fetching distfiles 2020-06-18 17:05:55 +00:00
multimedia vlc: Update to 3.0.11 2020-06-18 15:24:26 +00:00
net INSTALLATION_DIRS: Undo think-o, re-structure. 2020-06-19 10:21:17 +00:00
news Revbump for icu 2020-06-02 08:22:31 +00:00
packages
parallel paexec: Pull in libmaa 2020-06-16 10:38:40 +00:00
pkgtools Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
print print/lumina-pdf: Fix github package nomenclature 2020-06-16 10:54:54 +00:00
regress regress/infra-unittests: test SUBST_FILTER_CMD with empty SUBST_SED 2020-06-11 20:10:53 +00:00
security tor-browser: merge multiprocess changes from firefox68 2020-06-18 12:56:40 +00:00
shells Fix shells/fish on macOS 2020-06-14 22:52:10 +00:00
sysutils bump pkgrevision 2020-06-18 13:48:54 +00:00
templates
textproc py-iniparse: updated to 0.5 2020-06-18 21:45:06 +00:00
time rsibreak: update to 0.12.13 2020-06-10 06:47:00 +00:00
wm wm/spectrwm: update to 3.4.0 2020-06-18 18:45:25 +00:00
www www/squid4: update to 4.12 2020-06-19 13:44:28 +00:00
x11 st-term: Update to 0.8.4 2020-06-19 10:38:15 +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