summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2015-04-02Update to 0.1.2:wiz3-25/+6
Release 0.1.2 (2015-03-35) =========================== - Use CFSwapInt32LittleToHost from CoreFoundation.h on Mac OS X to implement le32toh. - Check submodules before running autoconf. - darwin: Use OSByteOrder.h rather than CF. - Perform safety check before trying to load glyph cursorHEADmaster
2015-04-02libdrm-2.4.60 (2015-03-19)tnn3-40/+6
Alan Coopersmith (2): Stop undefining _ATOMIC_TYPE in Solaris/NetBSD section of xf86atomic.h On Solaris, #include <sys/mkdev.h> in xf86drm.c Chih-Wei Huang (1): android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIES Damien Lespiau (1): build: Bump version number to 2.4.60 before release Daniel Vetter (7): intel: Unconditionally clear ioctl structs xf86drmMode: Unconditionally clear ioctl structs drm: use drmIoctl everywhere xf86drm: Unconditionally clear ioctl structs tests: remove intel-specific tests xf86drm: Fix ioctl struct clearing in drmGetVersion Revert "intel: Fix documentation for drm_intel_gem_bo_wait()" Emil Velikov (21): libdrm: fix the Android 64bit build autotools: add AM_DISTCHECK_CONFIGURE_FLAGS exynos_fimg2d_test: fix implicit funciton declaration errors tests: fix implicit funciton declaration errors autotools: add WARN_CFLAGS to all targets tests: remove unused variables exynos_fimg2d_test: remove unused variables tests/radeon: set the list* functions as inline automake: wrap an insanely long line configure: omap, freedreno and tegra require atomics configure: update help strings automake: drop the NULL variable from the makefile tests: move the SUBDIR at the top of the makefile tests: automake: keep the libs link at the final stage drm: add drmGet(Primary|Render)DeviceNameFromFd functions modetest: include into the build when libkms is not selected. configure: Stop using AM_MAINTAINER_MODE autogen.sh: handle out-of-tree invokation configure.ac: fix host_cpu/atomics detection configure.ac: fix help string copy/pasta configure.ac: error out if building freedreno_kgsl without freedreno Frank Binns (3): Rename DRM_NODE_RENDER to DRM_NODE_PRIMARY Add new drmOpenRender function Add new drmGetNodeTypeFromFd function Hyungwon Hwang (2): exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls exynos: remove DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls Jammy Zhou (2): Add new drmOpenWithType function (v4) Add new drmOpenOnceWithType function (v2) Jan Vesely (7): random: Use unsigned long for seed Fix gcc -Wextra warnings tests: String literals are const char * Fix type-limits, pointer-arith and sign-compare warnings dristat: Handle DRM_CONSISTENT Fix unused, and unused-but-set variables warnings Add static qualifier to local functions Jeff McGee (1): intel: Export total subslice and EU counts Jerome Glisse (1): nouveau: fix unlock nouveau_bo_name_ref() Kristian Høgsberg (1): intel: Fix documentation for drm_intel_gem_bo_wait() Maarten Lankhorst (4): Add atomic_inc_return to atomics. Use __sync_add_and_fetch instead of __sync_fetch_and_add for atomic_dec_and_test nouveau: make nouveau importing global buffers completely thread-safe, with tests nouveau: Do not add most bo's to the global bo list. Philipp Zabel (1): tests: add support for imx-drm Thomas Klausner (4): Fix libdrm's atomic_dec_and_test on Solaris. Add NetBSD atomic ops support. intel: Only define variable when it's used. nouveau: Remove unused static function. Tobias Jakobi (18): exynos: replace G2D_DOUBLE_TO_FIXED macro with function tests/exynos: fix typos and change wording tests/exynos: disable the G2D userptr/blend test tests/exynos: introduce wait_for_user_input exynos: introduce g2d_add_base_addr helper function tests/exynos: improve error handling exynos: fimg2d: remove TRUE/FALSE from header exynos: fimg2d: fix comment for G2D_COEFF_MODE_GB_COLOR exynos: fimg2d: unify register style exynos: fimg2d: introduce G2D_OP_INTERPOLATE exynos: fimg2d: whitespace fix in g2d_flush tests/exynos: fimg2d: add a checkerboard test exynos: add g2d_scale_and_blend exynos: honor the repeat mode in g2d_copy_with_scale exynos: use structure initialization instead of memset exynos: add exynos prefix to fimg2d header exynos: add fimg2d header to common includes exynos: fimg2d: follow-up fix for G2D_COEFF_MODE_GB_COLOR
2015-04-02Make xf86-video-* drivers build against xorg-server-1.17 in addition to thetnn71-53/+2464
old 1.12 server. Mostly from FDO git. (xf86-video-ati6 was manually ported)
2015-03-31Needs the Xdamage extension.joerg1-1/+2
2015-03-31Use unified syntax on ARM.joerg2-1/+15
2015-03-31Instruct ld to be more conservative with memory on NetBSD/ARM.joerg1-1/+5
2015-03-28SECURITY: Fix a division by zero when processing malformed BMP files.bsiegert3-2/+34
This fixes a division by 0 when processing a maliciously crafted BMP file. No impact beyond DoS. PKGREVISION++.
2015-03-26wx-config --ld already has a trailing -o, so just use that.joerg2-3/+13
2015-03-24SECURITY: add a fix from upstream for a DoS in the BMP handler. Bumpbsiegert3-3/+29
PKGREVISION. https://codereview.qt-project.org/#/c/107108/4 Fix a division by zero when processing malformed BMP files. This fixes a division by 0 when processing a maliciously crafted BMP file. No impact beyond DoS.
2015-03-24Fix build with LLVM IAS on ARM.joerg3-1/+29
2015-03-24Remove hash for deleted patch patch-Xfuncproto.h.indsainty1-2/+1
2015-03-21Pull upstream fix for NetBSD which also affects RPIs.tsutsui3-2/+127
https://bitbucket.org/arakiken/mlterm/commits/d2f31b50c2b90bf731ae2223a975d9bb6320478f > x_display_wscons.c: WSDISPLAYIO_GET_FBINFO is supported. Tested on RPI2 with the following change by jun@: http://mail-index.netbsd.org/source-changes/2015/01/21/msg062550.html > Newer Raspberry Pi firmware has changed the framebuffer from BGR to RGB. Bump PKGREVISION. (leaf package update)
2015-03-19Sync includes with main package.joerg1-1/+2
2015-03-19Drop override added by mistake.joerg1-4/+1
2015-03-19Needs BROKEN_GETTEXT_DETECTION=yesjperkin2-2/+6
2015-03-18As the name of the package implies, it is only working on OSX.joerg1-1/+3
2015-03-17Update to libXfont-1.5.1 for CVE-2015-1802, CVE-2015-1803, CVE-2015-1804.tnn2-6/+6
Alan Coopersmith (6): Remove unneeded checks for #ifndef X_NOT_POSIX Use 'imdent' to realign cpp indentation levels in fslibos.h bdfReadProperties: property count needs range check [CVE-2015-1802] bdfReadCharacters: bailout if a char's bitmap cannot be read [CVE-2015-1803] bdfReadCharacters: ensure metrics fit into xCharInfo struct [CVE-2015-1804] libXfont 1.5.1 Christos Zoulas (1): Set close-on-exec for font file I/O.
2015-03-17needs gzip(1) during buildtnn1-2/+2
2015-03-15Update to 1.0.9:wiz2-6/+7
This release now requires libX11 1.6 or later, and a C compiler less than 25 years old. Alan Coopersmith (3): Require ANSI C89 pre-processor, drop pre-C89 token pasting support Rename local err variable in XW_RSYM macro to avoid shadow warnings libXvMC 1.0.9 Michael Joost (1): Remove fallback for _XEatDataWords, require libX11 1.6 for it Yaakov Selkowitz (1): Fix linking with -Wl,--no-undefined on Linux
2015-03-15Update to 1.4.1:wiz2-7/+6
This release adds an optional "GUID" property for outputs, and corrects various errors in the previous version of the spec. Aaron Plattner (3): Add a "GUID" property spec: Move the GUID property into a new section since xrandr-1.4.0 was already released spec: RRCrtcChangeMask and RROutputChangeMask are not things Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (15): spec: add missing brackets between requests in encoding section spec: Correct length for RRCreateMode in encoding section spec: Fix typos in text spec: Update data type sections spec: Correct size of outputs in RRSetCrtcConfig encoding spec: Correct length calculation in encoding of gamma lists spec: correct sub-code values for RRProvider*Notify event encoding spec: Make description of RRProviderChangeNotify match encoding & header spec: Make encoding of RRGetProviders match description & header spec: Make encoding of RRGetProviderInfo match header spec: Add PROVIDER_CAPS encoding to Appendix A spec: Add config-timestamp to descriptions of OffloadSink & OutputSource spec: Correct lengths in encoding of OffloadSink & OutputSource Bug 73176 - randrproto typo (s/fundmentally/fundamentally) randrproto 1.4.1 Colin Walters (1): autogen.sh: Implement GNOME Build API Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15needs iconv(3)tnn1-1/+2
2015-03-14Update mlterm to 3.4.5.tsutsui3-10/+10
Changes noted in doc/en/ReleaseNote: ver 3.4.5 * Fix a bug which disabled to start mlconfig. (Enbugged at 3.4.4) * Fix hangup when mlconfig exits on cygwin+win32gdi+libssh2. * Enable to open a framebuffer device even if normal users aren't permitted to open it on Linux, FreeBSD and {Net|Open}BSD/wscons. ver 3.4.4 * Support DECBI(ESC 6), DECFI(ESC 9), DECIC(CSI'}), DECDC(CSI'~), DECST8C(CSI?W), DECSACE(CSI*x), DECRARA(CSI$t) and DECCARA(CSI$r). * libvte compatible library supports vte-2.91 API. (vte 0.38 or later) * Change the default value of --with-gtk of configure script from 2.0 to 3.0. * Change the default value of "use_clipboard" option from "false" to "true". * Show message on screen if you change settings by "proto:" shortcut. * OPEN_SCREEN or OPEN_PTY shortcut key opens pty with the same char encoding and executes the same command as the current screen connecting to a remote host via libssh2. * OSC 5380 without challenge doesn't return "#forbidden" but shows "key=value" on the screen temporarily. * "Alt" which equals to "Mod" is available in ~/.mlterm/key. * Bug fixes: Fix unexpected erasure at the bottom line of the screen if you use gnome-terminal 3.6.2 with libvte compatible library. Fix segfault in opening multiple ptys with the use of gnome-pty-helper. Fix error in compiling mlconfig with gtk+-3.x and libssh2. Fix saving wrong character set by DECSC etc if --boxdraw=unicode option is specified.
2015-03-14add build dependency on converters/libiconvtnn1-1/+3
(wants to include iconv.h but has no runtime dependency)
2015-03-14Update gtk2 to 2.24.27prlw13-8/+16
Overview of Changes from GTK+ 2.24.26 to 2.24.27 ================================================ * Bug fixes: 696505 Segfault on Windows x64: gtkstatusicon.c tries to put 64-bit... 745052 Icon theme code assumes directories with mtime 0 don't exist Don't leak pixel data in some error paths 745536 gdk: Fix GdkWindowFilter internal refcounting Overview of Changes from GTK+ 2.24.25 to 2.24.26 ================================================ * Bug fixes: 635380 gdk_event_apply_filters is unsafe against changes ... 738837 region leak 741060 Graphical artifacts drawn on Win32 since 4ecbef0791d4 741959 text input broken on OS X 10.5 from 2.24.19 onwards 743544 gtk2 autogen.sh fails with automake 1.15 743917 Gtk modules must be compatible with both gtk 2 and 3 gailbutton: Avoid a possible NULL dereference label: Avoid a possible NULL dereference Overview of Changes from GTK+ 2.24.24 to 2.24.25 ================================================ * Bug fixes: 689138 GtkButton: do not prelight in touchscreen mode 705054 Embed manifest into gtk-update-icon-cache.exe 729924 Crash while trying to print 731582 Please use AC_PATH_TOOL to improve cross-compile... 733689 Editing a GtkEntry with completion, causes CRITI... 734563 Fails to install due to typo in modules/input/Ma... 734879 gdk_test_simulate_key() has no implementation on... 735005 gdk_drawable_get_screen() used for mask, which i... 735428 gtk_main() tries to unlock an unlocked mutex Avoid a crash when using the pixbuf engine outside GTK+ * Other changes: - Build fixes for MS Visual C 2010 and later * Translation updates: Hungarian Overview of Changes from GTK+ 2.24.23 to 2.24.24 ================================================ * Bug fixes: 686170 gdk/win32: VK_SNAPSHOT maps to GDK_Print 693200 Printing via evince crashes badly when /tmp is not writable 696232 win32: do not crash on invalid utf8 conversion 711177 Print to file fails with default settings 711553 gdk/win32: remove extra allocation for \r removal 721895 Remove GtkIconCache 723366 GtkFileChooser crashes due to a signal connection left behind... 728745 win32: add more clipboard data checks to avoid crash 731967 Pixmap leak with GtkNotebook under mingw * Other changes: - This release changes the default behavior of gtk-update-icon-cache to not include image data into the icon cache. Use the new --include-image-data flag to get the old behavior back. * Translation updates: Hebrew Polish Overview of Changes from GTK+ 2.24.22 to 2.24.23 ================================================ * Bug fixes: 634146 Calls to g_win32_get_package_installation_directory_of_module()... 651224 null pointer dereferenced due to multiple bugs in gtkclipboard-... 665507 Pixmap via cairo DIB breaks gdk_gc_set_stipple() use 671538 memory and gdi leaks on windows xp 701751 GtkProgressBar causes warnings 704937 IME input method does not handle dead keys 705367 kqueue file monitor consumes file descriptors 708119 Wrong gdk_pixmap_new() parameters in documentation 708783 printing crashes gtk based apps (firefox, chromium, gimp, ...) 710936 GtkFileChooser: Incorrect Japanese message for an error dialog... 711110 GDK_HINT_MAX_SIZE ignored on Win32 711298 "Edit Scheduled Transaction" window way too modal 711552 Crash when processing list of GdkWindows 712536 Themes with specified gap_file, gap_start_file or gap_end_file... 722496 GtkFileChooser: fix documentation
2015-03-13Update gtksourceview3 to 3.14.3prlw12-6/+7
News in 3.14.3 -------------- * Bug fixes * Translation updates
2015-03-12Bump the ABI dependency as requiredkhorben1-2/+2
The ABI was changed in modular-xorg-server 1.12.4nb10, as required by the latest version of the Intel driver (x11/xf86-video-intel 2.99.917).
2015-03-12needs libintltnn1-1/+2
2015-03-12needs libintltnn1-1/+2
2015-03-12Upgrade termcap dependency to curses:tnn1-2/+2
xtermcap.h:64:20: fatal error: curses.h: No such file or directory
2015-03-10Drop support for ruby18.taca1-2/+2
2015-03-10Update to 1.6.3:wiz6-45/+18
This release of libX11 looks bigger than it is, due to a lot of spec/doc cleanup work that doesn't affect the code itself. There is still a good deal of bug fixes, code cleanup, locale improvements, and compose key table additions, including new UTF-8 compose sequences for: <Multi_key> <R> <equal> : "<U+20B9>" U20b9 # INDIAN RUPEE SIGN <Multi_key> <S> <semicolon> : "Ș" U0218 # LATIN CAPITAL LETTER S WITH COMMA BELOW <Multi_key> <s> <semicolon> : "ș" U0219 # LATIN SMALL LETTER S WITH COMMA BELOW <Multi_key> <T> <semicolon> : "Ț" U021A # LATIN CAPITAL LETTER T WITH COMMA BELOW <Multi_key> <t> <semicolon> : "ț" U021B # LATIN SMALL LETTER T WITH COMMA BELOW <Multi_key> <F> <U> : "<U+1F595>" U1F595 # REVERSED HAND WITH MIDDLE FINGER EXTENDED <Multi_key> <L> <L> <A> <P> : "<U+1F596>" U1F596 # RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS Alan Coopersmith (77): Xcms file parsing should not require the impossible to succeed Drop X_LOCALE fallback for OS'es without setlocale() unifdef -UISC XkbSelectEventDetails: remove unnecessary assignments _XkbReadGeomOverlay: check for NULL first, then use pointer Remove unused ETEST & ESZTEST macros from XlibInt.c Add RANDR 1.4 requests & events to XErrorDB Fix typos in Xrm.c comments Fix "follwing" typo in en_US.UTF-8/Compose comment XCreateGC.man: simplify table to work with Solaris tbl Add missing .TE tags to end tables in Xkb man pages Start adding Unicode 7.0 support to compose table specs/libX11: Fix x & y in parameter lists to be two separate parameters specs/libX11: Fix height & width in parameter lists to be two separate entries specs/libX11: Add missing spaces to 'unsignedint' & 'unsignedlong' types Fix map->num_types check in XkbAddKeyType() Fix validation of ctrls parameter to XkbGetPerClientControls() Use C99 named initializers to fill in events passed to XSendEvent specs/libX11: Correct value of IconicState to match Xutil.h specs/libX11: disengender a user reference specs/XKB: Convert header filenames to filename tags specs/XKB: Fix various markup issues in functiondecl tables specs/XKB: Add index specs/XKB: Convert to funcsynopsis+variablelist instead of informaltable specs/XKB: normalize <emphasis> layout in xml files specs/XKB: Markup function names as <function> instead of <emphasis> specs/XKB: Apply <emphasis> to semantic tag transformations from Xlib spec specs/XKB: Turn Chapter references into xref links specs/XKB: Turn section references into xref links specs/XKB: Turn Table references into links specs/XKB: Add <figure> tags and make Figure references link to them specs/XKB: make olinks to xkbproto for references in section 10.13 specs/XKB: Remove remaining xref comments specs/XKB: re-normalize <emphasis> layout in xml files specs/XKB: manually fixup some more emphasis tagging mismatches specs/XKB: Convert remaining error names to errorname tags specs/XKB: Markup function args as <parameter> instead of <emphasis> specs/XKB: Markup NULL as <symbol> instead of <emphasis> specs/XKB: Markup keysyms as <keysym> instead of <emphasis> specs/XKB: Use ° instead of o for degrees. specs/XKB: Markup XKB macros as <symbol> instead of <emphasis> specs/XKB: Markup *Rec as <structname> instead of <emphasis> specs/XKB: Markup *Ptr as <type> instead of <emphasis> specs/XKB: Markup symbol names in table entries too specs/XKB: Markup structs as <struct{name,field}> instead of <emphasis> specs/XKB: Markup characters & strings as <literal> instead of <emphasis> specs/XKB: Markup keyboard keys as <keycap> instead of <emphasis> specs/XKB: Markup protocol requests as <systemitem> instead of <emphasis> specs/XKB: Manual fixup of function name markup specs/XKB: Manual fixup of symbol name markup specs/XKB: Manual fixup of struct name/field markup specs/XKB: Manual fixup of parameter markup specs/XKB: Manual fixup of type markup specs/XKB: Markup key terms as <firstterm> instead of <emphasis> specs/XKB: fixup newlines between tags and parens specs/XKB: fixup newlines between tags and punctuation specs/XKB: Markup quoted terms as <quote> instead of with "" specs/XKB: make sure all files have DOCTYPEs so standard entities work specs/XKB: Markup some subtractions with &minus; instead of - specs/XKB: Markup some ranges with &ndash; instead of - specs/XKB: replace =&gt; with &rArr; for double arrows specs/XKB: replace -&gt; with &rarr; when used as arrow, not in C structs specs/XKB: remove unwanted white space around C -&gt; struct references specs/XKB: Table 4.1: remove page numbers & unnecessary para tags specs/XKB: add links to more tables listing section references specs/XKB: add links for terms in definition list under figure 1.1 specs/XKB: add some more links by hand specs/XKB: fixup various formatting issues in <literallayout>s specs/XKB: fixup various formatting issues in <programlisting>s specs/XKB: add some more indexterms by hand specs/XKB: Fix miscelleanous typos & spelling errors specs/XKB: Add olinks to libX11 for "X Library Functions Affected by Xkb" specs/XKB: Trim leading spaces off text lines specs/XKB: acknowledge my contributions specs/XKB: Markup fractions as <{super,sub}script> instead of <emphasis> Fix source paths for out-of-tree lintlib builds libX11 1.6.3 Andreas Schwab (1): Restore lost tabs in sed commands Benno Schulenberg (15): nls: Fix transposed locale identifier for Khmer. nls: Allowing Romanian Ă and ă to be composed also with lowercase <u>. nls: Adding compose sequences (with <parenleft> first) that GTK also has. nls: Ordering some compose sequences in a more customary way. nls: Adding accessible compose sequences for Ș and Ț (with comma below). nls: Adding the missing postfix sequences for composing vowels with ogoneks. nls: Adding the missing compose sequences with <comma> for O with ogonek. nls: Transform Brazilian compose file to an include plus three overrides. nls: Grouping the compose sequences for Dstroke/dstroke together. nls: Grouping a lone superscript minus together with its mates. nls: Adding the visual composing characters to two comment lines. nls: Add one lowercase compose variant for ®, to mirror those for ©. nls: Add a comment to the block of accented Hebrew letters. nls: Remove a duplicate locale name, and sort some others more strictly. nls: Sorting compose sequences rigorously in mirroring pairs, as is custom. Gabriel Souza Franco (1): Add double-arrow compose sequence Gaetan Nadon (1): makekeys: don't need to use target-specific CFLAGS Gioele Barabucci (1): Add compose sequence for U+20B9 INDIAN RUPEE SIGN Ingo Schwarze (1): Fix pasto in XkbGetKeyBehaviors(3) manual James Cloos (4): nls/en_US.UTF-8/Compose.pre: Fix typo. Revert "nls: Adding compose sequences (with <parenleft> first) that GTK also has." Add nls for cs_CZ.UTF-8 Add cs_CZ.UTF-8 locale to configure.ac Jon TURNEY (1): Don't try so hard to find a matching font with the given encoding Joonas Javanainen (1): Fix XErrorEvent struct field order in man page Marko Myllynen (1): Annotate Finnish Compose map with Unicode code points Owen W. Taylor (1): Fix XNextRequest() after direct usage of XCB Peter Hutterer (1): man: fix man page for XkbGetMap Ran Benita (5): nls: remove duplicate 'ohorn' and 'uhorn' compose sequences nls: always use XCOMM instead of # for comments in Compose.pre files Remove dead USE_OWN_COMPOSE-protected code xkb: fix misleading comment about consumed modifiers compose: fix the description of modifiers in compose sequences Reuben Thomas (1): en_US.UTF-8/Compose: Fix apparent copy-paste-o, changing capital to small A. Teemu Likonen (1): Fix "RING ABOVE" key in the Finnish compose file walter harms (8): libX11/lcGenConv.c fix: dereferenced before check libX11/XKBNames.c fix: dereferenced before check libX11/lcUTF8.c fix: dereferenced before check Remove redundant null checks before free Remove more redundant null checks before Xfree() libX11: rm redundante NULL checks rm redundant null checks lcDefConv.c: fix use before check
2015-03-09these should have bl3.mktnn2-0/+28
2015-03-09clean up whitespacetnn1-12/+12
2015-03-09Force a full dependency on libpciaccess in situations where we definitelytnn1-2/+3
need to link with it but might have included x11/xf86driproto's bl3.mk first, because we have: x11/xf86driproto/buildlink3.mk:BUILDLINK_DEPMETHOD.libpciaccess?= build (This issue appears only on non-x86 because on x86 we get libpciaccess through libdrm) Bump PKGREVISION to get the dependency expressed.
2015-03-09add comment to explain why libpciaccess is conditional heretnn1-1/+3
2015-03-09LOCALBASE -> PREFIXtnn1-2/+2
2015-03-09Update to 316:wiz2-6/+6
Patch #316 - 2015/03/07 revert change to make DCH honor top/bottom scrolling margins. For the record, both the VT420 and VT520 reference manuals incorrectly state that "DCH has no effect outside the scrolling margins." fix regression in DCH introduced in adjustment for limit-check in patch #315 (report/testcase by Zoltan Keri, also reported by Christian Weisgerber). correct default value for configure option --enable-initial-erase; it should be "False", but in patch #315 it was "Maybe", which differed from default set in patch #192. Patch #315 - 2015/03/02 change default for --enable-narrowproto for Cygwin to "no" to better match contemporary configurations (report by Jens Schweikhardt, prompted by <a href= "http://stackoverflow.com/questions/28137618/what-is-a-narrow-prototype-and-why-would-i-need-one/28334574?noredirect=1#comment45022128_28334574"> discussion). provide OSC 106 as an alternative to OSC 6, avoiding conflict with one of Terminal.app's undocumented escape sequences (report by Egmont Koblinger). fix an off-by-one in comparison when autowrap and left/right margins are combined (report by George Nachman). modify DECBI and DECFI to work outside the left/right margins, since the vague VT520 reference manual could support that interpretation (suggested by George Nachman). correct response for DECSCUSR in DECRQSS (report/analysis by George Nachman). add DECSLRM to list for DECRQSS in ctlseqs.ms (report by George Nachman). improve limit-checks versus assert's in the debugging version (reports by George Nachman). correct a problem with multiple writes to the right-margin when autowrap is turned off (report by George Nachman, also reported in Gnome #744819 by Ulf Magnusson). modify DCH to honor top/bottom and left/right margins (report by George Nachman). correct off-by-one in comparison so that DL honors left/right margins (report by George Nachman). correct logic of DECSCL, which always set 8-bit controls as a side-effect (report by George Nachman). correct loop limit for DECSED 1, when DECSCA is enabled (report by George Nachman). fix a entry in csi_table for "$", needed for CSI [ $ z (report by George Nachman). remove restriction from patch #279 changes on DECIC and DECDC to left-right mode (report by George Nachman). correct PID value returned in response to DECRQCRA (report/analysis by George Nachman). fix an ifdef'ing problem, where --disable-dec-locator would turn off logic needed for DECIC and DECDC (report by George Nachman). correct order of parameters in report for CSI 1 9 t, which gives the screensize in characters (report by George Nachman). add null pointer checks for a case in DECCRA where part of the target rectangle lies outside the screen limits (report by George Nachman). remove extra "6" for selective erase from DA1 response (report by George Nachman). support Xinerama screen specification in geometry parsing (patch by Nicolas George). add configure option --enable-initial-erase to set ptyInitialErase consistently with manpage, as well as adding a table in manpage to clarify the relationship between the resources related to the backarrow key (Debian #775952). add configure --enable-builtin-xpms to simplify compiling-in the icons introduced in <a href= "#xterm_284">patch #284 (prompted by discussion with William Bulley). fix/improve autoconf macros: CF_WITH_APP_DEFAULTS, add paths for OSX CF_WITH_MAN2HTML, configure option "--with-man2html" provides "man2html" as alternative to groff's man/html conversion fix some minor issues in manpage (Jens Schweikhardt).
2015-03-08Explictly allow build with ruby21-base.taca1-1/+2
2015-03-07Update to 1.1.4:wiz3-21/+6
Alan Coopersmith (8): Fix "no search will be preformed" typo in dialog box message Ensure fgets read at least one byte before modifying string config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Fix typos & wording issues in source comments Ask groff for text instead of postscript on Solaris xman 1.1.4 Jon TURNEY (1): Use same FORMAT command on cygwin as on linux in HANDLE_ROFFSEQ case as well Jörg Sonnenberger (1): Fix tautology to the intended check. Thomas Klausner (1): Fix shadow warning.
2015-03-04Update to 804.033:wiz4-49/+8
Tk-804.033 release (2015-02-21) ------------------ Tests New t/pod.t test (github pull request #16) Tk-804.032_501 release (2015-01-31) ---------------------- Fixes Teach perl/Tk where OS X Yosemite Xquartz puts the X11 files (github pull request #12) Pushstack experiment to workaround crashes with perl 5.20.x and XFT=0 (RT #96543) Tk::Text: don't insert ctrl and meta key presses (github issue #9) Fix memory leak in canvas text item handling with XFT=1 (RT #100211) Use public version of Perl_utf8_hop (RT #100878) FixBuggyUTF8String is not called anymore for new perls Improvements Use Cwd::getcwd() instead of Cwd::cwd() (performance improvement) Tests t/font.t does not fail with only one font family installed (RT #99411) unicode.t - update textwidget before examining new state (RT #100153) Compatibility with old Test::More versions without note() and isa_ok class check Workaround for core dumps in some fork-using tests (RT #100399) Workaround for more timing problems in wm-tcl.h Tk-804.032_500 release (2014-11-06) ---------------------- Fixes Freetype header files may now be in /usr/include/freetype2/freetype.h in newer freetype installations (e.g. Debian/jessie). https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740207 Tk::MainWindow::Create without args used to segfault. Fix X11 discovery on non-x86_64 platforms (RT #95590). Fix new sprintf warning with perl 5.21.x. Workaround behaviour change in ExtUtils::MakeMaker 6.99_10 (PERL value is now quoted), which caused build failures (RT #100044). Tests Fix race condition in t/errordialog.t t/create.t uses Test::More Remove useless hostname and getlogin retrieval in t/fileevent.t (RT #98889). Use pipe instead of stdin in t/fileevent2.t (RT #98891). Fix font-related issues with t/entry.t (RT #98831). Documentation New Pod ErrorDialog.pod (github pull request #6).
2015-03-03Imported xf86-video-intel 2.99.917khorben4-7/+33
This is the same version as found in xsrc, from which I have also imported the exact same patches. With this I can use the DRMKMS kernel from NetBSD 7 on my T440s laptop. I believe this is the latest release available for this driver.
2015-03-03Imported a patch from xsrc to implement RRSetChanged()khorben4-3/+42
With this I can build xf86-video-intel 2.99.917 with the same changes as found in xsrc.
2015-02-28Sync buildlink list with main package, in case libXxf86vm is not pickedjoerg1-1/+2
up otherwise.
2015-02-28.auto is not picked up by *, so help pkgsrc to findjoerg2-2/+8
config.guess/config.sub.
2015-02-28Update to 1.5.0.wiz4-88/+6
Despite the warning below, the server compiles fine and this version was used to update NetBSD's xsrc. As a reminder: *IMPORTANT* This release works with fontsproto 2.1.3 or later and is for use with xorg-server 1.16 and later. It will *not* work with older versions of fontsproto or xorg-server (prior to 1.15.99.901). libXfont provides the core of the legacy X11 font system, handling the index files (fonts.dir, fonts.alias, fonts.scale), the various font file formats, and rasterizing them. It is used by the X servers, the X Font Server (xfs), and some font utilities (bdftopcf for instance), but should not be used by normal X11 clients. X11 clients access fonts via either the new API's in libXft, or the legacy API's in libX11. This release includes all the security & bug fixes from libXfont 1.4.8, plus these additional significant changes: - Support for SNF font format (deprecated since X11R5 in 1991) is now disabled by default at build time. For now, adding --enable-snfformat to configure flags may re-enable it, but support may be fully removed in future libXfont releases. - Many compiler warnings cleaned up, including some which required API changes around type declarations (const char *, Pointer, etc.). - README file expanded to explain all the different formats/options.
2015-02-27Explicitly disable libgps support, to fix build if gpsd package happensmarkd1-1/+2
to be installed. Fixes PR pkg/49701.
2015-02-24Update to 1.1.4:wiz3-7/+9
This minor maintenance release provides the usual recent collection of man page maintenance, build configuration improvements and janitorial cleanups. Alan Coopersmith (7): Require ANSI C89 pre-processor, drop pre-C89 token pasting support Fix a couple sign comparison warnings Add XF86VidModeAddModeLine man page Add man/XF86VidModeAddModeLine.man file (missed in previous commit) Discard correct length for old-format replies in XF86VidModeGetGamma Tell the compiler it's unlikely we're talking to an XFree86 3.x server libXxf86vm 1.1.4 Eric S. Raymond (2): Eliminate use of .ta. Enable parsing of C prototypes in the synopsis into prototype markup. Michael Joost (1): Remove fallback for _XEatDataWords, require libX11 1.6 for it
2015-02-23Update to 1.3.5:wiz2-8/+6
Adam Jackson (1): Remove mibstore.h Matt Turner (1): xf86-video-i740 1.3.5 Matthieu Herrb (1): Fix loading the driver without XAA