summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-07Fix build on netbsd-5sborrill2-41/+61
2016-01-06Update CONFLICTS.leot2-4/+4
x11/Xaw3d no longer exists in pkgsrc (hi wiz@! :)) and so Xaw-Xpm now conflicts with libXaw3d and viceversa.
2016-01-06Ensure we set MACHINE_ARCH correctly for Darwin x86_64. Fixes recentjperkin1-1/+4
bootstrap issues.
2016-01-06Updated www/py-werkzeug to 0.11.3.kleink1-0/+2
Updated www/py-werkzeug-docs to 0.11.3.
2016-01-06Update py-werkzeug and py-werkzeug-docs to 0.11.3.kleink3-10/+8
Version 0.11.3 -------------- Released on December 20th 2015. - Fixed an issue with copy operations not working against proxies. - Changed the logging operations of the development server to correctly log where the server is running in all situations again. - Fixed another regression with SSL wrapping similar to the fix in 0.11.2 but for a different code path.
2016-01-06Note update of net/ruby-ipaddress package to 0.8.2.taca1-0/+1
2016-01-06Update ruby-ipaddress to 0.8.2.taca3-10/+15
== ipaddress 0.8.2 CHANGED:: merged bundler branch to cleanup gemspec and Rakefiles FIXED:: IPAddress::IPv4.split handling (Issue #40) NEW:: Added #[]= method to IPv4/6 classes to add octet writing support. (Issue #24) NEW:: IPV4#multicast? NEW:: IPV4#loopback? NEW:: IPV4#to() == ipaddress 0.8.1 CHANGED:: ipaddress now uses minitest for testing, all tests passing
2016-01-06Note update of devel/ruby-pkg-config package to 1.1.7.taca1-0/+1
2016-01-06Update ruby-pkg-config to 1.1.7.taca2-7/+7
== 1.1.7 - 2015-01-16 * Added path for FreeBSD to default paths. [Reported by Hajime UMEMOTO]
2016-01-06Note update of devel/ruby-msgpack package to 0.7.2.taca1-0/+1
2016-01-06Update ruby-msgpack to 0.72.taca2-7/+7
2016-01-06 version 0.7.2: * Improved compatibility of Unpacker between CRuby and JRuby to accept stream-like object by checking respond_to(:read) in addition to class check
2016-01-06Note update of databases/ruby-sequel package to 4.30.0.taca1-0/+1
2016-01-06Update ruby-sequel to 4.30.0.taca3-8/+11
= New Features * Overriding the :limit and :eager_limit_strategy association options can now be done on a per-call basis when eager loading, by using an eager block callback and setting the :eager_limit or :eager_limit_strategy dataset options. Example: Album.eager(:tracks=>proc{|ds| ds.clone(:eager_limit=>5)}).all * Dataset#insert_conflict and #insert_ignore have been added on SQLite, adding support for the INSERT OR ... SQL syntax: DB[:table].insert_ignore.insert(:a=>1, :b=>2) # INSERT OR IGNORE INTO TABLE (a, b) VALUES (1, 2) DB[:table].insert_conflict(:replace).insert(:a=>1, :b=>2) # INSERT OR REPLACE INTO TABLE (a, b) VALUES (1, 2) * An identifier_columns plugin has been added, which allows Sequel::Model#save to work when column names contain double underscores. = Other Improvements * IPv6 addresses can now be used in connection URLs when using ruby 1.9.3+. * The :db_type entries in column schema hashes now include sizes for string and decimal types on DB2 and when using the jdbc adapter's generic schema parsing. * Database#row_type in the pg_row extension now handles different formats of specifying schema qualified types. So a row type registered via :schema__type can be found using Sequel.qualify(:schema, :type). * Another disconnect error is recognized in the tinytds adapter.
2016-01-06Mention corresponding upstream commits (in xserver).wiz3-6/+12
2016-01-06* Support ruby200, ruby21 and ruby22 since ruby23 bundles the same versiontaca1-1/+4
of minitest gem. No bump PKGREVISION since it has already broken with ruby23 and other versions are not affected.
2016-01-06Note update of devel/ruby-test-unit package to 3.1.5nb1.taca1-0/+1
2016-01-06* Support ruby200, ruby21 and ruby22 since ruby23 bundles the same versiontaca1-2/+6
of test-unit gem. * Depends on devel/ruby-power_assert with ruby 200 and ruby21 since ruby22 bundles power_assert gem. Bump PKGREVISION.
2016-01-06Note update of devel/ruby-test-unit-notify package to 1.0.4nb1.taca1-0/+1
2016-01-06Depends on devel/ruby-test-unit with ruby200 and ruby21 since Ruby 2.2taca1-3/+8
and later have bundled test-unit gem. Bump PKGREVISION.
2016-01-06Add version of bundled ruby gems in ruby*-base package.taca1-1/+29
2016-01-06Updated graphics/libwebp to 0.5.0adam1-0/+1
2016-01-06Revbump after updating graphics/libwebpadam87-145/+174
2016-01-06version 0.5.0adam2-7/+7
* miscellaneous bug & build fixes * encoder & decoder speed-ups on x86/ARM/MIPS for lossy & lossless - note! YUV->RGB conversion was sped-up, but the results will be slightly different from previous releases * various lossless encoder improvements * gif2webp improvements, -min_size option added * tools fully support input from stdin and output to stdout * New WebPAnimEncoder API for creating animations * New WebPAnimDecoder API for decoding animations * other API changes: - libwebp: WebPPictureSmartARGBToYUVA() (-pre 4 in cwebp) WebPConfig::exact (-exact in cwebp; -alpha_cleanup is now the default) WebPConfig::near_lossless (-near_lossless in cwebp) WebPFree() (free'ing webp allocated memory in other languages) WebPConfigLosslessPreset() WebPMemoryWriterClear() - libwebpdemux: removed experimental fragment related fields and functions - libwebpmux: WebPMuxSetCanvasSize() * new libwebpextras library with some uncommon import functions: WebPImportGray/WebPImportRGB565/WebPImportRGB4444
2016-01-06On linux include alsa support.markd2-4/+64
2016-01-06Use pkg-config when building so that correct defines are used whenmarkd1-3/+3
building against libXaw3d. Fixes problem that gv would fail with the error: Warning: Representation size 4 must match superclass's to override highlightedFrameStyle Error: Object "toggleEven" does not have windowed ancestor
2016-01-06Updated net/youtube-dl to 20160101adam1-0/+1
2016-01-06Changes 20160101:adam3-16/+43
* Fix extraction * Update _VALID_URL * Fix upload date extraction * Fix description extraction and update test * Extract duration
2016-01-06Use :tA to make DISTINFO_FILE absolute when passing it to the fetchdholland2-4/+4
and checksum scripts. Fixes the problem where DISTINFO_FILE=../../foo/bar/distinfo doesn't work without having an extraneous and ugly ${.CURDIR} stuffed into it by hand.
2016-01-06Updated www/squidanalyzer to 6.5adam1-0/+1
2016-01-06Changes 6.5:adam2-8/+7
This is a mantenance release to fix an overlaping bug on bytes charts with last versions of browsers like firefox, iceweasel and chrome. - Fix height of bytes graphs that was overlaping on third graph. - Update russian translation. - Update copyright year.
2016-01-06fix accidentally broken patch in prior commitdholland2-4/+4
2016-01-06Fix typos.yyamano1-4/+4
2016-01-06Uses py-setuptools_scm during build.wiz1-1/+2
2016-01-06Updated devel/py-setuptools_scm to 1.10.1wiz1-0/+1
2016-01-06Update setuptools_scm to 1.10.1:wiz2-8/+9
v1.10.1 ======= * fix issue #73 - in hg pre commit merge, consider parent1 instead of failing v1.10.0 ======= * add support for overriding the version number via the environment variable SETUPTOOLS_SCM_PRETEND_VERSION * fix isssue #63 by adding the --match parameter to the git describe call and prepare the possibility of passing more options to scm backends * fix issue #70 and #71 by introducing the parse keyword to specify custom scm parsing, its an expert feature, use with caution this change also introduces the setuptools_scm.parse_scm_fallback entrypoint which can be used to register custom archive fallbacks v1.9.0 ====== * Add :code:`relative_to` parameter to :code:`get_version` function; fixes #44 per #45. v1.8.0 ====== * fix issue with setuptools wrong version warnings being printed to standard out. User is informed now by distutils-warnings. * restructure root finding, we now reliably ignore outer scm and prefer PKG-INFO over scm, fixes #43 and #45 v1.7.0 ====== * correct the url to github thanks David Szotten * enhance scm not found errors with a note on git tarballs thanks Markus * add support for :code:`write_to_template`
2016-01-05Give full path to distinfo file to unbreak the build.joerg1-2/+2
2016-01-05Fix name of libav plugin.joerg1-2/+2
2016-01-05Don't create directories under real PREFIX (hi tsutsui!).joerg2-4/+9
2016-01-05Help parallel build by precreating output directory.joerg1-1/+4
2016-01-05Unbreak vim-gtk2, now depending on gmakeisms.joerg2-3/+19
2016-01-05Make devel/pcre2 more complete.nros3-4/+16
Enable building of the 16 and 32-bit libraries. enable pcre2-grep to read .gz and .bz2 files. bump pkgrevision.
2016-01-05Make sure we have a version of go on the machine on which we'reagc1-1/+3
building boringssl.
2016-01-05Update missing info about security/sudo updateadam2-2/+2
2016-01-05Fix building on OS X; cosmetic changes; fix distinfoadam2-30/+29
2016-01-05remove dup entrytnn1-2/+1
2016-01-05note mesa & xorg-server updatetnn2-6/+7
2016-01-05Bump revision for xorg-server-1.18 driver ABI bumptnn53-79/+106
2016-01-05Build fix for xorg-server-1.18.0. Bump revision for new driver ABI.tnn3-3/+22
2016-01-05Update to xorg-server-1.18.0 (2015-11-09)tnn5-69/+14
The main highlight of this release are RandR 1.5 with reworked multi-monitor support, GLAMOR optimizations and better generic modesetting driver support.
2016-01-05Update to mesa-11.1.0 (2015-12-15)tnn9-68/+70
New features: OpenGL 3.1 support on freedreno (a3xx, a4xx) OpenGL 3.3 support for VMware guest VM driver (supported by Workstation 12 and Fusion 8). GL_AMD_performance_monitor on nv50 GL_ARB_arrays_of_arrays on i965 GL_ARB_blend_func_extended on freedreno (a3xx) GL_ARB_clear_texture on nv50, nvc0 GL_ARB_clip_control on freedreno/a4xx GL_ARB_copy_image on nv50, nvc0, radeonsi GL_ARB_depth_clamp on freedreno/a4xx GL_ARB_fragment_layer_viewport on i965 (gen6+) GL_ARB_gpu_shader_fp64 on r600 for Cypress/Cayman/Aruba chips GL_ARB_gpu_shader5 on r600 for Evergreen and later chips GL_ARB_seamless_cubemap_per_texture on freedreno/a4xx GL_ARB_shader_clock on i965 (gen7+) GL_ARB_shader_stencil_export on i965 (gen9+) GL_ARB_shader_storage_buffer_object on i965 GL_ARB_shader_texture_image_samples on i965, nv50, nvc0, r600, radeonsi GL_ARB_texture_barrier / GL_NV_texture_barrier on i965 GL_ARB_texture_buffer_range on freedreno/a3xx GL_ARB_texture_compression_bptc on freedreno/a4xx GL_ARB_texture_query_lod on softpipe GL_ARB_texture_view on radeonsi and r600 (for evergeen and newer) GL_ARB_vertex_type_2_10_10_10_rev on freedreno (a3xx, a4xx) GL_EXT_blend_func_extended on all drivers that support the ARB version GL_EXT_buffer_storage implemented for when ES 3.1 support is gained GL_EXT_draw_elements_base_vertex on all drivers GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx & a4xx) GL_KHR_debug (GLES) GL_NV_conditional_render on freedreno GL_OES_draw_elements_base_vertex on all drivers EGL_KHR_create_context on softpipe, llvmpipe EGL_KHR_gl_colorspace on softpipe, llvmpipe new virgl gallium driver for qemu virtio-gpu 16x multisampling on i965 (gen9+) GL_EXT_shader_samples_identical on i965.