Commit graph

8175 commits

Author SHA1 Message Date
tnn
bdcd11f1c3 Needs GNU nroff to format catpages with -mandoc. 2008-02-07 13:24:36 +00:00
bjs
696efe81a5 Update to latest GIT snapshot. Minor fixes, plus all patches are no
longer needed (finally).  Bump rev.
2008-02-07 06:40:27 +00:00
bjs
804b047537 Update to version 1.2. Automake, autoconf, intltoolize, msgmerge no
longer needed.

Changes:


2008-01-29  Sergey Udaltsov

	* NEWS, configure.in: preparing release 1.2

2008-01-24  Sergey Udaltsov

	* symbols/af, symbols/ara, symbols/et, symbols/group, symbols/in,
	symbols/kz, symbols/np, symbols/pk, symbols/ru, symbols/th,
	symbols/us: separating group(olpc), closing
	http://bugs.freedesktop.org/show_bug.cgi?id=14225

2008-01-21  Sergey Udaltsov

	* symbols/gr: Polytonic Greek: Use new keysyms for dead psili and
	dasia, http://bugs.freedesktop.org/show_bug.cgi?id=13275

2008-01-11  Sergey Udaltsov

	* rules/base.lists.part, symbols/in: added in(olpc), by Bernardo
	Innocenti

2008-01-07  Sergey Udaltsov

	* geometry/thinkpad, keycodes/xfree86, rules/base.lists.part,
	rules/base.m_g.part, rules/base.m_k.part, rules/base.xml.in,
	symbols/inet: added thinkpad60 model (with geometry),
	https://bugs.freedesktop.org/show_bug.cgi?id=13954

2008-01-05  Sergey Udaltsov

	* symbols/us: add (left,right)singlequotemark to us(-altgr)-intl
	keymap, https://bugs.freedesktop.org/show_bug.cgi?id=13935

2008-01-04  Sergey Udaltsov

	* symbols/inet, rules/base.lists.part, rules/base.xml.in: adding BTC
	6301URF, https://bugs.freedesktop.org/show_bug.cgi?id=13913
	* symbols/macintosh_vndr/fr: added nodeadkeys,
	https://bugs.freedesktop.org/show_bug.cgi?id=13934

2008-01-03  Sergey Udaltsov

	* symbols/pl, rules/base.xml.in: added pl(ru_phonetic_dvorak),
	https://bugs.freedesktop.org/show_bug.cgi?id=13900

2008-01-02  Sergey Udaltsov

	* symbols/ro, rules/base.xml.in: small fixes for Romanian visible
	strings from
	https://bugs.freedesktop.org/show_bug.cgi?id=13277
	* rules/base.xml.in, rules/compat/variantRename.lst, symbols/fr,
	symbols/ge: moving ge(azerty_tscapo) to fr(geo), since that layout is
	only used in France, closing
	https://bugs.freedesktop.org/show_bug.cgi?id=13644
	* symbols/ara: remove presentation forms from Arabic layout,
	https://bugs.freedesktop.org/show_bug.cgi?id=13894

2007-12-31  Sergey Udaltsov

	* symbols/ro, rules/base.xml.in, rules/compat/variantRename.lst:
	temporarily (partially) reverting
	https://bugs.freedesktop.org/show_bug.cgi?id=13277

2007-12-27  Sergey Udaltsov

	* rules/base.o_s.part, rules/base.xml.in, symbols/capslock: adding xkb
	option caps:swapescape,
	https://bugs.freedesktop.org/show_bug.cgi?id=13824

2007-12-26  Sergey Udaltsov

	* symbols/ee, rules/base.xml.in: adding ee(us), polishing eurosign
	usage in ee, https://bugs.freedesktop.org/show_bug.cgi?id=13799

2007-12-25  Sergey Udaltsov

	* symbols/eurosign, rules/base.xml.in, rules/base.o_s.part: add
	eurosign(4)

2007-12-23  Sergey Udaltsov

	* symbols/inet, rules/base.xml.in: add logiultrax model,
	https://bugs.freedesktop.org/show_bug.cgi?id=13028
	* symbols/me, rules/base.xml.in: use Latin as default Montenegro
	variant, https://bugs.freedesktop.org/show_bug.cgi?id=13777
	* symbols/inet, keycodes/evdev: Kill off the I211 key in evdev
2008-02-07 06:31:23 +00:00
rillig
59259d6c70 + BROKEN_GETTEXT_DETECTION, needed on Solaris. 2008-02-06 14:03:41 +00:00
bjs
09f114e519 Update to luit-1.0.3. Notable changes:
* Define _XOPEN_SOURCE to 500 on linux

  * strdup() is only exposed by glibc headers if _XOPEN_SOURCE is defined
    to a value >= 500.

  * Replace malloc/strcpy pairs with strdup

  * Man page typo fixes

  * Fix sparse warnings: non-ANSI function declaration (missing void)

  * Fix many sparse warnings of Using plain integer as NULL pointer

  * Change luit_CFLAGS to AM_CFLAGS to make automake-1.10 happier

  * Fix typo in luit.man

  * Match luit locale.alias location to libX11 default
    Luit expects to find the locale.alias file in ${libdir}/X11/locale.
    However, libX11 installs the locale files in ${datadir}/X11/locale,
    by default.
2008-02-06 08:03:10 +00:00
joerg
a2626f3542 Add DESTDIR support. 2008-02-04 20:41:40 +00:00
joerg
3f438c392c Add DESTDIR support. 2008-02-04 18:07:53 +00:00
tnn
7d1989c3c8 Move inclusion of graphics/glu/buildlink3.mk from Makefile to
Makefile.common. This should hopefully fix x11/wxGTK-contrib from failing:
checking for -lGLU... no
checking for -lMesaGL... no
configure: error: OpenGL libraries not available

XXX: buildlink3.mk doesn't include glu, is that really OK?
2008-02-04 17:46:13 +00:00
wiz
52eed8b9e7 Reset maintainer on his request. 2008-02-04 14:42:14 +00:00
drochner
e6b9b891cb update to 2.12.7
changes:
-GtkBuilder supports accessibility properties and relations now
-bugfixes
-translation updates
2008-02-03 11:20:20 +00:00
adam
499a7a509d Cganges 2.12.4:
* Gtk::RecentAction: Derive from RecentChooser - this class was
  unusable before and we didn't want to wait for the next
  major GTK+ and gtkmm versions to fix it.
* Build fix with gcc 4.3 pre-releases.
2008-02-02 22:12:31 +00:00
rillig
739c98874a Actually tested the patched code, and noticed that ABI may be undefined.
Related to PR 37886.
2008-01-31 17:37:25 +00:00
rillig
b4ef74b69c Fixed some pkglint warnings. 2008-01-31 14:02:24 +00:00
rillig
2a1d304a9a Fixed pkglint warnings. 2008-01-31 13:08:12 +00:00
markd
0379dce1aa Fix build on NetBSD 3. PR pkg/37907 from Robert Elz. 2008-01-31 08:40:51 +00:00
tnn
40a49d31c0 Update to xf86-video-intel-2.2.0.
Long list[1] of bugfixes. Fixes several bugs with i965, EXA, tv-out,
LCD detection, console switching, DRM, >4GB address space and more.
[1] http://lists.freedesktop.org/archives/xorg/2007-November/030246.html
2008-01-30 13:40:33 +00:00
tnn
fca2a67407 Update to xf86-video-mga-1.4.8.
1.4.8:
Bug #13926: Unbreak Xinerama.
G200SE-A can't cope with bigger than 1600x1200.
Don't build or call init_dri if XF86DRI is undefined
Unmap the same size that was mapped with pci_device_map_range
Use pci_device_map_range() instead of pci_device_map_region().

1.4.7:
Fix various timing bugs on the G200SE.
Disable MTRR support for PCIE G200SE cards, as it tickles hardware bugs.
Default mode on G200SE of 1024x768 @ 16bpp.
Change minimal frequency guess from 12 to 16MHz
Add Xv support for Millennium II chips
Current state of MGA driver modified to work with the xserver
Store the pci_device pointer passed into MGAPciProbe instead of
Pass the correct pointer to pci_device_cfg_write_bits.
Convert to new pci_device_cfg_write_u* interface.
Refactor memory map / unmap functions.
Ensure the result of MGAMapMem is checked.
Code refactoring in MGAScreenInit.
Add info for offset 116 in PInS version 5.
Merge PCI-rework support and "classic" PCI interface support into one tree
Set pScrn to NULL before calling xf86ConfigPciEntity.
Use XSERVER_LIBPCIACCESS to detect pci-rework.
Replaced some more magic values with register names.
Bug #9448: Actually write the C2STARTADD0 register.
Fixed a typo in a debug message.
Fixed a typo that caused MGAREG_C2OFFSET to be set to a bad value.
Sync after UploadToScreen.
Removed the debug messages for solid and copy ops.
Make DRI initialization work when using EXA.
On G550, do A8 adds in hardware.
Added memcpy-based DownloadFromScreen implementation.
Bug #4249: Further increase the minimum dot clock.
Fixed major blending and compositing breakage.
2008-01-30 13:17:09 +00:00
bjs
69d4aab5cb Fix three bugs:
- XftFontOpenInfo: Use of uninitialised value of size 8 (bug 11200)
- libXft was using XFT_MAX_GLYPH_MEMORY without first registering
  with fontconfig.
- Include <ftsynth.h> if FT_GlyphSlot_Embolden() shall be called.

First two from GIT, last one by me.

Bump rev.
2008-01-29 04:18:44 +00:00
bjs
0daa3138ca Add hacks.mk file to build with -fno-strict-aliasing with gcc 3.0+.
There were a significant amount of warnings, and it's more important
for this library to be reliable than it is for it to be as fast
as possible.

Bump rev.
2008-01-29 03:57:36 +00:00
bjs
233d11dfc7 Bump rev for patch for this problem (from freedesktop.org GIT):
libXdamage incorrectly encodes/decodes the 'More' field from the event.

The client library for xdamage currently fails to fill in the 'more'
field.  As a result, you get whatever uninitialised junk was there
before.

The server sets the high bit of 'level' when there is
'more' (DamageNotifyMore = 0x80).  A patch follows to fix the client
library.
2008-01-29 03:50:25 +00:00
bjs
84d0bb18f4 Add two bug fixes from GIT (see patch headings for more info).
Bump rev.
2008-01-29 03:45:36 +00:00
bjs
231781864e Update checksum for patch-ab. 2008-01-29 03:38:34 +00:00
bjs
16bb77288b Add patch from GIT to recalculate fd_set more aggressively in
NextEvent.c, as select() can modify it.

Add hacks.mk to build with -fno-strict-aliasing when needed; there
are quite a few warnings about this.  Given this is an important
dependency, IMHO it's better to just disable it.

Bump rev.
2008-01-29 03:37:02 +00:00
bjs
c59d6866e8 Fixes from GIT:
- XeviGetVisualInfo: check for null pointer before writing to it, not after
- Coverity #467: security_error_list has fewer than XSecurityNumberErrors
  entries

- Fix misc. warnings.

Bump rev.
2008-01-29 02:00:21 +00:00
markd
46d07ea1a5 Fix some issues with media:/ on NetBSD. From Sergey Svishchev in
KDE bug 143112.  Bump PKGREVISION.
2008-01-28 19:33:01 +00:00
rillig
bfd5c7ebad Support the 64-bit ABI on Solaris. Patch from Gilles Dauphin via
PR 37886, with minor modifications from me.
2008-01-28 10:13:55 +00:00
rillig
d22bebf3c8 Set PKG_SUPPORTED_OPTIONS to an empty list if we are not on i386. Fixes
PR 37883.
2008-01-27 16:10:25 +00:00
joerg
1b150afdf9 Fix rpath usage on Linux. 2008-01-25 18:55:02 +00:00
bjs
ed39bf1621 Add xterm-toolbar to PKG_SUGGESTED_OPTIONS. 2008-01-25 18:22:01 +00:00
bjs
552e7350c0 Update to #231.
NOTE: I am going to again re-enable the xterm-toolbar option by default,
as there have been some fixes with font handling.  If anyone notices
any problems with this, please file a PR or email the pkgsrc lists.
Thanks.

ChangeLog:


                            Patch #231 - 2008/01/05

     * undo change to getXtermCell() from patch #230 using PACK_PAIR macro
       (Debian #459014, analysis by Caetano Jimenez Carezzato).
     * minor documentation fixes (patch by Slava Semushin)
     * add makefile actions to install KOI8RXTerm app-defaults file
       (patch by Julien Cristau).

                            Patch #230 - 2007/12/31

     * add quietGrab resource, which when true, suppresses cursor
       repainting
       when NotifyGrab and NotifyUngrab event types are received during
       change of focus (request by Nicolas George).
     * do not treat Unicode BIDI control characters as combining characters
       (Debian #457634).
     * add koi8rxterm, from Debian.
     * add manpage for uxterm, from Debian (Ubuntu #128136, Debian #438645)
     * remove ".xpm" suffixes from Icon filenames in desktop files since it
       confuses some lookups following the Icon Theme Specification (report
       by Slava Semushin)
     * correct width-calculation used for adjusting proportional fonts, to
       work with wide-characters (Debian #441354).
     * fixes/improvements for double-size characters:

          * correct old clipping calculation which used total height of
            glyphs where ascent was needed.
          * if bold font is unavailable, fall back to normal font
          * adjust to "work" with Xft (which does not support double-width
            single-height characters).
          * restore reset of doublesize for a line when it is cleared,
	    broken in patch #228.

     * modify logic for forceBoxChars resource when using TrueType fonts
       to be consistent with bitmap fonts
     * modify logic for forceBoxChars resource to make the "Line-Drawing
       Characters" menu entry use xterm's line-drawing characters even
       asked to draw wide line-drawing characters which are available in
       the font.
     * modify rectangle-support functions to preserve colors when
       filling/erasing (request by Enzo Toscano, to match WRQ Reflection
       behavior).
     * add getopt-parsing to tcapquery.pl, including feature to test the
       extended cursor/editing keys.
     * make missing double-width glyphs display as double-width (Debian
       #456236).
     * change tcap-fkeys and rectangles configure options to enable them
       by default.
     * hide the mouse pointer while user is typing (request by Rodolfo
       Borges).
     * extend configure options --enable-tcap-query and
       --enable-tcap-fkeys to send cursor- and editing-keypad keys
       modified according to the keyboard (or termcap) selection for
       shift, alt, control, meta.
     * modify kdch1 in termcap, e.g., xterm-r6 to match the terminfo file.
     * add -hm option to turn highlightColorMode on or off.
     * add highlightColorMode resource to separate the new
       (since patch #225)
       highlighting with both text- and background-colors (prompted by
       report/example by Thomas Wolff).
     * add Keep Selection menu entry to turn the keepSelection resource
       on/off at runtime.
     * add keepSelection resource, which when enabled, tells xterm to
       retain the X selection even after it stops highlighting it
       (patch by Sergey Vlasov).
     * extend the CSI > n sequence to allow disabling all types of
       modified-keys that the CSI > m sequence affects.
     * move include for <xtermcap.h> in resize.c to avoid redefinition of
       termios structure on OpenSolaris (report by Rahul Gopinathan Nair).
     * extend terminfo building blocks for modified editing keys to
       include all six keys.
     * synchronize terminfo with ncurses (report by Stephane Chazelas):

          * equate xterm-xfree86 and xterm-xf86-v44.
          * add ncurses extensions OTbs, AX, for termcap conversions.
          * make old/legacy entries such as xterm-24, xterm-65 and aliases
            xterms, vs100 inherit from xterm-old.
          * make xterm-r5 and xterm-r6 the same, ignoring historical
	    errors in X Consortium's version.

     * fix an ifdef in logic for selecting regular expressions while in a
       narrow-character locale (Debian #449227).
2008-01-25 18:21:18 +00:00
joerg
9440aca7f7 Disable visibility code on Solaris, even when compiling with GCC 4.
From Gilles Dauphin in PR 37634.
2008-01-24 20:15:20 +00:00
tnn
67b5e7f558 Back out my previous change as it was fixed in renderproto instead.
Also fixes pkg/37844, botched checksum for the dri option.
Thanks to Ryo HAYASAKA for noticing.
2008-01-23 03:19:33 +00:00
jdc
d312868f61 Disable the precompiled headers on NetBSD sparc64 too, as this won't
compile there with them enabled.
2008-01-22 22:54:01 +00:00
tnn
3fcd04b777 Fix a silly build failure on HP-UX. For reasons unknown, libXfont
(or actually the bundled t1lib) provides it's "own" implementation of
stdio.h as t1stdio.h. For this reason they take care not to include stdio.h
to avoid conflicts. But they do include stdlib.h which on HP-UX
recursively includes stdio.h. Fix by not including stdlib.h on HP-UX.
2008-01-21 13:56:28 +00:00
joerg
b3c420cb4b libXfont-1.3.1nb2:
Include upstream fix for another PCF integer overflow.
This is CVE-2008-0006.
2008-01-20 18:24:51 +00:00
wiz
a7c8e0cd61 Reset maintainer on his request. 2008-01-19 09:16:17 +00:00
joerg
9080fc91c6 Also depend on xgettext. Fixes PR 37798. 2008-01-18 15:36:34 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
bjs
ba8428bd80 A tiny addition to patch-aa: don't use the C++ keyword "xor" in pixman.h.
Bump rev.
2008-01-18 03:12:13 +00:00
bjs
f9988faa64 Update to version 1.1.6. The newly added patch corrects the 800x600
section in Xresources.cpp.  In addition, this release brings the following
changes:



    - Debian Bug #376391: xdm manpage refers to non-existent section
      'Typical Usage'

    - Debian Bug #437961: loading Xresources fails because bindir/xrdb
      does not exist

    - Update AC_DEFINE_DIR to autoconf-2.60-compatible version

    - Add AM_PROG_CC_C_O to clear automake-1.10 warning

    - Makefile.am:149: compiling `chooser.c' with per-target flags
      requires `AM_PROG_CC_C_O' in `configure.ac'

    - Bug #10530: xdm's path to xrdb could be configurable at compile time

    - Set default cursor for entire root window, not just greeter

    - Make #ifdef XPM only control whether XPM pixmap logo is shown

    - Make 3D look-and-feel independent of XPM

    - Set Xcursor theme to whiteglass in default login screen resources

    - X.Org Bug #10992: xlogin crashes if window size is too small

    - Add --enable-xdm-auth/--disable-xdm-auth to configure options

    - X.Org Bug 10632 / Debian Bug 256299: race condition in
      policy.c:Willing()

    - Document more of the greeter resources in xdm man page

    - Bug #11096: xdm(1) manpage should document Xft-related properties

    - Bug #11020: xdm doesn't set SSH_AUTH_SOCK even though using
      with pam_ssh

    - Wasn't calling pam_setcred()/pam_getenvlist() if setusercontext()
      was present

    - X.Org Bugzilla #11020:
      <https://bugs.freedesktop.org/show_bug.cgi?id=11020>
2008-01-18 02:54:15 +00:00
tnn
cfbb980d22 Update to xf86-video-savage-2.1.3 (2007-08-16). Changes:
Strip ^M's out of savage_driver.h
      clean up some leftover cruft.
      small exa fix ups, remove an errant comment
      Get Solid() working again
      final odds and ends for exa
      fix console corruption due to invalid shadow status
      fix segfault in SavageDoAdjustFrame() on server 1.3
      Add panel native mode automatically.
      Unmap mem before freeing driverPrivate
      update for 2.1.3 release
      Define SAVAGE_VERSION* using PACKAGE_VERSION*
      disable randr when savage rotation is enabled
      fix savage respawn crash
      Fixed a markup error.
      Add "DRI" option to enable/disable DRI support
2008-01-17 23:34:57 +00:00
tnn
0d7a117036 whitespace nits 2008-01-17 23:27:13 +00:00
joerg
85e6a41e4e Add missing include which is especially important for systems with
XFree86. Bump revision and dependency.
2008-01-17 14:06:06 +00:00
tnn
642b80379a Fix PR pkg/37772 Chuck Cranor: xcolors needs rgb.txt (X11_TYPE=modular)
Bump rev.
2008-01-17 07:04:09 +00:00
tnn
52fc18f05f hack around some fallout from the recent renderproto update.
render.h expects DIX to be a valid type, so include X.h to get it.
1.4 doesn't have this problem so consider it a stopgap solution.
2008-01-16 05:50:56 +00:00
joerg
6aeb1bb1b4 Force version 0.9.4 of renderproto as dependency. Bump revision
of modular-xorg-server to accompany this.
2008-01-16 00:28:36 +00:00
joerg
1442800899 Fix dependency. 2008-01-15 23:59:22 +00:00
wiz
3637af6b49 Update to 1.0.4:
Alan Coopersmith:
      Add hooks for checking sources with tools like lint & sparse
      Clear sparse warnings: Using plain integer as NULL pointer
      Coverity #52: Dead code in get_os_name()
      Version bump: 1.0.4

James Cloos:
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log
2008-01-15 23:56:46 +00:00
joerg
2944991247 Prepare for localisation by including gettext dependency. 2008-01-15 23:53:01 +00:00
wiz
e2890a1569 Update to 1.4.9:
James Cloos (1):
      Add *~ to .gitignore to skip patch/emacs droppings

Kristian Høgsberg (2):
      Add proto structs for GLX_SGIX_pbuffer.
      Bump to 1.4.9 so we can depend on SGI pbuffer structs.
2008-01-15 23:51:56 +00:00
wiz
3ef0fec0d4 Update to 1.2.3:
This release fixes a bug where the mouse pointer was confined to one
screen in non-RandR dual head mode (aka "zaphod mode").

Daniel Drake (1):
      Bug #11089: xf86-input-mouse COPYING file

Fredrik Rinnestam (1):
      Bug #12145: Don't confine the pointer to one screen in zaphod mode.

Tilman Sauerbeck (1):
      Bumped version to 1.2.3.
2008-01-15 23:49:48 +00:00
wiz
bf1ca5a325 Update to 1.2.2:
This release fixes the driver for the new input-hotplug support in
xserver 1.4.  The two interim releases (1.2.0 and 1.2.1) never got
tagged and released, so this is the next version after 1.1.1.

Alan Coopersmith (6):
      Update Solaris port to work with os layer move into kbd driver
      renamed: .cvsignore -> .gitignore
      Update key mappings before we walk them looking for modifiers, not after
      Remove old wrappers used for sharing code between keyboard & kbd drivers
      Sun bug 6312042: Preserve NumLock & CapsLock state on Xorg startup
      Remove unused variables

Daniel Stone (5):
      move os keyboard layer into kbd driver, remove legacy keyboard driver
      add xf86OSKbd.h to build system, _SOURCES -> _SRCS
      bump to 1.2.1
      add xf86Keymap.h, fix _SOURCES -> _SRCS in Makefile.am
      don't release keys on newer servers

Eric Anholt (2):
      Bug #9748: Include GPL license by Rik Faith for some lnx_kbd.c contents.
      Bump version to 1.2.2 for release.

Julien Cristau (1):
      Keep module version up-to-date using PACKAGE_VERSION_*

Samuel Thibault (1):
      Fix key led update
2008-01-15 23:46:13 +00:00
wiz
fb891fadba Update to 1.0.2, changes undocumented. 2008-01-15 23:30:18 +00:00
wiz
6af04f236f Update to 2.0.3, changes undocumented. 2008-01-15 23:27:32 +00:00
wiz
c8865719cc Update to 1.0.3:
Version bump: 1.0.3

    libXtst man pages generation fails if srcdir != builddir
2008-01-15 23:24:33 +00:00
wiz
0cb41584bf Update to 3.5.7, changes undocumented. 2008-01-15 23:22:36 +00:00
wiz
1eea87532e Update to 1.1.9:
Changes undocumented, but many more man pages installed.
2008-01-15 23:20:12 +00:00
wiz
0ff92d684b Update to 1.0.4:
Version bump: 1.0.4

    Bug #9649: Bad markup on XAw.3x

    X.Org Bugzilla #9649 <https://bugs.freedesktop.org/show_bug.cgi?id=9649>

    Bug #11091: libXaw COPYING file

    X.Org Bugzilla #11091 <https://bugs.freedesktop.org/show_bug.cgi?id=11091>
    Attachment #10122 <https://bugs.freedesktop.org/attachment.cgi?id=10122>

    Use iswalnum() if it's present as a function, not just if it's #defined

    Also fixes X.Org bugzilla #8564
2008-01-15 23:16:49 +00:00
wiz
9254bbd96e Update to 0.9.4, changes undocumented. 2008-01-15 23:06:13 +00:00
wiz
1dcc254ab7 Update to 0.9.3:
Update package version number for final X11R7 release candidate.
(more?)
2008-01-15 23:02:27 +00:00
wiz
c232d59ec7 Update to 1.0.4:
Version bump: 1.0.4
    Add $(AM_CFLAGS) to lint flags to get correct Xtrans flags
    Replace many malloc(strlen()); strcpy() pairs with strdup()
    Provide ANSI C prototypes for more static functions
    Convert authutil.c static helpers to ANSI C prototypes to clear
    sparse warnings
    Add hooks for checking source code with lint/sparse/etc.

    Coverity #1086: Double free of pointer "*listenObjsRet"

    Same bug, different function.

    Coverity #1085: Double free of pointer "*listenObjsRet"

    If malloc failed in the loop in IceListenForConnections, the error path
    would free all previous allocations, then loop around and try again, and
    if it failed again, free the previous allocations again.   On the other
    hand, if it succeeded on the later tries, then the memory would just be
    leaked, since the error would be returned and not the pointer to them.

    Add *~ to .gitignore to skip emacs/patch droppings
2008-01-15 22:59:16 +00:00
wiz
fecffea32e Update 7.0.11:
bump to 7.0.11

    Describe what XF86XK_Display does (or now is meant to do).

    Add dead_abovecomma and dead_abovereversedcomma

    Also added aliases dead_psili and dead_dasia.

    The UCS unifies Combining Psili and Combining Dasia with
    Combining Comma Above and Combining Reversed Comma Above.
    These two aliases mirror that unification.

    Comment on the new locations of the files referenced in keysymdef.h
    keysymdef.h has a comment from the monolithic days suggesting that
    the file be kept in sync with mappings inxc/lib/X11/KeyBind.c and
    the protocol specication in xc/doc/specs/XProtocol/X11.keysyms.

    This commit adds pointers to the new locations of those two files.

    Add *~ to .gitignore to skip patch/emacs droppings

    bcopy needs definition in Xfuncs.h for Xming

    Added some more files to .gitignore.

    Enable GCC's visibility attributes on GCC 4 or greater only.

    Add keysym definitions from Jim Gettys.
2008-01-15 22:58:55 +00:00
reed
1d6c059af1 Define APP_MAN_SUFFIX=1 in the configure environment (like other
Xorg packages). This fixes problem on some platforms, like Linux,
where it installs as 1x by default.

This problem was fixed upstream long ago. But new source tarballs
have not been released after being generated with the newer autoconf
macro improvements.
2008-01-15 19:31:18 +00:00
obache
13dcf41a82 Current maintainer is on sourceforge.
(*.bz2 archive isn't avaiable now, switch to *.gz).
2008-01-15 12:52:51 +00:00
obache
ccf492b119 Update HOMEPAGE and MASTER_SITES. 2008-01-15 12:45:22 +00:00
obache
6f887a9f4f Update HOMEPAGE and MASTER_SITES to sourceforge. 2008-01-15 12:42:52 +00:00
obache
a3badafeb8 Update HOMEPAGE and MASTER_SITES.
Add DESTDIR support.
Add modular X support.
2008-01-15 12:36:41 +00:00
tnn
00864c5c6c Change an #ifdef hpux to #ifdef __hpux.
This makes unix socket transport work.
2008-01-15 08:56:52 +00:00
tnn
ff0ea425d0 ... wrong patch, this one has the final #endif 2008-01-14 07:12:53 +00:00
tnn
bafb37be43 HP-UX is icky in that EAGAIN != EWOULDBLOCK and select(2) can return both
things. Fortunately libX11 has code to handle this already. Enable it
for HP-UX.
2008-01-14 06:50:51 +00:00
tnn
053aef4689 INSTALL.openwin was removed; unbork the build. 2008-01-14 06:16:48 +00:00
rillig
f98809c3fc Added a patch for sunpro. 2008-01-13 22:53:10 +00:00
joerg
2281217a2a Fix accidently broken patch. 2008-01-12 21:57:04 +00:00
tnn
3e841d9ec7 Add missing checksum for patch-ac (hi Blair!) 2008-01-12 21:35:43 +00:00
joerg
7aab2605d3 Remove gmakeism from Linux rules. 2008-01-12 21:19:34 +00:00
reed
d583488e10 Remove the MESSAGE.Solaris and INSTALL.openwin.
The INSTALL.openwin is broken.

I reported on December 1 that it create a broken INSTALL script.

The SunOS check was commented out in pkgsrc/x11/xterm/Makefile revision
1.37. It looks like it was accidently committed as it has nothing to do
with the log message.

This caused the INSTALL.openwin stuff to be used on non-SunOS systems.

That INSTALL.openwin support is broken anyways.  The sed changed @PREFIX@
but that was not used.
2008-01-12 04:01:31 +00:00
drochner
659fc5710a update to 2.20.0
changes:
* Add information to support bug-buddy
* Enable session persistence under D-BUS
* Remove erroneous line from help
* Updated translations
2008-01-11 14:09:17 +00:00
drochner
adfa4e8f5c update to 2.20.1
changes:
-fixed a menory leak
-translation updates
2008-01-11 13:34:16 +00:00
drochner
8ca436c6e8 update to 2.20.3
changes:
-bugfixes
-Add more default keybindings for otherwise unbound keys
-translation updates
2008-01-11 13:31:18 +00:00
drochner
d46a626e21 update to 2.20.3
change: version bump for 2.20.3 release
2008-01-11 13:16:03 +00:00
drochner
fe4d1fcbf4 update to 2.20.3
changes:
-bugfixes
-translation updates
2008-01-11 13:02:33 +00:00
drochner
f902c86661 update to 2.20.3
changes: translation updates
2008-01-11 12:59:09 +00:00
drochner
fcde8fbe8a update to 2.20.3
changes: translation updates
2008-01-11 12:58:20 +00:00
drochner
6736a3e13c update to 2.18.4
changes:
-bugdix
-translation update
2008-01-11 12:57:18 +00:00
drochner
ca924a6930 update to 0.16.12
changes: minor fixes
2008-01-11 12:52:25 +00:00
tnn
3ddefc23b4 Update to gtk2-2.12.5.
This release fixes an incomplete icon cache that was accidentally shipped
in 2.12.4.

Noted by wiz@
2008-01-09 20:27:19 +00:00
reed
350f0a87bd Update to 0.3.1.
Improve COMMENT.
Change configure argument from --with-xawm to --with-xaw3d.
Add to BUILD_DEFS.

(NOTE: I am updating misc/siag also.)

Changelog has:

070830  Two patches from Pascal Terjan fixes buffer overflows
        in MwXFilesel.c and MwXFormat.c.
        Released 0.3.1.

040108  Added John Cwikla's XCC code. Prepended Mw to all files
        and external symbols. This adds "Color Contexts" which
        allow easy colour management with any visual. Anything
        within Mowitz that calls MwAllocColor or MwQueryColor
        will be rewritten to use color contexts instead.

030919  Cleaned up the code for release.
        Released 0.3.0.

030304  New widget in MwApplicationShell.c is subclassed from
        applicationShellWidgetClass, but has callbacks for
        OffiX and Xdnd drops.

030209  MwMenu.c: catch X errors in XGrabButton. Needed for OpenWindows,
        discovered by James B. Hiller <jhiller@visi.net>.
        Released 0.2.3.

030128  Changed malloc to MwMalloc, realloc to MwRealloc and
        free to MwFree in MwRudegrid.c.
2008-01-09 19:00:25 +00:00
drochner
1d65682e8d update to 2.12.1
changes: misc fixes
2008-01-09 18:56:01 +00:00
bjs
b6de97bf96 Add patch so that pixbuf fast paths are not used when the source
picture has alpha.  Fixes freedesktop.org bugzilla bug #13650.

Bump rev.
2008-01-09 04:16:41 +00:00
tnn
5c6e33638d Update to gtk2-2.12.4.
Overview of Changes from GTK+ 2.12.3 to 2.12.4
==============================================

 * Bugs fixed:
 494667 gdkpixloader jpeg loader problems with some files
 496546 Tooltips may crashe because a window is destroyed
 503824 gtk_paned_find_neighbours aborts with assertion failure
 388321 gtk_notebook_remove_tab_label
 503190 Doesn't build with directfb >= 1.0
 491847 gtk-builder-convert --root option doesn't work for GtkWin...
 492977 Setup autorelease pool automatically in each mainloop ite...
 499951 GtkAssistant remove_page may leave current_page as a dang...
 502250 Leak in gtkfilechooserdefault.c:shortcuts_reload_icons()
 503569 Leak in GtkTreeViewColumn
 504753 Destroyed subviews are not removed from the view hierarchy
 504804 Typo in TEST_EXPAND_ROW signal
 504984 Problems with hiding/showing transient windows
 505708 compatibility macros for signals has wrong type.
 506107 mem leak in print dialogue
 502850 gtk-builder-convert program not found
 504749 gtk-builder-convert and GtkMenu
2008-01-09 00:15:35 +00:00
markd
5e8252a1cd Dont default QT_NO_DBUS to on in qconfig.h to be consistent with qt4-qdbus
package. (and therefore set it explicitly in qt4-tools)
Bump PKGREVISION of qt4-libs.
2008-01-08 08:35:18 +00:00
ghen
8b93918fe5 Fix build on NetBSD < 4.0. 2008-01-07 21:09:05 +00:00
tron
5ab01fe2a1 Unbreak build of a lot of X11 packages on systems which use native X11
(e.g. NetBSD with bundled XFree86). Checking whether "X11_TYPE" is "xorg"
is obsolete and *not* equivalent to checking whether we are not using
modular X.org.
2008-01-07 13:59:35 +00:00
ghen
6d4038a0cd + dmenu. 2008-01-06 21:45:56 +00:00
ghen
a78d975df4 Import dmenu-3.4 from www.suckless.org.
dmenu is a generic menu for X, originally designed for wm/dwm, now used by
wm/wmii.  It manages huge amounts  (up to 10.000 and more) of user defined
menu items efficiently.
2008-01-06 21:45:07 +00:00
rillig
3842f2df7a Since X11_TYPE cannot be "xorg", there's no point in checking for that
condition. What was really meant is X11_TYPE != "modular".
2008-01-06 16:57:41 +00:00
drochner
71d57f2972 update to 0.16.11
changes: minor bugfixes
2008-01-06 15:50:00 +00:00
rillig
863e9d140a pkgsrc doesn't have "xorg" anymore. 2008-01-06 00:08:30 +00:00
wiz
ecf12c063b Create a shared library for libQtUiTools, in the hope that this fixes
the build for kdelibs4 on amd64.

Bump PKGREVISION for qt4-tools.
2008-01-05 22:15:24 +00:00
rillig
7633160c4a Fixed tools definition, as reported by pkglint. 2008-01-05 20:55:28 +00:00
rillig
505c9f9fc6 ERROR: patches/patch-ac:35: This code must not be included in patches.
(hi joerg!)
2008-01-05 20:53:18 +00:00
rillig
40cd0c00e3 Patch files have to start with a CVS Id. 2008-01-05 20:52:17 +00:00
rillig
53adcee35b Fixed naming mismatches reported by pkglint. 2008-01-05 20:45:59 +00:00
tron
999c3df226 Use the "pkg-config" file to detect the version number. A builtin version
will otherwise get rejected because we require at least version 1.1.1..
2008-01-05 16:05:52 +00:00
tron
f08b9fd33b Use the "pkg-config" file to detect the version number. A builtin version
will otherwise get rejected because we require at least version 1.4.
2008-01-05 16:00:08 +00:00
tron
f8ac9f5a89 Detect builtin "xineramaproto" e.g. under Mac OS X Leopard. 2008-01-05 15:41:58 +00:00
tron
d645796dd9 Detect builtin "inputproto" e.g. under Mac OS X Leopard. 2008-01-05 15:27:08 +00:00
abs
10fd06a712 update missed distinfo 2008-01-05 09:03:10 +00:00
markd
e1a38464a5 Note pkgsrc as the distribution method, for the bug report wizard.
From Sergey Svishchev.  Bump PKG_REVISION.
2008-01-04 21:12:38 +00:00
markd
6f33e60eef Various kdebase updates.
Option to build kompmgr - from Sergey Svishchev
improved kdeeject script - from Sergey Svishchev

ksysguard tidyup, improved handling of process list.
infocenter tidyup

Add NetBSD support to kicker/applets/naughty (finally fixing PR 25052)

Bump PKGREVISION.
2008-01-04 21:05:56 +00:00
rillig
810705a6f7 Defining a meta-package is done via the META_PACKAGE variable.
In Makefile.common, the MAINTAINER should only be set with the ?= operator.
2008-01-04 15:54:46 +00:00
rillig
56363b1929 Fixed pkglint warnings. 2008-01-04 01:25:51 +00:00
heinz
f484c25be4 Added support for installation to DESTDIR. 2008-01-03 23:18:07 +00:00
dogcow
8883966702 gtkmm wants gtk2+>= 2.12.0. 2007-12-31 11:11:58 +00:00
joerg
150f7cb272 Needs msgfmt. 2007-12-30 16:29:15 +00:00
joerg
ec6bdf4d3d Fix PLIST. Bump revision. 2007-12-27 16:24:21 +00:00
joerg
85970cf9f0 Fix MAXNAMLEN usage to prefer NAME_MAX. 2007-12-27 15:29:32 +00:00
reed
69f205360c Add patch and bump revision.
This is for PR 37610 to fix internationalized text bug.

This fix was already in XFree86 and Xorg libXaw versions since at
least Nov. 2004 and in Fedora for Xaw3d since 2002.
2007-12-27 14:14:24 +00:00
markd
93d232ccec Quick fix for PR pkg/37605. ps->userTime is never used so just set to 0,
a proper fix will be committed after the freeze.

Also fix PR pkg/37423 - LP64 issue with nspluginviewer from Steve Woodford.
Bump PKGREVISION.
2007-12-27 08:01:20 +00:00
bjs
300a8be4c8 Add logic gleefully ripped from x11/Xaw3d/buildlink3.mk to make these
libraries work properly with xaw.buildlink3.mk.  That's better!

This was done so that X/Open Curses (pkgsrc-wip/pdcurses) could
have a chance of using these libraries. ;)
2007-12-24 18:57:49 +00:00
bjs
65c7cb96d9 Add aclocal.m4 2007-12-24 08:01:07 +00:00
bjs
0ad197ecbe add USE_TOOLS+=gettext-m4 for autotools. 2007-12-24 06:58:33 +00:00
joerg
23b066b308 Update to x86-video-radeonhd 1.1.0:
- Added Support for RS600, preliminary RV670.
 - Allows panning in RandR mode.
 - Preliminary (read: untested) support for HDMI connectors.
 - Now builds against the latest upstream X.Org code in git.
 - Lots of bugfixes, e.g.
   - Better monitor detection.
   - Gamma + palette fixes.
   - Mode stability + textmode restore.
   - RandR mode selection fixes.
2007-12-21 16:57:13 +00:00
obache
a1e2835f04 * Add missing DEPENDs
* install 'chooser' more conditionally
* DESTDIR ready
2007-12-20 11:56:45 +00:00
bjs
763fba9010 Begone, ye unwanted patches. 2007-12-19 08:17:45 +00:00
bjs
3f1dd4ea9f Add some fixes from GIT and bump revision. Tested with
xorg-server-1.4.0.90 + Mesa-7.0.2 by me.  Mesa's coming, I promise. ;)
While here, PKG_SKIP_REASON -> PKG_FAIL_REASON, add various preprocessor
definitions to XCOMPMGR_DEFS for the user to play with (sane defaults
have been tested).

Changes include:

    Constified some variables.

    Include getopt.h for getopt(). (in pkgsrc, this uses USE_FEATURES)

    Fixed a bunch of warnings.

    Bug #9762: Fix opacity changes on unmapped windows.
2007-12-19 05:43:27 +00:00
bjs
63bc4d0116 Fix this so that it works with the snapshot I provided. Bump rev.
Tested by me with xorg-server-1.4.0.90.
2007-12-19 04:10:43 +00:00
tron
037f33900e Defeat very evil shell script code which tries to use "which" to find
"gtkdoc-rebase" (which depending on what flavour of "which" your operating
system provides will go horribly wrong).

This fixes the build under Mac OS X.
2007-12-18 10:15:15 +00:00
bjs
98f9b8ad5c Add xkeyboard-config 2007-12-18 00:29:08 +00:00
bjs
772bfb0356 Import xkeyboard-config-20071217 (snapshot is better than maintaining
a thousand patches).  This is required for the upcoming
modular-xorg-server-1.4.0.90 package.
2007-12-18 00:28:14 +00:00
bjs
e69b3a97d3 Update to a snapshot from GIT head. The current revision seems better
to me than the release.  Bump rev.

Changes include:

    Guard MMX get_fast_path() with pixman_have_mmx()

    Use -fvisibility=hidden by default.

    Add a PIXMAN_EXPORT macro that expands to the appropriate GCC magic.
    Various formatting fixes.

    Make the tables static; remove unused flag

    Set maskRepeat to FALSE when the function is NEED_SOLID_MASK

    Conditionalize MMX code with USE_MMX

    Don't skip fbFetch/fbStore when PIXMAN_FB_ACCESSORS is enabled.

    pixman_composite_rect_general_accessors skips the fetch / store steps by
    setting store to NULL when the op is ADD or OVER and the dest format is
    [ax]8r8g8b8.  This optimization is only valid when no accessors are
    in play.
2007-12-18 00:10:44 +00:00
adam
a186ccc18d Changes 4.3.3:
Qt 4.3.3 is a bug-fix release.
Read 'changes-4.3.3' for details.
2007-12-17 22:19:43 +00:00
drochner
a9ef722d60 update to 2.12.3
changes:
-some Quartz related bugfixes
-other minor bugfixes
-translation updates
-the HTML documentation is built properly this time, so remove the pkgsrc
 hacks to load it from MASTER_SITE_LOCAL
2007-12-17 20:24:13 +00:00
tron
c56a072db6 Fix build problems caused by Mac OS X Leopard linker work around in
the "MesaLib" package.
2007-12-17 18:21:31 +00:00
drochner
51fc4c9551 update to 0.16.10
changes:
- Smart tab character: you can now copy/paste tab characters printed by cat,
  diff, and other line-oriented tools and get the tab character in the
  clipboard, instead of multiple spaces.  The selection indicates that by
  being all or none.
- Misc bug fixes and optimizations.
2007-12-17 17:52:11 +00:00
drochner
a8dcc5a7cf for consistency, obey the "evolution" option introduced in gnome-panel,
which allows to switch off features depending on evolution (here:
an "about me" dialog which is sync'd to the address book)
no change to default configuration
2007-12-17 16:50:45 +00:00
tron
bdd9c78fce Detect builtin "libXt" e.g. under Mac OS X Leopard. 2007-12-17 15:02:26 +00:00
tron
394e26ae5a Detect builtin "libSM" e.g. under Mac OS X Leopard. 2007-12-17 14:24:06 +00:00
tron
5343748c77 Detect builtin "libICE" e.g. under Mac OS X Leopard. 2007-12-17 13:27:28 +00:00
obache
6125c04471 Added a patch for fixing format string vulnerability (CVE-2007-6183).
http://ruby-gnome2.svn.sourceforge.net/viewvc/ruby-gnome2?view=rev&revision=2720

Bump PKGREVISION.
2007-12-17 02:59:58 +00:00
tron
0bd449bacf Detect builtin "libXext" e.g. under Mac OS X Leopard. 2007-12-16 23:38:12 +00:00
tron
c659f8e639 Detect builtin "libXinerama" e.g. under Mac OS X Leopard. 2007-12-16 23:08:05 +00:00
drochner
810b15adce fix some stupid PLIST substitution to make non-NetBSD-builds succeed,
from Ondrej Tuma per PR pkg/37551
2007-12-16 22:19:43 +00:00
tron
1f7d781fed Detect builtin "libXrandr" e.g. under Mac OS X Leopard. 2007-12-16 20:19:11 +00:00
tron
e1f9f466a2 Detect builtin "libXrender" e.g. under Mac OS X Leopard. 2007-12-16 19:38:25 +00:00
tron
6c99e32cc1 Detect builtin "libXmu" e.g. under Mac OS X Leopard. 2007-12-16 19:04:28 +00:00
tron
a8123a32b4 Fix broken (or non-portable at best) shell code. 2007-12-16 13:42:10 +00:00
drochner
9d132a1af0 fix (or work around) a problem in clock applet - evolution communication:
if a Task was checked as done in the calendar the timezone offset was
appearently applied twice, so that a wrong time was put into the database.
I don't know whether the clock applet generates the timestamp the wrong
way or whether evolution doesn't deal with non-UTC timestamps, but passing
UTC helps.
bump PKGREVISION
2007-12-16 12:05:46 +00:00
tron
93e252bc48 Detect builtin "libXdmcp" e.g. under Mac OS X Leopard. 2007-12-15 15:44:24 +00:00
tron
28fa2025cc Detect builtin "libXau" e.g. under Mac OS X Leopard. 2007-12-15 15:41:36 +00:00