Commit graph

11076 commits

Author SHA1 Message Date
obache
6e518767d0 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
drochner
aca8837a1a update to 2.24.14
changes:
- Use the bookmarks file from the same XDG location as GTK+ 3 if present
- Add a setting to specify the file chooser startup mode
-bugfixes
-translation updates
2012-12-15 12:49:29 +00:00
ryoon
f260763809 Bump PKGREVISION from devel/nss 3.14.0. 2012-12-15 10:36:18 +00:00
is
1090f6c840 Fix CVE-2011-4028: File disclosure vulnerability.
use O_NOFOLLOW to open the existing lock file, so symbolic links
aren't followed, thus avoid revealing if it point to an existing
file. Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>

Fix CVE-2011-4029: File permission change vulnerability.
Use fchmod() to change permissions of the lock file instead of
chmod(), thus avoid the race that can be exploited to set a symbolic
link to any file or directory in the system. Signed-off-by: Matthieu
Herrb <matthieu.herrb@laas.fr> Reviewed-by: Alan Coopersmith
<alan.coopersmith@oracle.com>
2012-12-15 09:26:07 +00:00
tsutsui
99d6b4d8d7 Add explicit dependency of gdk-pixbuf2, which is specified by
CONFIGURE_ARGS+= --with-imagelib=gdk-pixbuf .
2012-12-14 23:28:56 +00:00
tsutsui
df7b4611d6 Update mlterm to 3.1.6.
Changes from 3.1.4 (per doc/en/ReleaseNote):

ver 3.1.6
* Support ":[Percentage]" format for font-fb.
  (e.g. ISO8859_1=/../font.pcf:100)
* Support gzipped pcf fonts in framebuffer.
* Support 3 byte rgb color sequence.
  (<ESC>[38;2;<r>;<g>;<b>m and <ESC>[48;2;<r>;<g>;<b>m)
* Support DECCRA(<ESC>[...$v) and DECERA(<ESC>[...$z).
* Add --altbuf / "use_alt_buffer" option which is equivalent to
  "titeInhibit" of xterm.
* Add --colors / "use_ansi_colors" option which is equivalent to
  "colorMode" of xterm.
* Add --exitbs / "exit_backscroll_by_pty" option.
* -Y option converts unicode line drawing characters (U+2500 etc) to dec
  special ones in order to show them correctly with a unicode font which
  contains double-width glyphs or no glyphs for line characters.
* Update unicode property table (generated from UnicodeData.txt and
  EastAsianWidth.txt) to version 6.2.0.
* "blink_cursor" option is available for libvte.
* Remove "add_picture" and "remove_picture" commands from configuration
  protocol, and add "show_picture" command to it.
* Change key sequences in term_type=mlterm
  (application cursor key mode is off)
  XK_HOME: \x1bOH -> \x1b[H   XK_END : \x1bOF -> \x1b[F
* Change key seuqences in term_type=rxvt.
  (application cursor key mode is off)
  XK_HOME: \x1b[7~ -> \x1b[H  XK_END : \x1b[8~ -> \x1b[F
  (application cursor key mode is on)
  XK_HOME: \x1bOH -> \x1b[7~  XK_END : \x1bOF -> \x1b[8~
* Bug fixes:
  Fix the bug of showing incorrect glyphs of large fonts like unifont.pcf.
  Fix the infinite loop in the failure of executing the command specified with -e option.
  Fix the compilation error in linking gdk-pixbuf-2.0. (SF topic #6234829)
  (Thanks to Lotus Shih and rabin_y)
  Fix the bug of incorrect input of 'A' - 'Z' keys in win32.
  Fix the memory leak of scrollbar views.

ver 3.1.5
* Support framebuffer on Linux. (Experimental)
  (See doc/en/README.fb or doc/ja/README.fb in detail.)
* Support "?" of OSC 4, 10 and 11.
* Support CSI 14 t and CSI 18 t.
* Break the binary compatility of extra scrollbars and pixmap_engine
  with the ones before 3.1.4.
* Add "update_all" to the configuration protocol.
* Add k5 entry for ~/.mlterm/termcap.
* Bug fixes:
  Fix the incomplete hebavior of double- or triple-clicking and dragging.
  (Thanks to Andi Cristian Serbanescu)
2012-12-14 17:23:28 +00:00
is
cc9c4085ad Fix a bug in the last commit, where the resource file was read out of the
examples directory.
2012-12-14 15:54:30 +00:00
is
32d65baf4a Treat the app-defaults/XLock as a configuration file, thus enabling
administrators of multi-user machines to have a site-specific default
configuration and not lose it on updates of the package.
2012-12-13 14:31:03 +00:00
wiz
a4f45186ad Remove patch that was probably intended to go away in previous cleanup. 2012-12-13 09:15:45 +00:00
wiz
c23c84d362 Add default-on options enabling xft2 support for nicer interfaces.
From Anthony Mallet in PR 47246.
Bump PKGREVISION.
2012-12-12 15:30:52 +00:00
wiz
c394f3594a + razor-qt. 2012-12-12 15:18:50 +00:00
wiz
000438c71e Import razorqt-0.5.1 as x11/razor-qt, packaged for wip by Tim Larson.
Razor-qt is an advanced, easy-to-use, and fast desktop environment based
on Qt technologies. It has been tailored for users who value simplicity,
speed, and an intuitive interface. Unlike most desktop environments,
Razor-qt also works fine with weak machines. It works with various WMs;
most Razor developers use Openbox.
2012-12-12 15:18:45 +00:00
wiz
ffa3d3742e Update to 287:
Several small bugfixes/improvements. One is a fix for the -iconic
option broken in #282 when the icon pixmap is configured. The other
fixes are for older problems.
2012-12-08 22:16:38 +00:00
wiz
cbe5ffb240 Update to 2.4.40:
libdrm 2.4.40 has been released.

The reason is we need to use the radeon stencil mipmap allocator for combined
depth-stencil buffers in Mesa.
2012-12-08 22:15:35 +00:00
adam
7cdd73cae6 Qt 4.8.4 is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 4.8.0, 4.8.1, 4.8.2 and 4.8.3.
For more details, refer to the online documentation included in this
distribution. The documentation is also available online:

http://qt-project.org/doc/4.8

The Qt version 4.8 series is binary compatible with the 4.7.x series.
Applications compiled for 4.7 will continue to run with 4.8.

Some of the changes listed in this file include issue tracking numbers
corresponding to tasks in the Qt Bug Tracker or the Merge Request queue
of the public source repository.
2012-12-07 10:06:13 +00:00
khorben
6e3297effa Updated the maintainer's address to my alias @NetBSD.org 2012-12-07 01:46:35 +00:00
khorben
64bea4b5fd Added x11/clipit 2012-12-07 01:42:48 +00:00
khorben
2124ca21ed Imported x11/clipit from wip.
ClipIt is a lightweight, fully featured GTK+ clipboard manager.

Tested on NetBSD 6.0 and MacOS X 10.7 (Lion, 64 bits)
2012-12-07 01:41:58 +00:00
wiz
b9c69e8f37 Update to 1.4:
xscope 1.4 adds new features and decoding support.

- RANDR decoding updated from just 0.x protocol to handle 1.0 - 1.4
- Atoms recorded from InternAtom & GetAtomName to use for display in
  other requests referencing the atoms
- Property requests now also show these property types in a more natural
  format instead of as just lists of bytes:
        UTF8_STRING, atoms, cardinals, integers, and windows
- new -I command line flag to enter interactive mode immediately at startup
- experimental support for reading a previously recorded file.
    If you run "xscope -r -v0 > xscope.raw", then you can later run
    "xscope -f xscope.raw" to decode the data.
2012-12-02 13:13:59 +00:00
ryoon
deba72959a Remove unnecessarily and confusing amd64 conditional.
Thank you, wiz@.
2012-11-30 12:38:26 +00:00
ryoon
11f397ed70 * Dependency to py-numpy is optional now.
* Enable py-numpy option on g95 support platforms. (This change enables
  py-gtk2 package build on arm, for example.)
2012-11-30 12:32:50 +00:00
jperkin
21ecb51953 USE_TOOLS += yacc, for Solaris. 2012-11-29 22:06:41 +00:00
ryoon
2cfd1c7bc0 Add gstreamer1 packages. 2012-11-29 09:40:41 +00:00
ryoon
059736e08f Import gst-plugins1-x11-1.0.3 as x11/gst-plugins1-x11.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple Ogg/Vorbis playback to
complex audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

GStreamer is released under the LGPL.

This package is part of the 'base' plugins for GStreamer.  It provides a
set of plugins to access the X Window System.
2012-11-29 08:38:20 +00:00
shattered
0bb0d2eedb Update to 0.5. No change log. 2012-11-25 21:37:50 +00:00
cheusov
535515ad30 Fix bad pattern in BUILD_DEPENDS 2012-11-24 22:32:11 +00:00
adam
ed559071f5 Additional files for Aqua on Darwin 2012-11-24 21:39:12 +00:00
adam
87c958b3cb Changes 8.5.13:
* --enable-aqua build for Mac OS X is now a Cocoa implementation.
* Support has been added for Cygwin network pathnames.
* Updated to Unicode 6.2 support. Fixes for several crashes and bugs.
2012-11-24 21:38:49 +00:00
drochner
458f7b45cd update to 3.6.2
changes:
-bugfixes
-translation updates
2012-11-23 17:21:00 +00:00
joerg
c7cdc5cc4c Fix template look up. Fix build with newer Qt4's qdoc3. Needs full
dependency on qt4-tools. Bump revision.
2012-11-19 23:13:48 +00:00
joerg
7befaec7d9 Welcome the void 2012-11-19 23:12:02 +00:00
ryoon
ba977d5e98 Add patch. 2012-11-19 10:52:23 +00:00
ryoon
1624126a49 Bump PKGREVISION
Restore Rev. 1.4 of patch-at.

Give unsigned char argument to toupper.
Fixes coredumps in Sigil when pressing "CTRL" or "BACKSPACE".
2012-11-19 10:51:43 +00:00
joerg
e4b78c1edb Ignore return type mismatches for clang. 2012-11-18 01:51:04 +00:00
joerg
5b1f599971 Don't match gtksourceview3. 2012-11-18 01:50:39 +00:00
joerg
271ad0c110 Use attributes from the implementation namespace. Applications might be
redefining them otherwise and creating conflicts. Bump revision.
2012-11-16 20:04:47 +00:00
joerg
d509a62b23 Fix return with/without value errors. 2012-11-16 00:29:39 +00:00
joerg
0e5be407e9 Fix obvious infinite loop. Don't redefine a local variable.
Bump revision.
2012-11-16 00:28:54 +00:00
joerg
37e5928f00 Passing non-POD types to variadic functions is not valid C++.
Bump revision.
2012-11-16 00:27:20 +00:00
adam
ed0ca726ac Changes 3.6.2
* Bug fixes:
 677609 GtkSizeGroup regression in GTK+ 3.3.20
 686021 spinner animation should not be subject to...
 686265 scrolledwindow: set GDK_EXPOSURE_MASK on t...
 686280 GtkScrollbar and GtkScale rendering broken...
 687196 filesystemmodel: invalidate nodes on file ...
 687467 Commit "Implement proper cross-fades for g...
 687872 Segfault when attempting to get character ...
* Translation updates:
 Irish
 Traditional Chinese
2012-11-13 21:55:27 +00:00
joerg
b171962a59 Don't use non-public legacy constructor of QString. Bump revision. 2012-11-11 22:24:01 +00:00
wiz
ebd729c824 Improve DESCR, per PR 47181 by diro@nixsyspaus.org. 2012-11-11 13:45:03 +00:00
ryoon
76f3829c18 Add motif 2012-11-10 17:10:53 +00:00
ryoon
2bd5253513 Import motif-2.3.4 as x11/motif.
The industry standard user interface toolkit for the X Window System.
This is released under LGPL 2.1.
2012-11-10 17:10:10 +00:00
ryoon
412d0d0587 Add NetBSD CVS tag. 2012-11-09 16:46:50 +00:00
sborrill
cfc7ecd32b Properly disable IPv6 if inet6 option is not selected. 2012-11-08 12:56:21 +00:00
sborrill
f99dbd5eb5 Support inet6 option (on by default) 2012-11-08 10:43:50 +00:00
joerg
178e5d1a08 Fix build with modular Xorg. 2012-11-07 15:38:26 +00:00
jperkin
ab69e6e88a 'head -c' isn't portable, use 'cut -c' instead. Only a single line is being
parsed so they should be equivalent.
2012-11-05 16:27:37 +00:00
gdt
c77362ebd2 Explain which versions are crufty, normal, and bleeding edge.
(Thanks to Tim Larson for advice on wording.)
2012-11-05 15:24:12 +00:00