Commit graph

214540 commits

Author SHA1 Message Date
asau
3183c34317 Fix capitalization and make it build on FreeBSD 9-10. 2014-03-24 20:29:01 +00:00
jperkin
12bdadc25e Fix build on SunOS. Based on a patch by MAINTAINER. 2014-03-24 17:44:47 +00:00
tron
4bf49b9cb2 Correctly detect modern versions of "freetype2" e.g. under recent
versions of NetBSD-current.
2014-03-24 15:29:54 +00:00
spz
ab94c79c58 build fix following the freetype2 update 2014-03-23 15:16:35 +00:00
wiz
d7309126c3 Add equivalency to mdocml so pkglocate has a hit here. 2014-03-23 15:06:06 +00:00
wiz
9a67b9ee14 + apache22-2.2.27, blender-2.70, calibre-1.29, clutter-1.18.0,
dap-3.9, doclifter-2.14, grilo-0.2.10, guile-2.0.11, harfbuzz-0.9.27,
  libmikmod-3.3.6, mono-3.2.8, openmpi-1.7.5, parallel-20140322,
  php-tt-rss-1.12, phpmyadmin-4.1.11, py-flakes-0.8, py-pytz-2014.1.1,
  py-setuptools-3.3, sun-jre8-8.0, webkit-gtk-2.2.6, wine-devel-1.7.15,
  x264-devel-20140322.
2014-03-23 14:44:36 +00:00
wiz
dbf1acb415 Fix MASTER_SITES. 2014-03-23 13:21:16 +00:00
spz
bafdfcd889 build fix following the freetype2 update 2014-03-23 11:14:46 +00:00
spz
7bd3facf39 build fix for graphics/php53-gd following the freetype2 update 2014-03-23 09:55:59 +00:00
spz
cbac10222a build fix following the freetype2 update 2014-03-23 09:07:15 +00:00
spz
eda9888d85 build fix following the freetype2 update 2014-03-23 08:14:23 +00:00
richard
4c5bb562c5 fixup nss fetch location 2014-03-23 07:48:03 +00:00
tsutsui
b544f10176 Updated x11/mlterm to 3.3.4 2014-03-23 07:08:21 +00:00
tsutsui
5f25183ddd Update mlterm to 3.3.4. (leaf package update)
pkgsrc changes:
 - remove post-3.3.3 fix patches
 - pull a post-3.3.4 bug fix patch for NetBSD and OpenBSD

Changes from doc/en/ReleaseNote:

ver 3.3.4
* Support not only sixel graphics but also other major image formats on Android.
* Support ReGIS partially. (depends on SDL(SDL2), SDL_ttf(SDL2_ttf) and fontconfig)
* Output strerror(errno) on error.
* Support "key=value #comment" style in the same line in ~/.mlterm/main.
* Draw all ambiguous width characters one by one to fit the column width unless
  -V option is specified.
* Merge patches:
  https://gist.github.com/tsutsui/9285759. (Thanks to @tsutsuii)
* Bug fixes:
  Change the default resolution on NetBSD/x68k from 512x512x8 to 768x512x4.
  Fix the bug which output help message to stdout where mlterm waits for image
  data and which made mlterm allocate too large memory. (enbugged at 3.3.3)
  Fix the bug which disabled to start mlconfig. (enbugged at 3.3.3)
  Fix the bug which caused segfault if x11 forwarding failed.
  Fix the bug which caused segfault in resuming on Android.
  Show candidate strings of uim-mozc correctly.
  Fix the bug which disabled normal users from opening screen on NetBSD/x68k framebuffer.
  Fix segfault in connecting unknown hosts on java.
2014-03-23 07:04:00 +00:00
spz
dae77d800b build fix following the freetype2 update 2014-03-23 01:37:27 +00:00
ryoon
37947dce4c Updated www/php-owncloud to 6.0.2 2014-03-23 01:24:39 +00:00
ryoon
4090602161 Update to 6.0.2
* Update MESSAGE to use nginx and php-fpm.
  I cannot enable with apache24 (yet).

Changelog:
Version 6.0.2 March 3rd 2014

    Several security fixes
    Improved trash bin performance for deleting lots of files
    Mobile interface improvements
    Fix key problems in encryption mode in rare situations
    Smaller LDAP improvements
    Fix the keep-alive ping for non standard php session lifetimes
    Cleanup storage table when deleting an entry
    Fix compatibility with xsendfile mode
    Fix file size calculation in encryption mode
    Fix image previews in trash bin
    Fix public upload with enabled enryption
    Added APC enabled check
    Correctly localise date in notification emails
    Improve compatibility with some CIFS servers
    Fix shared files and Gallery
    Several Contacts compatibility improvements
    Several Documents improvements
    A lot of smaller bug fixes
2014-03-23 01:19:17 +00:00
ryoon
799c4f66aa Updated devel/nss to 3.16 2014-03-22 23:34:13 +00:00
ryoon
6a97b02308 Update to 3.16
* Improve 3.16 like 2 number version support (firefox etc. requires 3 number
  version string)

Changelog:
From https://developer.mozilla.org/en-US/docs/NSS/NSS_3.16_release_notes

The following security-relevant bug has been resolved.
Users are encouraged to upgrade immediately.
* Bug 903885 - (CVE-2014-1492) In a wildcard certificate, the wildcard
  character should not be embedded within the U-label of an
  internationalized domain name. See the last bullet point in RFC 6125,
  Section 7.2.

New functionality:
* Supports the Linux x32 ABI. To build for the Linux x32 target, set
  the environment variable USE_X32=1 when building NSS.

New Functions:
* NSS_CMSSignerInfo_Verify

New Macros
* TLS_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_3DES_EDE_CBC_SHA, etc.,
  cipher suites that were first defined in SSL 3.0 can now be referred
  to with their official IANA names in TLS, with the TLS_ prefix.
  Previously, they had to be referred to with their names in SSL 3.0,
  with the SSL_ prefix.

Notable Changes:
* ECC is enabled by default. It is no longer necessary to set the
  environment variable NSS_ENABLE_ECC=1 when building NSS. To disable
  ECC, set the environment variable NSS_DISABLE_ECC=1 when building NSS.
* libpkix should not include the common name of CA as DNS names when
  evaluating name constraints.
* AESKeyWrap_Decrypt should not return SECSuccess for invalid keys.
* Fix a memory corruption in sec_pkcs12_new_asafe.
* If the NSS_SDB_USE_CACHE environment variable is set, skip the runtime
  test sdb_measureAccess.
* The built-in roots module has been updated to version 1.97, which
  adds, removes, and distrusts several certificates.
* The atob utility has been improved to automatically ignore lines of
  text that aren't in base64 format.
* The certutil utility has been improved to support creation of
  version 1 and version 2 certificates, in addition to the existing
  version 3 support.
2014-03-22 23:32:46 +00:00
spz
20048807c7 build fix following the freetype2 update
note it still messes up run-time search paths for libXmu and libXext
for native X
2014-03-22 22:26:44 +00:00
spz
a2503f0a86 build fix following the freetype2 update 2014-03-22 22:02:11 +00:00
spz
fbc317a21b build fix following the freetype2 update 2014-03-22 21:44:53 +00:00
schmonz
497234cc15 Updated mail/getmail to 4.44.0 2014-03-22 20:50:06 +00:00
schmonz
d70e7c28d9 Update to 4.44.0. From the changelog:
- add extended SSL options for IMAP retrievers, allowing certificate
  verification and other features. Thanks: Steven Murdoch.
- fix missing plaintext versions of documentation. Thanks: Osamu Aoki.
- fix "Header instance has no attribute 'strip'" error which cropped
  up in some configurations. Thanks: Krzysztof Warzecha.

Updating this leaf package during the freeze for security improvements
and bugfixes.
2014-03-22 20:50:00 +00:00
spz
de71045b9b build fix following the freetype2 update 2014-03-22 20:15:20 +00:00
gdt
bd792f1b51 Partially cope with freeetyp2 update lossage.
Adjust perl program that prints include statements to use the
ft2build/constant method, from Patrick Welche.

This doesn't fix my build, but it gets a lot further.
2014-03-22 18:02:14 +00:00
gdt
d803a3e266 Munge patches using intptr_t to include stdint.h.
Patch changes are from Iain Morgan.  Beyond that, I have:
  omitted changing patches for line # and ~/orig nits
  used INSTALLATION_DIRS for share/doc/nedit

I sent mail to upstream about the patches.  After all, the distfile is
just about 9.5 years old, so surely they are due for at least a point
release.
2014-03-22 17:26:12 +00:00
spz
10bb1acbff build fix following the freetype2 update 2014-03-22 16:50:29 +00:00
prlw1
1711d6b897 Updated devel/py-ipython1 to 1.2.1 2014-03-22 16:38:28 +00:00
prlw1
5af9893962 Update py-ipython1 to 1.2.1
1.2.1:

* :ghpull:`4372`: Don't assume that SyntaxTB is always called with a SyntaxError
* :ghpull:`5166`: remove mktemp usage
* :ghpull:`5163`: Simplify implementation of TemporaryWorkingDirectory.
* :ghpull:`5105`: add index to format to support py2.6

* :ghissue:`5101`: IPython 1.2.0: notebook fail with "500 Internal Server Error"

1.2.0:

* :ghpull:`4972`: Work around problem in doctest discovery in Python 3.4 with PyQt
* :ghpull:`4934`: `ipython profile create` respects `--ipython-dir`
* :ghpull:`4845`: Add Origin Checking.
* :ghpull:`4928`: use importlib.machinery when available
* :ghpull:`4849`: Various unicode fixes (mostly on Windows)
* :ghpull:`4880`: set profile name from profile_dir
* :ghpull:`4908`: detect builtin docstrings in oinspect
* :ghpull:`4909`: sort dictionary keys before comparison, ordering is not guaranteed
* :ghpull:`4903`: use https for all embeds
* :ghpull:`4868`: Static path fixes
* :ghpull:`4820`: fix regex for cleaning old logs with ipcluster
* :ghpull:`4840`: Error in Session.send_raw()
* :ghpull:`4762`: whitelist alphanumeric characters for cookie_name
* :ghpull:`4748`: fix race condition in profiledir creation.
* :ghpull:`4720`: never use ssh multiplexer in tunnels
* :ghpull:`4738`: don't inject help into user_ns
* :ghpull:`4722`: allow purging local results as long as they are not outstanding
* :ghpull:`4668`: Make non-ASCII docstring unicode
* :ghpull:`4639`: Minor import fix to get qtconsole with --pylab=qt working
* :ghpull:`4453`: Play nice with App Nap
* :ghpull:`4609`: Fix bytes regex for Python 3.
* :ghpull:`4488`: fix typo in message spec doc
* :ghpull:`4346`: getpass() on Windows & Python 2 needs bytes prompt
* :ghpull:`4230`: Switch correctly to the user's default matplotlib backend after inline.
* :ghpull:`4214`: engine ID metadata should be unicode, not bytes
* :ghpull:`4232`: no highlight if no language specified
* :ghpull:`4218`: Fix display of SyntaxError when .py file is modified
* :ghpull:`4217`: avoid importing numpy at the module level
* :ghpull:`4213`: fixed dead link in examples/notebooks readme to Part 3
* :ghpull:`4183`: ESC should be handled by CM if tooltip is not on
* :ghpull:`4193`: Update for #3549: Append Firefox overflow-x fix
* :ghpull:`4205`: use TextIOWrapper when communicating with pandoc subprocess
* :ghpull:`4204`: remove some extraneous print statements from IPython.parallel
* :ghpull:`4201`: HeadingCells cannot be split or merged

* :ghissue:`4892`: IPython.qt test failure with python3.4
* :ghissue:`4810`: ipcluster bug in clean_logs flag
* :ghissue:`4765`: missing build script for highlight.js
* :ghissue:`4761`: ipv6 address triggers cookie exception
* :ghissue:`4721`: purge_results with jobid crashing - looking for insight
* :ghissue:`4602`: "ipcluster stop" fails after "ipcluster start --daemonize" using python3.3
* :ghissue:`3386`: Magic %paste not working in Python 3.3.2. TypeError: Type str doesn't support the buffer API
* :ghissue:`4485`: Incorrect info in "Messaging in IPython" documentation.
* :ghissue:`4351`: /parallel/apps/launcher.py error
* :ghissue:`4334`: NotebookApp.webapp_settings static_url_prefix causes crash
* :ghissue:`4039`: Celltoolbar example issue
* :ghissue:`4256`: IPython no longer handles unicode file names
* :ghissue:`4122`: Nbconvert [windows]: Inconsistent line endings in markdown cells exported to latex
* :ghissue:`3819`: nbconvert add extra blank line to code block on Windows.
* :ghissue:`4203`: remove spurious print statement from parallel annoted functions
* :ghissue:`4200`: Notebook: merging a heading cell and markdown cell cannot be undone
2014-03-22 16:38:05 +00:00
spz
5e92ea7142 build fix following the freetype2 update 2014-03-22 15:57:07 +00:00
imil
e9e9f7e822 Added textproc/lua-cjson version 2.1.0 2014-03-22 13:47:53 +00:00
imil
bb45193fa7 add & enable lua-cjson 2014-03-22 13:45:49 +00:00
imil
fdfe5dd194 Initial import of lua-cjson, version 2.1.0, into the NetBSD Packages Collection.
Lua CJSON provides JSON support for Lua. It has been tested under Linux,
FreeBSD, OSX, Solaris and Windows.
2014-03-22 13:44:02 +00:00
wiz
79bd9c9476 Updated textproc/py-sphinx to 1.2.2 2014-03-22 13:31:25 +00:00
wiz
d0e65a66e2 Update to 1.2.2. Not a leaf; has ~5 dependencies.
However, 1.2.2 fixes a bug that causes PLIST divergence.
Requested by Niclas Rosenvik.

Release 1.2.2 (released Mar 2, 2014)
====================================

Bugs fixed
----------

* PR#211: When checking for existence of the :confval:`html_logo` file, check
  the full relative path and not the basename.
* PR#212: Fix traceback with autodoc and ``__init__`` methods without docstring.
* PR#213: Fix a missing import in the setup command.
* #1357: Option names documented by :rst:dir:`option` are now again allowed to
  not start with a dash or slash, and referencing them will work correctly.
* #1358: Fix handling of image paths outside of the source directory when using
  the "wildcard" style reference.
* #1374: Fix for autosummary generating overly-long summaries if first line
  doesn't end with a period.
* #1383: Fix Python 2.5 compatibility of sphinx-apidoc.
* #1391: Actually prevent using "pngmath" and "mathjax" extensions at the same
  time in sphinx-quickstart.
* #1386: Fix bug preventing more than one theme being added by the entry point
  mechanism.
* #1370: Ignore "toctree" nodes in text writer, instead of raising.
* #1364: Fix 'make gettext' fails when the '.. todolist::' directive is present.
* #1367: Fix a change of PR#96 that break sphinx.util.docfields.Field.make_field
  interface/behavior for `item` argument usage.

Documentation
-------------

* Extended the :ref:`documentation about building extensions <dev-extensions>`.
2014-03-22 13:31:15 +00:00
adam
d4e4e22337 PLIST fix for Darwin/Quartz 2014-03-22 13:03:56 +00:00
wiedi
c5a4cbf61b Fix build failure with readline-6.3 2014-03-22 10:48:20 +00:00
bsiegert
f820cdc624 The MirBSD stanza was wrong. Moved it below the builtin.mk inclusion and
made the conditional more robust.

Fixes at least "make describe", let's see if it helps for the bulk build.
2014-03-22 09:05:24 +00:00
markd
c5435b25cc fix check for freetype-2.5.1
Julian Ospald in http://www.cmake.org/Bug/view.php?id=14601
Bump PKGREVISION
2014-03-22 08:39:10 +00:00
jperkin
b0fac129b9 Look for gl.pc in lib${LIBABISUFFIX}/pkgconfig too. Fixes some Linux
dependencies.
2014-03-22 08:19:24 +00:00
wiz
baa472895f Revert previous, the PKGNAME is ${PYPKGPREFIX}-test nowadays. 2014-03-22 00:07:20 +00:00
wiz
d8c4bb6762 Updated devel/py-test to 2.5.2nb1 2014-03-21 23:58:56 +00:00
wiz
3cbc691031 Depend on py-1.4.20. Bump PKGREVISION. 2014-03-21 23:58:47 +00:00
wiz
04b092ee09 Updated devel/py-py to 1.4.20 2014-03-21 23:58:22 +00:00
wiz
dc9af162c3 Update to 1.4.20.
Only used by py-test, and it prefers a newer version.

1.4.20
==================================================

- ignore unicode decode errors in xmlescape.  Thanks Anatoly Bubenkoff.

- on python2 modify traceback.format_exception_only to match python3
  behaviour, namely trying to print unicode for Exception instances

- use a safer way for serializing exception reports (helps to fix
  pytest issue413)

Changes between 1.4.18 and 1.4.19
==================================================

- merge in apipkg fixes

- some micro-optimizations in py/_code/code.py for speeding
  up pytest runs.  Thanks Alex Gaynor for initiative.

- check PY_COLORS=1 or PY_COLORS=0 to force coloring/not-coloring
  for py.io.TerminalWriter() independently from capabilities
  of the output file.  Thanks Marc Abramowitz for the PR.

- some fixes to unicode handling in assertion handling.
  Thanks for the PR to Floris Bruynooghe.  (This helps
  to fix pytest issue 319).

- depend on setuptools presence, remove distribute_setup

Changes between 1.4.17 and 1.4.18
==================================================

- introduce path.ensure_dir() as a synonym for ensure(..., dir=1)

- some unicode/python3 related fixes wrt to path manipulations
  (if you start passing unicode particular in py2 you might
  still get problems, though)

Changes between 1.4.16 and 1.4.17
==================================================

- make py.io.TerminalWriter() prefer colorama if it is available
  and avoid empty lines when separator-lines are printed by
  being defensive and reducing the working terminalwidth by 1

- introduce optional "expanduser" argument to py.path.local
  to that local("~", expanduser=True) gives the home
  directory of "user".
2014-03-21 23:58:13 +00:00
gdt
531b3de213 Fix dependency pattern. 2014-03-21 23:39:28 +00:00
wiz
43511f8fa0 Updated security/py-cryptography to 0.2.2nb2 2014-03-21 22:04:28 +00:00
wiz
adf36dcb6a Fix use with python-2.x.
Add test target and most of the needed dependencies.
(Two more packages ready, will be added after the freeze.)
Bump PKGREVISION.
2014-03-21 22:04:19 +00:00
imil
53af9b2ed0 Updated www/nginx-devel to 1.5.12nb3 2014-03-21 21:43:07 +00:00