summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2018-04-17Recursive PKGREVISION bump for poppler-0.63.0wiz1-2/+2
2018-04-17Recursive PKGREVISION bump for vala-0.40.wiz4-8/+8
2018-04-16Recursive bump for new fribidi dependency in pango.wiz211-415/+422
2018-04-16gtksourceview3: update to 3.24.7.wiz3-9/+11
News in 3.24.7, 2018-03-14 -------------------------- * GtkSourceView class: respect the GtkTextView:accepts-tab property. * Syntax highlighting: sync all *.lang files from GtkSourceView 4. * Build system: don't declare functions in AC_TRY_COMPILE. * Translation updates.
2018-04-14py-qt5: updated to 5.10.1adam3-9/+9
PyQt v5.10.1 has been released. This release adds support for Qt v5.10.1. There are corresponding releases of PyQt3D, PyQtChart, PyQtDataVisualization and PyQtPurchasing. Added support for Qt v5.10.1. Added the missing qmlClearTypeRegistrations() to the QtQml module. Added the --disable-feature option to configure.py.
2018-04-14py-sip: updated to 4.19.8adam2-7/+7
SIP v4.19.8 has been released. This is a minor bug-fix release.
2018-04-14gobject3: buildlink3 -> DEPENDSadam2-7/+6
2018-04-14revbump after icu updateadam105-189/+210
2018-04-13ruby-gnome2: update to 3.2.4.tsutsui12-37/+35
Upstream changes (from NEWS): == Ruby-GNOME2 3.2.4: 2018-04-09 This is a bug fix release of 3.2.3. === Changes ==== Ruby/GLib2 * Fixes * Fixed a bug that some constants aren't defined. If a content name is the same constant name at the top level such as (({Gtk::Object})), the constant isn't defined. [GitHub#1154][Debian#894816][mikutter#1199] [Reported by Akira Ouchi][Forwarded by HIGUCHI Daisuke] ==== RubyRsvg2 * Improvements * Windows: Upgraded bundled librsvg to 2.42.3. === Thanks * Akira Ouchi * HIGUCHI Daisuke == Ruby-GNOME2 3.2.3: 2018-04-03 This is a bug fix release of 3.2.2. === Changes ==== Ruby/GObjectIntrospection * Fixes * Fixed a crash bug when (({GLib::Bytes})) is passed as an argument. == Ruby-GNOME2 3.2.2: 2018-04-02 This is a release to support Ruby 2.5 on Windows. === Changes ==== All * Windows: Added Ruby 2.5 support. [GitHub#1148][Reported by Andy Meneely] * Red Hat: Use (({pkgconfig(name)})) style. [GitHub#1117][Patch by Mamoru TASAKA] ==== Ruby/GLib2 * Improvements * (({GLib::Bytes#to_s})): Changed to return a frozen string to reduce data copy. * Migrated to (({TypedData})) from (({Data})). ==== Ruby/GObjectIntrospection * Improvements * Added (({nil})) argument check. * (({GObjectIntrospection::Loader#rubyish_method_name})): Added (({:n_in_args_offset})) option. * Suppressed a needless copy of (({GLib::Bytes})). * Added filename array support. [GitHub#1151][Patch by cedlemo] * Fixes * Fixed a overflow bug on 32bit. [Debian#766020][Reported by Mario Lang] [GitHub#1137][Forwarded by HIGUCHI Daisuke] ==== Ruby/GTK2 * Fixes * Fix the wrong number of arguments. [GitHub#1133][Reported by Mamoru TASAKA] ==== Ruby/GDK3 * Improvements * Ensured loading GDK 3. [GitHub#1126][Patch by cedlemo] * Fixes * (({Gdk::Screen.default})): Fixed a GC related crash. * (({Gtk::Widget#style_context})): Fixed a GC related crash. [GitHub#1149][Reported by Valentin Pelloin] ==== Ruby/GTK3 * Improvements * Added a tool palette demo. [GitHub#1116][Patch by cedlemo] * Added a shortcut demo. [GitHub#1120][Patch by cedlemo] * Updated demo. [Reported by Titouan Teyssier] [GitHub#1139][Patch by Titouan Teyssier] * Updated README. [GitHub#1127][Patch by cedlemo] * Fixes * (({Gtk::Container#add_child(child)})): Made workable again. ==== Ruby/Poppler * Fixes * (({Poppler::Page#thumbnail_size})): Fixed return value. [GitHub:rcairo/rcairo#51][Reported by Mamoru TASAKA] ==== Ruby/Gnumeric * Improvements * Improved .typelib for Gnumeric detection. [GitHub#1118][Reported by cedlemo] === Thanks * cedlemo * Mamoru TASAKA * Titouan Teyssier * Mario Lang * HIGUCHI Daisuke * Andy Meneely * Valentin Pelloin
2018-04-13Revbump associated with the upgrade of lang/ocamljaapb6-12/+12
(this is the upgrade from 4.06 to 4.06.1)
2018-04-13gcc 6.x also has problems with precompiled headers (found on earmv7hf).bouyer1-2/+2
2018-04-12Also est machdep.cpu.frequency, which is the sysctl's name on recent NetBSDbouyer3-3/+46
on arm. While there also check that the frequency changed before updating the gtk_label this makes the panel use much less CPU time. OK khorben@
2018-04-11qt5-qtquickcontrols2: fix links to .pc filesmarkd2-3/+10
2018-04-11qt5-qtlocation: fix links to .pc filesmarkd2-4/+5
2018-04-11qt5-qttools: fix links to .pc filesmarkd2-7/+4
2018-04-11qt5-qtmultimedia: fix links to .pc filesmarkd2-5/+4
2018-04-11qt5-qtdeclarative: fix links to .pc filesmarkd2-7/+5
2018-04-11kf5: update to 5.44.0markd45-185/+196
3 months of bugfixes.
2018-04-07{kded,kdesignerplugin,kguiaddons,kitemviews,kwidgetsaddons,kwindowsystem,kxm ↵markd7-49/+0
lgui}: remove Qt5Widgets hack r1.14 of src/external/gpl3/binutils/dist/bfd/elflink.c may fix the underlying problem but r1.55 of pkgsrc/x11/qt5-qtbase/Makefile means we no longer tickle it so remove.
2018-04-04gtk3: updated to 3.22.29adam2-12/+9
Changes in GTK+ 3.22.29 * Wayland - add an input method based on the text protocol * File chooser - Stop activating without double-click * Bugs fixed: GtkInfoBar not shown after calling gtk_widget_show Better deprecation information for GtkStatusIcon gdkscreen-x11: Don't try to calculate a refresh rate for RandR 1.3... GtkListBoxRow signal poorly documented * Translation updates
2018-04-03py-Tk: Darwin does not need libX11adam1-2/+2
2018-04-02*: reset maintainer for marino on his requestwiz1-3/+2
2018-03-31Do not just drop visibibility flags, it breaks modules downstream.joerg1-3/+2
Bump revision.
2018-03-31Revert previous, pkgsrc is even more on fire from it.maya1-2/+2
2018-03-31This is a for loop, keep appending.maya1-2/+2
2018-03-29qt5-{my|p}sql: sync with qt5-5.10.1adam4-14/+12
2018-03-29x11/ruby-tk: reset PKGREVISIONtaca1-2/+1
Reset PKGREVISION by updates of all ruby*-base packages.
2018-03-26add support for netbsd-6 and netbsd-7. sort of works. themrg2-4/+10
failures i see are more generic and not x11 at this point.
2018-03-24xtrap: update to 1.0.3.wiz2-8/+7
Alan Coopersmith (8): Add README with pointers to mailing lists, bugzilla, & git Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Assume signal handlers return void, as C89 requires config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS This is not a GNU project, so declare it foreign. configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 config: Remove unnecessary calls from configure.ac Eric S. Raymond (1): Bug 9522 - Markup problems on the xtrap.1x page Gaetan Nadon (1): config: update AC_PREREQ statement to 2.60 James Cloos (3): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Matt Turner (4): Makefile: Use _DEFAULT_SOURCE instead of _BSD_SOURCE configure: Depend on libXt Fix pointer-to-int-cast errors xtrap 1.0.3 Paulo Cesar Pereira de Andrade (2): Ansification and compile warning fixes. Janitor: Add matching prototypes to callback functions. Thomas Zimmermann (1): Bug 24530: Add $(AM_CFLAGS) to xtrap*_CFLAGS
2018-03-21st-term: Update x11/st-term to 0.8.1leot2-7/+7
Changes: 0.8.1 ----- Regression fixes: - Restore the old behaviour that the primary doesn't get deleted by a simple left click. Thanks, Daniel Tameling. - Fix regression from commit 69e32a6 when setting the title. Thanks, quinq. Fixes: - Fix use after free, this code was always fragile, but triggered using the rewritten code. - Don't modify argv: on some platforms (OpenBSD) arg.h used to change the exposed argv in tools using the kvm_* interface, such as ps and pgrep.
2018-03-20x11/ruby-gnome2-gtk: use ${RUBY_PKGPREFIX} instead of harcoded ruby24taca1-3/+2
Also remove no effective "ruby23" line. (forgottedn?)
2018-03-20x11/ruby-gnome2-gtk: use ${RUBY_PKGPREFIX} instead of harcoded ruby24taca1-2/+2
2018-03-17x11/ruby-tk-gem: update to 0.2.0taca2-9/+8
0.2.0 2017/08/01 * Update grid.rb to avoid NameError in lib/tk/grid.rb * Add msys2 library dependency tag in gem metadata
2018-03-15xf86-video-ati: update to 18.0.1.wiz2-7/+7
I'm pleased to announce the 18.0.1 release of xf86-video-ati, the Xorg driver for ATI/AMD Radeon GPUs supported by the radeon kernel driver. This release supports xserver versions 1.13-1.19. It also works with xserver 1.20 RC1, so unless something unexpected happens, it should work with xserver 1.20 as well. This is a bug-fix release addressing issues in 18.0.0. While those issues shouldn't affect most users, I recommend that all users of 18.0.0 update to 18.0.1. * The Xorg process could crash when multiple primary screens are configured in xorg.conf. * TearFree could trigger debugging messages in the pixman library
2018-03-15xf86-video-amdgpu: update to 18.0.1.wiz2-7/+7
I'm pleased to announce the 18.0.1 release of xf86-video-amdgpu, the Xorg driver for AMD Radeon GPUs supported by the amdgpu kernel driver. This release supports xserver versions 1.13-1.19. It also works with xserver 1.20 RC1, so unless something unexpected happens, it should work with xserver 1.20 as well. This is a bug-fix release addressing issues in 18.0.0. While those issues shouldn't affect most users, I recommend that all users of 18.0.0 update to 18.0.1. * The Xorg process could enter an infinite loop after a server reset (in configurations where Xorg doesn't terminate when the last client disconnects) * The Xorg process could crash when multiple primary screens are configured in xorg.conf. * TearFree could trigger debugging messages in the pixman library
2018-03-15dmenu: Update x11/dmenu to 4.8leot2-8/+7
Changes: 4.8 --- Features: - Add key bindings for moving to the word start or end: Mod1+b/^Left and Mod1+f/^Right. - Set class name on menu window (WM_CLASS). Fixes: - Fix a possible free of a uninitialize variable in paste().
2018-03-15st-term: Update x11/st-term to 0.8leot2-8/+7
Changes: 0.8 --- There are many features and code that has been rewritten. Particulary noteworthy is now a more clear separation of the X11/Xft code and the terminal emulator logic. Some peole have shown interest in writing a Wayland port, writing specific (fuzz) tests for the terminal emulator or reusing the terminal emulator code.
2018-03-14adjust the BUILTIN_VERSION_SCRIPT to match xorgproto 2018.1's xproto 7.0.32.mrg1-2/+4
2018-03-13fake up xorgproto support for native xsrc. it has some failingsmrg1-0/+57
but is likely sufficient: - add xorgproto support to x11-links, bump version - add a builtin.mk for xorgproto. check for the list of packages that xorgproto covers, eliding the few that native xsrc never installed, and making sure xproto is last. use the BUILTIN_VERSION_SCRIPT method to convert Version: 7.0.31 into the necessary 2018.1. the missing packages are a problem, but since we've never had a report about it, it's not a big problem. the things newer xorgproto has that are wanted may be a problem, but probably only for X11_TYPE!=native builds that don't really need these. longer term native xsrc will get xorgproto (and maybe even for netbsd-8), though i'm not sure it will help any unless we make our native xsrc install a fake xorgproto.pc that pkgsrc can find an use -- currently xorgproto installs .pc files for all the replaced packages, but not one for itself, so the hack of finding xproto version and switching may still be needed. ok @wiz.
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz382-707/+764
2018-03-11x11/Makefile: gtksourceview4wiz1-1/+2
2018-03-11gtksourceview2: mention this is version 2 of the widget.wiz2-3/+3
2018-03-11gtksourceview: mention this is version 1 of the widget.wiz2-4/+5
2018-03-11gtksourceview3: mention this is version 3 of the widget.wiz2-3/+5
2018-03-11x11/gtksourceview4: import gtksourceview4-4.0.0wiz6-0/+416
GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source code editor. This package contains major version 4 of the widget.
2018-03-10xbitmaps: update to 1.1.2.wiz2-8/+7
Alan Coopersmith (4): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Remove unused libdir setting from xbitmaps.pc xbitmaps 1.1.2 Emil Velikov (1): autogen.sh: use quoted string variables Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
2018-03-10ico: update to 1.0.5.wiz2-8/+7
Alan Coopersmith (11): config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Combine usage message array into single string Print which option was in error along with usage message Add -version option to print program version Make polygon info const - moves 22k from .data to .rodata Convert icoFatal() to be a varargs function Add -version to synopsis in man page Fix more sign-compare warnings ico 1.0.5 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
2018-03-10transset: update to 1.0.2.wiz2-12/+7
Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Only use property pointer if XGetWindowProperty returns success Fix warnings about signed vs. unsigned comparison transset 1.0.2
2018-03-10xwud: update to 1.0.5.wiz2-8/+7
Alan Coopersmith (6): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Mark Error() argument as const char * Print which option was in error along with usage message Add -version option to print program version xwud 1.0.5 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
2018-03-10xwininfo: update to 1.1.4.wiz2-7/+7
Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message Add -version option to print program version xwininfo 1.1.4 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Olivier Fourdan (1): xwininfo: do not segfault on IO error Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish