Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
mef f55484ead5 (sysutils/R-later) Updated to 1.0.0
## later 1.0.0

* Added private event loops: these are event loops that can be run
  independently from the global event loop. These are useful when you
  have code that schedules callbacks with `later()`, and you want to
  call `run_now()` block and wait for those callbacks to execute
  before continuing. Without private event loops, if you call
  `run_now()` to wait until a particular callback has finished, you
  might inadvertantly run other callbacks that were scheduled by other
  code. With private event loops, you can create a private loop,
  schedule a callback on it, then call `run_now()` on that loop until
  it executes, all without interfering with the global
  loop. ([#84](https://github.com/r-lib/later/pull/84))
2019-12-31 12:08:15 +00:00
archivers Update to zlib-0.6.2.1 2019-12-29 23:20:52 +00:00
audio Update homepage url 2019-12-29 17:36:15 +00:00
benchmarks When using -dM -E to detect the C++ compiler, force C++ mode. Otherwise 2019-12-22 22:21:58 +00:00
biology Don't hardcode libgomp, but use -fopenmp for linking. Fixes clang with 2019-12-21 23:28:02 +00:00
bootstrap
cad drop PLIST var handling, as these are not installed by package now 2019-12-29 14:27:52 +00:00
chat psybnc: update to 2.4b2nb1. 2019-12-28 11:19:53 +00:00
comms Look into ${PREFIX}/lib when checking for libBlocksRuntime. 2019-12-21 23:29:04 +00:00
converters Update to base64-bytestring-1.0.0.2 2019-12-29 23:26:43 +00:00
cross Update to mingw-w64 to 7.0.0 and binutils to 2.33.1 2019-12-29 01:08:13 +00:00
databases ldb: updated to 2.0.8 2019-12-30 09:43:54 +00:00
devel py-xdis: updated to 4.2.2 2019-12-31 10:16:56 +00:00
distfiles
doc doc: Updated sysutils/dbus-python-common to 1.2.14 2019-12-31 11:54:07 +00:00
editors pluma: update to 1.22.2 2019-12-30 23:38:57 +00:00
emulators (emulators/x16-rom) Fix build, by adding bash for USE_TOOLS 2019-12-31 10:23:37 +00:00
filesystems
finance
fonts (fonts/unifonts) Updated 12.1.04 2019-12-30 13:13:08 +00:00
games gnuchess-book-medium: quote BROKEN 2019-12-28 13:26:44 +00:00
geography
graphics librsvg: update to 2.46.4. 2019-12-31 11:36:52 +00:00
ham Ignore unknown warnings and deprecation attributes with clang. 2019-12-19 22:18:17 +00:00
inputmethod ibus-libpinyin: mark as compatible with python-2.x only 2019-12-28 12:32:09 +00:00
lang py-parso: updated to 0.5.2 2019-12-31 10:44:37 +00:00
licenses (licenses/0-clause-bsd, sysutils/bfs) Rename license isc-AUTHOR to 0-clause-bsd 2019-12-28 12:16:53 +00:00
mail msmtp: Update to 1.8.7 2019-12-29 12:44:26 +00:00
math sc-im: Bump for breaking libxlsxwriter change 2019-12-30 12:37:04 +00:00
mbone
meta-pkgs kde4: remove baloo - conflicts with baloo5 2019-12-24 03:31:53 +00:00
misc libmateweather: update to libmateweather 1.22.1 2019-12-30 23:32:42 +00:00
mk For "Setup" try dynamic linkage first 2019-12-31 07:16:25 +00:00
multimedia transcode: use ffmpeg4 2019-12-29 10:23:53 +00:00
net libsoup: update to 2.68.3. 2019-12-31 11:39:27 +00:00
news tin: Update to 2.4.4 2019-12-26 21:57:50 +00:00
packages
parallel llvm: updated to 9.0.1 2019-12-29 15:31:21 +00:00
pkgtools pkgtools/pkglint: update to 19.4.0 2019-12-30 16:27:13 +00:00
print lilypond: fix building on NetBSD >8.0 and on some other OSes 2019-12-28 21:48:08 +00:00
regress
security security/sslsplit: update to 0.5.5. 2019-12-30 22:17:29 +00:00
shells
sysutils (sysutils/R-later) Updated to 1.0.0 2019-12-31 12:08:15 +00:00
templates
textproc py-sphinx: updated to 2.3.1 2019-12-31 10:38:46 +00:00
time Needs libXmu and libXt, formerly pulled in via Mesa. 2019-12-21 23:48:08 +00:00
wm mate-netbook: update to mate-netbook 1.22.2 2019-12-30 22:59:56 +00:00
www nginx-devel: updated to 1.17.7 2019-12-29 16:48:00 +00:00
x11 mozo: update to mozo 1.22.2 2019-12-30 23:45:51 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge Exp $

pkgsrc is a framework for building software on UNIX-like systems.

To use, bootstrap using:
    cd pkgsrc/bootstrap/
    ./bootstrap

build packages, use:
    cd pkgsrc/category/package-name
    $PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

Bugs and patches can be filed in the following link (use category 'pkg'):
https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd

To fetch the main CVS repository:
    cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

It's also possible to contribute through pkgsrc wip (work in progress), for
more information, see http://pkgsrc.org/wip/users/

Please see doc/pkgsrc.txt for information.