Commit graph

11998 commits

Author SHA1 Message Date
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