Commit graph

7623 commits

Author SHA1 Message Date
tron
95aa980ae7 Add and enable "xdm" package. 2007-08-06 14:58:13 +00:00
tron
eab5dc8781 Import new "xdm" package:
X Display Manager from modular X.org

This package is based on Blair Sadewitz's "xdm" package in "pkgsrc-wip".
2007-08-06 14:56:33 +00:00
joerg
5b97db5e56 Annotate malloc(0) != NULL for NetBSD. 2007-08-06 14:08:47 +00:00
joerg
528bfb5e37 On NetBSD malloc(0) is not NULL if successful. Annotate for
cross-compilation.
2007-08-06 14:05:21 +00:00
joerg
ca0803c179 On NetBSD, malloc(0) normally does not return NULL. Mark it so
for cross-compilation.
2007-08-06 13:59:34 +00:00
joerg
a289a49cd1 Fix cross-compilation support. 2007-08-06 11:49:50 +00:00
abs
9d888c7cca add MesaLib (for dri) to distinfo 2007-08-06 11:24:14 +00:00
xtraeme
dddecadff5 Fix an obvious typo that made to fail in the installation stage without
the dri option.
2007-08-06 11:09:39 +00:00
ghen
6160beca9e Update to rxvt-unicode-8.3, provided by Philip Paeps <philip@freebsd.org>.
ChangeLog:
o new option: skipScroll/-ss, enabled by default.
o go with the times and expect x11 library files in /usr/lib, not
  /usr/X11R6/lib.
o initial transparency improvement/afterimage support patch by Sasha Vasko.
o add urgentOnBell resource to set the urgency hint (patch by Philip Paeps).
o do not process focus events caused by grabs (patch by Mikachu).
o add iso14755_52 resource to disable iso14755 5.2 (exg).
o add binding for backspace in iso14755 5.1 to remove the last digit (exg).
o better option handling, support more than 30 options (exg).
o nuke reconf script, serves no purpose anymore.
o fixed and documented matcher/on_user_command processing in matcher extension
  (tpope).
o compile out of the box on Solaris 10 (exg).
o fix MappingNotify events (reported by Stephan Walter).
o zero-initialise mwmhints, this seems to solve all sorts of minor problems.
2007-08-06 10:02:27 +00:00
joerg
ac651283fc Update to xf86-input-mouse-1.2.2:
- add option to control mouse sensitivity
2007-08-05 23:39:02 +00:00
joerg
1c74572863 Update to xf86-input-keyboard-1.2.0:
Split monolithic source in small subcomponents, moving code out of
the server.
2007-08-05 23:32:47 +00:00
joerg
03e53cf8d9 Update to modular xorg-server 1.3.0:
- RandR 1.2 support in the server (drivers must support it as well)
- many bug fixes, improvements for AIGLX and EXA etc pp
2007-08-05 23:30:19 +00:00
joerg
eae2e658f2 Update libX11 to 1.1.3:
- man page fixes
- reset hostname when setting it internally for consistency
- fix XGetMotionEvents argument order
- locking fixes
2007-08-05 22:39:38 +00:00
joerg
1125419c76 Update to libXi-1.1.2: Unstatic a function again. 2007-08-05 21:49:26 +00:00
joerg
373f3b58a4 Update to xrandr-1.2.2:
- man page improvements
- search all configurations if the simple CRTC allocation failed
- document options added in 1.2.1
- output mode flags with verbose
2007-08-05 21:42:40 +00:00
joerg
d0654847c5 Update to xhost-1.0.2: Minor man page improvements. 2007-08-05 21:25:54 +00:00
joerg
9c14681dd5 Update to setxkbmap-1.0.4: minor code cleanup and much more documented
switches in the man page.
2007-08-05 21:23:50 +00:00
joerg
ecbc043614 Update to ico-1.0.2: fix typo in man page. 2007-08-05 21:21:03 +00:00
joerg
fc490cbd97 Update to iceauth-1.0.2. This features a lot more const correctness. 2007-08-05 21:15:45 +00:00
joerg
8c0d46ab3e Update xf86-video-nv to 2.1.2:
- more supported GeForce 8 mobile chips
- more MacBook fixes
- support for very low memory configurations
- fix color map corruptions with some older chips
- mode validation for G80
- rudimentary VBE-based dual head support for pre-G80 chips
- randr 1.2 support
- fix hang in NVSync with EnterVT
2007-08-05 02:35:04 +00:00
smb
ee3da180b6 Add the stalonetray (stand-alone system tray) package. Package based partly
on the FreeBSD ports version.
2007-08-04 13:44:19 +00:00
joerg
b4c28793a3 Fixes for DragonFly. 2007-08-04 00:02:35 +00:00
sborrill
c2b3c7d0f4 Add patch to stop core dumping when switching resolutions with xrandr.
From:
http://www.redhat.com/archives/fedora-cvs-commits/2006-July/msg03489.html
OK joerg@
2007-08-02 14:15:18 +00:00
joerg
c84e5b58b3 Don't use malloc.h. 2007-08-01 21:24:57 +00:00
tron
7fb3ca68f7 Add patches provided by Trolltech to fix CVE-2007-3388.
Bump package revision.
2007-08-01 20:51:23 +00:00
tron
8bc631f561 Add missing directory "share/xplanet/ephemeris", bump package revision. 2007-08-01 20:15:05 +00:00
joerg
18d8a92000 Teach libXt about cross-compiliation:
- add an automake conditional to configure
- use that to build xmakestr using manual build rules. X11_CFLAGS is
  honoured, but not CFLAGS as the latter is likely to contain platform
  specific flags.
- use either makestr or xmakestr for building StringDefs.c, depending
  on whether we are cross-compiling or not.
- pass down native compiler and flags for cross-compiliation

Supported-by: Google SoC 2007
2007-08-01 16:52:48 +00:00
joerg
7fc035c0fe USE_CROSS_COMPILE is always defined, just use it. 2007-08-01 16:50:24 +00:00
joerg
4bb0dfb5ac Teach libX11 about cross-compilation:
- define an automake conditional for cross-compilation
- build xmakekeys in addition to makekeys when using
  cross-compilation. Provide manual compiliation rules to replace
  the default automake rules. We do use X11_CFLAGS, but we do *not*
  want CFLAGS as the latter can contain platform specific flags like
  -mieee on Alpha.
- Use either xmakekeys or makekeys depending on whether this is a native
  build or not.

Supported-by: Google SoC 2007
2007-08-01 16:46:16 +00:00
joerg
f536ca1935 Don't use malloc.h. 2007-07-31 09:57:04 +00:00
wiz
da231b113e Fix build with boehm-gc>=7. 2007-07-28 10:23:45 +00:00
adam
989826eeca Changes 4.3.0:
- Configuration/Compilation
    * Fixed OpenBSD and NetBSD build issues.
- Legal
    * Added information about the OpenSSL exception to the GPL.
- Documentation and Examples
    * Added information about the TS file format used in Linguist.
    * Moved platform and compiler support information from
      www.trolltech.com into the documentation.
    * Added an Accessibility overview document.
    * Added new example to show usage of QCompleter with custom tree models.
- Translations
- Added support for the CP949 Korean Codec.
- [138140] The whole Qt source compiles with the QT_NO_CAST_FROM_ASCII
  and QT_NO_CAST_TO_ASCII defines and therefore is more robust when
  using codecs.
- Added support for HP-UX 11i (Itanium) with the aCC compiler
- Changed dialogs to respond much better to the LanguageChange event.
  (i.e. run time translation now works much better.)
- Signals and slots
    * [61295] Added Qt::BlockingQueuedConnection connection type, which
      waits for all slots to be called before continuing.
    * [128646] Ignore optional keywords specified in SIGNAL() and SLOT()
      signatures (struct, class, and enum).
    * Optimize emitting signals that do not have anything connected to them.
- [121629] Added support for the MinGW/MSYS platform.
- [102293] Added search path functionality (QDir::addSearchPath)
- Almost all widgets are now styleable using Qt Style Sheets.
2007-07-28 07:37:51 +00:00
joerg
efd4ca801e Supports DESTDIR installation. 2007-07-28 00:52:34 +00:00
joerg
6e6be9ccce Tell configure that malloc(0) != NULL on NetBSD unless running out of
memory.
2007-07-28 00:48:10 +00:00
joerg
16f4767945 Use REPLACE_KSH and express explicit dependency on it. Bump revision. 2007-07-28 00:43:22 +00:00
joerg
ef76e36b90 Tell configure that malloc(0) != NULL on NetBSD unless running out of
memory.
2007-07-28 00:26:03 +00:00
joerg
f0faa824cd When MANCONF is specified in the environment, use it. This allows
cross-compilation by hard-coding the real value as done for NetBSD.
2007-07-28 00:10:36 +00:00
joerg
1cd9f16845 Tell configure that malloc(0) != NULL on NetBSD unless running out of
memory.
2007-07-27 23:51:59 +00:00
joerg
5737d3b695 Tell configure that malloc(0) != NULL on NetBSD unless running out of
memory.
2007-07-27 23:42:56 +00:00
joerg
048beaa5b6 Tell configure that malloc(0) != NULL on NetBSD unless running out of
memory.
2007-07-27 23:29:40 +00:00
joerg
814001c69b Fix the DESTDIR build. The change is before the 1.0.2 release was
tagged but for some reasons didn't make it into the release.
2007-07-27 20:57:37 +00:00
joerg
98a2592083 Tell configure that malloc(0) != NULL on NetBSD unless running out of
memory.
2007-07-27 20:39:11 +00:00
joerg
7a3ae3294d For cross-compilation, inform configure that malloc(0) != NULL
on NetBSD under normal circumstances.
2007-07-27 20:05:24 +00:00
rillig
c8ea1f5667 Fixed the names of the pkg-config files. 2007-07-25 18:02:32 +00:00
joerg
1075627ea2 Update to libXcomposite-0.4.0:
- the semantic of the parent window clipping was changed.
No actual code changes.
2007-07-25 15:56:09 +00:00
joerg
57020cbf75 Update to compositeproto-0.4. Add CompositeNumberEvents and protocol
specification in English.
2007-07-25 15:53:10 +00:00
wiz
b886e29d4e Drop maintainership. 2007-07-21 21:56:07 +00:00
drochner
bba92af0d5 update to 2.18.3
changes:
- Fix handling of AlwaysLoginCurrentSession and DoubleLoginWarning so
  it works for the non-migratable case (for Xnest, XDMCP, etc.).
- Use an unsigned char buffer in gdm_fdgetc
- Just display the default "authentication failed" message when we
  receive PAM_AUTHINFO_UNAVAIL
- Translation updates
- Fix crashing issue with XDMCP logic.

pkgsrc change: fix the substitution which is supposed to make the
NetBSD logo appear on the default login screen, but do so for a NetBSD
pkgsrc target only.
Should fix PR pkg/34955 by Hauke Fath
2007-07-20 12:11:21 +00:00
wiz
4950aa2dc6 Update to 2.10.14:
Overview of Changes from GTK+ 2.10.13 to 2.10.14
================================================

* Bugs fixed:
 453365 gdk_pixbuf_get_file_info crashes on tif files
 164809 Checkboxes with inconsistent status are not drawn properl...
 426987 Panel freezes after upgrading gtk icon cache
 435840 GTK_WIDGET_SAVED_STATE inconsistency
 437281 gtk_button_set_image destroyes the old image
 440040 Reference counting in GtkPrintOperation goes awry
 448544 Refcount issues in GtkCellRendererSpin
 451070 Broken CUPS SSL printing in gtk 2.10.13
 112404 Problem with focus when closing transient window

* Updated translations:
 Estonian (et)
 Russian (ru)
2007-07-19 21:43:34 +00:00
jmmv
62a689a86f Given that this depends on ocaml at run time, don't bother to attempt to
delete the directories shared with it.
2007-07-18 13:13:04 +00:00