summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Bump PKGREVISION for perl-5.24.wiz2236-3856/+4472
2016-06-08Updated pkgtools/revbump to 2.12wiz1-1/+2
2016-06-08Escape some { for perl-5.22. Bump version.wiz2-6/+5
2016-06-08Switch to MASTER_SITE_PYPI.wiz15-31/+30
2016-06-08Switch to MASTER_SITES_PYPI.wiz356-716/+716
2016-06-08Note update of lang/perl5 to 5.24.0.he1-1/+2
2016-06-08Update perl to version 5.24.0.he9-104/+70
Pkgsrc changes: * Add candidate fix from https://rt.cpan.org/Public/Bug/Display.html?id=72467 * Remove patches which have been integrated upstream * Rename and re-mould some patches which required adjustments http://perlnews.org/2016/05/perl-5-24-released/ has pointer to more details and says: May 9 2016 Perl 5.24.0 has been released. You can read about the changes which include: Postfix dereferencing is no longer experimental Unicode 8.0 is now supported The autoderef feature has been removed Perl 5.24.0 represents approximately 11 months of development since Perl 5.22.0 and contains approximately 360,000 lines of changes across 1,800 files from 77 authors.
2016-06-08Update to CHICKEN 4.11.0asau3-34/+37
From Leonardo Taccari. This release introduces several large changes, the one with the most impact being a completely new calling convention for compiled CPS procedures in C code. Instead of expecting "regular" C arguments, the compiled C functions now accept a so-called "argvector" which holds the arguments. This should greatly improve the portability of CHICKEN programs, because it relies less on ill-specified parts of C. It also removes the assembly code required for manyargs, so that the limitation of 128 arguments for platforms without an "apply hack" has finally been removed. On the tooling front we've also added two new features: a statistical profiler for analysing performance, and a graphical debugger called "feathers", which allows you to inspect your Scheme programs over the network. These have both been documented in the manual. The debugger has its own chapter at https://wiki.call-cc.org/man/4/Debugging and the profiler's new -:p runtime option is documented at https://wiki.call-cc.org/man/4/Using%20the%20compiler#runtime-options As usual, many bugs have been fixed with this release, including several bugs that would cause programs to crash. All in all, this new release should be much more robust and reliable. For the complete list of changes since 4.10.0, see the NEWS file: https://code.call-cc.org/releases/4.11.0/NEWS
2016-06-08Updated misc/libreoffice to 5.1.3.2nb2wiz1-1/+2
2016-06-08Fix build on NetBSD-current with PaX MPROTECT on.wiz1-2/+9
Mark main binary with paxctl. Bump PKGREVISION.
2016-06-08Add ansible2.jperkin1-1/+2
2016-06-08Added sysutils/ansible2 version 2.1.0.0jperkin2-3/+3
2016-06-08Import ansible version 2.1.0.0 as sysutils/ansible2.jperkin4-0/+2918
This is based on the existing sysutils/ansible package, but cleaned up and tracking the newer 2.x releases. sysutils/ansible is retained to support installations which still require 1.x support. From the DESCR: Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically.
2016-06-08Just drop the cast.joerg2-6/+6
2016-06-08mate-system-monitor:youri2-1/+17
Fix build with clang.
2016-06-08Add msgfmt.youri1-2/+2
2016-06-08Remove the stability entity, it has no meaning outside of an official context.jperkin89-97/+1
2016-06-08Change the service_bundle name to "export" to reduce diffs between thejperkin44-44/+44
original manifest.xml file and the output from "svccfg export".
2016-06-08Add or fix manpath entries to use the correct path.jperkin24-34/+34
2016-06-08Change the service_bundle name to "export" to reduce diffs between thejperkin47-48/+48
original manifest.xml file and the output from "svccfg export".
2016-06-08Note update of security/opendnssec to 1.4.10.he1-1/+2
2016-06-08Update OpenDNSSEC to version 1.4.10.he3-20/+11
News: This release fix targets stability issues which have had a history and had been hard to reproduce. Stability should be improved, running OpenDNSSEC as a long term service. Changes in TTL in the input zone that seem not to be propagated, notifies to slaves under load that where not handled properly and could lead to assertions. NSEC3PARAM that would appear duplicate in the resulting zone, and crashes in the signer daemon in seldom race conditions or re-opening due to a HSM reset. No migration steps needed when upgrading from OpenDNSSEC 1.4.9. Also have a look at our OpenDNSSEC 2.0 beta release, its impending release will help us forward with new development and signal phasing out historic releases. Fixes: * SUPPORT-156 OPENDNSSEC-771: Multiple NSEC3PARAM records in signed zone. After a resalt the signer would fail to remove the old NSEC3PARAM RR until a manual resign or incoming transfer. Old NSEC3PARAMS are removed when inserting a new record, even if they look the same. * OPENDNSSEC-725: Signer did not properly handle new update while still distributing notifies to slaves. An AXFR disconnect looked not to be handled gracefully. * SUPPORT-171: Signer would sometimes hit an assertion using DNS output adapter when .ixfr was missing or corrupt but .backup file available. Above two issues also in part addresses problems with seemingly corrected backup files (SOA serial). Also an crash on badly configured DNS output adapters is averted. * The signer daemon will now refuse to start when failed to open a listen socket for DNS handling. * OPENDNSSEC-478 OPENDNSSEC-750 OPENDNSSEC-581 OPENDNSSEC-582 SUPPORT-88: Segmentation fault in signer daemon when opening and closing hsm multiple times. Also addresses other concurrency access by avoiding a common context to the HSM (a.k.a. NULL context). * OPENDNSSEC-798: Improper use of key handles across hsm reopen, causing keys not to be available after a re-open. * SUPPORT-186: IXFR disregards TTL changes, when only TTL of an RR is changed. TTL changes should be treated like any other changes to records. When OpenDNSSEC now overrides a TTL value, this is now reported in the log files.
2016-06-08Try to reconcile PLIST with what's installed, taking care to preservehe1-3/+5
the PLIST.x86* entries. The sse2 entries are however gone, but a few new ones have appeared (md4_x86_32.h etc.) Installs cleanly now on NetBSD/i386 6.1.5.
2016-06-08+ p5-Business-ISBN-2.011, p5-DateTime-TimeZone-2.00, py-mcomix-1.2.1.wiz1-1/+5
2016-06-08Bump doxygen requirement (for changed PLIST) and bump PKGREVISION.wiz2-3/+4
2016-06-08Updated textproc/p5-PDF-Create to 1.32nb1wen1-1/+2
2016-06-08Add missing DEPENDSwen1-1/+4
Spotted by: joerg@
2016-06-08Adjust PLIST for recent doxygen updategdt1-5/+4
2016-06-07Fix build on Darwin.youri2-3/+26
2016-06-07Add BUILD_DEPENDS+= p5-Test-RequiresInternet-[0-9]* for make testmef2-8/+9
2016-06-07Add BUILD_DEPENDS+= p5-Sub-Name-[0-9]* for make testmef2-2/+4
2016-06-07Unbreak unprivileged build. Actually test for executable.joerg2-5/+5
2016-06-07Extract with bsdtar.joerg1-1/+3
2016-06-07xsd uses iterator wrappers around the standard types's iterator andjoerg10-20/+72
const_iterator types, but doesn't provide explicit conversion operators from iterator to const_iterator. This breaks badly when moving from C++03 to C++11 as the erase signature changed. Conditionally the logic appropiately by introducing an intermediate typedef.
2016-06-07Libtoolify. Generalise curses use. Bump revision.joerg5-48/+76
2016-06-07DISTNAME should not have the PHP version prefix to avoid changingjoerg2-7/+8
distinfo.
2016-06-07Repeat after me: -Wl,--enable-new-dtags considered harmful. Bumpjoerg3-2/+29
revision.
2016-06-07Updated textproc/p5-XML-DOM to 1.45mef1-1/+4
Updated textproc/p5-XML-LibXML-Simple to 0.97 Updated textproc/p5-XML-XPath to 1.37
2016-06-07Updated textproc/p5-XML-XPath to 1.37mef2-7/+7
------------------------------------- 1.37 2016-06-02 MANWAR - Fixed annoying warnings.
2016-06-07Updated textproc/p5-XML-LibXML-Simple to 0.97mef2-8/+7
--------------------------------------------- version 0.97: Tue 12 Apr 15:12:21 CEST 2016 Fixes: - HookNodes parameter was not allowed. [Kit Peters] version 0.96: Fri 11 Mar 15:09:43 CET 2016 Improvements: - deprecate XML input from 'undef' - rewrite UNIVERSAL::isa into blessed ->isa - implement hooks on nodes
2016-06-07Updated textproc/p5-XML-DOM to 1.45mef2-8/+7
----------------------------------- 1.45 (tjmather) 08/16/2015 - Fix pod errors and a typo ( Florian Schlichting ) - properly encode output for printToFile ( Martin Ferrari, Gregor Herrmann )
2016-06-07+ patch-1.6.0.rr.compressed.gzwiz1-1/+5
2016-06-07Added net/guacamole-server version 0.9.9jperkin1-1/+2
2016-06-07Add guacamole-server.jperkin1-1/+2
2016-06-07Add guacamole-server version 0.9.9 to pkgsrc. From the DESCR:jperkin7-0/+187
Guacamole is an HTML5 web application that provides access to desktop environments using remote desktop protocols (such as VNC or RDP). Guacamole is also the project that produces this web application, and provides an API that drives it. This API can be used to power other similar applications or services. As an API, Guacamole provides a common and efficient means of streaming text data over a JavaScript-based tunnel using either HTTP or WebSocket, and a client implementation which supports the Guacamole protocol and renders the remote display when combined with a Guacamole protocol stream from the tunnel. This package provides the Guacamole server.
2016-06-07Add buildlink3.mk for upcoming packages which depend on this one.jperkin1-0/+14
2016-06-07Certain packages dependent upon boost don't automatically do the 'right' thingrichard1-1/+2
with respect to threading, checked in include/boost/config/posix_features.h so set PTHREAD_AUTO_VARS?=yes directly in buildlink3.mk. Fixes build in numerous packages such as librevenge and lucene++ as noticed on SunOS. No ABI change so no revbump envisioned.
2016-06-07Updated devel/cpputest to 3.8schmonz1-1/+2
2016-06-07Update to 3.8. From the changelog:schmonz3-15/+14
This release contains many small new features, such as; - Comparing bits - Proper bool support - 16 bit support - 64 bit asserts - Floating point exception plugin - Configuration choices installed - Command line option to run ignored tests - Failable Memory Leak allocator - Many small bug fixes - Increased portability
2016-06-07Add msgfmt to tools.youri2-4/+4