Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wen 935a85d22a Update to 1.14
Update LICENSE

Upstream changes:
1.14 2020.09.27   Fixing pod breakage in EUC-JP pod

1.13 2020.09.27   Fixing MANIFEST.SKIP error

1.12 2020.09.27   Build tool updates. Maintainer updates. POD error fixes.
                  Relicensed under MIT license.
2020-10-24 23:30:56 +00:00
archivers archivers/star: Update to 1.6.1nb11 2020-10-23 16:23:40 +00:00
audio librespot: add options for other audio backends. Leave default as portaudio. 2020-10-20 23:14:11 +00:00
benchmarks (benchmarks/phoronix-test-suite) fix build, add patch for [check-portability.awk] 2020-10-10 12:57:41 +00:00
biology math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
bootstrap bootstrap: Fix numerical calculation on Big Sur. 2020-10-07 10:44:14 +00:00
cad (cad/klayout) Updated 0.25.6 to 0.25.9 2020-10-17 22:03:05 +00:00
chat profanity: Requires at least sqlite3-3.22.0. 2020-10-18 09:50:15 +00:00
comms (comms/openobex) Updated 1.7.1 to 1.7.2. ChangeLog unknown. Adapt to Doxygen 1.8.20 2020-10-06 03:46:02 +00:00
converters Update to 1.14 2020-10-24 23:30:56 +00:00
cross (cross/avr-libc) Adapt to doxygen 1.8.20, PKGREVISION++ 2020-10-06 02:06:05 +00:00
databases Update libpqxx to 7.2.0 2020-10-24 11:35:37 +00:00
devel gdb: Upgrade to 10.1 2020-10-24 18:22:08 +00:00
distfiles
doc doc: note collectd updates 2020-10-24 22:45:06 +00:00
editors add kiro-editor 2020-10-23 20:51:42 +00:00
emulators emulators/rpcemu: Add a patchset that adds macOS support 2020-10-24 16:53:41 +00:00
filesystems Update glusterfs to 8.2 2020-09-27 01:13:11 +00:00
finance gnucash-docs: update to 4.2. 2020-10-16 11:34:59 +00:00
fonts cascadia-ttf: update to 2009.22. 2020-10-08 12:41:10 +00:00
games games/doomlegacy: Update to 1.48.6 2020-10-21 11:43:31 +00:00
geography math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
graphics ansilove: update to 4.1.4. 2020-10-22 20:53:41 +00:00
ham chirp: Update to 20201014 2020-10-15 23:29:56 +00:00
inputmethod (inputmethod/ibus) Fix recent bulkbuild error, Cannot convert from `void Extension... 2020-10-17 05:25:46 +00:00
lang Fix grammar in a comment in gcc* Makefiles 2020-10-23 00:45:47 +00:00
licenses Add evilwm-license 2020-10-11 08:53:28 +00:00
mail www/ruby-rails60: update to 6.0.3.4 2020-10-19 14:50:30 +00:00
math py-numpy: Assumes the compiler defaults to c99. Force -std=c99. 2020-10-21 19:43:07 +00:00
mbone *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
meta-pkgs texlive-collection-latexrecommended: skip tex-lwarp on SunOS-*-sparc* 2020-10-22 12:28:42 +00:00
misc libreoffice: PKG_OPTIONalize ldap and dbus, g/c unused cups PLIST_VAR 2020-10-24 16:51:49 +00:00
mk Set MYSQL_VERSION from within mysql.buildlink3.mk simialrly 2020-10-20 21:53:31 +00:00
multimedia libva-driver-vdpau: Skip if there's no VDPAU support 2020-10-20 11:56:45 +00:00
net synergy: update to 1.12.0 2020-10-22 13:47:34 +00:00
news sfeed_curses: Update to 0.9.3 2020-10-09 15:14:05 +00:00
packages
parallel threadingbuildingblocks: Update to 2020.3 2020-09-05 11:34:07 +00:00
pkgtools x11-links 1.32: updates for freetype 2.10.4 2020-10-21 15:18:30 +00:00
print ghostscript-agpl: updated to 9.53.3 2020-10-21 08:28:06 +00:00
regress *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
security pam-u2f: needs asciidoc 2020-10-23 16:39:46 +00:00
shells shells/pbosh: Update to 20201009 2020-10-23 16:28:56 +00:00
sysutils collectd-CGP: fix PKGNAME 2020-10-24 22:44:29 +00:00
templates
textproc py-markdown2: updated to 2.3.10 2020-10-22 08:08:09 +00:00
time p5-DateTime-TimeZone: fix dependency 2020-10-20 01:32:28 +00:00
wm xfce4-wm: Add hack to let this build on NetBSD 8. 2020-10-16 06:21:13 +00:00
www py-aiohttp: Always depends on py-typing-extensions 2020-10-24 21:48:50 +00:00
x11 add x11/alacritty 2020-10-22 14:49:56 +00:00
Makefile
pkglocate
README.md update links 2020-10-09 11:46:29 +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