summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-11Recursive revbump from textproc/icu 57.1ryoon527-998/+1054
2016-04-11Additional CFLAGS and LDFLAGS to fix the build on SunOS.jperkin1-2/+3
2016-04-11Updated textproc/icu to 57.1ryoon1-1/+2
2016-04-11Update to 57.1ryoon5-39/+22
Changelog: Common Changes CLDR 29: For details of the many changes in CLDR, see CLDR 29. Grapheme/word/line breaking for emoji sequences, based on Unicode 9 proposed rules. See the Unicode emoji break proposal and the Unicode Emoji Technical Report Proposed Update describing the new emoji sequences. (#12081). Four new Unicode emoji properties (#11802). DateFormat day period formatting of "noon", "at night", etc. via new pattern characters b & B, and DateTimePatternGenerator support of C for selecting the customary form (#11872). Except: Formatting of "0:00 midnight" has been disabled because it is confusing except for at the end of an interval. RelativeDateTimeFormatter: Simpler formatting API (#12072). More robust CLDR data loading for MeasureFormat (#11986, #12030), RelativeDateTimeFormatter (#12018), and DateIntervalFormat/DateIntervalInfo (#12013). New simple & fast SimpleFormatter class for a trivial subset of MessageFormat as used in CLDR data, e.g., "{0} {1}" (#10896). ICU4C Specific Changes C API support for RelativeDateTimeFormatter (#12072). Clang annotations for intended switch case fallthroughs, can now compile with -Wimplicit-fallthrough (#12166). Internal header files can be compiled by themselves, for simpler alternative build scripts (#12141).
2016-04-11Allow building with python 3.4 and 3.5.wiz8-7/+67
2016-04-11+doxygen-1.8.11mef1-1/+2
2016-04-11Updated archivers/p7zip to 15.14.1ryoon1-1/+2
2016-04-11Update to 15.14.1ryoon2-8/+8
Fix PR pkg/51059 Changelog: Version 15.14.1 =============== - patch #32 Compiling in OS X fails with p7zip_15.14
2016-04-11Updated sysutils/cfengine3 to 3.7.3fhajny1-1/+2
2016-04-11Update cfengine3 to 3.7.3.fhajny2-12/+11
Behaviour changes: - classesmatching(): order of classes changed - Suppress standard services noise on SUSE Fixes: - Reduce verbosity of yum package module - Reduce verbosity of apt_get package module - Upgrade dependencies to latest patch versions. Upgraded libraries: - curl 7.47.0 - libxml2 2.9.3 - LMDB 0.9.18 - MySQL 5.1.72 - OpenLDAP 2.4.44 - OpenSSL 1.0.2g - PCRE 8.38 - PostgreSQL 9.3.11 - Redis 2.8.24 - rsync 3.1.2 PHP was kept at 5.6.17 because of problems with the 5.6.19 version. - parse def.json vars, classes in C - Namespaced classes can now be specified on the command line. - getvalues() will now return a list also for data containers, and will descend recursively into the containers. - @if minimum_version now correctly ignores lines starting with '@' - Fix definition of classes from augments file - Don't follow symbolic links when copying extended attributes. - Fix ps options for FreeBSD to check processes only in current host and not in jails - Fix cf-serverd error messages with classic protocol clients - The isvariable() function call now correctly accepts all array variables when specified inline. Previously it would not accept certain special characters, even though they could be specified indirectly by using a variable to hold it. - Show errors regarding failure to copy extended attributes when doing a local file copy. Errors could happen when copying across two different mount points where the support for extended attributes is different between the mount points. - Fix bad option nlwp to vzps on Proxmox / OpenVZ. - Fix file descriptor leak when there are network errors. - Fix a regression which would sometimes cause "Permission denied" errors on files inside directories with very restricted permissions. - Check for empty server response in RemoteDirList after decryption - Allow def.json up to 5MB instead of 4K. - Add guard for binary upgrade during bootstrap - Fix HP-UX specific bug that caused a lot of log output to disappear. - Fix a bug which sometimes caused package promises to be skipped with "XX Another cf-agent seems to have done this since I started" messages in the log, most notably in long running cf-agent runs (longer than one minute). - Define (bootstrap|failsafe)_mode during update.cf when triggerd from failsafe.cf - Fix two cases where action_policy warn still produces errors - Fix classes being set because of hash collision in the implementation. - fix build failure on FreeBSD 7.1 - Installing packages containing version numbers using yum now works correctly.
2016-04-11Updated pkgtools/bootstrap-mk-files to 20160411jperkin1-1/+2
2016-04-11Update bootstrap-mk-files to 20160411. Changes:jperkin2-3/+7
* Default to MKCATPAGES=no if mandoc is available on newer SunOS.
2016-04-11Re-arrange parsing order to fix various combinations of PKGMANDIR, MANZ,jperkin1-10/+10
and MKCATPAGES.
2016-04-11Updated databases/postgresql-postgis2 to 2.2.2gdt1-1/+2
2016-04-11Update to 2.2.2.gdt3-9/+17
PostGIS 2.2.2 2016/03/22 * Bug Fixes * - #3463, Fix crash on face-collapsing edge change - #3422, Improve ST_Split robustness on standard precision double systems (arm64, ppc64el, s390c, powerpc, ...) - #3427, Update spatial_ref_sys to EPSG version 8.8 - #3433, ST_ClusterIntersecting incorrect for MultiPoints - #3435, ST_AsX3D fix rendering of concave geometries - #3436, memory handling mistake in ptarray_clone_deep - #3437, ST_ClusterIntersecting incorrect for MultiPoints - #3461, ST_GeomFromKML crashes Postgres when there are innerBoundaryIs and no outerBoundaryIs - #3429, upgrading to 2.3 or from 2.1 can cause loop/hang on some platforms - #3460, ST_ClusterWithin 'Tolerance not defined' error after upgrade - #3490, Raster data restore issues, materialized views Scripts postgis_proc_set_search_path.sql, rtpostgis_proc_set_search_path.sql refere to http://postgis.net/docs/manual-2.2/RT_FAQ.html#faq_raster_data_not_restore - #3426, failing POINT EMPTY tests on fun architectures
2016-04-11Updated net/libtelnet to 0.21fhajny1-1/+2
2016-04-11Import libtelnet-0.21 as net/libtelnet.fhajny6-0/+84
libtelnet provides safe and correct handling of the core TELNET protocol. In addition to the base TELNET protocol, libtelnet also implements the Q method of TELNET option negotiation. libtelnet can be used for writing servers, clients, or proxies.
2016-04-11Updated databases/py-sqlalchemy to 1.0.12adam1-1/+2
2016-04-11Release 1.0.12 is a bug fix release resolving a handful of issues reported ↵adam2-7/+7
in the past few weeks. Primary development continues on the 1.1 series which is slated for initial releases in the spring. 1.0.12 includes relatively minor fixes, including a revision to a fix made for version 1.0.10 where we're attempting to report on the "cause" of an error that is interrupted by a later failure to emit a ROLLBACK on the MySQL platform. While Python 3 solves this problem using exception chaining and cause reporting, on Python 2 we emit a warning so that the cause isn't totally concealed. The condition has been expanded to emit this warning in a much wider range of scenarios.
2016-04-11Allow building with python-3.4 and 3.5.wiz2-1/+17
2016-04-11Allow building with python-3.4 and 3.5.wiz2-1/+17
2016-04-11fix support for gtk2 built for quartz instead of x11dbj5-1/+118
2016-04-11Updated www/webkit24-gtk3 to 2.4.11leot1-1/+2
2016-04-11Updated www/webkit24-gtk to 2.4.11leot1-1/+2
2016-04-11Update www/webkit24-gtk{,3} to 2.4.11.leot2-7/+7
Changes: ================= WebKitGTK+ 2.4.11 ================= - Fix a crash when changing element attributes with DOM bindings. - Fix the build on ARM64. - Translation updates: Chinese, Japanese.
2016-04-11match x11 and xcb options to cairo packagedbj1-2/+21
2016-04-11the native soelim is gsoelim so default it as TOOLS_PLATFORM.gsoelimdbj1-1/+2
2016-04-11specify --without-xmc and --without-libxpm if gtk2 is not built with x11dbj1-1/+4
2016-04-11Fix Typo on PKGVERSION for p5-ExtUtils-CBuilder, sorry.mef1-2/+2
2016-04-11Fix Typo on PKGVERSION, sorry.mef1-2/+2
2016-04-11update PKG_{FAIL,SKIP}_REASON with +=dbj28-60/+60
2016-04-11compile and install .pyc filesdbj2-17/+67
2016-04-11Report memory statistics in NetBSD a little more sensibly.riastradh2-19/+29
2016-04-10Fix build.prlw13-4/+45
Before, at-spi2-core installed accessibility.conf in $(sysconfdir)/at-spi2, so we used the CONF_FILES mechanism to place it in share/examples/at-spi2-core/at-spi2, so the administrator can make local adjustments. Now, at-spi2-core works with sensible defaults without an accessibility.conf file, and places it in $(datadir)/defaults/at-spi2, essentially to be used as an example. Choose to revert to the old behaviour.
2016-04-10Updated fonts/harfbuzz to 1.2.6prlw12-3/+3
2016-04-10Update harfbuzz to 1.2.6prlw12-7/+7
Friday, April 8, 2016 ==================================== - Blacklist GDEF table of another set of Times New Roman (Bold) Italic. - DirectWrite backend improvements. Note: DirectWrite backend is exclusively for our internal testing and should NOT be used in any production system whatsoever.
2016-04-10That was gtk3 3.20 (not nb1)prlw12-4/+3
2016-04-10Not nb1!prlw11-2/+1
2016-04-10Updated x11/gtk3 to 3.20.2nb1prlw11-1/+2
2016-04-10Update gtk3 to 3.20.2prlw13-17/+81
Many changes including: * Fix blue background in Emacs windows * Fix a performance issue with excessive redraws * Active GtkSwitch widgets now use the :checked state, to match GtkToggleButton * GTK+ now respects default size even for windows that are not resizable * GtkScale and GtkScrollbar have received multiple fixes for fallout from the gadget port * GtkStackSwitcher will now switch pages when hovered during drag-and-drop * GtkRange, GtkScale and GtkScrollbar have been ported to use gadgets * GTK+ will now list included backends when seeing the environment variable GDK_BACKEND=help * gtk-builder-tool can now preview .ui files with custom CSS * gtk3-demo now demonstrates saving window sizes in the application example, and has many more widgets in the foreign drawing example. * GTK+ widget drawing scalability has been improved (for containers with many children, like large list boxes or flow boxes). * Drag-and-Drop has been rearchitected to move the input handling into GDK, where different backends can handle it according to their needs and capabilities. The new, 'managed' DND is currently implemented for X11 and Wayland. * CSS changes: - the rem unit is now supported - calc() expressions are supported, too - Allow loading svg imges - Fix baseline handling - -gtk-recolor() works properly with hi-dpi now - image() can be used in CSS now - Fix rendering of asymmetric borders - Add CSS names to more widgets - Support recoloring icons with -gtk-recolor - CSS margins, border and padding are more consistently supported - More widgets support min-width and min-height - More style properties have been superseded by CSS properties - Pseudo state names have been aligned with what CSS uses: :disabled instead of :insensitive, :indeterminate instead of :inconsistent and :drop(active) instead of :dnd. The old names still work - GTK+ specific CSS properties have been prefixed with -gtk-. The old names still work - The CSS syntax for Radial gradients is now supported - CSS documentation has been rewritten and expanded * Inspector: - The per-object CSS editor has been dropped; the global one is sufficient - The sidebar has been replaced by a combo box - Add a Show Layout option to the Visual tab - CSS node tree and style properties are now on the same page - The frame clock is shown in the Miscellaneous page - Isolate the inspector from visual debugging effects - Numerous smaller UI improvements - Show input device information - Update monitor information when it changes * Themes: - The HighContrast theme has been brought back up to par with Adwaita - Adwaita has received detail fixes for many widgets - Adwaita now transitions to backdrop - Windows theme: handle spin buttons and switches - Adwaita: Fixes for scales, combo boxes, info bars, action bars, radio and check buttons, side bars, etc - Adwaita has gained a new style of drop target highlighting - The Windows theme is now included on all platforms - new radio / check implementation - GTK+ now includes a HighContrastInverse theme which is a dark variant of the HighContrast theme * Wayland: - Synchronize key repeat with server - Add a bell request to gtk_shell and use it to implement gdk_window_beep - Add a focus request to gtk_shell and use it to implement gtk_window_present - Dropping tabs to create new windows is now supported - Implement primary selection (using a private protocol with mutter for now) - Implement startup notification - Fix a significant buffer leak - Support kinetic scrolling, using the new events in version 5 of the wl_pointer interface - Suppport DND actions and drag cancellation that were added in version 3 of the wl_data_offer interface * Windows: - Use a custom drag-resize implementation - Use layered windows - Provide workarea information - The Classic and XP themes have been dropped - The remaining theme is being fixed to work with CSS nodes - React to theme changes * Quartz: - Fix image retrieval from the clipboard * OS X: - Native zoom and rotate gestures are now supported For full details see: http://git.gnome.org/browse/gtk+/tree/NEWS?h=3.20.2
2016-04-10Add non-DESTDIR removaljoerg1-1/+2
2016-04-10Updated graphics/gdk-pixbuf2 to 2.32.3prlw11-1/+2
2016-04-10Update gdk-pixbuf2 to 2.32.3prlw13-8/+9
2.32.3 ====== * Fix two crashes in the bmp loader (#747605, #758991) * ico: integer overflow fixes * Translation updates 2.32.2 ====== * Avoid some integer overflow possibilities in scaling code * Translation updates
2016-04-10revbump for vala updateprlw118-34/+36
2016-04-10Updated graphics/adwaita-icon-theme to 3.20prlw11-1/+2
2016-04-10Update adwaita-icon-theme to 3.20prlw13-87/+121
3.20 - win32 build fixes 3.19.91 - application-x-addon-symbolic - win32 build fixes - win32 grey shadows fixed (bug #763034) 3.19.90 - lighter fullcolor folders - thicker stroke for non-starred-symbolic - emblem-new metaphor sync - call-start call-stop symbolic shape improvements - mark-location-symbolic improved shape - edit-cut shape improvement - simplify hdd symbolic shapes - document-edit-symblic - visual separation between list and grid view and hamburger menu (symbolic) - symbolic wifi-acquiring bugfix - specfic icon grid for gnome-shell - windows build system scripts 3.18.0 - improved view-list-symbolic - cursors working on KDE - translations 3.17.4 - updated folder-new-symbolic 3.17.3 - updated cursors, support for win32 - address-book-new fix - ebook device icon - updated select-all metaphor - removed widget assets form an icon theme - privacy-mode symbolic icon - intltool fixes - translations
2016-04-10Updated devel/py-at-spi2 to 2.20.0prlw11-1/+2
2016-04-10Update py-at-spi2 to 2.20.0prlw12-7/+7
* Call gi.require_version() before import * Fix text.getDefaultAttributeSet (bgo#752928).
2016-04-10Updated devel/at-spi2-atk to 2.20.0prlw11-1/+2
2016-04-10Update at-spi2-atk to 2.20.0prlw12-8/+8
* Don't drop the main context when p2p socket configuration fails (bgo#763273). * Make sure the runtime directory exists (bgo#763274). * Avoid lagging with large gtk menus (bgo#754048). * Always accept connections as root if unable to find an owning user. * Test fixes for atk-adaptor and cache changes. * Fixes for Text, Value, and Table Cell adaptors (bgo#755724). * Many new tests, thanks to Patryk Kaczmarek of Samsung. * Update for new caching API (bgo#650090). * Eliminate some console warnings due to NULL gobjects. * Tests: fix out-of-source and parallel build (bgo#751137). * Add some missing files to the distribution (bgo#751138).