Commit graph

231922 commits

Author SHA1 Message Date
adam
b11f732952 Changes 3.8.9:
Add VxWorks-7 as an officially supported and tested platform.
Added the sqlite3_status64() interface.
Fix memory size tracking so that it works even if SQLite uses more than 2GiB of memory.
Added the PRAGMA index_xinfo command.
Fix a potential 32-bit integer overflow problem in the sqlite3_blob_read() and sqlite3_blob_write() interfaces.
Ensure that prepared statements automatically reset on extended error codes of SQLITE_BUSY and SQLITE_LOCKED even when compiled using SQLITE_OMIT_AUTORESET.
Correct miscounts in the sqlite3_analyzer.exe utility related to WITHOUT ROWID tables.
Added the ".dbinfo" command to the command-line shell.
Improve the performance of fts3/4 queries that use the OR operator and at least one auxiliary fts function.
Fix a bug in the fts3 snippet() function causing it to omit leading separator characters from snippets that begin with the first token in a column.
2015-04-11 12:42:06 +00:00
mef
95c178e7a6 Updated net/lldpd to 0.7.14 2015-04-11 11:59:07 +00:00
mef
6c32adee2e Update to 0.7.14
----------------
lldpd (0.7.14)
  * Features:
    + Shutdown LLPDU are sent on MSAP change and when lldpd exits.
    + When an exact IP is provided as a management pattern, use it
      unconditionally.
    + Ability to set port ID and description to an arbitrary value,
      thanks to Alexandru Ardelean.
  * Fix:
    + Incorrect boundary check when decoding management address and
      protocol identity may lead to lldpd crash when processing
      malformed LLDPDU.
    + Many edge cases where lldpd was leaving hanging processes after
      crashing.
2015-04-11 11:58:59 +00:00
bsiegert
6be22a3ab2 Fix gettext build in the absence of a C++ compiler, such as on MirBSD-current.
Bug submitted upstream as
http://savannah.gnu.org/bugs/index.php?44808.

Why was this not caught by USE_LANGUAGES=c?
2015-04-11 10:44:37 +00:00
sevan
8e57182215 On FreeBSD, remove checks for hw.dri.%d.modesetting which is only present if a suitable
KMS module is loaded. Resolves build issue.

Patch obtained from FreeBSD ports.

Reviewed by wiz@ bsiegert@
2015-04-11 10:02:10 +00:00
wiz
b6470da473 Updated editors/emacs24-nox11 to 24.5 2015-04-11 08:51:30 +00:00
wiz
3acf090947 Updated editors/emacs24 to 24.5 2015-04-11 08:51:15 +00:00
wiz
b8e4670404 Update emacs24 to 24.5:
* Changes in Emacs 24.5

** This is mainly a bug-fix release, but there are some other changes.

** The default value of `history-length' has increased to 100.

** The variable `redisplay-dont-pause' is obsolete.

* Changes in Specialized Modes and Packages in Emacs 24.5

** `call-process-shell-command' and `process-file-shell-command' no longer
take "&rest args".

** The option `browse-url-firefox-startup-arguments' no longer has an effect.

** ERC

*** New option `erc-rename-buffers'.

*** New faces `erc-my-nick-prefix-face' and `erc-nick-prefix-face'.

*** `erc-format-@nick' displays all user modes instead of only op and voice.

*** The display of irc commands in the current buffer has been disabled.

*** `erc-version' now follows the Emacs version.

** Obsolete packages

*** cc-compat.el

*** crisp.el (moved to elpa.gnu.org)

*** tpu-edt.el, ws-mode.el
These emulations of old editors are believed to be no longer relevant
 - contact emacs-devel@gnu.org if you disagree.

*** vi.el, vip.el (try M-x viper instead)
2015-04-11 08:51:05 +00:00
ryoon
597f08d87d Updated x11/c++-gtk-utils to 2.2.11 2015-04-11 05:42:06 +00:00
ryoon
cc8ab3fd10 Update to 2.2.11
Changelog:
Version 2.2.11 (6 April 2015)
--------------

	Provide a mutex for calls to make-fresh-user-modules to deal with
	guile thread safety issues (c++-gtk-utils/Makefile.am;
	extension.h, extension_helper.cpp).

	Improve efficiency of scheme to C++ list translators for long
	lists (extension.h).

	Update libtool to version 2.4.4.

	Update code comments (extension.h, future.h, parallel.h,
	task_manager.h, task_manager.tpp).

	Update documentation (README; application.h, parallel.h, param.h).

Version 2.2.10 (24 November 2014)
--------------

	Permit Cgu::Thread::parallel_for_each(),
	Cgu::Thread::parallel_for_each_partial(),
	Cgu::Thread::parallel_transform() and
	Cgu::Thread::parallel_transform_partial() to take const source
	iterators (parallel.h).

	Provide Cgu::IntIter class to enable for loops to be more easily
	implemented with the parallel algorithms (doxygen.h.in,
	parallel.h; tests/test_parallel.cpp).

	With gcc >= 4.8 or clang >= 3.4, implement callback classes using
	std::tuple (this enables Callback::make() and Callback::make_ref()
	to take up to 10 bound arguments, avoids a lot of code duplication
	and makes for a cleaner implementation) (acinclude.m4,
	configure-gtk2.ac, configure-gtk3.ac; cgu_config.h.in,
	doxygen.main.in; callback.h, param.h; tests/Makefile.am,
	tests/test_tuple.cpp).

	Preallocate vectors in translator functions which return
	std::vector (extension.h).

	Correct information about clang compatibility (doxygen.main.in).

	Update documentation (async_queue.h).

Version 2.2.9 (6 October 2014)
-------------

	Provide AsyncQueue::move_pop_basic(),
	AsyncQueueDispatch::move_pop_basic(),
	AsyncQueueDispatch::move_pop_dispatch_basic() and
	AsyncQueueDispatch::move_pop_timed_dispatch_basic() methods
	(async_queue.h; tests/test_async_queue.cpp).

	Prevent new GTK+-3.14 deprecation warnings interfering with tests
	(test/test_application.cpp).

	Update build system to automake-1.14.1 (bootstrap-gtk2.sh,
	bootstrap-gtk3.sh, compile, Makefile.am).

	Update build system to gettext-0.18.2 (config.rpath; m4/*.m4;
	po/Makefile.in.in, po/Rules.quot, po/Makevars;
	c++-gtk-utils/Makefile.am, tests/Makefile.am,
	tests/extension/Makefile.am).

	Update tests (tests/test_callback.cpp).

	Add comments about strict aliasing with character set conversion
	functions (convert.cpp).

	Update documentation, including to cover C++14 (README;
	doxygen.main.in, async_queue.h, callback.h, convert.h,
	extension.h, fdstream.h, future.h, gstream.h, mem_fun.h, mutex.h,
	shared_handle.h, shared_ptr.h, task_manager.h, thread.h,
	window.h).
2015-04-11 05:40:55 +00:00
rodent
65af6fad80 Updated sysutils/ruby-childprocess to 0.5.6 2015-04-11 03:47:00 +00:00
rodent
a501cc6c8f Update to 0.5.6. No ChangeLog. Assume more/better/faster. 2015-04-11 03:46:00 +00:00
rodent
f0ee2d4495 Updated math/libsvm to 3.20 2015-04-11 03:26:37 +00:00
rodent
28d0ed5a09 Needs gmake to process Makefile correctly. Likely fixes build on Darwin.
Light cleanup of pkgsrc Makefile.

From website:
Version 3.20 released on November 15, 2014. It conducts some minor fixes.
2015-04-11 03:25:43 +00:00
rodent
35e2f94a30 Use MASTER_SITE_GITHUB in HOMEPAGE. 2015-04-11 03:12:51 +00:00
rodent
d624f105b3 Needs tcl85, not the version in lang/tcl. 2015-04-11 03:10:43 +00:00
rodent
b6d0e02824 Updated devel/ctemplate to 2.3 2015-04-11 03:06:01 +00:00
rodent
c4e7bc72e0 Update MASTER_SITES and HOMEPAGE. Use REPLACE_PYTHON to fix interpreter
path in file used in build stage. ChangeLog for 2.3:

        * Fixed some more C++11 issues.
        * Removed deprecated Template::SetEscapedValueAndShowSection()
          and Template::ReloadIfChanged().
2015-04-11 03:05:26 +00:00
mef
98e99cdfb6 Update HOMEPAGE (gitorious.org to github.com) 2015-04-11 02:26:02 +00:00
mef
da184669b2 Updated textproc/aspell-da to 1.7.42
Updated textproc/aspell-en to 7.1.0
2015-04-11 02:16:46 +00:00
mef
855879b4ab Update 6.0.0 to 7.1.0
---------------------
7.1: January 6, 2011

  Updated to SCOWL 7.1 which corrected several errors and also added
  several now common proper names and some other words now in
  common use.

7.0: December 27, 2010

  Updated to SCOWL 7 which was created with a new version of Varcon
  which corrected many errors, especially in the British and Canadian
  dictionaries.  Numerous other corrections are also included.

  Added en_CA-variant_* and en_GB-variant_* auxiliary dictionaries.
2015-04-11 02:07:41 +00:00
mef
22b2f9dcd6 (pkgsrc)
- Add LICENSE as gnu-gpl-v2
 - Add (tricky) SUBST to avoid editting patch-aa version to version
   patch-aa will be different on the fixed (no-editting) line but of version
(upstream)
 - Update 1.7.30 to 1.7.42
   ChangeLog unknown
2015-04-11 02:01:55 +00:00
rodent
0495e66105 Fix build on OpenBSD and Darwin, possibly. 2015-04-11 01:26:56 +00:00
ryoon
a5966f6f12 Updated lang/opensource-cobol to 1.4.0J 2015-04-11 00:45:00 +00:00
ryoon
6f2a334e42 Update to 1.4.0J
CHangelog:
* Changes in opensource COBOL 1.4.0J

** New features

*** Supports for Microsoft Windows ( Visual Studio and CL compiler )
    Added win32 directory in opensource COBOL package, and prepared Solution Files for Visual Studio.

*** Enhanced CUI features
    (1) Add a new function "CBL_OC_KEISEN".
        This displays a KEISEN ( vertical or horizontal ruled lines ) on the screen.
    (2) Supports SJIS multi-byte character input and output on the screen.

** Changes

*** Added VBISAM to the opensource COBOL package

*** Fixed not to abandon REPLACE after following COPY REPLACING has done

*** Though old style STOP statement maybe skipped, it should be still at least recognized as non-nil statement on empty check

*** Stop editing initial value of national-edited item

*** Changed NATIONAL comparison to be independent on COLLATING SEQUENCE setting

*** Fixed memory leaks in decoding national words

*** Fixed behavior of COPY REPLACING LEADING/TRAILING according to the standard

*** Fixed undecoded national item names appear in runtime messages

*** Fixed undecoded national item names appear in compilation messages

*** Prefixing/Suffixing should have no effect on FILLER item

*** Fixed compilation error on some SOURCE FORMAT FREE usage

*** Fixed bug in field subscript boundary check in cond expression

*** Preserve system time when date is modified by COB_DATE

*** Avoid reporting wrong section/paragraph name in error message

*** Fixed bug in reference modification boundary check in MOVE statement

*** Fixed initialization bug of ZonedDecimal variable defined as SIGN SEPARATE

*** Fixed initialization bug of ZonedDecimal variable when using -fsign-ebcdic option

** Other Updates

*** added and enhanced some tests

*** updated message catalog for 'ja'

*** bug fix some problem
2015-04-11 00:44:34 +00:00
rodent
308aa7b870 Set GCC_REQD+=4.4 here too as gcc-4.2 won't build it due to needing
omp_lock_t.
2015-04-10 22:01:43 +00:00
ryoon
bc50ba072f Updated www/firefox-l10n to 37.0.1 2015-04-10 16:50:53 +00:00
ryoon
c6dec6c370 Update to 37.0.1
* Sync with firefox-37.0.1
2015-04-10 16:50:01 +00:00
tnn
6be29ce5fb miInitializeBackingStore is gone in newer server 2015-04-10 16:03:01 +00:00
wiz
77a8a99520 + darktable-1.6.4. 2015-04-10 14:27:30 +00:00
wiz
fbdd0dd736 Updated misc/calibre to 2.24.0 2015-04-10 14:25:35 +00:00
wiz
e841baffd5 Update to 2.24.0:
- version: 2.24.0
  date: 2015-04-10

  new features:
    - title: "E-book viewer: Add an option to not save the bookmarks
    inside EPUB files, under the Miscellaneous section of the viewer
    preferences"

    - title: "Manage User Categories: Allow restricting the visible
    items to only those present in the current Virtual Library (if
    any)"

    - title: "Book details panel: Allow copying full path to ebook
    files by right clicking on the format link."

  bug fixes:
    - title: "Edit Book: Fix GIF format images being corrupted when
    using the builtin image editor to make changes to them."

    - title: "Edit Book: When dragging and dropping files to re-order
    them in the file browser, fix the final order being dependent
    on the order the files were selected in."

    - title: "Conversion: Fix error when converting a document that
    contains an invalid function based CSS selector without
    parentheses."

    - title: "Edit Book: Fix regression that caused pressing Alt+X
    to type unicode characters to not work"

    - title: "Device view: Preserve position in list of books when
    deleting books from the device view"

    - title: "Make the context menu for the book details popup
    window work the same way as for the book details panel"

    - title: "Get Books: Update amazon store plugin for website
    changes"

    - title: "PDF Metadata: When choosing between reading metadata
    from the Info dict and the XMP block, consider both the
    MetadataData and the ModifyDate in the XMP block, since there
    exist PDF metadata writing tools that update one and not the
    other."

    - title: "Fix a regression that caused ebook viewer to remember
    the state of the Table of Contents panel when quitting on OS
    X."

    - title: "Prevent Enter key on Manage authors/tags/etc. dialogs
    from closing the dialog."

  improved recipes:
    - Le Temps
    - United Daily
    - Liberty Times
    - Apple Daily
    - China Times
    - House News
    - Providence Journal
    - Harvard Business Review
2015-04-10 14:25:27 +00:00
wiz
44eb328792 Updated math/py-rpy to 2.5.6nb1 2015-04-10 08:41:51 +00:00
wiz
962549f0d0 Fix interpreter path in installed file.
Bump PKGREVISION.
2015-04-10 08:41:42 +00:00
wiz
7f4ebada0d Fix packaging with py33. Disable for py26. 2015-04-10 08:36:30 +00:00
wiz
616439120b Added devel/py-singledispatch version 3.4.0.3 2015-04-10 08:25:54 +00:00
wiz
b2e448f310 + py-singledispatch 2015-04-10 08:25:45 +00:00
wiz
4856649371 Import py33-singledispatch-3.4.0.3 as devel/py-singledispatch,
packaged for wip by jonthn.

Expose a mechanism in the functools standard library module from
Python 3.4 to provides a simple form of generic programming known
as single-dispatch generic functions.
2015-04-10 08:25:31 +00:00
wiz
cea11831a3 Fix PLIST for python-2.x. 2015-04-10 06:17:19 +00:00
martin
ed6c7ec953 Updated www/firefox to 37.0.1nb1 2015-04-10 05:40:59 +00:00
martin
347b69375d Avoid a crash on alignment critical architectures 2015-04-10 05:40:36 +00:00
rodent
16dc664914 +2 suggestions for more packages; +2 ways to cleanup pkgsrc. 2015-04-10 03:33:20 +00:00
snj
81646a92f9 Added emulators/libretro-nestopia version 20150319 2015-04-10 03:17:45 +00:00
snj
a1862fd437 +libretro-nestopia 2015-04-10 03:16:51 +00:00
snj
5b428fc10d Add libretro-nestopia, a retroarch core based on the nestopia (undead
edition) emulator.
2015-04-10 03:16:17 +00:00
dsainty
0e39c88508 Updated security/zoneminder to 1.28.1nb1 2015-04-10 03:13:49 +00:00
dsainty
c01631c02e Patch up some Linux-specific assumptions in the code.
Fixes build under NetBSD.

Bump PKGREVISION for switch to ffmpeg2, and some portability changes that
aren't expected to affect functionality.
2015-04-10 02:58:49 +00:00
dsainty
4d2fa06be3 New ZoneMinder supports the newer ffmpeg APIs, so switch the ffmpeg
dependency from ffmpeg010 to ffmpeg2.
2015-04-10 02:53:20 +00:00
wen
f11685c4d6 Updated devel/hdf5 to 1.8.14 2015-04-10 02:51:08 +00:00
rodent
5c04786b65 +virtuoso-7.2.0p1 2015-04-10 02:51:02 +00:00