Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
ryoon 8933e547fc Update to 1.15.9
Changelog:
Changes with nginx 1.15.9                                        26 Feb 2019

    *) Feature: variables support in the "ssl_certificate" and
       "ssl_certificate_key" directives.

    *) Feature: the "poll" method is now available on Windows when using
       Windows Vista or newer.

    *) Bugfix: if the "select" method was used on Windows and an error
       occurred while establishing a backend connection, nginx waited for
       the connection establishment timeout to expire.

    *) Bugfix: the "proxy_upload_rate" and "proxy_download_rate" directives
       in the stream module worked incorrectly when proxying UDP datagrams.
2019-03-01 18:07:04 +00:00
archivers py-zstandard: updated to 0.11.0 2019-02-26 06:42:27 +00:00
audio fasttracker2: update to b138 2019-02-26 07:14:15 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology Add hisat2 2019-01-15 01:27:42 +00:00
bootstrap set $CC when clang is detected in bootstrap 2019-02-06 17:38:54 +00:00
cad Updated cad/gtkwave to 3.3.99 2019-02-23 05:30:02 +00:00
chat py-hangups: Update to 0.4.9 2019-02-26 18:31:46 +00:00
comms gammu: Update to 1.40.0 2019-02-03 00:09:45 +00:00
converters orcus: bump dependency version in buildlink3.mk 2019-02-22 06:21:26 +00:00
cross avrdude: require GNU make 2019-01-26 02:44:34 +00:00
databases sqlite3: updated to 3.27.2 2019-02-25 18:04:29 +00:00
devel libcerf: updated to 1.13 2019-03-01 12:47:22 +00:00
distfiles
doc doc: Updated x11/compton to 5.1 2019-03-01 17:11:38 +00:00
editors Update to 4.1.5.03 2019-03-01 13:04:49 +00:00
emulators mame: update to 0.207. 2019-02-28 22:43:29 +00:00
filesystems add and enable ltfs and ltfs-ltotape 2019-02-28 06:55:51 +00:00
finance ledger: update to 3.1.2. 2019-02-17 11:55:03 +00:00
fonts py-fonttools: updated to 3.38.0 2019-02-27 12:06:01 +00:00
games *: recursive bump for poppler-0.74.0 2019-02-16 13:26:48 +00:00
geography geography/proj: Note that update to 6 is on hold 2019-02-27 14:29:58 +00:00
graphics ImageMagick: Include liblqr bl3 if ImageMagick is built with liblqr option 2019-02-26 17:33:19 +00:00
ham ham/uhd: Add language rules from upstream bug report 2019-02-27 00:35:25 +00:00
inputmethod Update to 1.0.5 2019-01-04 23:37:08 +00:00
lang ecl: Update to 16.1.3 2019-03-01 13:30:52 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail Update to 60.5.1 2019-02-26 11:34:19 +00:00
math math/ruby-spreadsheet: update to 1.2.0 2019-02-25 16:50:23 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs meta-pkgs/suse131: add some missed individual suse131 packages. 2019-02-21 04:27:29 +00:00
misc pick: Update to 3.0.0 2019-02-28 19:27:43 +00:00
mk mk/compiler.mk: replace empty lines with empty comments 2019-02-22 00:06:46 +00:00
multimedia libvdpau: update to 1.2. 2019-02-28 22:46:41 +00:00
net youtube-dl: Update to 20190301 2019-02-28 22:17:10 +00:00
news sfeed: Avoid SUBST and directly adjust variables via MAKE_FLAGS (NFC) 2019-02-26 18:13:54 +00:00
packages
parallel Update to paexec-1.1.1 2019-02-15 19:31:24 +00:00
pkgtools Add lib versions, thanks leot@ 2019-03-01 17:43:12 +00:00
print web2c: fix previous patch to return correct pagebox values. 2019-02-28 19:34:49 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security py-cryptography[_vectors]: updated to 2.6.1 2019-02-28 09:06:08 +00:00
shells bash: handle O_CLOEXEC not being defined (Solaris 10) 2019-02-28 07:20:57 +00:00
sysutils salt: updated to 2019.2.0 2019-02-28 10:21:21 +00:00
templates
textproc py-lxml: updated to 4.3.2 2019-03-01 08:46:12 +00:00
time Update to 1.9760 2019-02-24 10:42:47 +00:00
wm mate-netbook: update to 1.21.0 2019-02-17 06:18:55 +00:00
www Update to 1.15.9 2019-03-01 18:07:04 +00:00
x11 Add patch. 2019-03-01 17:13:32 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$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.