Commit graph

12233 commits

Author SHA1 Message Date
wiz
e484e1258e Two more files are now installed. Bump PKGREVISION. 2014-08-24 09:38:23 +00:00
wiz
eb833a10ff Two more files are installed now. Bump PKGREVISION. 2014-08-24 07:30:50 +00:00
wiz
126d53ed7c Fix qmake to handle DESTDIR correctly.
From Niclas Rosenvik.
Bump PKGREVISION.
2014-08-23 20:25:11 +00:00
wiz
4847dddd6b Fix qmake to handle DESTDIR during installation.
From Niclas Rosenvik.
Bump PKGREVISION.
2014-08-23 20:09:31 +00:00
richard
64a67b5453 SunOS needs explicit -lnsl and -socket as well as XPG6 for libptytty 2014-08-23 15:31:55 +00:00
wiz
ae075e6d55 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
wiz
e272c1080b Fix linkage. For some reason, Qsci.so was not linked against
libqscintilla2, make it unusable by itself. Hardcode libqscintilla2
into LDFLAGS.

Bump PKGREVISION.
2014-08-22 09:08:39 +00:00
wiz
a2cec10dde Update to 2.8.3. Use Makefile.common of qt4-qscintilla.
v2.8.3 3rd July 2014
  - Added the QsciLexerCoffeeScript class.
  - Font sizes are now handled as floating point values rather than integers.
  - Bug fixes.

v2.8.2 26th May 2014
  - Added the QsciLexerAVS class.
  - Added the QsciLexerPO class.
  - Added the --sysroot, --no-sip-files and --no-qsci-api options to the Python
    bindings' configure.py.
  - Cross-compilation (specifically to iOS and Android) is now supported.
  - configure.py has been refactored and relicensed so that it can be used as a
    template for wrapping other bindings.
  - Bug fixes.

v2.8.1 14th March 2014
  - Added support for iOS and Android.
  - Added support for retina displays.
  - A qscintilla2.prf file is installed so that application .pro files only
    need to add CONFIG += qscintilla2.
  - Updated the keywords recognised by the Octave lexer.
  - Bug fixes.
2014-08-21 21:35:39 +00:00
wiz
f6b232b61e Update to 2.8.3. Split off common parts with py-qt4-qscintilla into
Makefile.common.

v2.8.3 3rd July 2014
  - Added the QsciLexerCoffeeScript class.
  - Font sizes are now handled as floating point values rather than integers.
  - Bug fixes.

v2.8.2 26th May 2014
  - Added the QsciLexerAVS class.
  - Added the QsciLexerPO class.
  - Added the --sysroot, --no-sip-files and --no-qsci-api options to the Python
    bindings' configure.py.
  - Cross-compilation (specifically to iOS and Android) is now supported.
  - configure.py has been refactored and relicensed so that it can be used as a
    template for wrapping other bindings.
  - Bug fixes.

v2.8.1 14th March 2014
  - Added support for iOS and Android.
  - Added support for retina displays.
  - A qscintilla2.prf file is installed so that application .pro files only
    need to add CONFIG += qscintilla2.
  - Updated the keywords recognised by the Octave lexer.
  - Bug fixes.
2014-08-21 21:35:06 +00:00
wiz
de23e2cc57 Update for py-sip-4.16/py-qt4-4.11 using patches from upstream git. 2014-08-21 21:34:33 +00:00
wiz
97d0c76d34 Update to 4.11.1:
v4.11.1 3rd July 2014
  - Added the -tr-function, -trUtf8-function and -translate-function command
    line options to pylupdate4.
  - Bug fixes.

v4.11 26th May 2014
  - By default a Python slot is only invoked if the underlying C++ instance
    still exists.
  - Added the no_receiver_check argument to connect().
  - Added support for Qt v4.8.6.
  - Added --target-py-version, --sysroot and --no-tools options to
    configure-ng.py.
  - Cross-compiling (specifically to iOS and Android when building against Qt
    v5) is now supported.
  - SIP v4.16 is now required.
  - Bug fixes.

v4.10.4 14th March 2014
  - Added the port of the webftpclient from Moritz Warning.
  - The --use-arch argument to configure.py can now be specified more than
    once.
  - Bug fixes.

v4.10.3 21st August 2013
  - Bug fixes.
2014-08-21 21:33:07 +00:00
wiz
1f4572677a Update to 4.16.2:
v4.16.2 3rd July 2014
  - Deprecated the %ConsolidatedModule directive as it won't be supported in
    SIP v5.
  - Bug fixes.

v4.16.1 9th June 2014
  - Bug fixes.

v4.16 26th May 2014
  - Added the /NoSetter/ variable annotation.
  - Added the -B option to sip.
  - Changed the handling of timelines (introducing a potential incompatibility)
    so that later versions of wrapped libraries can be wrapped so long as they
    are compatible with known versions.
  - Added support for the 'no_receiver_check' argument to connect() in PyQt
    v4.11.
  - Added the --configuration option to configure.py.
  - Added the --sysroot option to configure.py.
  - Added the --target-py-version option to configure.py.
  - Added the --no-tools option to configure.py.
  - Added the --use-qmake option to configure.py.
  - Bug fixes.

v4.15.5 14th March 2014
  - The use_arch argument of sipconfig.create_wrapper() can now specify a space
    separated set of architectures.
  - Bug fixes.

v4.15.4 8th January 2014
  - Added SIP_SSIZE_T_FORMAT to the C API.
  - Bug fixes (specifically for PyQt5).

v4.15.3 16th October 2013
  - Bug fixes (specifically for PyQtChart).

v4.15.2 14th September 2013
  - sipConvertToArray() will now optionally take ownership of the array memory.
  - Added support for char, unsigned char, short, int, float and double as
    array types.
  - Bug fixes.

v4.15.1 23rd August 2013
  - Fixes a regression in the handling of hidden virtual methods.

v4.15 21st August 2013
  - Added the call_super_init argument to the %Module directive to specify that
    classes should support cooperative multi-inheritance.
  - Added the %FinalisationCode directive.
  - Added the /Mixin/ class annotation.
  - Added the /NoScope/ enum annotation.
  - Added sipConvertFromNewPyType() to the C API.
  - Added sipConvertToArray() and sipConvertToTypedArray() to the C API.
  - Added sipRegisterProxyResolver() to the C API.
  - Bug fixes.
2014-08-21 21:32:38 +00:00
wiz
5f9023030c Remove py-qt3*, obsolete upstream and replaced by py-qt4*.
Remove last three packages using py-qt3 as announced on pkgsrc-users.
2014-08-21 21:30:19 +00:00
jperkin
802b6cce8e Fix build on SunOS (needs explicit -lintl -lresolv, handle no sigsetmask()). 2014-08-21 15:52:00 +00:00
jperkin
4c84e59f72 Fix build on SunOS (needs explicit -lX11 -lm). 2014-08-21 14:33:46 +00:00
wiz
3ea38ac2a2 Add fcntl.h for openat(). Might help build on NetBSD-6. 2014-08-21 10:37:47 +00:00
jperkin
4c87fa16f1 Fix build on SunOS (needs explicit -lX11). 2014-08-21 09:50:44 +00:00
jperkin
203cec4cbe Fix build on SunOS (needs explicit -lm). 2014-08-21 09:40:02 +00:00
dbj
a7219f2331 fix build on darwin, which does not install include/wx-3.0/wx/unix/fswatcher_inotify.h
see comments in wxWidgets-3.0.1/build/bakefiles/files.bkl for reasons
2014-08-20 07:07:32 +00:00
joerg
12b5f4ceb7 Don't test char16/char32 support as it isn't used. 2014-08-19 13:45:48 +00:00
wiz
8ea0ff68cd Mention how to use qt5 with cmake.
From Niclas Rosenvik.
Bump PKGREVISION.
2014-08-19 10:37:53 +00:00
wiz
ded9777e27 When installing mkspecs using 'cp -R' specify what should happen
to symlinks by adding '-L'. (The default is undefined per POSIX.)
This way, SunOS and other opsys have the same PLIST and we don't have
to care that buildlink3 doesn't symlink symlinks.

Addresses
https://mail-index.netbsd.org/tech-pkg/2012/01/21/msg008411.html

Solution suggested by Niclas Rosenvik in private mail.

Bump PKGREVISION.
2014-08-19 10:31:14 +00:00
wiz
bc26215904 Update to 1.0.1. No summary of changes found, git log at
http://cgit.freedesktop.org/xorg/driver/xf86-video-ast/
2014-08-17 17:43:58 +00:00
tsutsui
2b5935a1ae Update mlterm to 3.3.8.
pkgsrc changes:
 - remove post-3.3.7 fix patches

Changes noted in doc/en/ReleaseNote:

ver 3.3.8
* Support rectangle selection by pressing alt key while selecting.
* Support DECDMAC/DECINVM.
* Start scp by drag&drop a file with shift key to the screen on ssh connection.
* Add --seqfmt/vt_seq_format option.
* Read /dev/kbd on NetBSD/x68k framebuffer.
* Add "Auto detect" entry to "Encoding" tab of mlconfig.
* Add "Local echo" checkbox to "Others" tab in mlconfig.
* Bug fixes:
  Fix weird background picture on NetBSD/x68k Text VRAM by unexpectedly cached pixels.
2014-08-16 04:10:44 +00:00
wiz
a40de8048c Fix ffmpeg detection.
Bump PKGREVISION.
2014-08-14 13:03:23 +00:00
joerg
3285b38821 Fix build on NetBSD. Add missing libSM dependency. Sort dependencies.
Bump revision.
2014-08-13 22:32:43 +00:00
joerg
1ef2bc5af9 Explicitly depend on Lua 5.1. 2014-08-13 22:31:49 +00:00
adam
72ed0307eb Revbump after boost-libs update 2014-08-13 10:57:32 +00:00
wiz
2b8001ebba Fix pkg-config files (they contained duplicate lines, which made
pkg-config fall over). From Niclas Rosenvik in private mail.
Bump PKGREVISION.
2014-08-13 09:17:35 +00:00
wiz
6744ad3cea PKGREVISION bump for xine-lib ffmpeg1->ffmpeg2 change. 2014-08-13 08:24:50 +00:00
wiz
71c012bb7f Update to 1.9.1:
This release delivers several fixes & enhancements for the driver on
Solaris & NetBSD, including absolute positioning improvements for both.

Alan Coopersmith (4):
      Wrap some overly long lines
      Use asprintf (or Xprintf on old servers) instead of strdup+sprintf
      Update some outdated language in a comment on obsolete hardware
      xf86-input-mouse 1.9.1

Michael Thayer (2):
      Do not drop the result of protocol detection
      Make absolute input reporting in Solaris aware of resolution changes

Patrik Jakobsson (1):
      Add AC_SYSTEM_EXTENSIONS to expose asprintf with GNU libc

Thomas Klausner (4):
      Enable MSE_MISC on NetBSD as well.
      Make wsmouse (re-)init the version.
      For wsmouse, keep 3-button emulation status.
      Add support for absolute positioning (tablets).
2014-08-12 20:29:26 +00:00
hauke
00ca3edcba Update x11/xscreensaver to 5.29.
From the changelog:

5.29    * Downgraded to Xcode 5.0.2 to make it possible to build savers
          that will still run on 10.6 and 10.7.  Sigh.
        * Updated `webcollage' for recent changes.

5.28    * Fixed some compilation problems and intermittent crashes.
        * Turned off the OSX 10.6 enable_gc hack. It didn't work.

5.27    * New hacks, `tessellimage' and `projectiveplane'.
        * Added support for pthreads, because Dave Odell is a madman.
        * Updated `webcollage' for recent changes.
        * Minor iOS tweaks to the `analogtv' hacks.
        * X11: Don't assume Suspend = 0 implies "No DPMS".
        * Minor updates to `boxed' and `klein'.
        * Fixed possible crash in `apple2', `noseguy', `xmatrix', `shadebobs'.
        * Fixed possible crash in OSX preferences.
        * OSX Performance improvements.
        * Plugged some leaks.

5.26    * More auto-updater tweaks.

5.25    * Try harder to bypass Quarrantine and Gatekeeper in OSX installer.
        * Some files were missing from the tarball.

5.24    * Added "Automatically check for updates" option on OSX.
        * Updated feed-loading for recent Flickr changes.
        * Updated `webcollage' for recent Google changes.
        * Added Instagram and Bing as `webcollage' image sources.
        * Updated to latest autoconf.
        * Bug fixes.

5.23    * New hack, `geodesic'.
        * iOS and OSX: huge XCopyArea performance improvements.
        * More heuristics for using RSS feeds as image sources.
        * Improved Wikipedia parser.
        * Updated `webcollage' for recent Flickr changes.
        * Added Android to `bsod'.
        * OSX: Added a real installer.
        * iOS and OSX: fixed a font-metrics bug.
        * iOS: Fixed aspect ratio bug in non-rotating apps when launched in
          landscape mode.
        * Made `quasicrystal' work on weak graphics cards.
        * iOS: fixed `ifs'.
        * Better compression on icons, plists and XML files: smaller
          distribution and installation footprint.
        * Reverted that DEACTIVATE change. Bad idea.
        * `Phosphor' now supports amber as well as green.
2014-08-12 15:57:13 +00:00
wiz
5bce7a8784 Switch to ffmpeg1 instead of ffmpeg.
Note: some of these packages didn't build for me, e.g. osg, so I couldn't
verify them all.
2014-08-11 23:09:44 +00:00
markd
41ff823527 http://www.kde.org/info/security/advisory-20140730-1.txt 2014-08-11 21:18:03 +00:00
markd
8c7c314d6d Fix display of interlaced gifs with giflib5 2014-08-11 21:17:20 +00:00
wiz
c1d85b374a Add a patch in the hope it fixes the build with clang.
Still builds with gcc.
2014-08-10 17:36:09 +00:00
wiz
ca7e1499b4 Fix previous. 2014-08-10 13:25:40 +00:00
wiz
b696a5774e Include libexecinfo/bl3.mk on Darwin, Linux, and NetBSD.
(Compare x11/qt5-qtbase/patches/patch-qtwebkit_Source_WTF_wtf_Assertions.cpp)
From Niclas Rosenvik in PR 48609.
Bump PKGREVISION.
2014-08-10 13:24:54 +00:00
wiz
ebbb17e409 Add 2560x1440 to supported resolutions.
Native resolution on iMac 27".
Reported missing by Benjamin Lorenz in PR 49094.
Bump PKGREVISION.
2014-08-10 09:08:21 +00:00
wiz
1052b7ac5a + xtruss. 2014-08-09 16:34:39 +00:00
wiz
a2de036bcb Import xtruss-10030 as x11/xtruss.
Any programmer accustomed to writing programs on Linux or System
V-type Unixes will have encountered the program variously known as
strace or truss, which monitors another program and produces a
detailed log of every system call the program makes - in other
words, all the program's interactions with the OS kernel. This is
often an invaluable debugging tool, and almost as good an educational
one.

When it's a GUI program (or rather, the GUI-related behaviour of
a program) that you want to understand or debug, though, the level
of interaction with the OS kernel is rarely the most useful one.
More helpfully, one would like to log all the program's interactions
with the X server in the same way.

This package provides xtruss, an X protocol loggers. It has a
command-line syntax similar to strace in its default mode, you just
prefix "xtruss" to the same command line you would have run anyway
and its output format is also more like strace, putting requests
and responses on the same line of output where reasonably possible.
2014-08-09 16:29:52 +00:00
wiz
640da6258f Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
wiz
206dbe3e65 Update to 1.11:
Not only is there a new xcb-proto release, but we now also have libxcb 1.11.
This fixes some bugs that we had, e.g. with 64 bit fields and the present
extension.

Changes:

Alan Coopersmith (2):
      Document failure modes of xcb_connect*() functions
      Fix typos & awkward wording in tutorial

Alexander Mezin (1):
      xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_t

Daniel Martin (1):
      Handle <pad align="n" /> between lists

Gaetan Nadon (11):
      autoconf: use XORG_DEFAULT_OPTIONS
      autoconf: use the warning variables from xorg
      autoconf: AC_INIT: add bug url
      autoconf: comment and layout the initialization section
      autoconf: require libtool minimum level 2.2
      autoconf: fix warning by replacing deprecated AC_HELP_STRING
      autoconf: use default xorg configuration for doxygen documentation
      autoconf: replace all tabs with spaces
      man: build static man pages using xorg patterns
      generated man pages: build without hard coded extension
      generated man pages: use xorg footer and no hard coded extension

Jeremy Huddleston Sequoia (2):
      xcb_open: Minor code cleanup for better readability
      xcb_open: Improve abstraction for launchd secure sockets

Keith Packard (4):
      Only #include directly referenced module header files
      Validate .pc file Requires lines
      Update .pc file Requires lines to express full dependencies
      Ensure xcb owns socket and no other threads are writing before send_request

Kenneth Graunke (1):
      Force XCB event structures with 64-bit extended fields to be packed.

Michael Haubenwallner (1):
      bug#79986: include system headers early

Peter Harris (1):
      Support <pad align="n" />

Ran Benita (8):
      Add comments about how _xcb_conn_ret_error() works
      c_client.py: remove useless 'today' variable
      c_client.py: remove trailing whitespace
      c_client.py: prefix all monkey-patched fields with c_
      c_client.py: make the man page output deterministic
      c_client.py: remove useless generated comments
      c_client.py: remove trailing whitespace from generated files
      c_client.py: remove more trailing space from generated files

Uli Schlachter (6):
      Remove tabs and trailing whitespaces
      xcb_disconnect(): Fix leak with error connections
      Make xcb_disconnect(NULL) safe
      Add doxygen documentation to functions in xcbext.h
      Bump xcb-proto requirement to 1.11
      Release libxcb 1.11
2014-08-05 18:38:02 +00:00
wiz
56c040acd7 Update to 1.11, to match xcb-proto. 2014-08-05 18:37:29 +00:00
wiz
a5703c0a20 Update to 1.11:
Hi everyone,

once again we have a new xcb-proto release. And as always, this is mostly minor bug
fixes and things that libxcb 1.11 will need.

Thanks to everyone involved!

Changes:

Daniel Martin (9):
      xv: Add align. pad in struct AdaptorInfo
      xproto: Fix EnterNotify documentation
      schema: Set default attribute values
      schema: Add attribute 'name' to <fd>
      schema: Remove dec-or-hex-integer and hex-integer type
      schema: Restricted enum item values
      xinput: Add missing pad in DeviceResolutionCtl
      xinput: Add missing pad in XIChangeHierarchy
      xkb: Add missing modLatches as comment to LatchLockState

Keith Packard (1):
      Also track directly imported modules in a separate list

Peter Harris (4):
      Track pad count at the module level
      Support <pad align="n" />
      xkb: Use <pad align="4" /> in GetMap
      xkb: Fix use of nKTLevels

Ran Benita (1):
      Add <fd> to xml-xcb.txt

Robert Ancell (1):
      dri2: Add notes on lists that should be linked to their length fields but are not.

Uli Schlachter (1):
      Release xcb-proto 1.11

Vincent W. Chen (2):
      Remove extraneous spaces between <value> tags
      xprint: Fix <field type="STRING8"> in PrintGetAttributes reply
2014-08-05 18:37:08 +00:00
wiz
580108f5be Update to 1.4.3:
This minor bugfix release fixes gamma ramp calculations on GPUs with unusual
gamma table configurations, removes redundant "Setting reflection" messages when
- --verbose is specified, adds the ability for the -x and -y switches to be used
to undo previous reflections, and adds the missing --brightness option to the
- --help usage summary.

Aaron Plattner (1):
      xrandr 1.4.3

Connor Behan (2):
      Remove duplicate printing of the axis
      Allow -x and -y switches to undo themselves

Dominik Behr (1):
      xrandr: use full range for gamma table generation

Stéphane Aulery (1):
      Mention of --brightness with -h option

Thomas Klausner (1):
      Remove unnecessary parentheses.
2014-08-02 06:52:32 +00:00
jperkin
9f5deef43b Don't append LIBABISUFFIX to X11_LDFLAGS when using pkgsrc libX11. 2014-07-30 20:34:50 +00:00
dbj
07586783ab use LICENSE=gnu-lgpl-v2 and note exception in Makefile comment
install the lgpl.txt file as well in the pkg doc directory
change per discussion on tech-pkg@
2014-07-30 06:53:21 +00:00
wiz
266983fb0f Update to 2.4.56:
Libdrm 2.4.56 has been released. It fixes MSAA for the Radeon Hawaii GPU.

Andreas Boll (1):
      libdrm: Fix drm.h include in qxl drm header file

Marek Olšák (2):
      radeon: fix typo in sample split / fixes MSAA on Hawaii
      configure.ac: bump version to 2.4.56 for release
2014-07-29 21:30:44 +00:00
wiz
11b0fe7b8e Update to 310:
* update package/freebsd files based on xterm #309 port.
     * adapt  changes  from  Minux3.2  which  ported  xterm #197, to allow
       building  on  that  platform  both using imake as well as using the
       configure script.
     * update precompose.c based on Unicode 7.0
     * build-fix for --with-Xaw3dxft option (report by Emanuel Haupt).
2014-07-29 11:39:53 +00:00
jperkin
795dbdda09 Ensure RpathLoadFlags is used for all shared libraries, avoid hack for
sol7/x86 applying to all later releases.  Fixes various packages.

Bump PKGREVISION.
2014-07-28 14:38:17 +00:00
jperkin
6db59fa88f Add USE_TOOLS += flex, as per most recent SunOS bulk build. 2014-07-27 23:04:30 +00:00
ahoka
b91be238c0 Properly handle the alt key in terminals.
Patch from: https://bugzilla.gnome.org/show_bug.cgi?id=663779

Fixes PR pkg/48806
2014-07-27 20:45:10 +00:00
wiz
f88242352a Update to 7.4.0:
Adam Jackson (1):
      kms: Use own thunk function instead of shadowUpdatePackedWeak

Alex Deucher (7):
      bump version post release
      radeon: don't install colormap handling if there are no crtcs
      radeon: require libdrm 2.4.51
      radeon: enable tiling by default on CIK
      update man page to reflect tiling changes for CI parts
      radeon: require libdrm_radeon 2.4.54 for mullins support
      radeon: enable tiling for mullins

Dave Airlie (1):
      radeon: fix use-after-free in modesetting cleanup

Hans de Goede (4):
      radeon_open_drm_master get rid of unnecessary goto
      Add radeon_get_drm_master_fd helper function
      Add support for server managed fds
      Fix building on older servers without xf86platformBus.h

Jérôme Glisse (1):
      evergreen: fix shader constant upload on ppc

Maarten Lankhorst (2):
      return immediately in preinit when called with PROBE_DETECT
      bump version for release

Michel Dänzer (10):
      Only log debugging output about initializing colormaps when we're doing so
      Allow enabling glamor on R500 (and R300) class 3D engines as well.
      Build against glamor in the xserver tree if available
      dri2: Fix conflicting CreatePixmap usage flag definitions
      glamor: Fix test for creating shared pixmaps
      Adapt to load_cursor_argb signature change in xserver 1.15.99.902
      dri2: Handle PRIME for source buffer as well in radeon_dri2_copy_region2
      Revert "Adapt to load_cursor_argb signature change in xserver 1.15.99.902"
      Don't disable acceleration on >= SI on attempts to force EXA
      Rename Option "NoAccel" to "Accel"

Samuel Li (2):
      radeon: add support for Mullins.
      radeon: add Mullins pci ids.
2014-07-26 20:30:08 +00:00
wiz
600f801976 Update to 2.4.55:
Damien Lespiau (2):
      intel: Sync the command parser version parameter from kernel
      intel: Sync typo fix from the kernel sources.

Daniel Kurtz (8):
      eyxnos: install exynos tests if HAVE_INSTALL_TESTS
      exynos: fix two warnings
      exynos_fimg2d: fix cast from pointer to integer of different size
      exynos: remove unusable "run" target
      exynos_fimg2d_test: fix drmModeRmFB
      exynos: prime: use drmPrime*() helpers
      exynos: removed unused fd field
      drmOpenByName: remove redundant drmAvailable check

Maarten Lankhorst (2):
      exynos: do not build fimg2d_test when building without libkms support.
      bump to version 2.4.55 for release

Matt Roper (1):
      drm: Add universal plane capability bit and plane type enums

Rob Clark (2):
      freedreno: sync kernel header
      freedreno: add chip-id property

Thomas Klausner (2):
      radeon: Remove superfluous parentheses.
      radeon: Add missing header includes.

Tobias Jakobi (3):
      exynos: fix coordinate computation in g2d_copy
      exynos: fix G2D_DOUBLE_TO_FIXED for non-integer input
      exynos: fix scaling factor computation in g2d_copy_with_scale

Tvrtko Ursulin (1):
      intel: Add new userptr ioctl
2014-07-25 15:32:22 +00:00
jperkin
5204976872 Ensure a LOCALBASE rpath is added to all binaries on SunOS, not just
libraries.  Fixes a large number of check-shlibs-elf.awk failures.

Bump PKGREVISION.
2014-07-25 14:02:12 +00:00
markd
a1098c5f5a Fix for http://www.kde.org/info/security/advisory-20140618-1.txt
Bump PKGREVISION.
2014-07-24 21:30:10 +00:00
jperkin
5ecd01f5bd Apply some patches to fix x11/qt5-qtmultimedia build on SunOS. 2014-07-24 15:51:56 +00:00
wiz
8b1754eb17 Update to 1.3.3:
Time for a release before the accumulated patches are old enough to vote.
Two new requirements: libX11 1.6 and a C89 preprocessor.

Alan Coopersmith (4):
      Replace sprintf with snprintf when looking up extension error strings
      Require ANSI C89 pre-processor, drop pre-C89 token pasting support
      Remove fallback for _XEatDataWords, require libX11 1.6 for it
      XeviGetVisualInfo: Free & clear *evi_return, not evi_return pointer

Keith Packard (1):
      Xge: remove warning messages about missing Xge extension event translations

Nathan Kidd (1):
      Stricter event error checking

Peter Hutterer (1):
      libXext 1.3.3
2014-07-24 06:32:36 +00:00
wiz
31e5f3147d Add comment:
when updating this, also update py-qt4-qscintilla
XXX: these two should share a Makefile.common
2014-07-22 17:55:16 +00:00
wiz
63e1a57765 Revert update; there's also py-qt4-qscintilla and I'm not prepared
to touch that right now.
2014-07-22 17:52:11 +00:00
wiz
913b9e9fc8 Update to 2.8.2:
v2.8.2 26th May 2014
  - Added the QsciLexerAVS class.
  - Added the QsciLexerPO class.
  - Added the --sysroot, --no-sip-files and --no-qsci-api options to the Python
    bindings' configure.py.
  - Cross-compilation (specifically to iOS and Android) is now supported.
  - configure.py has been refactored and relicensed so that it can be used as a
    template for wrapping other bindings.
  - Bug fixes.

v2.8.1 14th March 2014
  - Added support for iOS and Android.
  - Added support for retina displays.
  - A qscintilla2.prf file is installed so that application .pro files only
    need to add CONFIG += qscintilla2.
  - Updated the keywords recognised by the Octave lexer.
  - Bug fixes.
2014-07-22 17:41:10 +00:00
wiz
15597e7da4 Update qt4 packages to 4.8.6.
Qt 4.8.6 provides overall over 200 improvements and bug fixes, for
example:

    Security Fix for XML Entity Expansion Denial of Service (the
    "Billion Laughs" attack)
    Better support for Mac OS X 10.9 Mavericks
    Many customer requested bug fixes, for example QTBUG-15116,
    QTBUG-21371, QTBUG-8990, QTBUG-28601, QTBUG-20946, QTBUG-30276,
    QTBUG-29572 and QTBUG-13237 (just to name a few)
    MinGW binary packages are now built with MinGW-w64 based
    toolchain with gcc 4.8.2
    Basque translation added and many other translations improved
2014-07-22 17:01:51 +00:00
wiz
0e0db09fc6 Update to 309:
Patch #309 - 2014/07/13

     * modify  configure  script  to  work  around  debris left by XQuartz
       upgrades.
     * modify test-package scripts to enable ReGIS graphics.
     * improvements/additions  to ReGIS graphics, e.g., drawing text (Ross
       Comb).
     * add  --with-Xaw3dxft,  to  link  with Xaw 3d xft library (Stephen P
       Wall).
     * amend  reset  for cursor-shape to take into account cursorUnderline
       resource (report by Christian Weisgerber).
     * update config.guess, config.sub
2014-07-22 09:46:20 +00:00
tsutsui
e1f4b88adb Update mlterm to 3.3.7.
pkgsrc changes:
 - remove post-3.3.6 fix patches
 - pull post-3.3.7 fix patches
   (see patch comments for details)

Changes noted in doc/en/ReleaseNote:

ver 3.3.7
* Enable image processing on background terminals.
* Improve the performance of processing images on 8 or less bpp framebuffer.
* Support SGR 5, 9, 21, 25 and 29.
* Support DECFRA, SL and SR.
* Starting mlterm with -j option executes mlclient if daemon process has already
  started.
* Change the maximum number of "U+XXXX-XXXX" in ~/.mlterm/(t,v,)(aa)font
  from 7 to 511.
* Add "unlimted" to "Backlog size" entry in mlconfig.
  Add "UNICODE (ARABIC)" and "UNICODE (EMOJI)" to "Font name" entry.
* Add --it/it_color, --bl/bl_color and --co/co_color options.
* Add --itfont/use_italic_font option.
* Add --bisep/bidi_separators option.
* Add --fullwidth/unicode_full_width_areas option.
* Add --working-directory/working_directory option.
* Add --deffont option.
* Disable "_HALFWIDTH" suffix in ~/.mlterm/(t,v)(aa)font files.
* Drop --ucsprop/use_unicode_property option.
* Bug fixes:
  Fix the failure of saving font configurations from mlconfig.
  Fix the bug which sometimes causes the failure of searching closest colors on X/8bpp.
2014-07-21 15:42:56 +00:00
asau
72fdf521e7 Fix packaging on FreeBSD 10. 2014-07-21 11:55:37 +00:00
obache
dfa8612072 Use detected fixesproto.pc. 2014-07-21 09:12:03 +00:00
dbj
6676166fc8 Create wxGTK30 package for wxWidgets 3.0.1 2014-07-21 06:53:24 +00:00
wiz
7a15a6cf9f Fix NetBSD and Solaris atomic_dec_and_test.
Based on similar patch for xsrc from Taylor R Campbell.

Bump PKGREVISION.
2014-07-20 08:29:27 +00:00
richard
0de0f4139c fix CONFIG_SHELL for bash to correctly use TOOLS_PATH 2014-07-19 20:32:15 +00:00
ryoon
c80b8fb700 Update to 2.2.8
Changelog:
Version 2.2.8 (16 July 2014)
-------------

        Correct testing of minimum values in Extension::real_to_double()
        and Extension::list_to_vector_double() (extension.h).

        Deal properly with unexpected out-of-memory conditions in
        executing Extension::exec() and Extension::exec_shared()
        (extension.h).

        Minor code refactoring in EmitterArg::connect() and
        SafeEmitterArg::connect() (emitter.h).

        Update documentation (callback.h, emitter.h, extension.h,
        notifier.h, parallel.h, task_manager.h).
2014-07-19 06:49:27 +00:00
ryoon
e5d4c76120 Add c++-gtk-utils 2014-07-19 06:40:50 +00:00
ryoon
bbb1abd212 Import c++-gtk-utils-2.2.7 as x11/c++-gtk-utils.
c++-gtk-utils is a lightweight library containing a number of
classes and functions for programming GTK+ programs using C++ in
POSIX (unix-like) environments, where the user does not want to
use a full-on wrapper such as gtkmm or wxWidgets, or is concerned
about exception safety or thread safety of the wrapper and their
documentation. It is parallel installable for both GTK+2 and GTK+3.
There is also an option to install a subset of the library with
only glib/gobject/gio support, without GTK+.
2014-07-19 06:39:31 +00:00
wiz
f28660892d Update to 1.7.4:
More locking bugs fixed, so here's a minor release to make packaging
easier.
2014-07-19 06:12:44 +00:00
jperkin
e0c67f101b Fix assignment. 2014-07-18 14:30:15 +00:00
obache
8266b5c33d Fixes for old native modular X, as NetBSD-5.
* go to buildlink with fixesproto4 if using monolithic X.
* bump API_DEPENDS, older will be handled by fixesproto4.
* set xextprot requirement if using fixesproto from pkgsrc (XXX >=5.0).
* simplify builtin.mk, older will be handled by fixesproto4.
2014-07-18 05:25:42 +00:00
szptvlfn
6a572d5b3e Bump PKGREVISION for hs-dlist-0.7.1 2014-07-16 21:05:04 +00:00
jperkin
63bd31ecb4 Various patches to fix x11/qt5-qtdeclarative on SunOS. 2014-07-14 16:32:14 +00:00
jperkin
4e641c53bb SunOS needs -D__EXTENSIONS__ for posix_fallocate(). 2014-07-14 10:41:13 +00:00
mbalmer
3a57254884 Update XaoS to version 3.6. From Olaf 'Rhialto' Seibert, thanks!
Closes PR/48836.
2014-07-13 09:17:04 +00:00
wiz
539e81d372 Update to 0.32.6:
A new pixman release 0.32.6 is now available. This is a stable release
in the 0.32 series containing fixes for exported symbols on MIPS,
compiling with the Intel compiler, and for an integer overflow bug.
2014-07-12 14:51:04 +00:00
wiz
11f3d422ba Update to 308. Changes for 308 unknown; I only know that they were posted
on freshcode, but that's dead.

Changes in 307:
This release fixes several display issues remaining from the changes
to support italics.
2014-07-12 14:41:04 +00:00
wiz
e175a7b91a Update to 1.7.3:
Two important patches fixing deadlocks when using XIPassiveGrab requests.
You're recommended to updated.

Note that we now require libX11 1.6, that's a new dependency over 1.7.2 but
it's over a year old by now anyway.

Jasper St. Pierre (2):
      XIPassiveGrab: Fix display locking inside _XIPassiveGrabDevice for error paths
      XIPassiveGrab: Fix completely broken locking in XIGrabTouchBegin

Keith Packard (1):
      man: Update XIQueryVersion docs to match new version compatibility semantics

Michael Joost (1):
      Remove fallback for _XEatDataWords, require libX11 1.6 for it

Peter Hutterer (1):
      libXi 1.7.3
2014-07-12 14:38:18 +00:00
obache
b85d203701 xproto>=7.0.17 is directly required to build. 2014-07-12 12:03:42 +00:00
obache
e9a98fe3e3 libXfixes-5.0.x require fixesproto>=5.0 to build. 2014-07-12 11:24:52 +00:00
dholland
e6640738f1 add missing libX11 buildlink; PKGREVISION -> 9. 2014-06-29 06:07:30 +00:00
schmonz
3c1f83cf57 Apply patch from RT to force intended precedence. Add missing
dependency on Module::Pluggable. Tests pass, and with these changes
p5-Wx builds again on NetBSD. Bump PKGREVISION.
2014-06-27 03:29:03 +00:00
wiz
a9dc16a509 Bump PKGREVISION for cups -> cups15 change. 2014-06-18 09:28:16 +00:00
wiz
a5caa2b4a1 Switch all cups packages to use cups15. 2014-06-18 09:26:09 +00:00
wiz
e0a4d8be74 Update to 0.3.9:
Alan Coopersmith (1):
      Mark DEPTH_MASK as Unsigned int

Arnaud Fontaine (3):
      Add autogen.sh to EXTRA_DIST.
      Follow changes in m4 submodule.
      Release 0.3.9

Gaetan Nadon (9):
      config: add bug URL to AC_INIT
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
      config: use AC_CONFIG_HEADERS to create a config.h file
      config: remove old dead code for documentation
      config: add missing COPYING file
      make: use AM_CPPFLAGS rather than per-target libxcb_render_util_la_CPPFLAGS
      make: using EXTRA_DIST for xcb-renderutil.pc.in is redundant
      make: there should be no attempt to remove any Makefile.in file
      make: compile the library with standard xorg warning flags

Jochen Keil (1):
      Fix compilation and linking issues with C++

Niclas Zeising (1):
      Check submodules before running autoconf.
2014-06-13 07:41:15 +00:00
wiz
b8826b0bbc Fix .so usage. Bump PKGREVISION. 2014-06-10 19:50:11 +00:00
joerg
a8dd640f08 Bump PostgreSQL default version to 9.3. 2014-06-10 14:21:37 +00:00
joerg
33da08147f Use PAM_DEFAULT directly 2014-06-10 13:53:47 +00:00
ryoon
31da25953c Recursive revbump from pulseaudio-5.0 2014-06-09 14:18:04 +00:00
wiz
6e53648c52 Update to 306: fix incomplete implementation of new SGRs 2014-06-09 12:31:45 +00:00
tsutsui
2f4afbad10 Pull post-3.3.6 fixes and improvements from upstream.
* Fix the failure of saving font configurations from mlconfig.
http://sourceforge.net/projects/mlterm/files/01release/mlterm-3.3.6/mlterm-3.3.6-fixes.patch/download
 * x_display_get_closest_color() caches 512 + 64 pixels.
f3ea4bb791

Bump PKGREVISION.
2014-06-08 16:46:25 +00:00
wiz
71a0bb40e2 Bump PKGREVISION for exiv2 shlib major bump 2014-06-07 12:11:23 +00:00
wiz
7ef8679bd8 Update to 1.4.1:
This version corrects several bugs which caused xscope to incorrectly
decode some protocol replies or events, and fixes a build issue on Solaris.
2014-06-07 06:54:41 +00:00
wiz
9dbe1d0601 Update to 1.0.9:
This release fixes a number of issues found by static analysis and
compiler warnings, and other minor code cleanups.  On systems with
arc4random() in either libc or libbsd, it will now use that function
for generating authentication cookies.
2014-06-07 06:53:34 +00:00
wiz
44dfc611ae Update to 305:
This release reviewed/improved features reset on "hard reset" and
implemented four SGRs, for completeness. There were several other
minor fixes/improvements.
2014-06-06 12:22:43 +00:00
wiz
36ca80e26e Update to 2.3.2:
This release fixes a build issue with FreeType 2.5.1 & later, and
fixes the prototypes in the man page for XftDrawString8 & XftDrawRect.
2014-06-06 07:05:52 +00:00
wiz
6e4c8dab77 Use default font path. Bump PKGREVISION. 2014-06-01 18:47:24 +00:00
wiz
f747d5d522 Update font path reference. Bump PKGREVISION. 2014-06-01 17:56:57 +00:00
tsutsui
4381ea52ab Update mlterm to 3.3.6.
pkgsrc changes:
 - remove post-3.3.5 fix patches

Changes noted in doc/en/ReleaseNote:

ver 3.3.6
* Support fcitx. (Experimental)
* Support scrollbar on Android.
* Remove the original "simple" scrollbar and link "sample" scrollbar statically
  to mlterm as "simple" one. Rename "sample2" scrollbar to "sample".
* Bug fixes:
  Fix partially corrupt screen in drawing animation gif.
  Fix https://twitter.com/yoshikaw/status/462125454107738112
  Fix corrupt screen in drawing large images.
  Fix https://twitter.com/kefir_/status/467340224628924416
  Fix the corrupt scrolling in vertical mode.
2014-06-01 16:00:30 +00:00
wiz
d5b352f059 Update to 1.0.6:
This minor release includes some code cleanups & improved error messaging.
2014-06-01 08:03:27 +00:00
ryoon
7e2dc758b8 DragonFly 3.6.2 has its own PLIST like FreeBSD. Fix packaging. 2014-06-01 06:37:46 +00:00
wiz
c26f5ca940 libungif is not relevant any longer since the GIF relevant patents
expired (about 10 years ago).

Unconditionally switch to libgif.

As discussed on tech-pkg without dissent.

Bump PKGREVISION.
2014-05-31 15:56:26 +00:00
tron
02ad2d616b Fix build with Perl 5.20.0. 2014-05-31 09:54:23 +00:00
tron
418dfb8616 Update homepage URL. 2014-05-31 08:30:37 +00:00
wiz
1be3c2ba3b Update to 2.3.1:
Just a simple maintenance release. User-visible changes include
one invalid #define fixed in the header file and the conditional
removal of the "Pointer" typedef to avoid name clashes and the
matching changes of the struct tmask.

Note: unless _XITYPEDEF_POINTER is defined, the Pointer typedef is
still there, so we're not breaking anything here. And the struct
tmask is only used by the server anyway and shouldn't be in the
header to begin with.
2014-05-30 12:52:39 +00:00
wiz
6d78fcb426 Add patch from upstream to silence qt5 warning:
nls/en_US.UTF-8/Compose.pre: Fix typo.

    Fix typo added in 215ce6a67863, s/actute/acute/.

    Fixes bug #69476.  Reported by Jean Krohn.

    Signed-off-by: James Cloos <cloos@jhcloos.com>

Bump PKGREVISION.
2014-05-30 12:51:29 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
rodent
34b9a125a9 Needs to link against pthread on OpenBSD. print/ghostscript-gpl exposed the
issue during configure.
2014-05-29 00:39:47 +00:00
wiz
3cc0e2252c Update to 2.12:
2.12	10 bugs fixed
	More code cleanup
	Translations updated
2014-05-28 05:55:22 +00:00
rodent
f35c689221 libXext build failure on OpenBSD exposed libX11 test failing during
configure due to missing pthread library. Buildlink pthread. Don't hardcode
-pthread for OSF1, MirBSD, and OpenBSD, but use PTHREAD_{C,LD}FLAGS
instead. Add pthread in bl3, but for the above targets.
2014-05-27 04:45:33 +00:00
wiz
e0d587cdd1 + hyena. 2014-05-26 09:30:48 +00:00
wiz
cf4cae0c0f Import hyena-0.5nb1 as x11/hyena, packaged for wip by jihbed and myself.
Hyena is a C# library used to make awesome applications. It contains
a lot of random things, including useful data structures, a
Sqlite-based db layer, cool widgets, a JSON library, a smart job/task
scheduler, a user-query/search parser, and much more. It's particularly
useful for Gtk# applications, though only the Hyena.Gui assembly
requires Gtk#.
2014-05-26 09:24:56 +00:00
bouyer
4df7c71a89 Enable --enable-graphics_ctx, as proposed on tech-pkg@.
Needed by upcoming geography/opencpn. Major linux distro seems to have it
enabled by default.
This package now depends on cairo.
Bump PKGREVISION.
Dependant packages not bumped, as the library should be ABI backward-compatible
(tested with kicad).PKGREVISION.
Dependant packages not bumped, as the library should be ABI backward-compatible
(tested with cad/kicad).
2014-05-25 18:21:31 +00:00
obache
b97364ef42 Revbump after updating graphics/giflib 2014-05-25 09:19:37 +00:00
obache
1aa592e498 Fixes error handling bug introduced in patch for glflib-5.0.4. 2014-05-25 09:18:06 +00:00
obache
c38e6438de Revbump after updating graphics/giflib 2014-05-25 08:51:05 +00:00
obache
a7e7a6caa1 Adapt to giflib-5.1 API change. 2014-05-25 07:18:44 +00:00
szptvlfn
e202045ce2 + hs-X11-xft 2014-05-22 21:38:59 +00:00
szptvlfn
4ea5e09adc Import X11-xft-0.3.1 as x11/hs-X11-xft,
packaged for wip by esg.

Bindings to the Xft, X Free Type interface library, and some Xrender parts
2014-05-22 21:36:32 +00:00
szptvlfn
993a417797 + hs-X11 2014-05-21 20:57:40 +00:00
szptvlfn
f2e3990002 Import X11-1.6.1.2 as x11/hs-X11,
packaged for wip by esg.

A Haskell binding to the X11 graphics library.
The binding is a direct translation of the C binding; for
documentation of these calls, refer to "The Xlib Programming
Manual", available online at <http://tronche.com/gui/x/xlib/>.
2014-05-21 20:55:51 +00:00
gls
82a1c91a66 Update x11/x3270 to 3.3.14ga11
Upstream changes
----------------

Changes in version 3.3.14ga10, 27. April 2014

    [x3270] Restored the ability to use the special 3270 fonts with code
 page 1047.

Changes in version 3.3.14ga9, 13. April 2014

    [all 3270] Fixed a crash when disabling tracing after opening the
 trace file fails.

Changes in version 3.3.14beta8, 31. March 2014

    [all 3270] Changed the keyboard to unlock when a BIND-IMAGE is received.
 This matches the behavior of PCOMM and is consistent with some comments
 found on IBM webpages. The net result is that the keyboard will be unlocked
 (and scripts may be allowed to proceed) earlier than with previous versions
 of the emulators. This is good for talking to hosts that don't send an initial
 Write command (as can happen with CICS); previously this Write was the only
 trigger for unlocking the keyboard at connect or BIND time. But it is bad if a
 script implicitly depended on the old behavior. Scripts confused by this change
 may need to add a Wait(InputField) to cover these cases.
    [all 3270] Got rid of the E status for keyboard lock in the scripting prompt.
 The status is now L (locked) or U (unlocked).
    [all 3270] Added decoding of UNBIND reasons to traces.
    [all 3270] Increased the number of situations where keyboard input can result
 in typeahead instead of drops.

Changes in version 3.3.14ga6, 23. January 2014

    [all] Fixed a problem with displaying text in NVT mode when the host does
 no TELNET negotiation.
    [all] Deprecated the dsTrace and eventTrace resources (and associated
 toggles and x3270 menu options) and replaced them with a new single trace
 resource and toggle. The old resources and toggles are still available, but
 are effectively aliases for the new single setting.

Changes in version 3.3.14alpha5, 30. December 2013

    [x3270] Turned the scrollbar on by default. Mapped the PageUp and
 PageDown keys to the (new) Scroll action, to scroll up or down one screen,
 respectively. Modified the Reset action to cancel any screen scrolling.
    [all Windows] Got everything to build under MSVC again, using either
 the command line or MS Visual Studio. A Visual Studio solution file is now
 included in the source tarball. Windows targets also cross-compile again
 with the latest Cygwin MinGW.

Changes in version 3.3.14alpha4, 21. December 2013

    [all] Added a printTextScreensPerPage resource to control how many
 screens of text are displayed per page when tracing screens to the printer.
    [all] Corrected screen tracing to the printer so it observes the
 printer.name and printer.command resources.

Changes in version 3.3.14alpha3, 16. December 2013

    [all, wc3270] Fixed problem with message display during file
 transfers initiated by scripts.
    [all] Fixed a problem reading files with the Source action, when the
 file does not end with a CR or NL.

Changes in version 3.3.14alpha2, 4. November 2013

    [all] Added support for CICS IND$FILE file transfers.

Changes in version 3.3.14alpha1, 30. October 2013

    [all] Allow file transfers to start when the screen is unformatted.
    [all] Fixed a problem with the initial data stream trace snapshot
 when the screen is unformatted.
    A wrapper function was put around the Windows snprintf function,
to ensure that it always NUL-terminates strings. The lack of such a
 wrapper could lead to string overflows in some situations.
2014-05-20 20:05:41 +00:00
wiz
bf3d45cd98 Update to 0.4.2:
libxkbcommon 0.4.2 - 2014-05-15
==================

- Fixed a bug where explicitly passing "--enable-x11" to ./configure would
  in fact disable it (regressed in 0.4.1).

- Added @since version annotations to the API documentation for everything
  introduced after the initial stable release (0.2.0).

- Added a section to the documentation about keysym transformations, and
  clarified which functions perform a given transformation.

- XKB files which fail to compile during keymap construction can no longer
  have any effect on the resulting keymap: changes are only applied when
  the entire compilation succeeds.
  Note: this was a minor correctness issue inherited from xkbcomp.

- Fix an out-of-bounds array access in src/x11/util.c:adopt_atoms()
  error-handling code.
  Note: it seems impossible to trigger in the current code since the input
  size cannot exceed the required size.
2014-05-20 08:45:44 +00:00
joerg
9574943386 Fix egg build. 2014-05-18 21:26:30 +00:00
joerg
609165785f Fix tautology to the intended check. Bump revision. 2014-05-18 21:26:02 +00:00
markd
f0ebabe4d5 Fix build with giflib 5.1 2014-05-18 12:27:51 +00:00
wiz
3faf991a33 Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
2014-05-17 16:10:41 +00:00
wiz
b0d8d29913 Fix build with giflib-5.1. 2014-05-16 09:57:55 +00:00
wiz
ad3b70ca75 Update to 1.4.8.
This release is overflowing with security fixes and code cleanups,
including the fixes for CVE-2014-0209, CVE-2014-0210, & CVE-2014-0211
for the security advisory published earlier this week:
    http://lists.x.org/archives/xorg-announce/2014-May/002431.html

This release works with fontsproto 2.1.2 or earlier and is for use with
the existing stable releases of xorg-server - 1.15 & earlier.

libXfont 1.5 will be released later this year to support fontsproto 2.1.3
and xorg-server 1.16.  It will also change the compile time defaults to stop
building SNF font format support by default, taking the next step in the
deprecation of this file format that was used prior to X11R5, and has been
on the way out since 1991.   In the unlikely event that you still need to
support old SNF format fonts, get in the habit of adding --enable-snfformat
to your configure flags when building.
2014-05-16 08:36:21 +00:00
joerg
483abc405d Fix CVE-2014-0209, CVE-2014-0210 and CVE-2014-0211, validation errors
triggerable via XFS or local font directories under user control.
Bump revision.
2014-05-15 23:48:05 +00:00
adam
28bb94d01f Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
marino
2b20e8d6b5 x11/gtkada: Add post-wrapper hack to work around bad gtk2 pkgconfig file
The GTK2 configure script searches in vain for libgmodule.  Since it does
not find it, gmodule-2.0 is not added to the gtk+*-2.0 pkgconfig files.
Since gcc-aux now uses the gold linker which requires explicit linking by
default, gtkada fails to link due to use of gmodule-2.0 symbols within
other libraries.

The true fix needs to happen at the gtk2 package.  A post-wrapper hack has
been added to gtkada to locally append the gtk2 pkgconfig file which
allows building to complete.

This hack should be removed when gtk2's gtk+-2.0.pc file has been fixed.
2014-05-13 07:48:29 +00:00
morr
fff61cb6f7 Update to version 9.20, including security fix.
Changes:
- (libptytty) fix bug that prevented urxvtd from writing utmp
  entries when using --fork (reported by Ryan Kavanagh).
- security bugfix: window property values could be queried even
  in secure mode (reported by Phillip Hallam-Baker).
- fix build when perl is enabled and fading is disabled.
- fix regression that broke continuous scrolling when pressing
  and holding the scrollbar up or down button, gentoo bug #493992.
- increase the maximum length of a command sequence to 32k bytes,
  to allow longer OSC sequences (previous limit was 2k).
- new Ctrl-Meta-c and Ctrl-Meta-v bindings to interact with
  the CLIPBOARD selection.
- new extension: selection-to-clipboard.
- the extensions macosx-clipboard and macosx-clipboard-native
  are deprecated and will be removed in the next release.
  Support for the clipboard on OS X can be more generally
  enabled by setting the XQuartz preference to sync the OS X
  pasteboard and the X11 clipboard.
2014-05-09 17:18:48 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
ryoon
fccf08dfa6 Bump BUILDLINK_{API,ABI}_DEPENDS
* pixman_region32_clear() is implemented in 0.25.2 or later.
  It is required by firefox-29.0.
2014-05-04 22:06:34 +00:00
wiz
97da0f82d2 Update to 2.4.54:
Alex Deucher (1):
      bump version to 2.4.54 for release

Daniel Kurtz (1):
      Use signed location for drmModeSetPlane

Maarten Lankhorst (2):
      nouveau: safen up nouveau_device list usage against concurrent access
      amend previous commit to actually compile

Rob Clark (2):
      modetest: add cursor support
      freedreno: add missing fxn prototype

Samuel Li (2):
      radeon: add Mullins chip family
      radeon: add Mullins pci ids

Thierry Reding (4):
      Mark functions printf-like where possible
      intel: Fix some format strings
      libdrm: Remove extraneous parameter
      tests: Use drmFreeVersion() instead of drmFree()

Ville Syrjälä (1):
      intel/chv: Add Cherryview PCI IDs
2014-05-04 16:50:32 +00:00
wiz
bfe1ee4a81 Update to 304:
This adds experimental support for ReGIS. There are also several
minor bugfixes and portability improvements.
2014-05-04 16:48:36 +00:00
alnsn
aedfc77e1e Revbump for Lua multiversion support. 2014-05-03 13:14:36 +00:00
tsutsui
35cec3248d Update mlterm to 3.3.5.
pkgsrc changes:
 - remove post-3.3.4 fix patches
 - pull post-3.3.5 bug fixes

Changes from doc/en/ReleaseNote:

* Support Animation GIF on "show_picture" of OSC 5379.
  (It works with https://bitbucket.org/arakiken/w3m/get/remoteimg.tar.gz)
* Add "add_frame" to OSC 5379.
* Bug fixes:
  Fix compiler error on NetBSD/OpenBSD framebuffer. (enbugged at 3.3.4)
  Fix the bug which sometimes disabled to show large sixel graphics sequence.
  (enbugged at 3.3.4)
  Output ^? instead of ^H on TERM=xterm by default in pressing backspace key.
  Fix the bug which sometimes left X11 events untouched for a while.
  Fix the bug of closing the input method window unexpectedly in pressing it.
  ":Percentage" after font names in ~/.mlterm/aafont works on cairo.
2014-05-02 05:09:29 +00:00
wiz
6474dfcfb5 This is an ugly hack:
qdbuscpp2xml and qdbusxml2cpp should be built and installed, because
they are referenced from Qt5DBusConfigExtras.cmake, and cmake
fails to find qtdbus if they are not installed.
I didn't manage to build them though, and the only customers so far
didn't need their functionality - so install scripts that call 'false'.

Bump PKGREVISION.

Please fix properly :)
2014-05-01 12:50:39 +00:00
marino
1eccaf40e3 x11/gtkada: Revbump due to new Ada compiler release
The new compiler can't use libraries built with the former version,
so xmlada gets revbumped to ensure the builders rebuild it.
2014-04-30 16:31:41 +00:00
wiz
11676f935e Bump PKGREVISION for boehm-gc default-on threads, just to be on
the safe side.
2014-04-30 14:19:40 +00:00
wiz
21df12babc Update to 0.12, provided by Leonardo Taccari in PR 48772.
Changes:
 o Build fixes: Check for Xmu and Xt
 o The version number has been corrected.
 o Man pages are now available (xclip-copyfile.1). Contributed by
   Maximilian Gass.
2014-04-30 06:25:54 +00:00
obache
20014042a9 require xproto>=7.0.17 2014-04-29 10:27:33 +00:00
obache
55294c77fc XInput2 is required. 2014-04-29 08:27:35 +00:00
obache
84e636a29b Set API_DEPENDS same as Makefile. 2014-04-29 08:21:07 +00:00
obache
8031ce34c4 Remove legacy builtin detection.
This builtin.mk is only used with modular X (using pkgconfig files),
and legacy detection prevent to detect sufficient version with *.pc file.
2014-04-29 07:45:42 +00:00
obache
4c57d8aeac No reference to header files from neither glproto nor libdrm, just libpciaccess. 2014-04-29 06:30:26 +00:00
rodent
481809024f +gtk3-engines-unico 2014-04-28 02:01:07 +00:00
rodent
6943611b61 Import gtk3-engines-unico-1.0.2 as x11/gtk3-engines-unico.
Unico is a Gtk+ engine that aims to be the more complete yet powerful theming
engine for Gtk+ 3.0 and newer. It's the first Gtk+ engine written with Gtk+
style context APIs in mind, using CSS as first class citizen.
2014-04-28 01:59:52 +00:00
obache
794f24045c Prevent to install pre-modular older Xfixes for native modular X.
* stop to use x11/Xfixes if builtin one is newer (xfixes.pc exists)
* add builtin libXfixes detection.

affect to NetBSD-5, builtin libXfixes is 4.0.3, prevent to install Xfixes 2.0.1,
if it is considerd that builtin Xfixes is not sufficient.
2014-04-24 12:18:09 +00:00
obache
9e366cfe95 Add builtin detection for libXi (mainly for the case X11_TYPE=native but builtin
version is older than required version).
Set API_DEPENDS for required package for the case using libXi from pkgsrc,
same as specified to build this package.
2014-04-23 12:22:48 +00:00
adam
1a4c9fc349 Changes 5.2.1:
It provides many improvements over Qt 5.2.0 as well as packages Qt Creator 3.0.1. As a patch release, it does not add new features and remains binary compatible with Qt 5.2.0.
2014-04-23 07:05:31 +00:00
obache
0939b242e5 Detect builtin version if xextproto.pc is available (or assumed as 1.0.1,
same as current fake pc).
2014-04-22 12:21:15 +00:00
obache
7d9306707f set required xineramaproto version, per configure request. 2014-04-22 11:27:35 +00:00
obache
de712a2ac1 bump required xextproto version per configure request. 2014-04-22 11:17:08 +00:00
wiz
140d239e83 recursive bump for boehm-gc API bump 2014-04-21 13:25:53 +00:00
ryoon
2e7bdbb293 Recursive revbump from json-c 0.12 update 2014-04-20 02:27:49 +00:00
wiz
b7b11a8b3e Move touch to pre-configure to increase chance it'll work. 2014-04-19 10:09:50 +00:00
asau
3cdf414bd5 FreeBSD has KMS.
Fixes packaging on FreeBSD 9.1.
2014-04-18 09:43:29 +00:00
asau
0e52a5dfef Link against libexecinfo on FreeBSD too. Fixes build on FreeBSD 10. 2014-04-17 21:28:15 +00:00
joerg
778b322b29 Provide upper limit for the Tk dependency. No revbump as the only user
wouldn't build against 8.6 anyway.
2014-04-17 20:26:51 +00:00
wiz
acb76ebdd4 Bump PKGREVISION for libatomic_ops PKGNAME change. 2014-04-16 11:22:00 +00:00
wiz
bdc15a0620 Fix compatibility with fontsproto-2.1.3 and depend on it.
Bump PKGREVISION.
2014-04-15 16:47:25 +00:00
wiz
5bfd0da027 Update to 7.0.26:
7.0.26:
Alan Coopersmith (1):
      Add more comments on connection setup to Xproto.h

Jon TURNEY (1):
      Xpoll.h.in: Fix WIN32 check to trigger on MinGW only

Julien Cristau (1):
      xproto 7.0.26

Keith Packard (1):
      Replace 'pointer' with explicit 'void *'

Yaakov Selkowitz (2):
      Xthreads.h: Declare _Xthread_init for WIN32
      Xwindows.h: Wrap Windows 64-bit types as well for 64-bit build

7.0.25:
This release cleans up some old Cray Unicos code, adds keysyms for German
keyboard layouts, adds a macro for gcc's "cold" attribute, and brings our
autoconf macros up to current support levels.

Alan Coopersmith (3):
      Add _X_COLD attribute for branch prediction hints
      Remove WORD64, MUSTCOPY, and other CRAY leftovers
      xproto 7.0.25

Benno Schulenberg (1):
      Additional dead keysyms to complete the German DIN T3 keyboard layout.

Gaetan Nadon (1):
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
2014-04-15 08:29:23 +00:00
wiz
3f491ecf73 Update to 2.1.3:
2.1.3:

This release features a number of spec formatting improvements, and some
header adjustments for current xserver.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (35):
      spec: Replace ASCII => & -> arrows with Unicode ▶ & ◀
      spec: add olinks to X11 protocol & XLFD specs
      spec: fixup bibliography entries (correct authors, link to references)
      spec: convert from article with sections to book with chapters
      spec: markup introduction of new terms with <firstterm>
      spec: fixup markup/formatting of the naming syntax section
      spec: change ids for encoding sections from *_2 to Encoding::*
      spec: add links to references to other sections
      spec: Use <figure> markup for figure labels
      spec: remove some extra quotes from nroff conversion
      spec: add <acronym> markup
      spec: convert list of license models from itemizedlist to variablelist
      spec: Convert .IN comments to indexterm tags
      spec: add autogenerated index
      spec: fix boundaries of <function> tags
      spec: Use <errorname> instead of <function> for error names
      spec: Convert Requests chapter to have a section per request
      spec: Convert Events chapter to have a section per request
      spec: Convert Errors chapter to have a section per request
      spec: make links from encoding section to definitions
      spec: Use <personname> markup in Acknowledgements
      spec: Use tables for contents of Requests, Events & Errors
      spec: Convert a bunch of AccessContext references from <function> to </type>
      spec: Use <superscript> for exponents
      spec: markup data type names with <type>
      spec: Finish replacing nroff .sp macros with <para> breaks
      spec: Convert Data Types section to have a section per type, with tables
      spec: give footnotes ids for more stable links
      spec: fixup quote characters
      spec: add enumerated constants to index
      spec: markup enumerated constant names with <constant>
      spec: Make links to data types, requests, events & errors
      spec: Remove <!- .LP --> comments leftover from nroff migration
      spec: use <parameter> markup for elements of requests & replies
      spec: Make alignment of columns in Encoding section more consistent

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Gaetan Nadon (1):
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Julien Cristau (1):
      fontsproto 2.1.3

Keith Packard (2):
      Replace 'pointer' with the equivalent 'void *'.
      Allow paths and patterns to be const
2014-04-15 08:22:53 +00:00
wiz
4394caf4db Fix build on DragonFly BSD using a patch from David Shao. PR 48735. 2014-04-12 09:28:41 +00:00
wiz
4d09114a6c Update to 2.4.53:
Libdrm 2.4.53 has been released.

Emil Velikov (1):
      freedreno: do not leak drmVersion

François Tigeot (1):
      Enable libkms by default on DragonFly

Lucas Stach (1):
      modeprint: pretty print connector names

Marek Olšák (2):
      radeon: sync with radeon_drm.h from kernel headers
      Bump version to 2.4.53 for release

Rob Clark (6):
      freedreno: fix license
      freedreno: some msm-ring reset/flush fixes
      freedreno: simplify device creation
      freedreno: fix null ptr in error path
      freedreno/kgsl: don't even bother trying CREATE_FD
      freedreno: zero out unused field

Robert Millan (1):
      drm: Implement drmCheckModesettingSupported() for FreeBSD
2014-04-11 17:54:10 +00:00
obache
1335204923 recursive bump from ilmbase shlib version change. 2014-04-10 06:21:18 +00:00
obache
ed661cd5ca recursive bump from x264-devel builld number change (i.e. API change). 2014-04-10 05:39:14 +00:00
obache
d8fc20e0b0 recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
obache
0a1c89cfa6 Add buildlink with Requires.private packages. 2014-04-06 07:57:57 +00:00
obache
1bef4d0846 Add buildlink3.mk. 2014-04-06 06:25:16 +00:00
obache
8484144dfc LICENSE=x11 2014-04-06 06:24:53 +00:00
obache
d7ff3f28fe Let to build shard libraries, enable commented out buildlink with x11/xcb-util.
Bump PKGREVISION.
2014-04-06 06:24:31 +00:00
obache
c1c93c9a85 from xcb-image.pc, xcb and xcb-shm is required, so need to buildlink with x11/libxcb. 2014-04-06 06:10:28 +00:00
wiz
ef46f2b1c8 Update to 1.0.9:
Alan Coopersmith (1):
      Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions

Dr. Tilmann Bubeck (6):
      * Do not install test_xauth during "make install" as it is
      Fix warning about warn_unused_result triggered by WRITES.
      version bump to 1.0.9
      Fixed missing EXTRA_DIST in tests. Extended README for releasing.
      Second version bump to 1.0.9.
      Third version bump to 1.0.9.
2014-04-04 12:36:49 +00:00
wiz
0f87013410 Update to 0.4.1:
libxkbcommon 0.4.1
==================

- Converted README to markdown and added a Quick Guide to the
  documentation, which breezes through the most common parts of
  xkbcommon.

- Added two new functions, xkb_state_key_get_utf{8,32}(). They
  combine the operations of xkb_state_key_get_syms() and
  xkb_keysym_to_utf{8,32}(), and provide a nicer interface for it
  (espcially for multiple-keysyms-per-level).

- The xkb_state_key_get_utf{8,32}() functions now apply Control
  transformation: when the Control modifier is active, the string
  is converted to an appropriate control character.
  This matches the behavior of libX11's XLookupString(3), and
  required by the XKB specification:
  http://www.x.org/releases/current/doc/kbproto/xkbproto.html#Interpreting_the_Control_Modifier

  https://bugs.freedesktop.org/show_bug.cgi?id=75892

- The consumed modifiers for a key are now calculated similarly
  to libX11. The previous behavior caused a bug where Shift would
  not cancel an active Caps Lock.

- Make xkbcommon-x11 work with the keymap reported by the XQuartz
  X server.

  https://bugs.freedesktop.org/show_bug.cgi?id=75798

- Reduce memory usage during keymap compilation some more.

- New API:
  xkb_state_key_get_consumed_mods()
  xkb_state_key_get_utf8()
  xkb_state_key_get_utf32()

- Deprecated API:
  XKB_MAP_COMPILE_PLACEHOLDER, XKB_MAP_NO_FLAGS
    use XKB_KEYMAP_NO_FLAGS instead.

- Bug fixes.
2014-04-01 21:23:44 +00:00
wiz
808a5b68cb Update to 13.0.2:
This release contains support for both XMir and XWayland, updated
support for the new XA version released with the new Mesa 10.1 version.


Gaetan Nadon (1):
      vmwgfx: handle changes of DamageUnregister API in 1.14.99.2

Jakob Bornecrantz (2):
      vmware: Fix compilation on newer X servers
      Bump the version number to 13.0.2

Rob Clark (1):
      vmwgfx: update for XA API changes

Thomas Hellstrom (17):
      vmwgfx: Avoid HW operations when not master
      vmwgfx: Implement textured video completely on top of XA.
      vmwgfx: Get rid of device-specific DMA code
      vmwgfx: Fix some compilation warnings and indentations
      vmwgfx: Support also XA version 1 v2
      vmwgfx: Remove stray 1
      Revert "vmwgfx: Get rid of device-specific DMA code"
      vmwgfx: Really allow XA version 2.
      vmwgfx: Fix compile breakage on XA version 1.
      vmwgfx: Add an infrastructure to be able to run hosted under a compositor v2
      vmwgfx: Add support for XMir v2.
      vmwgfx: Add support for XWayland
      vmwgfx: Enable direct dmas
      vmwgfx: Block DMA to prime surfaces for now
      vmware: Fix build errors and warnings
      vmware: Require libdrm 2.4.38 to build XMir.
      vmware/vmwgfx: Always allocate shared hardware surfaces.
2014-04-01 11:20:22 +00:00
adam
5bd6000751 buildlink3.mk: gtk3-atk-bridge is only valid for x11 2014-03-31 13:26:31 +00:00
obache
5f6cc9d840 Tell locatin of uic and qmake with cmake way too, and avoid to detect
unwanted builtin one.
2014-03-31 11:29:04 +00:00
wiz
37d2908d73 Update to 1.3.4:
I'm happy to announce xtrans-1.3.4

Hans de Goede (2):
      configure: Also add -D_DEFAULT_SOURCE to .pc cflags to shut up glibc warnings
      xtrans 1.3.4

Mark Kettenis (1):
      Increase UNIX socket buffer size

Thomas Klausner (2):
      Cast ctype(3) function arguments to unsigned char.
      Add missing headers for free() and strlen().
2014-03-31 10:51:05 +00:00
wiz
d0635ed06c Update to 1.4.2:
This minor bugfix release restores the ability to disconnect
providers from each other using "0x0" as the provider XID.  For
example, to disconnect a display offload sink from its source,
use

  xrandr --setprovideroutputsource <sink> 0x0

This release also formats the GUID provided by DisplayPort 1.2
displays in traditional GUID form.

Finally, this release increases the precision of refresh rate
calculations to disambiguate modes with very similar refresh
rates and to improve the accuracy for interlaced modes.

Aaron Plattner (5):
      Split output property printing into a helper function
      Move EDID printing into a helper function
      Special-case printing of the GUID property
      xrandr: document how to disconnect RandR 1.4 providers
      xrandr 1.4.2

Dave Airlie (1):
      xrandr: allow disconnecting of offload and outputs

Ville Syrjälä (2):
      xrandr: Use more decimal places when printing various rates
      xrandr: Use floating point for VTotal when calculating refresh rate
2014-03-31 08:34:55 +00:00
wiz
8a2103c73c Update to 1.0.6:
libFS is the protocol binding library used by clients of X Font Servers (xfs),
such as xfsinfo, fslsfonts, and the X servers themselves.

This minor maintenance release includes fixes for libxtrans 1.3 compatibility,
removal of dead code, and cleanups of issues found by static analyzers.

Adam Jackson (1):
      Fix build with xtrans 1.3

Alan Coopersmith (14):
      Fix typo in readme ("xfslsfonts" should be "fslsfonts")
      Require ANSI C89 pre-processor, drop pre-C89 token pasting support
      Fix a couple comment typos
      Drop Cray (WORD64/MUSTCOPY) support
      Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
      Reduce scope & remove unneeded assignment of defaultp in FSGetErrorText()
      If EAGAIN == EWOULDBLOCK, only need to check errno for one of them
      Remove unused internal helper _FSGetHostname
      Remove unused internal helper _FSAllocScratch
      Remove unused internal helper _FSEventsQueued
      Remove unused internal helper _FSWireToEvent
      Replace malloc(strlen + 1); strcpy() with strdup()
      Use strlcpy instead of strcpy/strncpy if it is available
      libFS 1.0.6

Jeremy Huddleston Sequoia (2):
      Update error loop to correctly handle error in i==0 case
      FSOpenServer: Fix double-free in error path
2014-03-31 08:30:05 +00:00
tsutsui
3c0118e9fd Pull one more post-3.3.4 bug fix patch for build failure with gcc-4.8.x.
Bump PKGREVISION.  (leaf package build fix, and also changes binaries)
2014-03-26 16:47:39 +00:00
jperkin
0b0f38a83a Only enable gles files if the gles header exists. 2014-03-26 13:24:52 +00:00
markd
aa38ec7aa4 Reduce GCC_REQD to 4.5 as native gcc on NetBSD6 is sufficient. 2014-03-26 10:01:12 +00:00
jperkin
91cfcbb9df Use GCC_REQD+=4.6, package needs C++11 features for kactivitymanagerd
otherwise it won't be built and there are PLIST failures.
2014-03-24 22:09:53 +00:00
tsutsui
5f25183ddd Update mlterm to 3.3.4. (leaf package update)
pkgsrc changes:
 - remove post-3.3.3 fix patches
 - pull a post-3.3.4 bug fix patch for NetBSD and OpenBSD

Changes from doc/en/ReleaseNote:

ver 3.3.4
* Support not only sixel graphics but also other major image formats on Android.
* Support ReGIS partially. (depends on SDL(SDL2), SDL_ttf(SDL2_ttf) and fontconfig)
* Output strerror(errno) on error.
* Support "key=value #comment" style in the same line in ~/.mlterm/main.
* Draw all ambiguous width characters one by one to fit the column width unless
  -V option is specified.
* Merge patches:
  https://gist.github.com/tsutsui/9285759. (Thanks to @tsutsuii)
* Bug fixes:
  Change the default resolution on NetBSD/x68k from 512x512x8 to 768x512x4.
  Fix the bug which output help message to stdout where mlterm waits for image
  data and which made mlterm allocate too large memory. (enbugged at 3.3.3)
  Fix the bug which disabled to start mlconfig. (enbugged at 3.3.3)
  Fix the bug which caused segfault if x11 forwarding failed.
  Fix the bug which caused segfault in resuming on Android.
  Show candidate strings of uim-mozc correctly.
  Fix the bug which disabled normal users from opening screen on NetBSD/x68k framebuffer.
  Fix segfault in connecting unknown hosts on java.
2014-03-23 07:04:00 +00:00
spz
10bb1acbff build fix following the freetype2 update 2014-03-22 16:50:29 +00:00
adam
d4e4e22337 PLIST fix for Darwin/Quartz 2014-03-22 13:03:56 +00:00
jperkin
4dc29536bf Various portability fixes for SunOS. 2014-03-21 14:38:01 +00:00
jperkin
a0ffe7a2cc Use correct rpath flag on SunOS. Bump PKGREVISION. 2014-03-21 14:02:26 +00:00
obache
b57258a585 let to be same condition as Makefile, tool dependency on python and ruby. 2014-03-20 00:06:52 +00:00