Commit graph

7989 commits

Author SHA1 Message Date
markd
2ad9d31b11 Update to KDE 3.5.8
POP3 ioslave
* Fix SASL Authentication fails if another client of sasl is loaded.
SMTP ioslave
* Fix SASL Authentication fails if another client of sasl is loaded.
Kate
* Add .hh Extension for C++ syntax highlighting.
* Highlight 'read' and 'write', used when declaring properties in Pascal.
* Fix code folding breaks highlighting.
* Fix tabs in wrapped line broke cursor navigation.
* Fix save doesn't work after redo.
* Do not disable quit button when no session is selected but the open
  session button.
* Pressing X now triggers the open session button, when it should trigger
  quit button.
KControl
* When delete all is pressed, only delete the visible cookies if the view
  is filtered.
* Do not loose the domain-specific cookie policies when cookie support is
  disabled and re-enabled again.
* Newly added fonts are not available.
kdesktop
* Do not shutdown at autologout.
kdm
* Do not attempt to auto-login after a post-session shutdown confirmation.
* Fix CVE-2007-4569.
kwin
* Fix restarting KWin messes up active border order.
* Fix block global shorcuts is broken.
Konsole
* Real transparency support without side effects, if qt-copy patch #0078
  is available.
Konqueror
* Fix Konqueror not autodetecting new plugins.
* Avoid preview crashes when view is invalid.
* Resolve media: and system: urls to local files in the popup menu.
* Fix crash when the window is deleted from onmousedown.
* Fix nspluginviewer crashes on amd64.
2007-10-20 10:37:19 +00:00
markd
cce2ab9b81 Update to KDE 3.5.8
core libs
* Small performance improvements.
* Reworked KCmdLineArgs::makeURL to make "kpdf a:b" work when a:b is an
  existing file in the current directory.
* Be more robust against addressbar spoofing.
* A hostname may resolve to multiple addresses. When connection to one
  timeouts, we should not immediately give up. Instead, we try the other
  addresses.
http ioslave
* Fix crash on broken servers.
* Fix Connection failed Url Frame Redirection.
* Fix session cookies not always accepted.
* Fix persistent cookies are treated like session cookies.
* Fix a cross-site cookie injection vulnerability.
* Fix for correctly propagating HTTP response headers > 8K.
* Fix http responses containing just a header cause Konqueror to wait
  indefinitely for a response.
* Fix problem with cookies in konqueror when server specified as IP adress.
* Fix per-site cookie policy does not apply to cookies set for subdomains.
KHTML
* Fix handling of font-variant:inherit.
* Fix GMail/Firefox yet again.
* Fix confused cursor shapes if mail and new-window links appear on the
  same page.
* Fix cannot type text into boxes on riteaid.com.
* Optimize descendant selector matching.
* Fix invalid placing of image.
* Default to "UTF-8" per section 2 of the draft W3C "The XMLHttpRequest
  Object" specification.
kjs
* Do not convert accented latin1 characters into undrawable char in
  websites using advanced JavaScript.
2007-10-20 10:36:14 +00:00
obache
e21bb123ab Force to not install terminfo file. Fixes PR 37082.
A terminfo entry was installed into somewhere(or not) depending on tic command.

Install termcap/terminfo entry source file in examples directory and
mention it in MESSAGE.

Bump PKGREVISION.
2007-10-20 06:11:24 +00:00
abs
39c5405f87 Update to xhost-1.0.2nb1: Explicitly pass inet6 setting to configure - from Yakovetsky Vladimir in PR/37115 2007-10-15 14:39:46 +00:00
abs
249feeb97e Update to libSM-1.0.3: Explicitly pass inet6 setting to configure - from Yakovetsky Vladimir in PR/37116 2007-10-15 12:48:57 +00:00
abs
39ece3bb6e Update to qt3-libs-3.3.8nb6: Explicitly pass inet6 setting to configure - from Yakovetsky Vladimir 2007-10-15 11:59:49 +00:00
adam
d8abd7ce26 Changes 2.12.1:
* PrintOperation: Corrected a reference-counting problem that caused
  crashes.

Changes 2.12:
* New classes: Builder, RecentAction, Tooltip, VolumeButton.
* Deprecated the Tooltips class.
* More...
2007-10-13 14:18:33 +00:00
adam
53299a69f3 Changes 4.3.2:
* General Improvements
* Fixed incorrect behavior of the widget editing mode that
  could occur when a form was resized.
* Fixed a crash that could occur when several commands were
  redone in one go.
* Enabled MSVC and Borland project generators for the Qt Open Source
  edition.
* Ensured that the QMAKE_CC and QMAKE_CXX variables are not defined in
  the Xcode project generator to allow distributed (distcc) builds to
  work again.
* more...
2007-10-13 12:02:14 +00:00
adam
70ae7fb880 Changes 8.4.16:
* Bug fixes
* Improvements
2007-10-13 11:41:33 +00:00
rillig
c31ce62a23 Don't set the maintainer unconditionally in files that are used by many
packages. Patch by Vladimir Yakovetsky in PR 37113.
2007-10-12 20:13:29 +00:00
obache
7c1c0f77dd Update x11vnc to 0.9.3.
New in the 0.9.3 x11vnc release:

        This release provides client-side caching to improve interactive
        response.  Almost no VNC viewers implement caching which is why
        VNC is slow compared to other remote graphics protocols.

        The x11vnc caching will work with any VNC viewer, but they will
        not hide the pixmap cache region that is below the main desktop
        (one must adjust the window manually).  The SSVNC Unix VNC viewer,
        however, automatically detects and hides the region.

        To enable caching, supply "-ncache n" to x11vnc, where the
        number n, e.g. 10, indicates how much memory to devote to the
        caching scheme.

        See http://www.karlrunge.com/x11vnc/#faq-client-caching
2007-10-11 14:20:35 +00:00
hauke
3cdf7e19a7 The code to verify user and password provided in
daemon/verify-{crypt,shadow}.c prints out the user name in various
places, where daemon/verify-pam.c code does not. Get out of sync with
the login dialog, and you'll have your password logged.

Adapt patches from the gdm 2.20 branch for
(1) not logging the user name in any syslog error messages
(2) not localizing the log messages.

Bump pkg revision.

Fixes PR 31417.
2007-10-11 09:46:51 +00:00
hauke
80dc47c2a2 The code to verify user and password provided in
daemon/verify-{crypt,shadow}.c prints out the user name in various
places, where daemon/verify-pam.c code does not. Get out of sync with
the login dialog, and you'll have your password logged.

Adapt patches from the gdm 2.20 branch for
(1) not logging the user name in any syslog error messages
(2) not localizing the log messages.

Fixes PR 31417.
2007-10-11 09:35:11 +00:00
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
rillig
dbbb055eda Fixed the build errors with gcc4. 2007-10-09 11:09:21 +00:00
joerg
5d01b5a3bd Don't define a local weak in6addr_any. Any sane IPv6 setup has and if it
doesn't include it, your lost mostly anyway. The weak alias creates a
conflict on HP-UX tho. Bump revision.
2007-10-07 12:39:28 +00:00
taca
a258170f66 Update Ruby packages to 1.8.6-p111.
No change; DISTFILES update only.
2007-10-06 06:13:35 +00:00
joerg
c84c93515b Reorder pkgconfig file as the gnopernicus configure fails because
datarootdir is used before being defined. Bump revision.
2007-10-06 00:20:40 +00:00
dillo
1421921b96 Fix homepage. 2007-10-05 16:11:17 +00:00
joerg
a16e5639be Install uic3 binary and not the libtool wrapper. Bump revision. 2007-10-04 20:43:52 +00:00
obache
fedd916323 Renamed devel/libglade2 to devel/libglade. 2007-10-04 12:06:40 +00:00
martti
23fd237165 Updated x11/xfce4-desktop to 4.4.1nb2
Fix application launch problems with gtk2 2.11 and later.

http://bugzilla.xfce.org/show_bug.cgi?id=3359
2007-10-03 10:25:00 +00:00
aymeric
ee334ad872 remove option xterm-toolbar from the default options. Toolbar support seems
to be broken in xterm for now.
OK bjs@
2007-10-02 15:04:53 +00:00
rillig
ddf6f5db34 After a few more tries, it finally worked. The features framework isn't
as easy to use as I first thought.
2007-10-01 11:59:59 +00:00
hira
33d8aad3d4 librsvg2 -> librsvg. 2007-10-01 11:28:00 +00:00
rillig
d5fd4e10be Needs err() and errx(). 2007-10-01 11:09:09 +00:00
rillig
93aab5f194 Added three patches to make the package work on Solaris. 2007-10-01 11:02:44 +00:00
wiz
2f2166a0fb Reset maintainer -- shell@ is inactive. 2007-09-30 17:45:23 +00:00
obache
1aa0d8a70b Need lex & yacc.
Problem reported by L. Schmidt in PR 36937 and fix confirmed by Aleksey Cheusov
in pkgsrc-bulk@.
2007-09-29 12:28:36 +00:00
drochner
f37c4a2343 fix compilation on NetBSD-4+ (seen in bulk build) 2007-09-28 13:11:29 +00:00
hubertf
d34ad79ba8 Update xlockmore to 5.25. Changes:
Renamed xlockrc.rc to xlock95.rc.
  win95 settings fixes from Frank Fesevur
    'Enabled' checkbox set in the savers configuration for is honored
        when the random mode is selected.
    Dialog rearranged to allow more room for Delay/Count/Cycles.
    Version is now displayed.
  ant3d,ant,life1d now with better colors.  Really looked bad on Windows 95.
  rain a new mode from Frank Fesevur.
  Patch for running stuff like "xlock95.scr -s ant3d" thanks to
    Frank Fesevur <ffes AT users.sourceforge.net> which makes testing
    and showing a particular mode much easier.
  Fix for xlock -resource in life.c.
  Added a compile-time option "-DNO_TIME if you dont want the time in the
    password window.
2007-09-28 12:42:40 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
hira
4c0f69f879 Fix comment (gnome-vfs2 -> gnome-vfs). 2007-09-25 10:47:52 +00:00
hira
8951aa3012 Back out previous. Pointed out by uebayasi@ and martti@. 2007-09-25 10:03:52 +00:00
hira
ebf8ba4a7d ln -> ${LN}. 2007-09-25 08:31:52 +00:00
joerg
4eb30fb217 Require randrproto 1.2.1 as found in PR pkg/37015. 2007-09-24 22:31:16 +00:00
taca
f1fae36344 Update Ruby to 1.8.6-p110.
Approved by wiz@.

This is bug fix release of Ruby 1.8.6.  Especially it fixes thread/eval
function problem on Mac OS X.
2007-09-24 22:01:29 +00:00
joerg
ade92d961f Fix off-by-one issue. Bump revision. 2007-09-24 16:24:48 +00:00
tnn
4d6762f332 Add a recommended distribution patch that removes the ScrollWithBuffer
configuration file option (which doesn't work as intended.) Bump revision.
2007-09-23 07:57:00 +00:00
wiz
c931d92b95 Add three patches based on files in gtkmm-2.12.0 to fix the build
with gtk2+-2.12.0.  Bump PKGREVISION.

In case this doesn't build with gtk2+<2.12 any longer, please add
an appropriate BUILDLINK_API_DEPENDS.gtk2 line.
2007-09-22 22:56:43 +00:00
markd
1222c3cb40 Updated version of konqueror address bar spoofing fix
http://www.kde.org/info/security/advisory-20070914-1.txt
also fix for KDM passwordless login vulnerability
http://www.kde.org/info/security/advisory-20070919-1.txt
2007-09-21 20:48:12 +00:00
joerg
8f146a878d Remove patch, XInputCheckExtension has some magic for that. 2007-09-21 20:47:14 +00:00
markd
1a758923e2 Updated version of Konqueror address bar spoofing fix
http://www.kde.org/info/security/advisory-20070914-1.txt
2007-09-21 20:45:52 +00:00
bjs
bf4243520d Update to version 1.4.2.1. The previous version had a broken configure
script.
2007-09-21 19:54:17 +00:00
bjs
d6f18da51f Update to version 1.0.3. Changes include:
-- Change xset_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-- Use autoconf to check for usleep before falling into twisty #ifdef maze
-- Bug #9524: Markup problems on xset.1x
2007-09-21 19:52:58 +00:00
bjs
26de5ba43e Update to version 1.0.3. Changes include:
-- X.Org bug #10616: Add all the X info commands to See Also in man page
-- Man page formatting: make -geometry bold like other options
-- Rename xwininfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-- Purge unused code from dsimple.c
-- dsimple.c: ANSIfy function declarations
-- Replace sprintf's with snprintf & strlcat
-- Add static & const qualifiers to xwininfo.c
2007-09-21 19:50:31 +00:00
bjs
ad37e09768 Update xtrans to version 1.0.4. Changes:
-- Fix typo in Xtranslcl.c (sprintf with size argument should be snprintf)
2007-09-21 19:46:27 +00:00
bjs
9a049c87ab Update to version 1.0.2. Changes include:
-- #10616: xmag man page says "Cut" button instead of "Select"
-- Replace static ChangeLog with dist-hook to generate from git log
-- Sun bug 6359959: xmag overconsumes CPU due to its selection box
-- Sun bug 6359959: use nanosleep, poll or select
-- Change xmag_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-- Sun bug 1166559: highlight of selection box not discernable on some configs
2007-09-21 19:40:22 +00:00
joerg
15b8c15b15 Fix locking bug in upstream code. Ride on the initial update. 2007-09-21 19:39:11 +00:00
bjs
b00a035af5 Update to version 1.3.1. Important changes:
-- Support relative paths in catalogue:<dir> symlinks.
-- Fix dirfd leak on CatalogueRescan().
-- Remove side effects from BuiltinReadDirectory()
2007-09-21 19:32:17 +00:00
bjs
fcc831ea66 Update to version 1.1.3.
The most important feature of this release is a set of locking fixes,
which unbreak this library for threaded apps.  The lock issues were
exposed by libxcb.

-- XChangeDeviceControl: Fix completely broken locking
-- XSetDeviceFocus: Add missing extension check
-- XGetSelectedExtensionEvents: Still more locking bugs
-- Bug #9659: Bad markup on XListInputDevices.3x
2007-09-21 19:28:47 +00:00
bjs
607a541f4d Update to version 1.2.2. Changes:
Keith Packard (1):
	CrtcChange event format conversion was using 'height' for 'width'.
2007-09-21 19:24:35 +00:00
bjs
2b27ea1d54 Update to version 1.0.3. Fixes broken DESTDIR support, so patches are
no longer necessary.
2007-09-21 18:00:02 +00:00
bjs
cd8347e1d7 Update to xinit-1.0.7. This release fixes several fairly serious bugs,
including:

-- Bug #12448: Don't try to trap 'ERR'.
	startx is advertised as a POSIX sh script. These shells don't
	necessarily support trapping 'ERR'. This makes startx work again with
	dash (and probably others).

-- Fix broken test for /dev/random cookie generation failure.

-- Use /dev/random to generate the cookie if mcookie is unavailable.

-- Setting XAUTHORITY without having actually generated a cookie and created
	.Xauthority led to issues if somebody like ssh later came around
	and made the .Xauthority file for their own setup.  So, simply make
	it so that we never fail to create one.

-- Remove .serverauth.$$ file on signals or errors

pkgsrc changes:

Remove cookie maker environment variable from CONFIGURE_ENV, as the
script now does the "right thing".

tested by me, seems to work fine, ok'd by agc@
2007-09-21 17:52:05 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
244ea701f1 Rename lablgtk to lablgtk1 and lablgtk2 to lablgtk. 2007-09-21 13:00:50 +00:00
wiz
cf98dc96e5 Adapt for librsvg rename. Bump PKGREVISION. 2007-09-20 21:37:35 +00:00
wiz
e81cfe4627 Adapt eel dependencies; bump PKGREVISION. 2007-09-20 21:21:36 +00:00
wiz
b8a6d40c4f Fix path to libgtop, and bump PKGREVISION for its new name. 2007-09-20 21:12:56 +00:00
wiz
a3b45bfe24 Remove gtkglarea2: part of Gnome, but last release was in 2002, and there
are no dependencies in pkgsrc.

Newer code usually uses gtkglext instead.
2007-09-20 20:54:46 +00:00
rillig
7e4a4f7195 Hello Joerg,
smaller patches are nicer than larger ones. By the way, each patch should
start with a line containing an RCS Id.
2007-09-20 08:30:14 +00:00
rillig
c13ddd6377 Don't hide important commands. 2007-09-20 08:04:17 +00:00
rillig
352de7d970 Fixed pkglint warnings and notes. 2007-09-20 07:59:11 +00:00
wiz
89cf5b89de Move gnome2-applets to gnome-applets to make directory name match PKGNAME. 2007-09-19 23:59:55 +00:00
wiz
4844fc3d84 Rename gnome2-terminal to gnome-terminal to match upstream name.
ok jmmv, drochner
2007-09-19 23:57:00 +00:00
wiz
0f4a972029 Rename gnome2-control-center to control-center, to match upstream name.
ok jmmv, drochner
2007-09-19 23:53:47 +00:00
wiz
2ca5eade73 Finish move of gnome2-media to gnome-media. 2007-09-19 23:46:05 +00:00
wiz
42825e73a6 Bump PKGREVISION for gnome-vfs rename. 2007-09-19 23:18:43 +00:00
wiz
e64b358b66 Use gnome-vfs instead of gnome-vfs2. 2007-09-19 23:13:12 +00:00
tron
a954d1fd9b Resign as maintainer of all the packages which I'm no longer using. 2007-09-19 06:46:51 +00:00
drochner
1dd2146d9f update to 0.16.9
changes:
- Slightly improved pango backend
- Misc bug fixes
2007-09-18 19:11:39 +00:00
wiz
e6e315b75f Add patch recommended in release announcement:
GtkIconCache now runs _gtk_icon_cache_validate() for every cache loaded.  This
causes a big chunk of each icon cache file to be paged in; this makes apps slow
at startup when it is likely that other apps have caused the icon caches to be
paged out.

Bump PKGREVISION.
2007-09-18 10:44:56 +00:00
drochner
275c5e9bfd make this compile with gtk-2.12 (which introduces a new tooltip framework
and deprecates the old one)
2007-09-17 16:21:55 +00:00
bjs
2237047c97 Update to version #229. Too many changes to list here; please see
${WRKSRC}/xterm.log.html.  Additionally, the pkgsrc-specific
changes are:

-- Add an "xterm-toolbar" option and add it to PKG_DEFAULT_OPTIONS.  Now
   we may all enjoy pull-down menus.

-- In the ${X11_TYPE} == "modular" case, add --disable-imake and
   --enable-narrowproto to CONFIGURE_ARGS.  The latter fixes [possible]
   problems with Xaw scrollbars.

-- Add USE_DIRS+=xdg-1.4 to handle newly-provided xterm pixmaps.

-- Add build-time dependency on x11/libxkbfile to pull in XKB extension
   headers, e.g. ${X11BASE}/include/X11/extensions/XKBbells.h.  The XKB
   bell extension should now be properly detected and supported.

-  Add "pcre" option, thereby supporting devel/pcre as xterm's regex
   library.

Changes ok'd (more or less) by joerg@ and tested by me.  For more detail
wrt: rationale for --enable-narrowproto and/or libxkbfile dependency,
please contact me.
2007-09-17 06:36:21 +00:00
obache
c8f2467392 Two paches for quartz are already included in upstream. 2007-09-17 04:42:25 +00:00
wiz
51daffe387 Update to 2.12.0.
(no shlib major changes)

Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================

 * GtkTooltips
 - All widgets have been ported to the new tooltips code
 - Tooltips are disabled in touchscreen mode

 * GtkBuilder
 - Support custom tabs in GtkPrintUnixDialog

Lots of bugfixes and translation updates.

Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================

 * GtkBuilder:
 - The gtk-builder-convert script is more versatile
 - GtkBuilder suppports GdkPixbuf properties
 - GtkBuilder parses, but doesn't yet implement <accessibility>
 - Support for accelerators in actions has been added

* GtkTooltips:
 - The old tooltips API has been deprecated
 - The has-tooltip property has getter and setter

* GtkTreeView:
 - Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
   gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
   gtk_tree_view_set_tooltip_column()

* GtkIconView:
 - Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
   gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
   gtk_icon_view_set_tooltip_column()

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================

* OS X port:
 - Many improvements

* Win32 port:
 - Inconsistent checkboxes are drawn correctly now

* GtkBuilder:
 - Ship a Python script, gtk-builder-convert, to
   convert glade files to GtkBuilder syntax

* GtkFileChooser:
 - Improved display of the time column
 - Support search on OS X, using Spotlight

* GtkTreeView:
 - New function gtk_tree_view_is_rubber_banding_active() to
   check whether rubber banding is active

* GtkVolumeButton uses the range 0.0 to 1.0, and
  correctly adapts tooltips to display percentages

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================

* The multipress input method correctly handles control keys

* The memory management of GtkRecentManager has been
  changed, deprecating the screen-related functions in favour
  of gtk_recent_manager_get_default().

Lots of bugfixes.


Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================

* GtkBuilder: GTK+ supports constructing user interfaces
  from XML descriptions now, similar to libglade.

* The new tooltip code now has convenience api to set
  text tooltips: gtk_widget_set_tooltip_text(),
  gtk_widget_set_tooltip_markup()

* GtkTextView, GtkEntry:
 - gtk_widget_modify_cursor() is a new function in the
   gtk_widget_modify family to override the style-provided
   cursor colors
 - Use a block cursor in overwrite mode

* GtkFileChooser:
 - Use xdg-user-dirs to find the Desktop directory
 - gtk_file_system_create() is now public API

* GtkMenu:
 - GtkMenuItem gained a submenu property
 - GtkMenuShell obtained a move-selected signal

* OS X port:
 - Many improvements

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================

* The GtkListStore and GtkTreeStore have new API
  to set values using vectors of columns and values

Bugfixes and translation updates.

Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================

* GtkTextView:
 - Marks can be created independent from buffers
 - Cursor color follows text color

* OS X port:
 - Many improvements

* GDK:
 - Add support for composited child windows

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.10.x to 2.11
============================================

* Printing support:
 - Cups backend: Work with "BrowseShortNames Off"
 - Cups backend: Fix handling of multi-valued options
 - Cups backend: Work with raw printers
 - Cups backend: don't lock up when met with larger numbers of printers
 - Improved sensitivity handling of controls in the unix dialog
 - Support half-open ranges
 - Add a test print backend for easier debugging
 - Add API to list paper sizes
 - Add API to serialize and deserialize page setups and print settings
 - Print settings can be passed to the preview command
 - Make more GtkPrinter public

* GtkFileChooser:
 - Improve file chooser dialog size logic
 - Add a GtkFileChooserButton::file-set signal
 - Add a search mode with backends for Beagle, Tracker and simple search
 - Add recent files support

* New tooltips API, that allows complex tooltips (markup, images),
  tooltips on insensitive widgets, tooltips on treeviews, etc

* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
  frequently seen in multimedia applications

* Input Methods:
 - New Thai and Lao input method
 - New multipress input method for phone pads

* Recent files:
 - GtkRecentChooserMenu supports custom menu items
 - GtkRecentAction was added

* Keyboard navigation improvements:
 - Infrastructure for notification of failed keyboard navigation
 - Better support for restricted sets of keys
 - Only handle keys for notebook tab reordering and scrolledwindow
   scrolling if it make sense
 - Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
   the display of accelerators and mnemonics
 - Popup/popdown of comboboxes is keybindable

* Windows port:
 - Windows 9x/ME is not supported anymore
 - Many ms-windows theme improvements
 - The file chooser uses native icons
 - Support drop shadows
 - Use native cursors

* OS X port:
 - Many improvements

* Icon theme support:
 - Add api to list contexts of an icon theme
 - The builtin stock icons have been replaced by a new set of icons
   which are visually compatible with Tango
 - Support fallback to more generic icon names
 - Validate icon caches when they are created and before they are used

* GtkRange has gained support for fill levels

* GtkEntry:
 - inline-selection mode for entry completion that is closer to what
   web browsers need
 - Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling

* GtkTextView:
 - Support accumulative and negative margins
 - GTK_JUSTIFY_FILL works

* GtkLabel:
 - GTK_JUSTIFY_FILL works

* GtkStatusIcon:
 - Multiscreen support
 - gtk_status_icon_position_menu() works on Windows
 - Don't take up space when invisible

* GtkCellRendererProgress:
 - Respect themes
 - Support activity mode

* GtkNotebook:
 - Support scrolling during tab DND
 - Allow dropping tabs anywhere
 - Deprecate numeric group-ids in favour of a more flexible group property

* GtkTreeView:
 - Lots of scrolling fixes
 - Add a gtk-alternative-sort-arrows setting for drawing sort arrows
   according to platform conventions

* GtkButtonBox:
 - Can center buttons now

* GtkComboBoxEntry
 - Can add an arbitrary child widget

* GtkAboutDialog:
 - The "name" property has been replaced by "program-name" to avoid
   a clash with the preexisting "name" property on GtkWidget

* GDK changes:
 - Add gdk_event_request_motions() which works with input devices
 - Add API for changing startup notification id on a window
 - Add API for sending startup notification messages
 - Don't deadlock with xcb-based libX11
 - The handling of _NET_WM_USER_TIME has been changed to reduce
   the amount of root window property changes
 - New gdk_threads api() to allow fully threadsafe handling of idles
   and timeouts

* gdk-pixbuf changes:
 - Optional support for Sun mediaLib hardware acceleration
 - Support exif rotations in tiffs and jpegs
 - Allow arbitrary split between builtin vs modular loaders
 - Support v5 and OS/2 bmps
 - Support scaling animations

* Miscellaneous GTK+ changes:
 - New function gtk_window_set_opacity(), to set the opacity
   of toplevel windows
 - Allow to restrict drags within an application or widget
 - Support opening/closing of submenus on click
 - Configurable cursor blinking timeout
 - Insensitive widgets don't install cursors

Lots of bugfixes and translation updates.
2007-09-16 19:53:26 +00:00
tron
562fcbbd20 Fix security vulnerability reported in CVE-2007-4137.
Bump package revision.
2007-09-15 12:04:01 +00:00
simonb
a942537b39 Add and enable x11/xlsclients. 2007-09-14 00:28:54 +00:00
simonb
f6798114ef Import xlsclients-1.0.1 from modular Xorg. 2007-09-14 00:25:27 +00:00
xtraeme
9f990b2036 Regen distinfo, wrong checksum for patch-ad. 2007-09-12 11:29:36 +00:00
bjs
58bc15c880 NetBSD/amd64 uses "x86_64" for ${MACHINE_ARCH}, not "amd64". The
result?  __GLX_ALIGN64 wasn't being defined on amd64.  Fix this and
bump PKGREVISION.

ok'd by joerg@: "commit this"
2007-09-12 07:08:22 +00:00
smb
e3f8b926c6 Avoid problems if a pointer passed in is NULL (and work around what may
or may not be an xfig bug)
2007-09-11 23:49:39 +00:00
taca
140274229c Update to 1.8.6 patchlevel 36.
Changes are too many, please see ChangeLog:

    http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6_36/ChangeLog
2007-09-09 14:19:01 +00:00
jlam
2761568ac2 Convert to use the features framework. 2007-09-08 21:57:57 +00:00
wiz
7fdd20322e Revert 1.61. Restores PKGCONFIG_OVERRIDE line that was probably
removed by accident.

Bump PKGREVISION.
2007-09-08 13:45:31 +00:00
jlam
df7d10dbeb Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
drochner
2310b72cee qtscript was added to the qt4-libs pkg for some reason. Remove it here
to avoid a CONFLICT. Ride on recent update.
2007-09-03 20:27:20 +00:00
drochner
e98141144d oops - forgot one file in last commit 2007-09-03 15:18:20 +00:00
drochner
08ee3ac109 I don't know what happened, but "make" on NetBSD-current now dumps core
in "install". Use gmake.
2007-09-03 09:51:55 +00:00
drochner
3daa566ac4 also build the gtkmozembed module, bump PKGREVISION 2007-09-03 09:39:57 +00:00
drochner
d0f9c677c0 -make sqlite support an extra pkg instead of an option
-work around iconv(3) incompatibilities: while NetBSD's iconv() is
 probed as GNU iconv (due to its signature), it doesn't support empty
 strings as encoding (interpreted as "current locale's encoding" by
 GNU iconv). Enable some code which uses nl_langinfo(CODESET) to make
 it work as expected.
-update to 4.3.1
 changes:
 -bugfixes
 -Updated the German translation to provide complete coverage of Qt
2007-09-03 09:35:15 +00:00
joerg
2f224b2a53 Install QtScript library as needed by qt4-tools. Remove some
never added directories from the PLIST. Bump revision.
2007-09-02 14:48:57 +00:00
markd
95b42e1656 The Konqueror address bar is vulnerable to spoofing attacks
that are based on embedding white spaces in the url. In addition
the address bar could be tricked to show an URL which it is
intending to visit for a short amount of time instead of the
current URL.
http://www.kde.org/info/security/advisory-20070816-1.txt
Bump PKGREVISION for kdelibs3 and kdebase3
2007-09-02 04:33:59 +00:00
tnn
dea7bf6cbe - Supports installation to DESTDIR
- Sort PLIST to appease pkglint
- Disable utmp support on hpux, until I figure out why it fails
2007-08-28 15:39:19 +00:00
tnn
332c471164 Update to mrxvt 0.5.3.
Bugfixes:
* Handle EIO errors (got when tcsh / fish exit) properly. Patch by
  Zoltan Szalontai.
* Disabled Shift+Enter shortcut by default, since it may confuse new
  users.
* Make Alt+Enter behave like Xterm.
. Added %T,%G,%P flags for percent interpolation (useful for dtach).
* Bold colored text is rendered in BOTH bold font, and bright color.
  Use only bold font.
* r->num_fds is properly reduced when tabs are closed
* Ignore focus events of type NotifyGrab and NotifyUngrab. This
  caused an annoying blinking when focussing other windows via the
  keyboard. (Thanks to Roman Po???zka for pointing this out).
* Removed the --focusDelay option (no longer necessary with above
  bugfix).

Enhancements:
* Added --titleFormat and --winTitleFormat options to control display
  of tab and window titles.
* Added options --veryBright and --boldColors to control how bold
  primary colors are rendered.
* Added --useFifo option, to make mrxvt listen for macros on a fifo.
  Code based on patch by Jozef Vesely.
* Added Raise macro to "raise" the mrxvt window. Thanks to Jozef
  Vesely for the patch.
* Added a UseFifo macro to enable / disable --useFifo at runtime.
* Defined a macro that opens a "mrxvt console" in a new tab (bound to
  Ctrl+Shift+c by default).
* Added --enable-use-fifo compile time option for people paranoid about
  security.
* Added BOLD_BRIGHTENS_256_COLORS option in feature.h which attempts
  to brighten even non-primary colors instead of drawing them in
  bold. (Respects boldColors and veryBright).
* Made winTitleFormat a profile option.
* Added -ic option to set the application icon. (Adapted from patch
  #1656294 by Stanislav Mekhanoshin)
* Check locale for encoding method if it is not specified by -km
  option or multichar_encoding resource.
* Add new debugging facility such that a user can specify the
  message type and verbose level by command line options. Run
  `mrxvt -dmask whatever -dlevel something' for details.
* Fix compile error when use Sun Studio 10. Thanks to Quintin
  Beukes for the patch.
2007-08-28 14:57:15 +00:00
joerg
94827abc3f Restore fragment of patch-ab that got lost during the cross-compile
changes. This should fix the NetBSD and DragonFly issues. Bump revision.
2007-08-24 16:43:28 +00:00
heinz
f810a0557c The package supports installation to DESTDIR. 2007-08-23 21:17:37 +00:00
heinz
5d1124c1ca The package supports installation to DESTDIR. 2007-08-23 13:12:47 +00:00
jnemeth
94bbbdd379 sort 2007-08-23 10:52:18 +00:00
joerg
da74b22272 Readd xorg-cf-files, still needed. 2007-08-23 09:38:59 +00:00
martti
b8e6b6b1fc Updated x11/xfce4-terminal to 0.2.6nb1
Fixed "URL handling allows remote shell command execution" bug:
http://bugzilla.xfce.org/show_bug.cgi?id=3383
2007-08-23 09:24:57 +00:00
joerg
160cea4855 Needs limits.h. 2007-08-20 23:18:07 +00:00
adrianp
4ccc22c066 Regen for added patch-aa 2007-08-19 15:40:12 +00:00
obache
41c0873c5c Enable cairo support.
Bump PKGREVISION.
2007-08-19 14:42:35 +00:00
taca
ae23345b5a Fix build problem recently. 2007-08-19 03:01:23 +00:00
joerg
16e1145b01 To quote Johnny Lam: "In modular-xorg we trust"
Remove xorg 6.9 packages from pkgsrc.
2007-08-17 20:25:03 +00:00
joerg
17b1a87919 Add modular Xorg and DESTDIR support. 2007-08-16 21:57:04 +00:00
joerg
595265ae32 Fix basic NetBSD SPARC support. This currently disables Sbus until
someone more involved in the platform take a look or I find the time to
merge the xsrc changes.
2007-08-16 20:10:15 +00:00
joerg
5b6205850d Bah, keep the dependency on libXvMC to make configure happy. 2007-08-16 14:18:25 +00:00
joerg
a37ea039b1 XvMC support only exists for i386 and amd64 ATM. 2007-08-16 14:17:09 +00:00
obache
3d30c37c7c If header file "linux/vt.h" exists, 'gdmopen' is also installed.
Should fix PR 36792.

Bump PKGREVISION.
2007-08-16 12:47:03 +00:00
kei
d8b301cc5a is is --> is. 2007-08-16 05:43:33 +00:00
joerg
104633f7fa Update xf86-video-nv to 2.1.3:
- Fix the ends of files.  Update the known cards date.
- Revamp scaling code.
- Add LVDS flat panel scaling support.
- Fix GeForceFX issues with video overlap.
2007-08-16 00:48:35 +00:00
joerg
ac36b3fb8d Update to xrdb-1.0.4: man page fixes. 2007-08-16 00:44:41 +00:00
joerg
8904a937e2 Update to xf86-video-intel-2.1.1:
- add quirk support for i830, including Lenovo TV out quirk
- imrpove CRT blanking
- bugfixes for address handling for 4GB+ addresses
- fix memcpy in i965 and increase vertex buffer size
- fix typo in man page
2007-08-15 22:24:04 +00:00
joerg
a1fc640ebc Update to xclock-1.0.3: man page fixes, iconv support, set _NET_WM_PID. 2007-08-15 22:17:59 +00:00
joerg
d8916613b0 Update to xsetroot-1.0.2: man page fix. 2007-08-15 22:12:53 +00:00
joerg
46cc180698 Update to xprop-1.0.3: man page improvements, some sprintf cleanup,
avoid a memory leak, some const sprinkling, purge unused code.
2007-08-15 22:09:02 +00:00
joerg
cf03d0ab23 Update to xmodmap-1.0.3: sprinkle const, use strncasecmp if present,
fix a memory leak.
2007-08-15 22:03:03 +00:00
joerg
79ebc17b1a Update to xmessage-1.0.2: detabify messages before printing.
Fix an integer overflow in the newly added functions, just because
we can.
2007-08-15 21:57:08 +00:00
joerg
11f318c407 Update to xman-1.0.3: fix man page processing on Solaris. 2007-08-15 21:45:51 +00:00
joerg
6483ed038d Update to xgamma-1.0.2: some man page fixes. 2007-08-15 21:38:04 +00:00
joerg
39edcdd234 Disable SGML check. 2007-08-15 20:07:41 +00:00
joerg
dab2f6c2c7 Change configure to check for DRI headers only, if it is not
explicitly enabled or disabled. Request it for pkgsrc.
2007-08-15 20:05:01 +00:00
joerg
8c6455debe Change configure to check for DRI headers only if DRI is not explicitly
enabled or disabled. Request it for pkgsrc. Disable SGML check.
2007-08-15 19:44:55 +00:00
joerg
66ea1c2442 Disable SGML check to allow cross-compiling. 2007-08-15 19:41:30 +00:00
joerg
173d08e62f Disable SGML check for cross-compilation. 2007-08-15 19:30:23 +00:00
joerg
ef0d2e7e15 Remove building some data files that aren't used anyway.
Add cross-compilation support for the rest.
2007-08-15 19:26:39 +00:00
joerg
728ce29513 Support DESTDIR. Disable SGML check. Change configure to check for
DRI headers only, if it is not explicitly enabled or disabled.
Enable it for pkgsrc.
2007-08-15 19:09:50 +00:00
joerg
67aa3c712f Change configure to check for DRI headers only, if it is not explicitly
enabled or disabled. Request DRI explicitly.
2007-08-15 18:23:57 +00:00
joerg
ccded7f357 Disable SGML check to allow cross-compilation. 2007-08-15 18:19:06 +00:00
joerg
2d2331133b Change configure to check for DRI headers only, if it is not explicitly
enabled or disabled. Request DRI explicitly. Disable the SGML check.
2007-08-15 18:16:35 +00:00
joerg
318cadd052 Change configure to check for DRI headers only, if it is not explicitly
enabled or disabled. Request DRI explicitly.
2007-08-15 18:10:01 +00:00
joerg
b857793577 Change configure to check for DRI headers only, if it is not explicitly
enabled or disabled. Request DRI explicitly. Disable the SGML check.
2007-08-15 18:03:32 +00:00
joerg
0f3afb241b Change configure to check the DRI headers only, if DRI is not explicitly
enabled or disabled. Explicitly request DRI.
2007-08-15 17:55:41 +00:00
joerg
c301adb03d Change configure to check for DRI headers only, if DRI support is not
explicitly enabled or disabled. pkgsrc installs DRI headers by default,
so enable it always.
2007-08-15 17:50:09 +00:00
joerg
957efe97ff Disable SGML check to allow cross-compiling. 2007-08-15 17:08:14 +00:00
joerg
e7163ba4ea Disable SGML check to allow cross-compiling. 2007-08-15 16:34:12 +00:00
joerg
4ba5daac33 Override SGML entity check to allow cross-compiling. 2007-08-15 15:39:23 +00:00
joerg
321d4c2c3b Disable SGML check for cross-compilation. 2007-08-15 14:56:23 +00:00
joerg
24243c1b88 Disable the SGML entity check. We never use it and it breaks
cross-compiliation. A less aggressive change has been made to
xorg-util-macros before.
2007-08-15 14:51:55 +00:00
joerg
9f31915c5b Override stupid Linux man page suffix selection to address PR 36784. 2007-08-15 13:43:00 +00:00
joerg
895678fe23 Add modeline2c.awk, which replaces modeline2c.pl from Xorg.
This allows us to drop the Perl dependency.
2007-08-14 21:34:36 +00:00
joerg
f3a8be75b3 Override man page suffix for Linux. 2007-08-14 13:14:05 +00:00
salo
d6805155ae nawk is part of bootstrap now, no need to use gawk on Solaris anymore.
(it also breaks when using pbulk)
2007-08-13 23:10:04 +00:00
joerg
f2646b8a30 Yet another package using the ancient util-macro package.
Fix build on Linux by overriding man page suffixes and address
PR 36776.
2007-08-13 16:55:20 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
joerg
72aa7e137d Installs Python script, so depend on it and bump revision. 2007-08-12 14:26:41 +00:00
adam
e6e2b14d26 Changes 2.10.11:
* TextBuffer: Removed the maemo-specific methods
  get_can_paste_rich_text(), set_can_paste_rich_text(),
  set_rich_text_format(), and set_rich_text_format_all(), because they have
  been removed from the maemo GTK+ 2.10, in favour of the new regular GTK+ 2.10
  methods.
* Build: Fix the tests when properties are disabled.
* Documentation:
  - FileChooser API reference improvements.
  - Improved cflags/libs section.
2007-08-12 12:24:20 +00:00
adrianp
f17f9df40d Update to include missed patch-an 2007-08-11 23:22:44 +00:00
joerg
d0014fea29 Fix pretty_cmds bashism as usual. 2007-08-10 20:15:11 +00:00
drochner
ba5bfcce04 update to 0.16.8
changes: Misc bug fixes
2007-08-09 19:57:26 +00:00
drochner
cabd6e7460 update to 2.18.4
changes:
-fix for DOS attack (CVE-2007-3381)
-fix IPv6 problem caused by passing uninitialized "hints" to getaddrinfo
-translation updates
2007-08-09 19:39:16 +00:00
joerg
2005de54f6 Remove lbxutil dependency, the LBX support is gone. Bump revision. 2007-08-09 18:49:31 +00:00
tron
9639019fc0 Add missing dependence on "sessreg" package and bump package revision.
Problem pointed out by Joerg Sonnenberger on "tech-pkg" mailing list.
2007-08-09 12:58:27 +00:00
tnn
6f45671626 Make the xf86-video-i810 and xf86-video-intel distinguishable in DESCR. 2007-08-09 12:31:35 +00:00
tron
4a2f4d4922 Update the home page URL. 2007-08-09 09:40:36 +00:00
joerg
5d0ad11ea1 Don't use malloc.h. 2007-08-08 21:07:48 +00:00
joerg
dcb5731a62 + x11/sessreg. 2007-08-08 17:42:51 +00:00
joerg
043da629a6 Import sessreg-1.0.2 from the modular Xorg project. 2007-08-08 17:35:15 +00:00
joerg
9b92cfd6e3 Add DESTDIR support. 2007-08-08 17:10:29 +00:00
jlam
4a3e69917d Note mutual conflicts between xf86-video-{i810,intel}. 2007-08-07 16:20:25 +00:00
tnn
a55eef10c0 0.95.0nb1 did introduce a small API change, belatedly fix in bl3.mk 2007-08-07 10:25:11 +00:00
heinz
d51efab9fb The package supports installation to DESTDIR. 2007-08-06 20:29:36 +00:00
tron
dfa986cd06 Fix bugs in "rc.d" script, bump package revision. 2007-08-06 16:43:40 +00:00
joerg
90c7fed24b Hard-wire /dev/urandom on NetBSD for cross-compilation. 2007-08-06 15:56:09 +00:00
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
jmmv
9c17414729 Follow the procedure in ocaml and only register the stub libraries in the
platforms that are supposed to install them.  Fixes installation under
Mac OS X.
2007-07-18 13:10:44 +00:00
drochner
d9e41eb745 update to 0.14.6
changes:
-bugfixes
-translation updates
-Isolated the X11 dependency, making easier to support others graphical
 environments
-Improved the magnifier compositor performance, through the elimination of
 X11 sync calls
-Create an applet to apply colorblind filters
2007-07-17 10:48:32 +00:00
rillig
c7ed81f66b Fixed indentation to make pkglint happy. 2007-07-15 21:44:41 +00:00
kristerw
21a4cd070a Sort. 2007-07-14 22:36:25 +00:00
drochner
a8bb001879 update to 1.1.3
changes:
-build system fixes
-support xrestop
2007-07-13 18:01:16 +00:00
drochner
57411c7dfd +xf86-video-intel 2007-07-13 17:54:14 +00:00
drochner
8bb9fa971c import xf86-video-intel-2.1.0 which is the new driver for intel
graphics chips (successor of xf86-video-i810)
2007-07-13 17:50:11 +00:00
drochner
b2b36d8570 update to 2.10.2
changes:
-Several improvements to the Redmond theme.
-Bug fixes
-translation updates
2007-07-13 17:42:07 +00:00
drochner
08e70e1a31 update to 2.18.3
changes:
-Add support for beryl in gnome-wm
-Make it possible to save a session with multiple clients that are the
 same program
-bugfixes
-translation updates
2007-07-13 17:40:43 +00:00
drochner
8a8189625b update to 2.18.2
changes:
-fix fast-user-switching with multiple X servers
-translation update
2007-07-13 17:38:44 +00:00
drochner
88ce34b5ab remove unneeded dependency on popt, bump PKGREVISION 2007-07-13 15:53:42 +00:00
drochner
9e3133c103 update to 2.10.6
change: bugfix to codegen: return value check for void functions
2007-07-13 10:45:55 +00:00
drochner
04f887d4c9 include "pyversion.mk" for consistency 2007-07-13 10:42:44 +00:00
drochner
bcf4202551 update to 2.18.3
changes:
-panel: UI improvements and fixes for possible crashes
-clock: UI fixes
-translation updates
2007-07-12 19:41:57 +00:00
drochner
8d79843561 update to 2.18.3
changes:
-update contributor list
-translation updates

also take maintainership per PM from jmmv
2007-07-12 19:38:18 +00:00
joerg
8e39b27c96 Update libXi to 1.1.1: Fix _XiCheckExtInit to always drop the Display
lock.
2007-07-12 17:11:57 +00:00
joerg
b46f40e01c Update do libX11-1.1.2. Major changes include:
- fixed integer overflows [ patched before ]
- fixed file descriptor leak
- allow re-entrant Xlib calls from _XIOError for the sake of
  atexit handlers or ELF/C++ destructors
- define XTHREADLIB and XTHREAD_CFLAGS [ not perfect, but used for now ]
- Many constness and some 64bit issues fixed
- Added man apge for XKB

Add a NetBSD xsrc patch to unlock mutexes before destroying them.
2007-07-12 15:01:59 +00:00
joerg
dde6bcd150 Remove @dirrm for a shared directory. Ride on earlier version bump. 2007-07-12 14:48:21 +00:00
joerg
93ea7a8372 Update to xrandr-1.2.1. Add support to set properties and add/remove
modes and alter the list of modes for a display.
2007-07-12 14:43:45 +00:00
joerg
8cd42480a9 Update to xinit-1.0.4: Update documentation to better reflect reality.
Set WINDOWPATH in xinit. Kill compat code for pre-POSIX systems.
2007-07-12 14:32:49 +00:00
joerg
afd4426b6a Update to libXtst-1.0.1: Fix a memory leak after failing allocations
and add man pages.
2007-07-12 13:40:33 +00:00
joerg
9317e1cf48 Update to inputproto-1.4.2: Add symbolic constants for the dev_change
field.
2007-07-12 13:29:54 +00:00
joerg
4103c8cd39 Update to libXfont-1.3.0:
- Introduce catalogue FPE, which contains symlinks to font directories.
  Options like unscaled can be attached to it. Fix a bug in this code.
- Remove lots of dead code and cleanup some warnings.

Note: the second point does change the ABI, but as the code seems to have
been unused, I'm not forcing a major bump that upstream didn't do.
2007-07-12 12:41:18 +00:00
joerg
bbd9111aea Update to libXcomposite-0.3.2: no code changes, just added documentation. 2007-07-12 12:30:56 +00:00
obache
5958b1de54 Update x11vnc to 0.9.2.
New in the 0.9.2 x11vnc release:

        A compile-time bug is fixed for when the OpenSSL library is not
                available or --without-ssl is supplied; previously the
                build would fail.

        One can configure x11vnc via "configure --with-system-libvncserver"
                to use a system installed libvncserver library instead of
                the one bundled in the release tarball.

        If UltraVNC file transfer or chat is detected, then VNC clients
                are "pinged" more often to prevent these side channels
                from becoming serviced too infrequently.

        In -unixpw mode in the username and password dialog no text will
                be echoed if the first character sent is "Escape".  This
                enables a convenience feature in SSVNC to send the username
                and password automatically.

  miscellaneous new features and changes:

        When building from the CVS tree --with-x11vnc must be supplied if
                you want x11vnc to be built.  The LibVNCServer release
                tarball no longer contains the x11vnc source.
2007-07-11 14:40:11 +00:00
drochner
9ca1bd8aac update to 2.10.5
changes:
-Allow None to gtk_rc_get_style_by_paths
-Fix defs file inconsistencies
-Documentation build fixes
-Code generator improvements
2007-07-06 18:46:22 +00:00
drochner
7e2b5d0bee update to 2.18.1
changes:
-A couple of crasher fixes.
-translation updates
2007-07-06 18:44:10 +00:00
drochner
bfa813b277 update to 0.16.6
changes: minor bugfixes
2007-07-06 18:42:30 +00:00
martti
3d9fa6f4c0 Fix build problems on Solaris 10 (pkg/36311). 2007-07-06 11:15:00 +00:00
adam
264e2a40f9 Changes 2.10.10:
* RadioAction: Correct a reference-counting error in the "changed" signal.
* RecentManager: Allow Gtk::RecentManager::Data to be instantiated, for use with
  the full version of add_item().
* Menu: Fix memory problems during destruction by handling attached widgets as
  we already handle child widgets.
* Correctly ifdef-out initialization of deprecated classes.
* Build: Cope with newer m4 versions.
* Documentation:
  FAQ: Emphasize that libglademm is preferred to glademm.
2007-07-05 11:08:08 +00:00
joerg
fa3e8e36f9 Wire down malloc(0) != NULL for more Xorg packages on NetBSD. 2007-07-03 13:35:49 +00:00
tnn
fe4909a2c5 Raymond Meyer reports on pkgsrc-users@ that graphics corruption is no
longer an issue on Solaris, so re-enable Xrender.
2007-07-02 20:06:43 +00:00
joerg
66c975189b When cross-compiling configure can't detect automatically
whether malloc(0) != NULL. Tell it that on NetBSD it is
always non-NULL.
2007-07-02 12:32:19 +00:00
joerg
e66a62bc01 Fix PLIST. Needs pkg-config. Both change the package, so bump revision. 2007-06-30 03:57:10 +00:00