summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2019-01-29Pullup ticket #5902 - requested by markdbsiegert2-1/+13
x11/qt5-qtxmlpatterns: build fix Revisions pulled up: - x11/qt5-qtxmlpatterns/distinfo 1.9 - x11/qt5-qtxmlpatterns/patches/patch-src_imports_imports.pro 1.1 --- Module Name: pkgsrc Committed By: markd Date: Sun Jan 6 10:21:12 UTC 2019 Modified Files: pkgsrc/x11/qt5-qtxmlpatterns: distinfo Added Files: pkgsrc/x11/qt5-qtxmlpatterns/patches: patch-src_imports_imports.pro Log Message: qt5-qtxmlpatterns: never try to build xmllistmodel depends on qml module from qt5-qtdeclarative which would be a cyclic dependency
2018-12-29xf86-video-chips: update to 1.3.0.wiz2-8/+7
This is a maintenance release of Chips & Technologies DDX for X.Org X Server. No testing has been done due to the lack of equipment availability. Please note that the code may not compile against X Server 1.20 since it no longer supports 24-bit color. The DDX compiles cleanly without compilation warnings on X Server 1.19.6. Alan Coopersmith (3): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Update configure.ac bug URL for gitlab migration Emil Velikov (1): autogen.sh: use quoted string variables Kevin Brace (3): Use const char for xf86GetOptValString return type Suppress logical operation and parenthesis related compilation warning Version bumped to 1.3.0 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
2018-12-29xf86-video-neomagic: update to 1.3.0.wiz2-8/+7
This is a maintenance release of NeoMagic DDX for X.Org X Server. No testing has been done due to the lack of equipment availability. Please note that the code may not compile against X Server 1.20 since it no longer supports 24-bit color. [1] The DDX compiles cleanly without compilation warnings on X Server 1.19.6. Alan Coopersmith (3): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Update configure.ac bug URL for gitlab migration Emil Velikov (1): autogen.sh: use quoted string variables Kevin Brace (3): Eliminate unused variable compilation warning Suppress unused function compilation warning Version bumped to 1.3.0 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
2018-12-28x11/ruby-tk: clean up Makefiletaca1-6/+1
Remove code fragments for ruby18.
2018-12-26Fix LICENSE and make pkglint happierryoon2-6/+4
2018-12-25If ETIME is not defined, use ETIMEDOUT.sevan2-5/+12
via FreeBSD ports.
2018-12-22motif: update to 2.3.8.wiz9-165/+36
This is a bug fix release. * Fixed bug 1660: TextField leaves a residual cursor shadow on focus lose * Fixed bug 1659: Many cases of typos in horizontal/vertical conditions in the code * Fixed bug 1658: motif does crash on OpenSuse Leap 42.2 * Fixed bug 1656: TabStack with tabSelectColor and Right causes BadMatch Error * Fixed bug 1625: Open Motif build fails due to weak aliases on Darwin with cl * Fixed bug 1655: Motif 2.3.6 and 2.3.4 do not work with XQuartz 2.7.9 and later * Fixed bug 1652: Add support for more Cyrillic locales * Fixed bug 1650: Memory leak in DataF.c * Fixed bug 1651: motif-2.3.5 tarball contains lib/Xm/Xm.h file generated by configure * Fixed bug 1665: Closing open menus with mouse click disables keyboard shortcut
2018-12-18kitty: drop maintainership since i'm no longer using this.nia1-2/+2
2018-12-18x11vnc: update to 0.9.15tnn9-295/+43
x11vnc 0.9.15 2018-02-04 Misc. buffer overflow and memleak fixes. Support for OpenSSL 1.1.0. Fix for Debian bug #672435. x11vnc 0.9.14 2015-11-14 Added support for the X Composite Extension. Added XInput 2 multi-pointer support Separated x11vnc sources from LibVNCServer. The project is now hosted at GitHub.
2018-12-18...and a new patchadam1-0/+16
2018-12-18qt5: updated to 5.12.0adam83-617/+789
Just in time for the end of the year, we have released Qt 5.12 LTS today. This is a long-term-supported (LTS) release that we will support for 3 years to come. We have had a strong focus on quality and fixed more than 2000 bugs since the last Qt LTS version, Qt 5.9.7 – make that over 5000 bugfixes since Qt 5.6.3. Of course, this is only the start, and we will work hard on continuously improving the quality of Qt 5.12 in upcoming patches
2018-12-13wxGTK30: allow building on Darwinadam3-22/+20
2018-12-13revbump for boost 1.69.0adam21-42/+42
2018-12-13compton: update HOMEPAGEtnn1-2/+2
2018-12-12Update fox to 1.6.57.bsiegert2-8/+8
This supersedes the 1.6.56 update from PR pkg/52967. April 3 - FOX STABLE 1.6.57 Libtool flags added on behalf of FXRuby builds and missing UNICODE flag added for CYGWIN32 build. January 16 - FOX STABLE 1.6.56 Problem fixed in FXString vformat(). July 19 - FOX STABLE 1.6.55 Fix FXMemoryStream position() API: error code was set moving stream position to end of buffer. April 20 - FOX STABLE 1.6.54 Fix core dump using old GNU C Library or CYGWIN inside FXString::vformat.cpp. December 3 - FOX STABLE 1.6.53 Fixed typo in FXString::vformat.cpp. March 15 - FOX STABLE 1.6.51 Small fixes for 64-bit casts in dctest.cpp (compiler warning issues). JPEG image I/O color spaces handled better. FXApp input callback message ID for SEL_IO_EXCEPT was wrong. Change in how FXStat determines if a file is an executable (Windows).
2018-12-10*: recursive bump for poppler-0.72.0wiz1-2/+2
2018-12-10xf86-video-mga: update to 2.0.0.wiz2-8/+7
Alan Coopersmith (2): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Colin Walters (1): autogen.sh: Implement GNOME Build API Emil Velikov (2): autogen.sh: use quoted string variables xf86-video-mga: remove the GlxSetVisualConfigs stub and friends Henry Zhao (1): Write 8 bits instead of 32 to MGAREG_CACHEFLUSH Kevin Brace (8): Eliminate unused variables Eliminate set but unused variables Convert most HAVE_XAA_H conditional compilation labels to USE_XAA Suppression of a compilation error when XAA is not in use Version bumped to Version 1.6.900 Remove last remnants of old Matrox HAL Version bumped to Version 1.6.901 Version bumped to Version 2.0.0 Mathieu Larouche (2): xf86-video-mga: Add support for a new G200eH3 device xf86-video-mga: Fix to always set HiPri for G200e4 V2 Matthieu Herrb (1): Use fabs() to compute absolute value of floating point number. Mihail Konev (1): autogen: add default patch prefix Mikulas Patocka (5): mga_drv: fix a typo mga_drv: fix structure definition mga_drv: fix warning mga_drv: use exa by default mga_drv: fix image corruption due to memcpy reordering Nicolas Kaiser (1): fix typo in MGADRIMoveBuffersXAA() Peter Hutterer (2): configure: Drop AM_MAINTAINER_MODE autogen.sh: use exec instead of waiting for configure to finish
2018-12-10xf86-video-i128: update to 1.4.0.wiz3-38/+7
Adam Jackson (2): Don't bother to include vbe.h Remove mibstore.h Alan Coopersmith (1): Update configure.ac bug URL for gitlab migration Kevin Brace (2): Use const char for xf86GetOptValString return type Version bumped to Version 1.4.0 Laurent Carlier (1): Stop using deprecated xf86PciInfo.h Mihail Konev (1): autogen: add default patch prefix
2018-12-09Removed commented-out PKGREVISIONsadam2-6/+2
2018-12-09revbump after updating textproc/icuadam113-224/+226
2018-12-09tk: updated to 8.6.9adam4-46/+27
8.6.9: * (bug)[aa7679] crash using window after master destroyed * (bug)[6525e1] encoding leak in tkMacOSXProcessFiles * (bug)[925262] New option -state for ttk::scale * (bug)[fa8de7] Crash [ttk::checkbutton .x -variable {}] * (bug)[382712] Crash in [event generate . <KeyPress>] * (bug)[657c38] Crash in menu destroy with checkbutton entry * (bug)[de156e] Deny PRIMARY selection access in safe interps * (bug)[b68710] Fixes in [text] bindings * (bug)[e20d5c] Stop failures of textTag-18.1 * (bug)[5d991b] Fortify var traces against deleted vars * (bug)[1821174] Stop RenderBadPicture X error * (bug)[502e74] Stop X errors on untrusted connections * (bug)[71b131] Regression in Tk_DrawChars() * (bug)[59fccb] menu flaws when empty menubar clicked * (bug)[7423f9] improved legacy support for [tk_setPalette] * (bug)[6d5042] enable [tk inactive] on Mac OSX * (bug)[75d38f] fix touchpad scroll of listbox on win notebook * (bug)[de01e2] Crash in [$text replace] * (bug)[6ca257] Fix [wm resizable] on Mac OSX * (bug)[135696] Crash in [wm transient] * (bug)[309b42] Improve ttk high-contrast-mode support * (bug)[1088825] fix frame-2.17,3.9,3.10 on Mac * (bug)[fabed1] GIF photo support for "deferred clear code" * (feature) Modern full-screen support on Mac OSX * (bug)[1875c1] scrollbar on Mac OSX * (bug)[1ba71a] KeyRelease events on Mac OSX(walzer) * (bug)[3441086] error message in layout-2 * (bug)[05bd7f] vista theme for combobox * (bug)[382712] crash in KeyPress event handling * (bug)[6fcaaa] insertion cursor visibility in ttk::entry * (bug)[822923] cascade menu indicator color * (bug)[9658bc] borderwidth calculations on menu items * (bug)[ca403f] treeview border drawing * (bug)[4b555a] hang in [$text search -all] * (new platform) port to system changes in Mac OSX 10.14 * (bug)[6b22d4] [treeview] binding fix
2018-12-08Add a gtk2 option (default off), as proposed on tech-pkg@ on Nov 26.bouyer4-12/+185
At last opencpn and kicad have anoying display bugs when compiled with gtk3.
2018-12-07xf86-video-i740: update to 1.4.0.wiz2-8/+7
Alan Coopersmith (3): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Update configure.ac bug URL for gitlab migration Emil Velikov (1): autogen.sh: use quoted string variables Kevin Brace (2): Declare a variable only when XSERVER_LIBPCIACCESS is defined Version bumped to Version 1.4.0 Laurent Carlier (1): Stop using deprecated xf86PciInfo.h Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
2018-12-07Need pthread support, make sure a substitue is present if OS lacks supportsevan1-1/+2
natively, e.g Minix at present.
2018-12-03*: recursive bump for poppler-0.71.0 shlib bumpwiz1-2/+2
2018-12-01libxcb: update to 1.13.1.wiz2-7/+7
Release 1.13.1 (2018-09-27) =========================== * Don't flag extra reply in xcb_take_socket
2018-12-01xkeyboard-config: update to 2.25.wiz2-7/+7
2.25 Moving to gitlab 16 commits Translations updated
2018-12-01gtksourceview3: update to 3.24.9.wiz3-26/+9
News in 3.24.9, 2018-09-05 -------------------------- * New syntax highlighting definition file for: Logtalk. * Improvements to the syntax highlighting of: Haskell, C++, GLSL, and Markdown. * Performance improvements to space drawing. * Missing G_PARAM_DEPRECATED flag was added to :underline property * Various memory leak fixes. * Translation updates.
2018-12-01x11/compton: Some source files are under a new license.nia1-2/+2
2018-12-01x11/compton: Switch upstream to the same fork as Arch Linux, update to 4.0.nia4-22/+76
Take maintainership. Notable changes (no changelog is available): * [pkgsrc] Some dependencies made into options. * The paint-on-overlay configuration option was removed, and is now enabled by default. * The xrender-sync and xrender-sync-fence options were removed. * Moved most of the X functions (XShape, XComposite, Xrender, Xinerama, etc.) to xcb. * Moved from server side region (Xfixes) to client side (pixman). * Use libev for I/O and timeout events.
2018-11-30x11/aterm: Make these patch comments current.nia3-9/+5
2018-11-30x11/aterm: Update to 1.0.1.nia6-63/+43
Bit over 11 years late, but at least we got there in the end! ChangeLog: 2007-08-01 vae * adding CL generation to makefiles * fixing configure bug * preparing configure for 1.0.1 * changed MWM HINTS, re gentoo bug #139554. 2006-06-26 sasha * fixed compile errors when no XLocale is available 2006-03-29 sasha * converted main.c back to unix mode * converted screen.c back to unix mode 2006-02-17 sasha * fixed bug preventing from pasting more then 16Kb into aterm 2006-02-13 sasha * minor cleanups * fix for the high-ascii pasting in screen.c - need to use XA_STRING ??? 2006-01-08 sasha * added patch for background refresh on desktop changes in ion3 when pixmap has not changed 2005-12-21 sasha * added uninstall target to the top Makefile 2005-12-06 sasha * Added patch for XIM support gratiously provided by calkin@ieee.org 2005-09-19 sasha * updated mappings for F1-F4 to modern \033OP, etc. * possibly fixed pasting on 64bit systems 2005-09-06 sasha * updated contacts info in man page * applyed term size patch from daniel@roe.ch 2005-07-11 sasha * fixed geometry printing into stderr
2018-11-29Given that the launchd support is useless in the given form anyway, justjoerg2-13/+4
drop it. Bump revision.
2018-11-29Revert last, which is rather obviously wrong from the context of thejoerg1-3/+3
package.
2018-11-29proxymngr: make sure target directory for config exists.wiz1-2/+5
pkglint fix: Add PKG_SYSCONFBASE to BUILD_DEFS. Bump PKGREVISION.
2018-11-29Revbump for libcanberra gstreamer change.prlw127-54/+54
2018-11-29sortjnemeth1-2/+2
2018-11-28kitty: Deal with the PLIST thing properly. Pointed out by leot.nia2-9/+3
2018-11-28kitty: fix pycache version in PLIST.nia2-72/+79
2018-11-28x11/kitty: Import version 0.12.3nia7-1/+433
kitty - the fast, featureful, GPU based terminal emulator
2018-11-28Need pthread support, make sure a substitue is present if OS lacks supportsevan1-1/+2
natively, e.g Minix at present.
2018-11-27Revbump packages depending on gtkhtml314.bsiegert1-2/+2
2018-11-27xinit: correct outdated PLIST.Darwin entries.maya1-3/+3
From Louis Guillaume in PR pkg/53747
2018-11-24xcursor-vanilla-dmz: / at beginning of distfile path isn't needednia1-2/+2
2018-11-24x11/xcursor-capitaine: Import version 2.1nia5-1/+141
This is an x-cursor theme inspired by macOS and based on KDE Breeze. The theme was designed to pair well with the 'La Capitaine' icon pack.
2018-11-24x11/xcursor-vanilla-dmz: import version 0.4.5nia5-1/+229
This package contains the DMZ cursor themes, which are derived from the Industrial theme developed for the Ximian GNOME desktop. Black and white cursors are provided, in scalable formats.
2018-11-23Recursive revbump from multimedia/libvaryoon2-4/+4
2018-11-22ruby-{cairo,gnome}: Unbreak bad recursive revision bumps.jperkin2-4/+4
Some part of the revbump script obviously did the wrong thing here and replaced ${RUBY_PKGPREFIX} with whatever it expands to on the developer's local machine.
2018-11-22py-qt5: add dependency on py-sip-qt5markd1-2/+3
2018-11-22x11: add py-sip-qt5markd1-1/+2