Commit graph

306772 commits

Author SHA1 Message Date
nia
27ef14c49e python/tool.mk: Create linux-style python[2/3] wrappers automatically 2019-11-24 11:41:15 +00:00
adam
8022bd9920 Updated security/py-passlib, devel/py-pyrsistent 2019-11-24 11:39:00 +00:00
adam
51638d4db4 py-pyrsistent: updated to 0.15.6
0.15.6:
* Fix moduleinit name clash.
2019-11-24 11:38:18 +00:00
adam
98f10ed772 py-passlib: updated to 1.7.2
1.7.2:
This release rolls up assorted bug & compatibility fixes since 1.7.1.

New Features

* .. py:currentmodule:: passlib.hash
  :class:`argon2`: Now supports Argon2 "ID" and "D" hashes (assuming new enough backend library).
  Now defaults to "ID" hashes instead of "I" hashes, but this can be overridden via ``type`` keyword.

* .. py:currentmodule:: passlib.hash
  :class:`scrypt`: Now uses python 3.6 stdlib's :func:`hashlib.scrypt` as backend,
  if present
2019-11-24 11:36:53 +00:00
adam
95a17c5123 Updated www/py-gunicorn, www/py-pylint-django 2019-11-24 11:31:27 +00:00
adam
738bfb7b28 py-pylint-django: updated to 2.0.13
Version 2.0.13:
- Suppress ``too-many-ancestors`` for class-based generic views
- Add ``handler400``, ``handler403``, ``handler404`` to good_names.
2019-11-24 11:31:08 +00:00
adam
7932ed2610 py-gunicorn: updated to 20.0.2
20.0.2:
fix changelog

20.0.1:
fixed the way the config module is loaded. __file__ is now available
fixed wsgi.input_terminated. It is always true.
use the highest protocol version of openssl by default
only support Python >= 3.5
added __repr__ method to Config instance
fixed support of AIX platform and musl libc in socketfromfd.fromfd function
fixed support of applications loaded from a factory function
fixed chunked encoding support to prevent any request smuggling
Capture os.sendfile before patching in gevent and eventlet workers. fix RecursionError.
removed locking in reloader when adding new files
load the WSGI application before the loader to pick up all files
2019-11-24 11:29:54 +00:00
adam
b731279ce6 ocaml: fix installation on Darwin + minor cleanups 2019-11-24 09:23:13 +00:00
ryoon
4dd4f796cc Updated devel/check to 0.13.0nb1 2019-11-24 09:03:35 +00:00
ryoon
7b5b3034fe Disable building of docs explicitly, bump PKGREVISION
* It requires and detects tex command.
2019-11-24 09:02:56 +00:00
markd
8971f96458 kde package updates 2019-11-24 04:19:25 +00:00
markd
0b7dd50f45 kde4: allow more new package versions 2019-11-24 04:08:36 +00:00
markd
5992c14050 lokalize: update to 19.08.3 qt5/kf5 version 2019-11-24 04:04:38 +00:00
markd
9504f59469 umbrello: update to 19.08.3 qt5/kf5 version 2019-11-24 04:01:14 +00:00
markd
f8d669e53a poxml: update to 19.08.3 qt5/kf5 version 2019-11-24 03:57:31 +00:00
markd
3737a3e417 kteatime: update to 19.08.3 qt5/kf5 version 2019-11-24 03:54:19 +00:00
markd
854eb74d1c libkgeomap: update to 19.08.3 qt5/kf5 version 2019-11-24 03:47:22 +00:00
markd
6db5188fa3 marble: update to 19.08.3 qt5/kf5 version 2019-11-24 03:41:55 +00:00
markd
fa10c3df3e kf5: add kross 2019-11-24 03:15:11 +00:00
markd
728aaacc29 kde: note used by kross 2019-11-24 03:12:53 +00:00
markd
bd68ea2362 devel: add kross 2019-11-24 03:11:08 +00:00
markd
7878d4af35 kross: add version 5.64.0
Kross is a scripting bridge to embed scripting functionality
into an application. It supports QtScript as a scripting interpreter backend.
2019-11-24 03:09:19 +00:00
gdt
1a6204f237 security/openssl: Fix recent use of empty()
Should resolve build on SmartOS.
(Amazingly, the wrong expression worked fine on NetbSD with gcc when
it was tested.)
2019-11-24 01:45:12 +00:00
gdt
7446c90edf x11/qwt6-qt5: Fix two minor build problems
Use bsdtar, to avoid installing pax droppings and failing the PLIST check.

Skip the shlib check on a plugin, on the theory that the plugin
expects the missing library to already have been loaded, and this
appears to be the case when used in qgis.  Should perhaps be addressed
upstream, if someone really understands what is going on.
2019-11-24 01:31:38 +00:00
gdt
0a17b34f94 net/p5-Socket6: Fix compiler check via pkglint
AUTOFIX: Makefile:24: Replacing "${PKGSRC_COMPILER} == \"xlc\"" with "${PKGSRC_COMPILER:Mxlc}".

The PKGSRC_COMPILER can be a list of chained compilers, e.g. "ccache
distcc clang". Therefore, comparing it using == or != leads to wrong
results in these cases.
2019-11-24 01:20:56 +00:00
gdt
028999b85c comms/asterisk16: Fix compiler check via pkglint
AUTOFIX: Makefile:290: Replacing "${PKGSRC_COMPILER} == \"clang\"" with "${PKGSRC_COMPILER:Mclang}".

The PKGSRC_COMPILER can be a list of chained compilers, e.g. "ccache
distcc clang". Therefore, comparing it using == or != leads to wrong
results in these cases.
2019-11-24 01:14:10 +00:00
gdt
7486b53e46 lang/perl5: Fix compiler check via pkglint
AUTOFIX: Makefile:267: Replacing "${PKGSRC_COMPILER} == \"xlc\"" with "${PKGSRC_COMPILER:Mxlc}".
2019-11-24 01:08:21 +00:00
gdt
67df6de8ef www/varnish: Fix compiler check via pkglint
AUTOFIX: Makefile:58: Replacing "${PKGSRC_COMPILER} == \"sunpro\"" with "${PKGSRC_COMPILER:Msunpro}".

The PKGSRC_COMPILER can be a list of chained compilers, e.g. "ccache
distcc clang". Therefore, comparing it using == or != leads to wrong
results in these cases.
2019-11-24 01:05:37 +00:00
gdt
bc04bc8d77 sysutils/coreutils: Fix compiler check via pkglint
AUTOFIX: Makefile.common:51: Replacing "${PKGSRC_COMPILER} == \"clang\"" with "${PKGSRC_COMPILER:Mclang}".

The PKGSRC_COMPILER can be a list of chained compilers, e.g. "ccache
distcc clang". Therefore, comparing it using == or != leads to wrong
results in these cases.
2019-11-24 01:05:00 +00:00
gdt
447bc95425 mail/cue: Fix compiler check via pkglint
AUTOFIX: hacks.mk:5: Replacing "${PKGSRC_COMPILER} == \"ido\"" with "${PKGSRC_COMPILER:Mido}".

The PKGSRC_COMPILER can be a list of chained compilers, e.g. "ccache
distcc clang". Therefore, comparing it using == or != leads to wrong
results in these cases.
2019-11-24 01:04:20 +00:00
gdt
7ce020c544 devel/poco: Fix compiler check via pkglint
AUTOFIX: Makefile.common:49: Replacing "${PKGSRC_COMPILER} == \"sunpro\"" with "${PKGSRC_COMPILER:Msunpro}".

        The PKGSRC_COMPILER can be a list of chained compilers, e.g. "ccache
        distcc clang". Therefore, comparing it using == or != leads to wrong
        results in these cases.
2019-11-24 01:03:28 +00:00
gdt
552b80e015 devel/glib: Fix compiler check via pkglint
AUTOFIX: Makefile:35: Replacing "${PKGSRC_COMPILER} == \"clang\"" with "${PKGSRC_COMPILER:Mclang}".

        The PKGSRC_COMPILER can be a list of chained compilers, e.g. "ccache
        distcc clang". Therefore, comparing it using == or != leads to wrong
        results in these cases.
2019-11-24 01:02:37 +00:00
nia
d2e3a76e04 doc: Updated audio/audacity to 2.3.3 2019-11-24 00:47:54 +00:00
nia
64d0b41837 audacity: Update to 2.3.3
Improvements

    Equalization effect now split into two effects, Filter Curve and Graphic EQ.
        Presets (using manage button) now active/working.
        Can now have two points at same frequency for steep steps.
    'What you hear is what you get' for exports. Formerly the solo button
    preferences could lead to differences in which tracks were exported.
    Leading silence (blank space) not skipped over in exports.
    Quality setting on AAC/M4A exports.
    Some confusing functionality removed (better achieved in other ways)
        Removed Nyquist Workbench (use built-in nyquist features)
        Removed Vocal Remover (use Vocal Reduction)
        Removed On-Demand aliased files (copy files instead)
        Removed 'Normalize on Load' (Normalize as needed on export, instead)

Bug Fixes

Over 150 bugs in 2.3.2 fixed, including:

    2112 - Crash when opening Equalization settings in a Macro
    2127 - Crash deleting a track while in Record/Pause state
    2176 - Crash when attempting to time shift multiple tracks
    2141 - Tabbing between labels stopped working
    2200 - Refusal to export some large (4GB) files on size grounds
2019-11-24 00:47:34 +00:00
nia
b9d14db978 doc: Updated games/frotz to 2.50 2019-11-24 00:45:59 +00:00
nia
8c5fb41a1b frotz: Update to 2.50
NEW FEATURES

- Added UTF-8 input and output.  Plain ASCII is still available.

- Added -L option for restoring save file directly from the command line.

- Added -R option for restricted read/write path.

- Sound effects in AIFF, MOD, and OGG formats supported per the Blorb specs.

- Sound driver selection is automated through the use of libao.

- Allow for an alternative Blorb file to be specified on the command line.


BUG FIXES

- Overhauled MacOS compilation.

- Corrected problems with error handling.

- Fixed a lot of unsafe strcpy() and strcat() calls.

- Fixed numerous problems with portability to other flavors of Unix.

- Fixed adaptive palette rendering for SDL.

- Fixed scaling with manually specified window dimensions.

- Fixed problem with unnecessary newlines with input timeouts.

- Allow fontdir in .sfrotzrc to work relative to user's home directory.

- Fixed problem with memory allocation leading to crashes in DOS.

- Fixed problem with DOS Frotz creating non-portable Quetzal files.
2019-11-24 00:45:39 +00:00
nia
52d8947682 doc: Updated audio/libao to 1.2.2 2019-11-24 00:36:18 +00:00
nia
142152cd9d libao: Update to 1.2.2
Fixes a NULL pointer dereference, among other issues.

Make libao-sun the default driver for NetBSD.
2019-11-24 00:35:56 +00:00
nia
53c15001de doc: Updated graphics/blender to 2.81 2019-11-23 23:47:35 +00:00
nia
8a092bddcc blender: Update to 2.81
Release notes:
https://www.blender.org/download/releases/2-81/
2019-11-23 23:47:14 +00:00
rillig
81876321ce doc: Updated pkgtools/pkglint to 19.3.10 2019-11-23 23:36:37 +00:00
rillig
e8482d1816 pkgtools/pkglint: update to 19.3.10
Changes since 19.3.9:

In diagnostics for suggested package updates, the exact line of doc/TODO
is mentioned. If a suggested update has an additional comment, the
brackets around that comment are not output anymore.

The check for defined but not used variables has been improved for the
edge case of defining a variable in the package Makefile and using it
in the buildlink3.mk file of the same package, which just doesn't work.

Makefile fragments in patches/ directories are now completely ignored.
It was a hypothetical case anyway.

Comparing PKGSRC_COMPILER using the == or != operators is now considered
an error instead of a warning. The common cases can be autofixed.
2019-11-23 23:35:55 +00:00
leot
d284ce9621 doc: Fix a typo in apache-maven entry 2019-11-23 23:33:56 +00:00
mef
135a002566 +apache-mavern-3.6.2 2019-11-23 23:20:49 +00:00
nia
7b944ce3a1 doc: Updated multimedia/smpeg to 0.4.5 2019-11-23 23:03:19 +00:00
nia
0b0aebf4f9 smpeg: Update to 0.4.5
I've had to create a distfile by checking out the latest available SVN
tag, because there are no tarballs available. You can diff it if you
like.

Here's the latest available changelog before they stopped updating it:

current:
Ryan C. Gordon - Sun Oct 29 02:16:02 EST 2006
 * Patch from Chris Nelson to deal with SMPEG_error(NULL).
Ryan C. Gordon - Sat Mar 18 14:57:28 EST 2006
 * Patch from Mike Frysinger to fix more asm stuff.
Sam Lantinga - Sun Mar  5 21:08:09 PST 2006
 * Updated libtool build configuration
Ryan C. Gordon - Fri Dec 16 22:07:22 EST 2005
 * gcc4 fixes (compliments of Gentoo Bugzilla #73579).
 * gcc4.1 fixes, too. (compliments of Robert Marmorstein).
 * Shortened filenames because "ar" apparently doesn't like them (thanks, LGP).
Ryan C. Gordon - Wed Oct 12 18:22:02 EDT 2005
 * Patch from Jorge to allow graceful (and faster) exit of threads.
 * Patch from Mike Frysinger to disable executable stack.
 * Patch from Mike Frysinger to add sanity checks to autogen.sh
 * Patch from Mike Frysinger for MMX/asm code fixes (PIC and TEXTREL stuff).
Ryan C. Gordon - Wed Aug 31 22:55:18 EDT 2005
 * Disable executable stack in library (thanks, Mike Frysinger!)
Ryan C. Gordon - Wed Apr 27 11:15:01 EDT 2005
 * automake fix in smpeg.m4 by Thomas Klausner.
Martin Köhler -  Sun Mar 20 10:48:54 EST 2005
 * PBProjects fix.
Steven Fuller - Mon Feb  9 23:26:08 CST 2004
 * Added a --enable-video-callback-thread configure flag to disable thread
   usage in smpeg.
Ryan C. Gordon - Fri Jan  2 22:50:11 EST 2004
 * Added some sanity checks.
Ryan C. Gordon - Fri Jan  2 22:18:41 EST 2004
 * Removed "Patches" file...it was screwing up my greps too much.
Ryan C. Gordon - Fri Jan  2 22:16:47 EST 2004
 * SMPEG builds on Cygwin again.
Ryan C. Gordon - Wed Dec 31 00:07:51 EST 2003
 * Check for SDL_CreateYUVOverlay() failure (happens for OpenGL surfaces).
Ryan C. Gordon - Tue Dec 30 23:37:07 EST 2003
 * Check that SDL_BYTEORDER is sane (it wasn't, for SDL 1.2.5 on Linux/amd64).
Ryan C. Gordon - Fri Feb 14 21:02:00 EST 2003
 * Memory leak fix that I missed from before (thanks, Pete Shinners).
Ryan C. Gordon - Sat Jan 25 19:20:58 EST 2003
 * Memory leak fixes from NUNOKAWA Masato and Robert Diel.
Ryan C. Gordon - Wed Dec 18 16:47:52 EST 2002
 * Apple Project Builder support by Eric Wing.
Ryan C. Gordon - Fri Dec  6 14:32:29 EST 2002
 * Fixed for newer automakes.
Ryan C. Gordon - Wed Dec  4 18:00:33 EST 2002
 * Now builds again when --enable-mmx is specified at configure time.
Ryan C. Gordon - Thu Sep 26 01:13:58 EDT 2002
 * Minor Makefile.am patch for GCC 3.2
Ryan C. Gordon - Tue Jul  9 22:28:21 EDT 2002
 * Removed #include <unistd.h> from glmovie.c
Ryan C. Gordon - Sun Jun 02 20:10:42 EST 2002
 * ./autogen.sh accepts aclocal commandlines via the ACLOCAL_FLAGS envr var.
Ryan C. Gordon - Sun Jun 02 20:10:42 EST 2002
 * ./autogen.sh is now flagged as executable in CVS.
Ryan C. Gordon - Sun Jun 02 20:10:42 EST 2002
 * ./configure.in tweaked to not complain with newer autoconf.
Ryan C. Gordon - Sun Jun 02 20:10:42 EST 2002
 * Newer ltconfig and hacks for libtool and .S files.
Adam Procter - Sat Jun  8 05:41:30 EDT 2002
 * Fixed potential deadlock in MPEGaudio.cpp
Sam Lantinga - Sun Jun  9 00:24:10 EDT 2002
 * Fix for crash when an MPEG file can't be opened.

0.4.5:
Sam Lantinga - Tue Jul 17 12:27:20 PDT 2001
 * Skip MPEG audio frames with wildly varying frequencies
2019-11-23 23:03:01 +00:00
gutteridge
d701639f2d erlang-doc: fix PLIST for 22.1 version bump 2019-11-23 22:57:19 +00:00
fox
74fe2fabcb www/firefox: Restore rust dependency version.
Rust 1.36.0 is enough to build for now.

Reviewed and Tested by:	gutteridge@
2019-11-23 22:31:58 +00:00
nia
5e405a384b smpeg: Fix HOMEPAGE 2019-11-23 22:20:29 +00:00
nia
8e2ce56a01 doc: Updated audio/festvox-us3 to 1.96 2019-11-23 22:18:28 +00:00