Commit graph

8575 commits

Author SHA1 Message Date
taca
8ba1178c6a Update distinfo for Ruby 1.8.7 patchlevel 22. 2008-06-20 15:42:12 +00:00
joerg
6df846638a modular-xorg-server-1.3.0.0nb9:
Fix CVE-2008-1377, CVE-2008-1379, CVE-2008-2360, CVE-2008-2361 and
CVE-2008-2362 based on upstream patches.
2008-06-20 13:34:40 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bjs
e7d1a53440 Fix trailing white-space. 2008-06-19 17:59:52 +00:00
bjs
ca559cb9aa Update to pixman-0.11.4. No ChangeLog--you may check the GIT history
if you're curious.

Also (this is noted in the Makefile):

The configure script is written to fail if it detects gcc<4.0
for lack of -fvisibility=hidden. In keeping with the pkgsrc
tradition of portability, we'll opt to use libtool to export
the desired symbols, hiding the rest.

I have verified the list of visible symbols is unchanged from
the "factory" build.
2008-06-19 17:51:27 +00:00
taca
c6bad2621e - Switch to use vendor_dir with Ruby 1.8.7.
- Make it build with Ruby 1.8.7, too.

Bump PKGREVISION.
2008-06-19 15:19:45 +00:00
taca
e0b608a1cf Update to ruby-gnome2-panelapplet to 0.17.0rc1 to build with newer gnome packages. 2008-06-19 15:15:28 +00:00
taca
3c24297891 Update to ruby-gnome2-gtk to 0.17.0rc1 to build with newer gnome packages. 2008-06-19 15:15:06 +00:00
taca
fc93ea6ff3 Update to ruby-gnome2-gnome to 0.17.0rc1 to build with newer gnome packages. 2008-06-19 15:14:44 +00:00
taca
e2de81cf54 - Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
2008-06-19 15:04:36 +00:00
taca
2c7aa121ce Update ruby18-tk package to 1.8.7.
Since chanes are too much to write here, please refer

	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/NEWS
	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/ChangeLog

	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/NEWS
	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/ChangeLog
2008-06-19 14:37:41 +00:00
abs
15eea55fff copy a lightly modified fix for starting xdm on ttyE4 from gdm
bump PKGREVISION

# The following forces the X server to start on the 5th virtual terminal.
# This is suboptimal but matches the defaults for the xdm configuration,
# which should work for most installations.  See the definition of
# DEFAULTVT in xsrc/xfree/xc/programs/xdm/config/Imakefile.
#
# If we do not do this, we hit a very annoying and obscure problem: during
# system startup, xdm starts before init spawns gettys.  If the X server
# is started before init spawns the gettys (which easily happens on slow
# machines), it grabs the first virtual terminal (instead of the first
# "free" one).  Later on, when the first getty is started, it grabs the
# same terminal X used (the first one).  As a result, only one of them
# will receive key presses.  And on slow machines, X will have lost access
# to the keyboard.
.if (${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD") && \
    (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
CONFIGURE_ARGS+=	--with-default-vt=vt05
.endif
2008-06-17 00:42:14 +00:00
joerg
76e564a8a9 Make sure that meta packages set META_PACKAGE before including
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
2008-06-15 09:51:58 +00:00
drochner
27d4292933 update to 0.16.14
changes: bugfixes
2008-06-13 11:03:48 +00:00
drochner
b65bb93dd6 update to 2.12.10
changes:
-bugfixes
-translation updates
2008-06-13 10:36:09 +00:00
obache
439267d707 Fix interpreter path. Preported by Hasso Tepper in PR 38903.
It does not need BASH, just replace with SH.

Bump PKGREVISION.
2008-06-12 15:03:16 +00:00
abs
71c309f046 Add CONFLICTS= kdelibs4-[0-9]* 2008-06-12 12:51:27 +00:00
abs
1870526681 pkglint, add '# used by ...' lines - no functional change 2008-06-12 12:50:18 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
obache
3a7c6693a5 Add comments for stupid configure script. 2008-06-09 15:47:24 +00:00
obache
368a4ead05 * Need pkg-config to build. Noticed by Hasso Tepper in PR 38918.
* Not using glib, but ckeck it in configure, put fake glib.pc.
 * No need custom do-install target. change to normal install and post-install.
 * Add DESTDIR support.
2008-06-09 15:27:03 +00:00
bjs
c8b6b8ce76 Update to version 1.0.3. Changes since 1.0.1:
-  rgb version 1.0.3
  -  Include rgb(1) man page from Solaris
  -  rgb version 1.0.2
  -  Update showrgb man page to better match current implementation
  -  Fix build to work with --with-rgb-db-type={dbm,ndbm}
  -  Also remove #includes of unused headers & convert K&R to ANSI C
2008-06-08 14:35:42 +00:00
taca
ca75a05936 Add a missing application default file to PLIST.
Reported by PR pkg/38845 from Hasso Tepper.

Bump PKGREVISION.
2008-06-08 05:22:57 +00:00
abs
5694ab6c3a Revert removal of BUILDLINK_DEPMETHOD.qt4-tools?=build, as most packages
that include qt4-tools do not need the shared libraries. Those that do
should override BUILDLINK_DEPMETHOD.qt4-tools (pointed out by wiz)
2008-06-03 20:14:45 +00:00
wiz
ac82e4c836 Add RCS Id to patch-ab. 2008-06-03 10:47:03 +00:00
abs
b94878e87e qt4-tools includes shared libraries against which at least poppler-qt4
links. Remove BUILDLINK_DEPMETHOD.qt4-tools?=build from buildlink3.mk
and bump PKGREVISION
2008-06-03 07:41:47 +00:00
bjs
af4e2b55c1 Update to xkeyboard-config-1.3.
* symbols/inet: WWW is mapped to I02, because of some changes in
	kernel or X server (on nx9020),
	http://bugs.freedesktop.org/show_bug.cgi?id=7310

	* symbols/us: fixed one-handed dvorak variants (dropped second group),
	http://bugs.freedesktop.org/show_bug.cgi?id=5659

	* symbols/fi: returned nbsp to 3rd level of space,
	http://bugs.freedesktop.org/show_bug.cgi?id=12764

	* rules/base.xml.in, symbols/ro: changed default Romanian variant to
	the right one, http://bugs.freedesktop.org/show_bug.cgi?id=13277

	* rules/compat/variantRename.lst, symbols/ru: default variant is
	winkeys (till Daniel fixes xkbcomp)

	* symbols/ua: small fix, from Andriy

	* po/POTFILES.in, rules/Makefile.am, rules/sgi*, rules/sun*: dropping
	legacy unsupported rules. Confirmed with Alan Coopersmith (Sun
	Microsystems)

	* rules/base.xml.in, symbols/us: added us(dvp),
	http://bugs.freedesktop.org/show_bug.cgi?id=15727

	* symbols/ca: fixed ca(shs),
	http://bugs.freedesktop.org/show_bug.cgi?id=15756

	* symbols/es: revert broken idea about dead tilde,
	http://bugs.freedesktop.org/show_bug.cgi?id=9763
	* symbols/latam: revert broken idea about dead tilde,
	http://bugs.freedesktop.org/show_bug.cgi?id=12568

	* rules/base.o_s.part, rules/base.xml.in, symbols/fr, symbols/nbsp,
	types/pc: options for nonbreakspace handling,
	http://bugs.freedesktop.org/show_bug.cgi?id=9529

	* symbols/fi: dropping bad nbsp mapping,
	http://bugs.freedesktop.org/show_bug.cgi?id=12764

	* rules/base.xml.in: fixed some ISO codes

	* symbols/ru, rules/base.xml.in, rules/compat/variantRename.lst:
	changed ru(winkeys) to default
	* rules/base.xml.in: put a lot of country/language info in

	* symbols/it: fixed it(geo),
	https://bugs.freedesktop.org/show_bug.cgi?id=15058

	* symbols/group, rules/base.xml.in, rules/base.o_s.part: added
	group(shift_caps_switch)
	http://bugs.freedesktop.org/show_bug.cgi?id=15383

	* rules/base.xml.in, symbols/gb: added gb(colemak),
	http://bugs.freedesktop.org/show_bug.cgi?id=15303

	* symbols/gn, symbols/ng: fixed unicode sequences,
	http://bugs.freedesktop.org/show_bug.cgi?id=15273

	* rules/base.xml.in, symbols/ua: added ua(homophonic),
	http://bugs.freedesktop.org/show_bug.cgi?id=15240

	* rules/base.o_s.part, rules/base.xml.in, symbols/compose: added
	compose:102, http://bugs.freedesktop.org/show_bug.cgi?id=15246

	* symbols/fr: fixed fr(oss_nodeadkeys),
	http://bugs.freedesktop.org/show_bug.cgi?id=15140

	* rules/base.lists.part, symbols/ca, symbols/fr: added ca(olpc),
	removed fr(olpc), http://bugs.freedesktop.org/show_bug.cgi?id=14749

	* rules/base.lists.part, symbols/fr: added fr(olpc),
	http://bugs.freedesktop.org/show_bug.cgi?id=14749

	* symbols/lv: fixed lv accented characters,
	http://bugs.freedesktop.org/show_bug.cgi?id=14765

	* rules/base.lists.part, symbols/it: added it(olpc),
	http://bugs.freedesktop.org/show_bug.cgi?id=14793


[ ... and so on--better to read the GIT history ]
2008-06-03 06:10:16 +00:00
drochner
ca1f5bbfd4 make it build on DragonFly, from Hasso Tepper by PR pkg/38806, slightly
modified by me
2008-06-02 16:42:21 +00:00
abs
59ddf227cb Set PKG_DESTDIR_SUPPORT=user-destdir & USE_LANGUAGES=# empty 2008-06-01 19:51:26 +00:00
tnn
fe26841138 commit my fix for PR pkg/37128
Ensure Linux shared libraries get the correct rpath built in.
ok joerg. Bump rev.
2008-06-01 14:36:37 +00:00
drochner
7cc79995f0 make it build on DragonFly or FreeBSD, from Hasso Tepper per PR misc/38807 2008-05-31 12:21:14 +00:00
drochner
1a3e667963 update to 3.7.3
changes:
-surround Earth satellite name with parentheses if eclipsed
-move "Keep marker centered' to Sky View Telescope menu
-bugfixes
-INDI enhancements

approved by gdt
2008-05-30 17:04:04 +00:00
tnn
0532283244 PR pkg/38796: Hasso Tepper: Use correct DRM major# for DragonFly
Bump PKGREVISION.
2008-05-30 14:29:19 +00:00
wiz
db0d6ac3f5 Bump PKGREVISION for gtkspell API bump. 2008-05-30 12:29:00 +00:00
wiz
53f9717153 Update to 1.3.0:
Adam Jackson (2):
      Don't sleep(0.3) on shutdown.
      mouse 1.3.0

Alan Coopersmith (1):
      Update Emulate3Button default in mouse man page to cover
      Emulate3ButtonsSoft

Matthieu Herrb (1):
      Makefile.am: nuke RCS Id

Peter Hutterer (1):
      Bug #13144: Don't flush buttons, release events can cause
      paste events.
2008-05-30 10:54:57 +00:00
wiz
7e7badbf51 Update to 1.3.1:
1.3.1:
Adam Jackson (1):
      keyboard 1.3.1

Paulo Cesar Pereira de Andrade (1):
      Don't send events in DEVICE_INIT, only after DEVICE_ON.

1.3.0:
Adam Jackson (2):
      Don't sleep(1) on VT entry.
      keyboard 1.3.0

Alan Coopersmith (4):
      Update kbd man page to say it has replaced keyboard driver now.
      Use $(XKBPATH) for xkb file path in man page
      Revert previous attempts to sync lock state & LEDs
      Correct COPYING file and note which notices apply to which code/OS'es

Daniel Drake (1):
      Bug 11026: xf86-input-keyboard COPYING file

David Marx (1):
      Sun bug #6425775 Xserver is blocked when a program rings keyboard-bell

Julien Cristau (1):
      Remove the legacy keyboard driver's manpage

Matej Kosik (1):
      Add information & example of XKB options to man page

Matthieu Herrb (2):
      Fix parameters order for printWsType().
      Makefile.am: nuke RCS Id

Paulo Cesar Pereira de Andrade (1):
      Alternate patch to preserve NumLock & CapsLock leds at X Server startup.

Samuel Thibault (1):
      lnx: Automatically inherit the vt's numlock and capslock
      status (Bug #2243)
2008-05-30 10:52:05 +00:00
wiz
66aaa9c6f1 Update to 7.0.3:
Alan Coopersmith (3):
      Remove Xserver API for security extension (#ifdef _SECURITY_SERVER) [Will
      Remove Xserver API for appgroup extension [Will break Xorg server builds
      renamed: .cvsignore -> .gitignore

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log

Peter Hutterer (3):
      Add XGE header files and protocol description.
      Xge: replace copyrights with standard format from xserver COPYING.
      Bump to 7.0.3.
2008-05-30 10:46:18 +00:00
wiz
c188dd69f3 Update to 2.1.9:
Aaron Plattner (8):
      Bug #14885: Add missing static keywords.
      I win at C.
      Sort the IsSupported table.
      Fix a few startup bugs.
      More G80s.
      Add an option to allow validation of dual-link DVI modes.
      Yet more G80s.
      Bump to 2.1.9.

Matthieu Herrb (1):
      Makefile.am: nuke RCS Id
2008-05-30 10:43:42 +00:00
wiz
33a6245945 Update to 7.0.13:
Alan Hourihane (1):
      avoid checking for fds_bits on mingw

Colin Harrison (2):
      Use winsock2.h
      Use Sleep() instead of sleep() on windows

James Cloos (2):
      Fix typo in XF86Keysym.h
      Add more dead key syms

Jeremy Huddleston (3):
      Apple: Cleaned up some Apple definitions
      Apple: Define _DARWIN_C_SOURCE otherwise _XOPEN_SOURCE,
      _POSIX_SOURCE, or _POSIX_C_SOURCE will cause fd_mask to not
      be defined due to the strict namespace
      Apple: Added a comment to explain _DARWIN_C_SOURCE

Markus Kuhn (1):
      Added comment to slightly discourage the definition of ever
      more Unicode keysyms

Peter Hutterer (2):
      Add GenericEvent and xGenericEvent definitions.
      Bump to 7.0.13.
2008-05-30 10:41:16 +00:00
drochner
cc47ae247f update to 2.20.6
changes: bugfixes
2008-05-29 17:21:45 +00:00
drochner
25565396db remove explicit esound dependency (it is still pulled in through
control-center and others)
2008-05-29 16:32:23 +00:00
drochner
e356adf45e update to 2.14.2
changes:
-Do not install the translation
-Improvemented scrollbars and menus in Redmond
-translation updates
2008-05-29 11:36:10 +00:00
drochner
0f0d20ae5f update to 2.22.2
changes: translation updates
2008-05-29 11:34:16 +00:00
drochner
437106e07d update to 2.22.2
changes:
-Fix the launching of the gnome-keyboard-properties dialog from the
 access applet
-documentation/translation updates
2008-05-29 11:32:26 +00:00
drochner
8d1b29c0d5 update to 2.22.2
changes:
-fix warnings
-translation updates
2008-05-29 11:30:17 +00:00
drochner
d3f7b64a3c update to 2.22.2.1
changes:
-accessibility UI fix
-translation updates
2008-05-29 11:28:46 +00:00
drochner
0a7c35ad10 update to 2.22.2
changes:
-UI fixes
-clock applet: Accept Google URI for Google calendars appointments
-bugfixes
-translation updates
2008-05-29 11:15:49 +00:00
drochner
7a3b4feb45 update to 2.22.2
changes:
-bugfixes
-translation updates
2008-05-29 11:06:12 +00:00
tonnerre
39ae6228d0 Don't make any assumptions about default displays in aterm.
Fixes CVE-2008-1142.
2008-05-27 21:46:53 +00:00
tnn
7e742c6c6b Pull in upstream commit:
"Delete duplicate B32's in xRRScreenChangeNotifyEvent".
Bump PKGREVISION.
ok joerg@
2008-05-27 17:14:45 +00:00
bjs
003d5843e5 Update to version 1.0.1. Basically, the update just replaces sprintf()
with snprintf().  But why not, eh?
2008-05-27 04:58:50 +00:00
bjs
f532603ff8 Add rendercheck to x11/Makefile 2008-05-27 04:53:55 +00:00
bjs
5dd0d122aa Import rendercheck-1.3. Useful to see if your video driver
does the Right Thing(tm) with render acceleration.

rendercheck is a program to test a Render extension implementation against
separate calculations of expected output.

Tests currently include:
- Destination coordinates correctness
- Source coordinates correctness
- Transformed (FilterNearest) source coordinates correctness.
- Composite with and without mask (with/without component alpha), with 1x1
  repeating Pictures and 10x10 Pictures.
- Linear gradients
- Repeating sources/masks at POT and non-POT sizes
- Some regression tests for bugs from freedesktop.org bugzilla.
2008-05-27 04:53:16 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
joerg
a8a3c01339 Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
2008-05-25 21:42:20 +00:00
tnn
b4a7c067e3 Update to Xaos 3.3.
The main new feature is support for user defined formulae.
2008-05-25 19:23:02 +00:00
taca
bf193b7c97 Add and enable xvidtune. 2008-05-25 16:19:22 +00:00
taca
5e5cc11b81 Importing xvidtune 1.0.1.
Xvidtune is a client interface to the X server video mode extension
(XFree86-VidModeExtension).  It can show current video mode, switch the
video mode and interactively adjust current video mode.
2008-05-25 16:18:35 +00:00
joerg
635681f172 Add fltk2. 2008-05-25 15:32:51 +00:00
joerg
39f89e56ce Import build rules for fltk2. This is currently static only. 2008-05-25 15:29:19 +00:00
joerg
04a270cfc3 Remove left-over file from autoconf usage. 2008-05-25 15:11:26 +00:00
tron
5653b15d71 Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
adam
c4363b4d91 Changes 0.12.1:
* Switched to use LGPL 3 and GPL 3.
* Report more controls as being flipped. (NSTextField,
  NSTableHeaderView, NSSlider, NSProgressIndicator, NSButton)
  NSTabView is still missing.
* In NSAffineTransform use optimized primitive methods from base.
* Add font attribute fixing to NSAttributedString. To allow for the
  output of glyphs not present in the current font.
* Optimized the validation of edited cells.
2008-05-25 08:28:01 +00:00
adam
2101450ebb Changes 0.12.1:
* Add DPSshfill for all backends. Better handling of X event times.
2008-05-25 08:27:03 +00:00
tnn
9f2a42bc6b Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
tnn
aa0c6bbf57 Fix build on OSF1.
If including <pthread.h>, it is mandatory to compile with -pthread.
2008-05-24 20:15:46 +00:00
tnn
f93612c133 ABI depends lower than API depends is not allowed. 2008-05-24 15:01:38 +00:00
wiz
2c66fb5c28 Update to 1.6.33:
* Backported FXTopWindow resize() and position() fixes from FOX 1.7.
* Fixed GCC 4.3 warning in FXArray header file.
* Made internal data arrays static to prevent global name clashes on some compilers.
* Fixed uninitialized variable in FXFileDict.
2008-05-22 22:56:19 +00:00
wiz
94a659a20c Update to 1.0.9:
Adam Jackson (2):
      Unset session environment variables so startx works within a running session.
      xinit 1.0.9

Alan Coopersmith (3):
      Use od on /dev/random to generate cookie on Solaris
      Check for proper cookie creation on all platforms
      Use /bin/ksh instead of /bin/sh on Solaris

Jeremy C. Reed (1):
      Use /dev/urandom for cookie it it exists

Jeremy Huddleston (14):
      Apple: Fixed issue where display would not be passed correctly to the server if nolisten tcp was enabled.
      Apple: Execute /usr/X11/bin/privileged_startx if it's present
      Apple: Renamed LaunchAgent to org.x.startx to distinguish it from the org.x.X11 application
      Correctly handle users with spaces in $HOME
      Apple: privileged_startx is in XINITDIR
      Apple: We renamed font_cache.sh to font_cache for better consistency... Changing startx to work with this
      Apple: Wait for privileged_startx to finish, so we don't race to create /tmp/.X11-unix
      Apple: Added privileged_startx
      Apple: Fixed make dist to include a missing header and not include generated sources
      Cleaned up handling of defaultserver{,args}
      Apple: Use CFProcessPath instead of argv[0] trick.
      Apple: Added some OSX version protection, so this will still compile on Tiger and below.
      Apple: No need for these bits being here in xinit as of xserver-1.4.0-apple9
      Apple: Don't need to spew unneccessary 'directory exists' messages.

Matthieu Herrb (2):
      OpenBSD: use openssl rand -hex 16 to generate the cookie.
      Replace sprintf() and strcpy() with snprintf().
2008-05-22 21:24:17 +00:00
wiz
29ee93ca5f Update to 1.0.3:
Adam Jackson (2):
      Ignore errors from xf86misc rather than crashing out.
      xdpyinfo 1.0.3

Alan Coopersmith (1):
      X.Org bug #10616: Add all the X info commands to See Also in man page

James Cloos (1):
      Add missing PHONY line for automatic ChangeLog generation

Julien Cristau (1):
      Handle XExtension{Keyboard,Pointer}, added in inputproto 1.4
2008-05-22 21:14:52 +00:00
tron
71b32baca1 Don't try to use the X11 display ":0" if the display not defined because
":0" might not belong to current user. This fixes CVE-2008-1142.
2008-05-22 12:30:44 +00:00
taca
478509abd8 Add and enable xfd. 2008-05-19 22:17:08 +00:00
taca
7269e903c5 Importing xfd 1.0.1 which was missing moduler xorg packages.
The xfd utility creates a window containing the name of the font being
displayed, a row of command buttons, several lines of text for display-
ing character metrics, and a grid containing one glyph per cell.
The characters are shown in increasing order from left to right, top to
bottom.

This is the version of xfd maintained by Xorg.
2008-05-19 22:15:55 +00:00
tnn
c5e7acf194 Yet another IRIX build fix. 2008-05-19 19:16:56 +00:00
markd
021a7abdec Build with openssl in -current. 2008-05-18 12:19:01 +00:00
tnn
54085d21e6 Note addition of x11/xf86-input-vmmouse and update of modular-xorg-drivers
to 1.2.
2008-05-17 22:12:14 +00:00
tnn
dbd6d65a2c Import xf86-input-vmmouse-12.5.0 as x11/xf86-input-vmmouse.
This is the VMware virtual mouse driver for the modular Xorg server.
2008-05-17 22:03:58 +00:00
tnn
2bb22b36c7 Update to xf86-video-vmware-10.16.1.
This enables Xvideo support in vmware.
2008-05-17 21:52:47 +00:00
tnn
d30465d2ca Adjust previous, no need for bsd.prefs.mk here. 2008-05-17 20:52:13 +00:00
tnn
2a7a4f980b # Most modern Linuxen don't come with rcmds by default,
# so just pretend to have them to keep configure happy.

This is PR pkg/37912.
2008-05-17 20:51:31 +00:00
tnn
2b843ff7be Update to xrandr-1.2.3.
pkgsrc changes:
  Link with -lm, since the program uses fabs(). This failed on Linux of all
  platforms. NetBSD happens to have fabs() in libc, but the manpage states
  that -lm should be linked in, so do it for all platforms.

Changes:
  Update COPYING
  Add *current and +preferred to the --verbose output
  When invoked with no option, xrandr dumps existing modes
  Allow the same output to be specified several times on the command line
  Clarify the ability to manipulate multiple outputs in the manpage
  Verify crtc against previous config.
  Always reset other outputs using the best crtc.
  Add xrandr test suite.
  Improved test script.
  Use IDs for mode selection instead of hand-crafted <w>x<h>@<r> strings.
  More tests for ambiguous xrandr output.
  Some minor issues in test case fixed.
  Be more robust in test case if mode database is borked.
  Add more tests, mostly regarding crtc switching and uncloning.
  Add informational output for known issues.
  Add another test known to fail.
2008-05-17 20:33:50 +00:00
markd
4b94a83b92 Deal with openssl changes in -current. 2008-05-17 02:28:17 +00:00
tnn
e8852f69f4 Some of the X.org packages assume that the C preprocessor will use stdin
if no filename given, but this isn't true with the native HP compiler, so
teach them to use '-' explicitly.

XXX using cpp(1) to postprocess manpages is ugly, most of the other X.org
packages seem to have been converted to use sed(1).
2008-05-16 13:48:41 +00:00
sborrill
db03090857 Add ftmenu 2008-05-14 07:22:37 +00:00
sborrill
676c250aca Fluxbox Tray Menu
If you want a fast way to reach your Fluxbox menus when you're using all
your screen, your problems are over.

Now you can use the Fluxbox Tray Menu to put a icon on your toolbar, and
when clicking with the left button, your Fluxbox menus will appear!
2008-05-13 21:36:14 +00:00
drochner
7641d92b74 The citrix i18n code in DragonFly had some issues wrt BOM handling which
are fixed now. Enable BOM handling for newer versions only.
From Hasso Tepper per PM.
2008-05-13 18:35:19 +00:00
jmcneill
d73c2c1576 If ccsm is found, use the ccp plugin for compiz instead of the usual
glib/decoration/gconf list. Bump pkg revision.
2008-05-12 12:58:03 +00:00
jmcneill
23299517e1 If compiz is enabled, load the decoration plugin before gconf, otherwise
when the default schema is applied the decoration will be unloaded.

Bump pkg revision.
2008-05-12 02:10:24 +00:00
tonnerre
02d445d979 Fix several plists that use imake after some modifications in the imake
framework several monthes ago. This resolves various build problems on
Linux.
Should fix PR 37646. Patch from cheusov. Confirmed by joerg.
2008-05-11 14:29:23 +00:00
obache
e2e54bca24 Not depend libXp directly. 2008-05-11 07:18:58 +00:00
obache
6ffd880025 Update XMascot to 2.6a.
97/10/24 Ver 2.6 Release
 * fixes contrib
 * some trivial fixes

97/10/16 Ver 2.6 Pre
 * start to release
 * trivial fixes for doument
 * minor fixes.

97/08/10 Ver 2.6alpha (COMIKET Version)
 * Various fixes but vaguely remember
 * improve imagelib drastically
 * support gif and bmp
 * temporary delete pnm/tif
 * introduce PixCore
 * remove various global variables.
 * DUMMY_SETLOCALE
 * cut off cursor pattern (resource addressable)
 * move settings to config.tmpl
 * remove transparent color related options
  (involve with changing standard data to GIF-lize. when absolutely necessary,
   specify resource with -xrm option)
 * add option -drawtiming for skip drawing

 * since COMIKET Version, with adjunct data. no redistributable.
2008-05-11 05:24:50 +00:00
obache
a71a3ab1d1 Update fbdesk to 1.4.1.
Patch provided by Jason White in PR 38473.

Changes for 1.4.1:
   * Fixed a shape bug which caused it to flicker.
   * Fixed an icon file parsing bug.
Changes for 1.4.0:
   * Imlib2 support:
     FbDesk can now load the following formats:
        xpm, png, jpg, jfi, jfif, pnm, ppm, pgm, pbm, pam,
        tga, gif and bmp.
   * Added new resource:
     fbdesk.textBackground: <color>
   * Added new resource:
     fbdesk.lockPositions: <bool>
     This will lock the position of the icons (also available in the menu)
   * Fixed gcc-4.1 compile problems
     (Thanks Andreas Bierfer andreas.bierfert at lowlatency.de )
Changes for 1.2.2:
   * Fixed --enable/disable-xpm configure option (Thanks Mathias Gumz)
   configure.in
2008-05-10 16:19:16 +00:00
dsainty
727f8a3128 Disable HAVE_ABSTRACT_SOCKETS as a workaround for bugs in the abstract
socket implementation, see:
http://bugs.freedesktop.org/show_bug.cgi?id=15884

This change only affects Linux as other platforms don't use the
abstract sockets code to start with.  But anyway, bump PKGREVISION.
2008-05-09 22:53:21 +00:00
agc
bfffb34fbf Make this package build on Mac OS X. 2008-05-09 18:43:07 +00:00
wiz
1506030f11 Update to 1.2:
Alan Coopersmith (1):
      Sun bug #6688467: _X11TransConvertAddress: Unknown family
      type on 64-bit SPARC

Alan Hourihane (2):
      fix build for MAKEWORD
      disable UNIXCONN on MINGW

Colin Harrison (2):
      Only call WSAGetLastError() if there has been an
      Update to winsock2

James Cloos (1):
      Fix length calculation for the path for abstract unix domain sockets

Julien Cristau (2):
      BSD44SOCKETS is the wrong check for SOCK_MAXADDRLEN
      Bump to 1.2

Loïc Minier (1):
      Bug #10489: Don't retry unix socket connect()s on ENOENT.
2008-05-09 09:04:06 +00:00
bjs
8a275b4656 Update to xkbcomp 1.0.5.
commit 1aecdffaa0db7bbf85bc0aae9043e9437b25c30d
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Thu Apr 17 00:52:29 2008 +0300

    Don't scan paths which make NO SENSE WHATSOEVER TO SCAN

    Hey, I wonder if we have XKB files in our directory! I wonder if we
    haven't bothered with a structure, and let's try to open a file called
    'misc' in someone's home directory! What a surprise, it's not a valid
    XKB file! Let's fail miserably!

    SURPRISINGLY, THIS IS NOT USEFUL BEHAVIOUR.

commit a3a05fd489a9a35942a4419c537634e796dbebd1
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Thu Apr 17 00:50:07 2008 +0300

    xkbcomp: Take a device ID argument

    Allows the user to set maps (or whatever) on arbitrary devices.
2008-05-09 04:01:55 +00:00
bjs
a1dc60dc3c Update to nucleo-0.7.1. The list of changes is fairly verbose and I do
not have time to include it here (see ChangeLog).

Significant pkgsrc-related changes:

 - ffmpeg plugin now builds (see new SUBST_* declarations).  Use
   ffmpeg-devel instead of ffmpeg.
 - DESTDIR support
 - GNU TLS option (enabled by default, evidently used by XML parser (?))
 - Include graphics/gd, as its dependencies completely overlap and it
   doesn't take too long to build.
 - Add x11/libXi to get Xinput functionality.
 - Yet another header patch (patch-am)
 - TODO file (place reading it on your TODO list today!)

 Next up:  wm/metisse!
2008-05-07 02:53:41 +00:00
reed
cf20782cb3 Include libXext's buildlink3.mk.
The libXm library directly uses libXext.
Noticed when building Ted.
2008-05-06 20:19:14 +00:00
bjs
e22df43e8f Add support for the userland atomic ops of NetBSD-current.
As per the comment in xf86drm.h, this should be reflected here, as we
now use atomic_cas_uint() in drm_atomic.h.
2008-05-06 06:20:25 +00:00
dsainty
a19de6c0c5 Add an HTTP mirror that has xterm-235 (different to the FreeBSD HTTP mirror, which only has 234). 2008-05-04 07:33:22 +00:00
jmmv
0d3662ee66 Drop maintainership
Stop lying and drop maintainership of these packages.  I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
2008-04-30 13:38:14 +00:00
xtraeme
cac1e925d4 Add the libXcomposite buildlink when using the 'composite' option,
otherwise kompmgr won't be built.
2008-04-30 12:20:09 +00:00
wiz
6705c9854b + gnome-desktop-sharp. 2008-04-27 23:13:46 +00:00
wiz
c7efadc4f4 Import gnome-desktop-sharp-2.20.1 as x11/gnome-desktop-sharp.
This was previously (partially) included in x11/gnome-sharp.

nautilus-burn parts are not enabled because pkgsrc support for
it is too old.

This package provides C# bindings for the GNOME Desktop libraries.
2008-04-27 23:12:54 +00:00
wiz
5f9c54c8d6 Bump gnome-sharp API depends for shlib name changes and dependency changes.
Bump PKGREVISION of its dependencies.
2008-04-27 23:09:53 +00:00
wiz
6a0ab79f0f Fix path to itself. 2008-04-27 23:03:53 +00:00
wiz
1625906d01 Update to 2.20.1.
Parts were split off into a separate package which I'll commit shortly,
gnome-desktop-sharp.

Changes:
* bootstrap-2.20: bump version.
* bootstrap-generic: substitute the GTK_SHARP_REQUIRED_VERSION.
* bootstrap-2.20: check for gtk 2.12.0 and gtk-sharp 2.12.1.
* configure.in.in: separate the gtk+ and gtk-sharp version variables.
* gnome/Program.custom: use GLib.Object.Harden to avoid some
reflection.
* bootstrap-2.20: bump gtk-sharp requirement to 2.12.1.
* gnome/Program.custom: revert QuitPrepare hook and instead do an
obnoxious hack to disable the toggle_ref mechanism for GnomeProgram.
Uses reflection since I didn't want to expose this hack in the public
GLib.Object API.
* gnome/Program.custom: hook into Gtk.Application.QuitPrepare to
dispose our managed resources prior to invoking gtk_main_quit.  Avoids
a crash on exit() in toggle_ref usage after managed releases have been
released.
* bootstrap-2.20: bump version and tag.
* gnome/gnome-api-2.20.raw: reparse
* sources/gnome-sharp-2.20-sources.xml: hide private gailcanvas hdrs.
hide gnome-print-gdi.h.
* bootstrap-2.20: bump svn version.
* gnome/Gnome.metadata: hide new Global class which was hiding
stable API.  [Fixes #356649]
* configure.in.in: integrate build service patch from Wade.
* bootstrap-2.20: update to version 2.19.90.
* * Move to 2.20 API.
* configure.in.in: move vte, rsvg, and gtkhtml to gnome-desktop-sharp.
* Makefile.am: ditto
* sample/Makefile.am: ditto
* Makefile.include: some refinement of the variable mangling.
* configure.in.in: expand new pc.in.
* gconf/GConf/gconf-sharp-2.0.pc.in: remove gnome-sharp Requires and
peditors.dll from the Libs: var.
* gconf/GConf.PropertyEditors/Makefile.am: install new pc.
* gconf/GConf.PropertyEditors/gconf-sharp-peditors-2.0.pc.in: expose
new pc file since this is conditional and the gconf-sharp.dll build
is not.
* gconf/GConf/Makefile.am: Copy AssemblyInfo.cs to the current dir so
that csc can find it.  (csc doesn't understand ../..)
* gconf/GConf/Makefile.am:
* gconf/GConf.PropertyEditors/Makefile.am:
use top_builddir instead of .. to avoid win32 build issues.
* gconf/GConf/Makefile.am: remove GNOME condition.  It's only needed
on the peditor build.
* gnome/CanvasItem.custom: marshal GType as IntPtr.
[Fixes comment #8 of 327058]
* gconf/GConf/Value.cs: Deal with zero length arrays gracefully.
Thanks to Sebastian Dröge <slomo@circular-chaos.org> for a
patch this one was derived from.  [Fixes #325516]
* AssembyInfo.cs.in : add [IgnoreClassInitializers]
* vte/Vte.metadata : rule from Peter Johanson to mark a string
const.
* gnome/CanvasPathDef.custom : adapt to generated pinvoke sig change.
* configure.in.in : add blurb about the gnome-sharp.dll requirements
since it seems to be a FAQ for people trying to build from sources.
* bootstrap-generic : use automake --foreign to keep automake-1.10 from
blowing up on the gnu make function usage.  grrr.
* sample/gconf/Makefile.am : use install-data-hook to make 1.10 happy.
* gconf/tools/gconfsharp2-schemagen.in:
Revert unportable 'relocatable' wrapper using which (doesn't work with symlinks)
* gconf/GConf/Value.cs: Allow the storage of empty lists in
gconf-sharp.
2008-04-27 23:03:09 +00:00
tnn
0719bbccf2 Skip the SSE2 configure test if we already know we don't have SSE,
because Sun Studio gets the result of the SSE2 test wrong.

Bump PKGREVISION.
2008-04-27 11:58:09 +00:00
wiz
a9ea006193 Bump BUILDLINK_API_DEPENDS for gtk-sharp (name changes) and bump PKGREVISION
of dependencies.
2008-04-27 09:21:27 +00:00
wiz
6b09c2c8a0 Update to 2.12.1:
Adapt for gtk2-2.12 changes.
2008-04-27 09:15:32 +00:00
markd
cf0c8a310c start_kdeinit multiple vulnerabilities - linux only
http://www.kde.org/info/security/advisory-20080426-2.txt
2008-04-27 04:14:32 +00:00
joerg
cc626372b2 Python 2.1 version required for chat/fugu. 2008-04-26 15:35:09 +00:00
wiz
3e3921b2f8 Update to 2.22.0 (from 0.8.1!):
2.22.0
===
Welcome 2.22.0 release!

New themes since 2.20:
* Unity Gtk Theme
* Unity Metacity Theme
* GNOME-Alternative Icon Theme

Themes updated since 2.20:
* Foxtrot Icon Theme

--- Andrea Cimitan

2.20
====
Welcome 2.20 release!

New themes since GNOME 2.18:
* Foxtrot Icon Theme
* Gion Icon Theme
* Dropline Neu! Icon Theme
* Darklooks Gtk Theme

Themes updated since 2.19.5:
* Darklooks Gtk Theme

--- Andrea Cimitan

2.19.5
======

New themes:
* Foxtrot Icon Theme
* Gion Icon Theme
* Dropline Neu! Icon Theme
* Darklooks Gtk Theme

--- Andrea Cimitan

(older changes are not in the NEWS file)
2008-04-26 00:49:51 +00:00
wiz
df2403b755 Update to 2.22.1:
2.22.0
===
- Update translations.

2.21.92
===

- Ensure menu items are always drawn (weren't in some cases)
- Stop forcing invisible_char to '*' (yet again)

Updated translations:
* Djihed Afifi (ar)
* Josep Puigdemont (ca)
* Iñaki Larrañaga Murgoitio (eu)
* Ilkka Tuohela (fi)
* Robert-André Mauchin (fr)
* Massimo Furlani (fur)
* Ignacio Casal Quinteiro (gl)
* Yair Hershkovitz (he)
* Nabin Gautam (ne)
* Yannig Marchegay (Kokoyaya) (oc)
* wadim dziedzic (pl)
* Hugo Doria (pt_BR)
* Funda Wang (zh_CN)
* Woodman Tuen (zh_HK)
* Woodman Tuen (zh_TW)

2.21.5
===
- Adapt to new GChecksum API
- Bug 336155 – [patch] port gnome-terminal to goption; based on patch
  from Christian Kirbach
- Fix cropped tab close buttons with gnome-icon-theme svn
- Translation updates

2.21.4
===
- Fix a crasher and some cleanup:
	Bug 501635 – crash in Terminal: running gnome-session-sa...
	Bug 501667 – Use GCheksum for md5 and sha1
		Patch from Christian Persch
	Bug 501665 – Remove simple-x-font-selector
	Bug 144000 – encodings other than the current encoding are not listed
		in gnome-terminal on Solaris.

2.21.3
===
- Synch version number to GNOME release.
- Fix a crasher and some cleanup:
	Bug 499877 – Update terminal_app_get_clone_command() to use g_array
		Patch from Dubon
	Bug 499588 – remove menu icons handling code
		Patch from Christian Persch
	Bug 353775 – Use GtkNotebook instead of TerminalNotebook
		Patch from Christian Persch and Mariano Suárez-Alvarez
	Bug 441618 – Message-ID/news-Link crashes gnome-terminal
2008-04-26 00:36:04 +00:00
obache
813a518919 Don't try to remove include/X11/extensions as others doing. 2008-04-26 00:26:31 +00:00
wiz
34ed698b01 Update to 0.15.0:
What's new in gnome-mag-0.15.0:

* Fix for the following bugs:
	#444137: gnome-mag uses private gdk-pixbuf api
	#458361: pointer don't update properly
	#473152: magnifier isn't tracking damage events properly
	#481009: magnifier should expose "full-screen capable" property to
		 bonobo clients
	#482328: --ignore-composite not being honored
	#483169: wrong syntax in MAINTAINERS
	#484492: uninstall-hook missing (does not update icon cache)
	#486696: switching from different displays to single display on the fly
		 make the magnifier work wrong
	#492795: String not marked for translation
	#502893: gnome-mag should expose "color blind filter" capable to bonobo
		 clients
	#503073: Border-size should be definable for each side of the zoomer
	#503074: crosswire length should be customizable
	#503075: Setting the magfactor shouldn't "blank out" the screen
	#505914: cursors events aren't handled properly

* Translations:
	* ar(Djihed Afifi), be@latin(Ihar Hrachyshka),
	  bn_IN(Sayamindu Dasgupta), eo(Dominique PELLE), es(Jorge González),
	  et(Ivar Smolin), eu(Iñaki Larrañaga Murgoitio), ga(Pól Ó Dubhthaigh),
	  gl(Ignacio Casal Quinteiro), gu(Ankit Patel), id(Ahmad Riza H Nst),
	  kn(Yogeesh MB), ko(Changwoo Ryu), lt(vt), lv(Raivis Dejus),
	  nb(Kjartan Maraas), nl(Wouter Bolsterlee), nn(Eskild Hustvedt),
	  pa(Amanpreet Singh Alam), pt(Duarte Loreto), rw(Steve Murphy),
	  sl(Matej Urban%Gč%@i%Gč%@), ug(Abduxukur Abdurixit),
	  uz@cyrillic(Nurali Abdurahmonov)
2008-04-26 00:11:29 +00:00
joerg
2bfedc9851 Revert. 2008-04-25 20:47:42 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
tnn
d45a59068b Supports installation to DESTDIR.
Accept Python 2.5.
2008-04-25 18:47:25 +00:00
joerg
90530e0744 Fix xtrans-1.1 on NetBSD (testing rocks). 2008-04-25 18:15:55 +00:00
tnn
8c2535a214 Accept Python 2.5. 2008-04-25 18:02:24 +00:00
joerg
25dcb5cc32 + python 2.5
- python 2.0
- python 2.2
2008-04-25 16:48:35 +00:00
smb
5548060f79 Enable debug option 2008-04-25 15:04:32 +00:00
wiz
1c038e432d Update to 2.22.0:
No changes in 2.22.0 except translations.

==============
Version 2.21.0 - "Windmills and Wheatfields"
==============

 * gtk+ minimum version is now 2.8 (Jaap Haitsma)
 * Show correct name in about dialogue (Jaap Haitsma)
 * Fix the infamous socket-finding bug in various ways
   (Loïc Minier, Craig Keogh)
 * Add information for bug-buddy (Matthias Clasen)
 * Remove inappropriate line from help (Thomas Thurman)
 * Session persistence under D-Bus (Alex Jones)
 * Careful checking to make sure all code from branches
   is actually in trunk now.
 * Translators:
Khaled Hosny (ar)
Petr Kovar (cs)
Ignacio Casal Quinteiro (gl)
Kjartan Maraas (nb)
Eskild Hustvedt (nn)
Yannig Marchegay (Kokoyaya) (oc)
Danishka Navin (si)
Pavol Šimo (sk)
2008-04-25 07:58:05 +00:00
wiz
45b4b9fb05 Update to 1.1:
Adam Jackson (2):
      Add support for the abstract socket namespace under Linux.
      xtrans 1.1

Ben Byer (5):
      suppress warning about socket directory ownership on OS X
      changes to support launchd on OS X
      removed cvs tags
      Fix for incorrect processing of recycled launchd socket on OS X
      make launchd error messages less scary

Dodji Seketeli (2):
      libxtrans: fix linux compilation breakage
      libxtrans: fixed a typo in my last commit

Jeremy Huddleston (1):
      Fixed #ifdef checks that were using i386 to use __i386__
2008-04-25 07:28:36 +00:00
wiz
e6893254f1 Update to 1.6.32:
March 10 - FOX STABLE 1.6.32

    * Fixed FXPath::simplify(). Backport from FOX 1.7.
    * Fixed Adie CPU load issue caused by clock updating.
    * Fixed FXURL::fileFromURL().

November 16 - FOX STABLE 1.6.31

    * Bug fix to strtoull() for systems which have no native strtoull().
    * Missing tr() added in FXMDIClient.
    * Fix for FXRuby in FXMDIClient (don't test for message==0 in notify message).

October 6 - FOX STABLE 1.6.30

    * Fixed some issues with flush() in FXBZFileStream and FXGZFileStream.
    * FXDial didn't issue SEL_COMMAND when driven from keyboard.
    * Small typo found in fxfilematch() was found which affected character-range matching.
    * Problem in FX7Segment fixed.

August 9 - FOX STABLE 1.6.29

    * Added ".jpeg" as additional extension for JPEG images in FXIconSource.
    * Fix in FXSplashWindow not killing timer if it gets destroyed before timer goes off.
    * FX7Segment had bug in onCmdGetStringValue() implementation (it was not returning the string).
    * Cruft removed from FXMat3f.
    * Bold style fixed in FXText.
    * Read outside buffer problem (flagged in valgrind occasionally) fixed in FXText.
    * Bugs in FXListBox and FXTreeListBox fixed.

1.6.28: not described
2008-04-25 05:21:30 +00:00
bjs
047293701d Patch data/Makefile.in not to install share/xsessions/gnome.desktop;
this conflicts with the file gdm installs.  Given that gdm has always
done this and that gdm's file uses dbus, let's keep the status quo for now.

Thanks to jmcneill@ for reporting this.
2008-04-25 04:02:23 +00:00
bjs
5fc7decd29 Force installation of gnome-at-session.desktop to
${PREFIX}/share/applications instead of ${PKG_SYSCONFDIR}.  Bump revision.
2008-04-24 15:58:31 +00:00
joerg
f8f9e4deb6 Make sure that configure includes pthread.h when checking for pthread
stubs as they are macros at least on NetBSD. Bump revision.
2008-04-24 07:45:49 +00:00
tnn
48069f7773 Update to xf86-video-intel-2.3.0.
As usual, a very long ChangeLog[1], which I won't copy here. In brief:
- new Intel Mobile graphics chipset support
- XvMC for 915/945
[1]
2.3.0:
http://lists.freedesktop.org/archives/intel-gfx/2008-April/000088.html
2.2.99.903:
http://lists.freedesktop.org/archives/intel-gfx/2008-April/000075.html
2.2.99.902:
http://lists.freedesktop.org/archives/intel-gfx/2008-March/000029.html
2.2.99.901:
http://lists.freedesktop.org/archives/intel-gfx/2008-March/000012.html
2008-04-23 19:00:46 +00:00
tnn
a48512c117 Back out patch-ac rev. 1.3, which doesn't seem to be needed when
using patch-af. See PR pkg/38484 for the discussion.
2008-04-23 12:12:06 +00:00
tnn
b70ccd274c - add patch from git for disabling gcc --param inline-* if not GCC, and
change patch to disable if not GCC4.
- add patch from PR pkg/38484 to fix missing symbol pixman_have_sse
- bump PKGREVISION
2008-04-23 09:44:05 +00:00
wiz
cd49ddc391 Update to 1.1.4:
iAdam Jackson (1):
      xcompmgr 1.1.4

Dana Jansens (1):
      Fix a server resource leak on destroying windows.

James Cloos (2):
      Remove deprecated .cvsignore
      Add *~ to .gitignore to skip patch/emacs droppings

Jamey Sharp (1):
      Bug #13073: Fix broken word-wrapping in ChangeLog generation.

Mark Tiefenbruck (1):
      Bug #9762: Fix opacity changes on unmapped windows.

Tilman Sauerbeck (5):
      Fixed a bunch of warnings.
      Added .gitignore.
      Include getopt.h for getopt().
      Constified some variables.
      Make this loop slightly easier to read.
2008-04-22 19:40:28 +00:00
wiz
10940f407c Disable xprint support. Bump PKGREVISION. 2008-04-21 22:18:52 +00:00
drochner
7bd1ce9a28 requires libnotify 2008-04-21 19:53:50 +00:00
bjs
ec6c4ba6b4 Update to xterm-235.
Changes within pkgsrc:

    - Remove most options, as I see no reason not just to build them in
      by default (they shouldn't be intrusive).  I also enabled a few
      features that weren't there before (mouse support for readline
      applications, support for the mini/built-in luit, paste64, etc.).

    - Build-in the toolbar by default.  I patched xterm to disable the
      toolBar resource by default.

    - Include xaw.buildlink3.mk instead of libXaw/buildlink3.mk and
      add some code to configure xterm properly according to the
      user's preference.

    - Use @unexec ${RMDIR} ... when attempting to remove
      lib/X11/app-defaults.

    - Install xterm.desktop and uxterm.desktop to share/applications
      (I don't think this needs desktopdb.mk).

    - Added a 'debug' option which builds in support for event tracing.
      Also, if PKG_DEVELOPER=yes, tell configure to --enable-warnings.


                            Patch #235 - 2008/04/20

     * add control sequences for some of the recent resource/menu settings:

          * altSendsEscape (private mode 1039)
          * keepSelection (private mode 1040)
          * selectToClipboard (private mode 1041)
          * bellIsUrgent (private mode 1042)
          * popOnBell (private mode 1043)

     * add resource formatOtherKeys to provide an alternate escape sequence
       format for the modifyOtherKeys resource (request by Paul LeoNerd
       Evans).
     * adjust saved-cursor position if the window is resized while
       displaying the alternate screen (Novell #196880, Debian #383384).
     * improve pointer-checks to fix a bug exposed by resizing during
       initialization under StumpWM window manager (Fedora Bugzilla #437928).
     * modify unselectwindow() to ensure that the mouse pointer is not
       hidden after xterm loses focus (report by Jeremy Huddleston).
     * add special check for fd_mask on Mac OS X (report by Jeremy
       Huddleston).
     * add dylib to autoconf's suffix list used for checking the result
       from xmkmf, to work with Mac OS X (report by Jeremy Huddleston).
     * correct initialization of bold- and wide-, wide-bold fonts which may
       be set via the utf8Fonts subresource (Debian #347790).

                            Patch #234 - 2008/03/02

     * modify sinstall.sh to use POSIX locale to bypass GNU ls changes to
       date-format.
     * improved/refined changes for closing bitmap font (patch by Andrea
       Odetti).
     * improve resize computation for situations where the negotiation
       fails, by invoking the xterm widget's core-class resize method
       (Debian #365602, patch by Jim Paris).
     * restore initialization of terminal's VMIN and VTIME settings, from
       patch #232 changes (patch by Matthieu Herrb).

                            Patch #233 - 2008/02/24

     * add configure check for ttydefaults.h, include if needed, e.g., for
       systems where defining _POSIX_C_SOURCE, etc., prevents it from being
       included via termios.h (prompted by comments by Robert Delius Royar
       and Jeremy Huddleston).
     * patches from Alan Coopersmith. These correspond to bug-ids on
       bugs.opensolaris.org

            4029911
                    fix a typo in manpage

            4045962
                    xterm doesn't properly set ut_syslen

            4192572
                    left-left-right misinterpreted as triple click

     * minor optimization to tab-initialization (patch by Nemeth Marton).
     * fix a case where an incorrect font was freed during initialization
       from patch #232 changes (patch by Andrea Odetti).
     * improve comparison used in SameFont function for GC-caching (Julien
       Cristau).
     * correct macro name used for default CKILL definition to work with
       Mac OS X (report by Jeremy Huddleston).

                            Patch #232 - 2008/01/30

     * corrected logic in a font-cache used for reverse-video (Debian
       #404079).
     * add control sequence to alter pointerMode at runtime.
     * add limit-checks for rectangle operation parameters (report by
       Martin Pirker).
     * modify minstall.sh to suppress $MANPAGER and $PAGER environment
       variables, which may interfere with redirecting output of man to a
       shell variable (report/patch by Zdenek Sekera).
     * do not try to hide mouse pointer in the tek4014 window, fixes broken
       "-t" option at startup from patch #230 changes (report by Robert K.
       Nelson).
     * correct datatype used when drawing tek4014 data using xterm compiled
       for wide-characters, on big-endian machines (reports by Jeremy
       Huddleston, Harald Hanche-Olsen, Martin Costabel, Merle Reinhart).
     * modify to cache the font-names along with the bitmap font data, to
       improve comparison of fonts.
     * modify to allow building with configure options --disable-ansi-color
       and --disable-leaks (Debian #459817, report/patch by Nemeth Marton).
     * modify to allow building with configure options --enable-wide-chars
       and --disable-c1-print (Debian #459816, report/patch by Nemeth
       Marton).
     * add pointerMode resource to control whether and when the pointer
       cursor is hidden as the user types.
     * simplify initialization of ttyMode- and related characters using a
       table.
     * modify initialization-logic for stty values that correspond to
       ltchars structure and the BSD TIOCSLTC ioctl (susp, dsusp, rprnt
       flush, werase, lnext). These were reset to constants for both
       termios and legacy interfaces immediately after asking the system
       for the existing values since X11R6.1, rather than using them to
       provide inherited values. While the legacy interface has some
       constraints, e.g., on HPUX, the POSIX or termios interface should
       not. Your shell may reset these anyway (prompted by patch by Ed
       Schouten).
     * improve logic for hiding/displaying pointer-cursor (report by Mark
       Brukhartz).
     * add limit-checks to tabs.c, increase maximum column for setting
       tab-stops from 320 to 1024 (report by Nemeth Marton).
     * correct length, i.e., number of types of selection targets, computed
       by ConvertSelection() when not handling wide characters for the
       XA_TARGETS() case. This leaves an extra Atom on the end of the list
       which is not handled by Java applications. The problem was introduced
       in patch #151 (report by David Wood).
2008-04-21 17:10:40 +00:00
xtraeme
82b479abe1 Update to 1.182:
Overview of changes in Gtk2 1.182
=================================

* Correct memory management in Gtk2::ScaleButton::new() and set_icons().
* Fix many build and test suite issues, especially on MSWin32 and cygwin.

Overview of changes in Gtk2 1.181
=================================

* Fix a test failure.
* Fix a Makefile.PL problem encountered by CPAN testers.

Overview of changes in Gtk2 1.180
=================================

 Since 1.16x (the previous stable series)
 ----------------------------------------
  * Add bindings for GtkIMContext, GtkIMContextSimple, and GtkIMMulticontext.
  * Correct the way we check values for definedness.
  * Allow Perl code to implement GtkCellLayoutIface.
  * Allow Perl code to implement GtkBuildableIface.
  * Add accessors for Gtk2::Assistant's buttons.
  * Add Gtk2::Container::forall, Gtk2::Pango::Layout::set_height,
    Gtk2::Pango::Layout::get_height, Gtk2::Pango::LayoutIter_get_layout,
    Gtk2::Pango::Renderer::get_layout, and
    Gtk2::Pango::Renderer::get_layout_line.
  * Improve documentation.
  * Fix many leaks and other memory handling issues.

 Since 1.173
 -----------
  * Fix test failures.

Overview of changes in Gtk2 1.173
=================================

* Fix memory handling bugs in Gtk2::Gdk::Region::get_clipbox and
  Gtk2::StatusIcon::get_geometry.
* Make Gtk2::Gdk::Pixbuf::new_from_xpm_data handle incomplete XPM data
  gracefully.
* Wrap new API:
  - pango_layout_set_height, pango_layout_get_height
  - pango_layout_iter_get_layout
  - pango_renderer_get_layout, pango_renderer_get_layout_line
* Improve documentation in many places.
* Fix some test failures.

Overview of changes in Gtk2 1.172
=================================

* Improve the documentation significantly in many places.
* Allow Perl code to implement GtkCellLayoutIface.
* Allow Perl code to implement GtkBuildableIface.
* Make Gtk2::CellLayout::set_attributes() properly clear all previous
  attributes.
* Add accessors for Gtk2::Assistant's cancel, forward, back, apply, close, and
  last buttons.
* Add Gtk2::Container::forall.
* Fix build and test suite issues.

Overview of changes in Gtk2 1.171
=================================

* Avoid syntax that was causing perl errors in Gtk2::Builder::_do_connect on
  some platforms.
* Add bindings for GtkIMContext, GtkIMContextSimple, and GtkIMMulticontext.
* Improve the documentation in various places.
* Make Gtk2::Gdk::Color::new take an optional pixel value.
* Correct the way we check values for definedness: use Glib's
  gperl_sv_defined(), an XS version of perl's defined().  Among other things,
  this should fix the problems where tied values were reported as undefined.
* Plug memory leaks.

Overview of changes in Gtk2 1.170
=================================

* Make our build output prettier.
* Publicize our Makefile.PL-time requirements through META.yml's
  configure_requires.
* Fix leak in Gtk2::Pango::Layout::get_iter.
* Fix a few test failures.
2008-04-21 14:53:19 +00:00
kefren
e510fa99a6 update to 0.12, part of mono-1.9 2008-04-19 19:15:59 +00:00
kefren
34bede6c6b Update to 2.10.4 as mono-1.9 requests 2008-04-19 19:02:36 +00:00
obache
3c63f8d779 Change MASTER_SITES http url to the location suggested in top page. 2008-04-19 06:04:56 +00:00
joerg
d72d21dd5b DESTDIR safe. 2008-04-18 11:58:59 +00:00
obache
17864dad74 Don't try to remove include/X11/extensions as others doing. 2008-04-18 02:24:54 +00:00
wiz
5d96bcde91 Update to 1.1.3:
Alan Coopersmith:
      Add hooks to check code with sparse/lint/etc.
      Version bump: 1.1.3

Daniel Drake:
      Bug #11084: libXScrnSaver COPYING file

James Cloos:
      Add *~ to .gitignore to skip patch/emacs droppings
      Add missing PHONY line for automatic ChangeLog generation

Matthieu Herrb:
      Makefile.am: nuke RCS Id

Paulo Cesar Pereira de Andrade:
      libXScrnSaver ansification.
2008-04-17 21:21:58 +00:00
wiz
e48981c7ac Update to 1.0.5:
Alan Coopersmith:
      Version bump: 1.0.5

Daniel Drake:
      Bug #11094: libxkbfile COPYING file

James Cloos:
      Replace static ChangeLog with dist-hook to generate from git log
2008-04-17 21:14:56 +00:00
wiz
17e9bc69a1 Update to 1.1.4:
Adam Jackson (2):
      Bug #14029: Don't LockDisplay() recursively.
      libX11 1.1.4

Alan Coopersmith (6):
      X.Org Bug #4312: incorrect comment asterisk in XAnyEvent.3x man
page
      XErrorDB updates for Render 0.9 & XFixes 4.0
      Add WM_LOCALE_NAME to list of properties set in XSetWMProperties
comment
      Spell out number in XkbGetKeyVirtualModMap man page to avoid cpp
errors from #
      Add support for building lint library with --enable-lint-library
      Man page typo fixes

Anton Zinoviev (1):
      Additions to the Compose file for UTF-8

Daniel Stone (1):
      Colours: Fix --disable-xcms

Eric Anholt (2):
      Add XF86 keyboard/monitor brightness keysyms to the keysymbdb.
      Bug #2081: Note the range limitation of XSetScreenSaver arguments.

Eric S. Raymond (9):
      Bug #9516: Markup error in XAllocWMHints.3x
      Bug 9523: Markup problems in XQueryExtension.3x
      Bug #9650: Bad markup in XLoadFont.3x manual page
      Bug #9651: Bad markup in XcmsColor.3x
      Bug #9652: Bad markup in XDrawArc.3x
      Bug #9653: Bad markup in XQueryColor.3x
      Bug #9654: Bad markup in XrmGetFileDatabase.3x
      Bug #9655: Bad markup in XrmUniqueQuark.3x
      Bug #9658: Bad markup on XIfEvent.3x

Ian Romanick (1):
      Make sure nls/am_ET.UTF-8/Makefile is created by configure.

James Cloos (12):
      Fix SMP Compose targets
      Add some compose sequences
      Compose fix for Latin-1 (from Debian)
      Add additional Euro signs to compose
      Patch for Catalan locales
      Add compose file for Ethiopic to match new keyboard in
xkeyboard-config
      Fix typo
      Use the new dead_psili and dead_dasia keysyms added to
proto/x11proto 7.0.11
      Fix the <U\x+> keysyms in the en_US.UTF-8 Compose file
      Update the currency symbols block of en_US.UTF-8/Compose.pre
      Add <dead_stroke> compose sequences
      add a comment to en_US.UTF-8/Compose

Jamey Sharp (1):
      Two threads can request sequence sync and XID fetch
simultaneously.

Jeremy C. Reed (1):
      Fix a mutex reference-counting bug.

Jeremy Huddleston (3):
      Define __DARWIN__ when host_os =3D=3D darwin* as needed in SetLocale.=
c
      Use __APPLE__ instead of __DARWIN__
      Added launchd support.

Kim Woelders (1):
      Fix bs_BA entries in locale.dir.pre

Kristian H=C3=B8gsberg (1):
      Add GLX 1.4 requests and errors.

Samuel Thibault (1):
      X.Org Bug #12983: Typos in ./man/XChangeKeyboardControl.man

S=C3=B8ren Sandmann Pedersen (1):
      XIM: Fix a hand when switching input context.

Yann Droneaud (1):
      XIM: Properly initialise client event
2008-04-17 12:33:56 +00:00
wiz
4d8c65f4b0 Update to 1.0.3:
Adam Jackson (2):
      Bug #13660: XineramaQueryScreens() always modifies the 'number' outparameter.
      libXinerama 1.0.3

Brice Goglin (1):
      Fix typo in Xinerama.man

James Cloos (1):
      Add missing PHONY line for automatic ChangeLog generation
2008-04-17 06:02:28 +00:00
wiz
cf24ace981 Update to 1.0.4:
Ademar de Souza Reis Jr:
      convert manpages prototypes to C ANSI format
      get rid of ancient XFree86 CVS Id tags

Alan Coopersmith:
      Version bump: 1.0.4

Matthieu Herrb:
      nuke RCS Ids
2008-04-17 06:00:46 +00:00
wiz
040b586b2d Update to 1.0.4:
Adam Jackson (2):
      Bug #7645: Fix a conditional that always evaluates to FALSE.
      xkbcomp 1.0.4

Alan Coopersmith (1):
      Bug 14185: MAINTAINERCLEANFILES multiply defined in Makefile.am

Daniel Drake (1):
      Bug #11025: xkbcomp COPYING file

James Cloos (3):
      Rename .cvsignore to .gitignore
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log

Matthieu Herrb (2):
      Also mark xkbparse.h as a generated file.
      Revert "Also mark xkbparse.h as a generated file."

Tilman Sauerbeck (3):
      Fixed an invalid memory access.
      Fixed a bunch of const correctness bugs.
      Ignore *.o and ylwrap.
2008-04-16 22:11:30 +00:00
wiz
236ec5f146 Update to 1.0.8:
Adam Jackson (1):
      xinit 1.0.8

David Nusinow (1):
      Unbreak installs on non-launchd systems

James Cloos (1):
      Add missing PHONY line for automatic ChangeLog generation

Jeremy Huddleston (19):
      Added some support for Xquartz on OS-X.
      Added Apple launchd support
      Changed x11-exec to actually start X11.app.  X11.app will be responsible for calling xinit.
      OS-X: Added argv[0] hack for finding Xquartz UI and icon as well as claiming its dock icon
      Added support for OS-X preferences to disable tcp/ip connections and xauth
      OS-X: Made defaults test more robust
      OS-X: Need to use bash --login to setup the environment from launchd.
      XQuartz doesn't need the -launchd command line argument anymore.
      OS-X: Properly set enable_xauth if the user has no defaults set and choose a valid $display for fast-user-switching.
      OS-X: Add bindir to $PATH in startx if it's not there
      OS-X: Fixed typo
      OS-X: Set fontpath in xinitrc to include system / user fonts.  Additionally fixed font scaling issues (trac #52)
      Apple: use -nocpp arg to xrdb if cpp is not installed
      Apple: Cleaned up font path setting and added font caching to xinitrc
      Apple: Support spaces in $HOME for font path, and remove duplicate entry
      Added org.x.X11.plist.cpp to EXTRA_DIST
      Apple: font caching and defaults
      Apple: Adding support for an xinitrc.d directory on OSX, so fink doesn't need to clobber files
      Apple: Use -c in the launchd plist, so broken .profile/.bashrc don't much up startx

Matthieu Herrb (1):
      Use /dev/arandom instead of /dev/urandom to generate the cookie

root (1):
      Define APPLE for the rest of us
2008-04-16 22:07:24 +00:00
wiz
76bd1eb792 Update to 1.0.3:
Adam Jackson (1):
      xev 1.0.3

James Cloos (4):
      Rename .cvsignore to .gitignore
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log
      Add missing PHONY line for automatic ChangeLog generation

Noah Levitt (1):
      Handle WM_DELETE_WINDOW
2008-04-16 21:52:26 +00:00
wiz
b0ff0f60e2 Update to 1.0.4:
Adam Jackson (1):
      xset 1.0.4

Alan Coopersmith (3):
      Make code formatting consistent
      Convert function declarations from K&R to ANSI C
      Delete duplicated #include statements

James Cloos (1):
      Add *~ to .gitignore to skip patch/emacs droppings

gsr.bugs (1):
      Manpage: Add mention of mouse acceleration with zero threshold
2008-04-16 21:49:37 +00:00
drochner
fc81f17d37 update to 2.22.1.3
changes:
-some fixes to the clock applet
-forward compatibility for gnome-2.24

pkgsrc change: re-applied the old pkgsrc fix for gnome bug #372155
(Calendar opens Evolution on the wrong day), because the fix which
was applied upstream is incorrect
2008-04-16 16:48:25 +00:00
drochner
315b6736eb update to 3.5, necessary because 3.2 in not sufficient for
sysutils/gnome-settings-daemon, as reported by dieter roelants per
PR pkg/38441
changes:
-Processing "vendor" elements, bugfix
-Updated translation scheme, based on xkeyboard-config 1.2
-Got rid of the fallback xml file (some code cleanup).
 Fixed a couple of bugs (one crasher)
2008-04-16 16:41:37 +00:00
wiz
1077766ef3 Update to 2.0.4:
commit beafefcb82089ec0bd629a66054e2982bdcaee51
Author: James Cloos
Date:   Thu Dec 6 16:39:12 2007 -0500

    Replace static ChangeLog with dist-hook to generate from git log

commit 55dd8f55f3f99051c4579e9574c10ecc9863830e
Author: Kristian Høgsberg
Date:   Mon Oct 29 20:35:58 2007 -0400

    dri_interface.h doesn't belong here, remove function protos from xf86dri.h.

commit 28590a910f78fcdac526c61e9e427360128f3131
Author: James Cloos
Date:   Mon Sep 3 05:54:29 2007 -0400

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

commit a9000b5b3756af2bddb9f3212a682ef647712ff8
Author: Alan Coopersmith
Date:   Fri Jul 14 18:56:46 2006 -0700

    renamed: .cvsignore -> .gitignore
2008-04-16 14:33:04 +00:00
wiz
cef2f0178c Update to 1.0.4:
Alan Coopersmith (1):
     renamed: .cvsignore -> .gitignore

Eamon Walsh (2):
     Updates to printproto as part of devPrivates rework.
     Update package version number for devPrivates rework.

Egbert Eich (1):
     23. Merged with XFree86 4.4.0. Added changes that went into infected files.

James Cloos (2):
     Add *~ to .gitignore to skip patch/emacs droppings
     Replace static ChangeLog with dist-hook to generate from git log
                                                                                Kaleb Keithley (1):
     merge XFree86 4.3.0.1 to -CURRENT
2008-04-16 14:27:45 +00:00
wiz
cac0d069ae Update to 1.0.3:
Adam Jackson (1):
      xauth 1.0.3
                                                                                Daniel Drake (1):
      Bug #10971: xauth COPYING file

Jeremy Huddleston (2):
      Added support for launchd socket
      get_address_info: don't allow duplicate entries to be returned in the list
2008-04-16 14:26:26 +00:00
abs
daaed5f758 PYTHON_VERSIONS_ACCEPTED+=25 2008-04-16 12:34:13 +00:00
abs
3144db8e64 PYTHON_VERSIONS_ACCEPTED+=25 2008-04-16 12:15:28 +00:00
obache
65620fcc1f Update MASTER_SITES to new location, noticed by Zafer Aydogan via private mail.
Also update HOMEPAGE.
2008-04-16 06:13:57 +00:00
obache
539c524fba Switch MASTER_SITES from ftp to http site.
Noticed by Zafer Aydogan via private mail.
Old ftp site is "connection refused".
2008-04-16 06:09:50 +00:00
obache
3e2779d4e6 Switch MASTER_SITES from dead sites to download.savvanah.nongnu.org.
Noticed by Zafer Aydogan via private mail.
distfile name is differ, but contents are same.
2008-04-16 05:42:46 +00:00
obache
f622bd4b4f MASTER_SITES are dead.
Set ftp.42.org (Noticed by Zafer Aydogan via private mail) FreeBSD ports doing.
2008-04-16 05:34:51 +00:00
drochner
0e7ce6215a update to 2.20.5
changes:
-Use GDK functions to get proper screen resolution
-Move default Welcome/RemoteWelcome strings from gdm.h to
 gdm-daemon-config-keys.h so it isn't defined twice
-Translation updates
2008-04-15 18:59:22 +00:00
drochner
7de193f133 update to 2.22.2
This switches to the gnome-2.22 release branch.
2008-04-15 18:12:08 +00:00
drochner
a654662e74 update to 2.22.1
This switches to the gnome-2.22 release branch.
2008-04-15 18:10:12 +00:00
drochner
30cdc79ba1 update to 2.22.0
This switches to the gnome-2.22 release branch.
2008-04-15 18:09:07 +00:00
drochner
ae907b8d1e update to 2.22.1.1
This switches to the gnome-2.22 release branch.
2008-04-15 18:06:15 +00:00
drochner
ae34ec0fc9 update to 2.22.1
This switches to the gnome-2.22 release branch.
2008-04-15 18:04:08 +00:00
drochner
6468670d84 update to 2.22.0
This switches to the gnome-2.22 release branch.
2008-04-15 18:02:48 +00:00
drochner
bb6e5a646c update to 2.22.1
This switches to the gnome-2.22 release branch.
2008-04-15 17:59:15 +00:00
drochner
1473b2a9ca update to 2.22.0
This switches to the gnome-2.22 release branch.
2008-04-15 17:53:51 +00:00
drochner
899e360cda update to 2.22.1.2
This switches to the gnome-2.22 release branch.
2008-04-15 17:52:40 +00:00
drochner
c24e225dbf update to 2.2.1
This switches to the gnome-2.22 release branch.
2008-04-15 17:49:48 +00:00
drochner
96d5bffd57 update to 2.22.1
This switches to the gnome-2.22 release branch.
2008-04-15 17:30:10 +00:00
obache
28e65df4e9 Distfile exists at gatekeeper.dec.com.
noticed by Zafer Aydogan via private mail.

gatekeeper.dec.com => gatekeeper.research.compaq.com => gatekeeper.hpl.hp.com
2008-04-15 16:01:07 +00:00
obache
27a74bac59 Set HOMEPAGE to current maintainer's site.
(but download link in the page does not work well...)
2008-04-15 15:53:40 +00:00
obache
b239013eb5 Adjust MASTER_SITES, noticed by Zafer Aydogan via private mail. 2008-04-15 15:46:22 +00:00
xtraeme
b3a1b3e038 Update to 1.2.1:
- Build-fixes for systems without -NDEBUG, and for rhd_dump
- Added two new RV670 devices.
2008-04-15 08:33:54 +00:00
reed
2bdbb4ba6f Fix PR #38430 -- needs C compiler for configure stage.
(Why does that work on NetBSD though without this change?)

Also for configure needs gettext headers (so build only/no dependency).
Noticed on DragonFly.
2008-04-15 02:27:54 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
xtraeme
f748cda7d2 Update to 1.2.0:
- Added support for RV620, RV635, and R680.
- Added 2D acceleration for R5xx (including RS6xx), both XAA and EXA.
- Added support for DDIA block (second digital output) on RS690.
- Added support for interlaced modes
- Added additional layers for splitting outputs into encoders and
  transmitters as needed for new hardware.
- Added support for DragonFly BSD.
- Improved RandR corner cases.
- Improved handling of secondary cards.
- Implemented foundation work for future TV support.
- Huge number of bugfixes and minor updates.
2008-04-12 10:16:59 +00:00
drochner
5afefaa036 update to 0.16.13
changes: minor fixes
2008-04-11 19:55:18 +00:00
drochner
125c8f0baf update to 2.22.0
This switches to the gnome-2.22 release branch.
2008-04-11 19:53:22 +00:00
drochner
950196860c update to 2.14.1
This switches to the gnome-2.22 release branch.
2008-04-10 16:30:03 +00:00
gson
770ca375a3 Fix typo 2008-04-08 09:36:23 +00:00
bjs
8f3e54e842 Add a patch from Xorg GIT to fix:
Bug #10846: Fix XF86VidModeGetMonitor when vendor or model are null.

Bump PKGREVISION.
2008-04-08 03:41:00 +00:00
tnn
e447b530d4 Update to xf86-input-void-1.1.1.
This makes it compatible with the 1.4 server.
2008-04-07 17:59:57 +00:00
bjs
5c04764cab Update to version 8.4.18. Way too many changes to list here--please
see ChangeLog.  Insofar as I can tell, all of the changes are bug fixes
(and some backports from HEAD for Darwin).
2008-04-07 15:14:09 +00:00
bjs
f3eb140717 Update to pixman 0.10 plus some tiny patches from GIT.
Notable improvements:

 * Support for new YUV formats
 * MMX acceleration now works with MS Visual C++
 * Many performance improvements and bug fixes
2008-04-07 15:02:04 +00:00
heinz
5c7a7cd064 The package supports installation to DESTDIR.
A C compiler is required.
2008-04-06 19:58:40 +00:00
adam
d284ba7d87 Changes 2.12.7:
* UIManager: add_ui_from_string():
  Fix a problem with use of non-ASCII text in UI markup.
* TreeModel::Path (TreePath):
  TreePath(In pbegin, In pend) constructor:
  Initialize gobject_ to avoid a crash.

Changes 2.12.6:
* Container: Avoid a useless warning about remove() with custom containers.
* Build: Fixed a warning from g++ 4.3.
* Documentation: Correct the debian/Ubuntu package name.
2008-04-06 12:13:11 +00:00
obache
d9cd6b20f8 + xsel 2008-04-05 13:09:32 +00:00
obache
aad0cd601e Import xsel version 1.2.0.
Requestd by PR 38314.

XSel is a command-line program for getting and setting the contents of the
X selection. Normally this is only accessible by manually highlighting
information and pasting it with the middle mouse button.
2008-04-05 13:07:35 +00:00
ghen
f5c60b4ae6 Update to dmenu 3.6. Bugfixes/performance/functionality improvements. 2008-04-04 20:28:05 +00:00
jlam
7e66bec622 RUBY_REPLACE_DIRS is relative to ${WRKSRC} so no need to give the absolute
path to these directories.
2008-04-04 15:31:39 +00:00
is
99c14ebb8b Make this compile (was: static after non-static declaration error) 2008-04-04 09:19:49 +00:00
tonnerre
74b347e625 Fix eterm default X11 display vulnerability (CVE-2008-1142).
Approved-by: jlam
2008-04-03 22:42:33 +00:00
tonnerre
ec3cd9d9d1 Fix rxvt-unicode default display vulnerability (CVE-2008-1142).
Approved-by: jlam
2008-04-03 22:36:52 +00:00
tonnerre
03247a4938 Fix for default display choosing vulnerability (CVE-2008-1142).
Approved-by: jlam
2008-04-03 22:33:00 +00:00
drochner
5d75bddcdd remove a DISABLE_DEPRECATED to fix build against newer glib2 versions 2008-04-02 20:40:55 +00:00
tonnerre
7b73eadf0b Fix distinfo SHA1 sums for patches af and ag (noticed by Michael van Elst, thanks) 2008-04-02 13:36:44 +00:00
tonnerre
0cce31ba0a Fix buffer overflow vulnerability in p5-Tk derived from old code (CVE-2006-4484).
Approved-by: joerg
2008-04-01 15:51:25 +00:00
tron
fd72e9fcdc Initialize the prefix properly when we detect a builtin "libX11". 2008-04-01 13:46:13 +00:00
tnn
c9363f70f3 Bomb if $DISPLAY is unset. Prompted by an advisory for rxvt. 2008-03-31 20:28:28 +00:00
obache
8529f33b87 Add DESTDIR support, part of PR 38340. 2008-03-30 11:25:49 +00:00
obache
ed7c6f0dde Prefer IMAKE_MAN_SUFFIX rather than IMAKE_MANNEWSUFFIX, part of PR 38340. 2008-03-30 11:24:38 +00:00
wiz
4955cb0fb0 Fix PLIST now that printing extension is pulled in automatically (via
a dependency).
Bump PKGREVISION.
2008-03-29 17:54:40 +00:00
macallan
97f4caf6cf fix another XPropertyChange() vs. LP64 issue
OKed by martti
2008-03-25 16:13:52 +00:00
xtraeme
36c04fdf6c This needs libXprintUtil dependency. PKGREVISION++ 2008-03-24 11:51:58 +00:00
joerg
8b3196d9fc Unconditionally sync the graphic hardware after a fill operation in XAA.
This stops random garbage on an i935GM. Bump revision.
2008-03-20 17:00:38 +00:00
wiz
dac3c32bf7 Finish move from gtk2-sharp to gtk-sharp. 2008-03-17 22:54:34 +00:00
wiz
8dbcc89d5b Update path to gtk-sharp. 2008-03-17 22:54:02 +00:00
wiz
1e84190f87 Reimport gtk-sharp-2.10.3 as x11/gtk-sharp (was in x11/gtk2-sharp)
to match PKGNAME.

Gtk# is a .NET language binding for the GTK+ toolkit and assorted GNOME
libraries.
2008-03-17 22:50:28 +00:00
wiz
fe0e2a7199 Finish move from gtksourceview-sharp to gtksourceview-sharp2. 2008-03-17 22:46:44 +00:00
wiz
2eb710b1de Reimport gtksourceview-sharp2-0.11nb2 as x11/gtksourceview-sharp2
(previously in x11/gtksourceview-sharp).

Bindings to the GtkSourceView widget, this widget is
typically used for writing programmer editors.
2008-03-17 22:44:11 +00:00
wiz
1b8ea98f12 Sort. 2008-03-16 00:14:01 +00:00
smb
ea5e99c442 Fix portability bug that caused spurious error message on NetBSD (patch
reported upstream).

Update to newest upstream version.
0.7.6 news
- fix bug with sticky mode under Openbox
- fix bug with dissappearing window under WindowMaker (sf.net bug #1858069)
- fix layout bug which prevented tray to shrink properly
- fix resizing bug when grow gravity seemed to be ignored
- fix regression: KDE icons are collected at startup again
- fix focus model so that it (more-or-less) matches ICCM

0.7.5 news
- fix silly bug with window states (sticky works now)
- code cleanup in xembed implementation

0.7.4 news
- fix sample rc file (Debian bug #446899)
- fix fallback support mode for KDE icons (now KDE icons
  work in Xmonad)
- detect if stalonetrays` window is no longer toplevel
  and do not try to fix geometry (fixes excessive CPU
  usage as reported in Debian bug #444748)

0.7.3 news
- fix freedesktop.org icons support on amd64 (Debian bug #445056)

0.7.2 news
- fix typo in parameter name for maximal tray height (Debian bug #444717)

0.7.1 news:
- fix crash on invalid rc file (Debian bug #443543)
- fix occasional KDE icons dissapearance (sf.net bug #1676375)

0.7 release highlights:
- tinting and fuzzy edges
- layout improvements
- XEMBED imlementation fixes
- massive code cleanup
2008-03-15 20:35:26 +00:00
joerg
60c4ea68c3 py-cairo supports only Python 2.4. 2008-03-15 16:48:50 +00:00
joerg
8b01a23723 Use /dev/urandom by default, no point in waiting for entropy.
Bump revision.
2008-03-15 16:39:32 +00:00
joerg
18af960a9c Add libXp include for the transitive libtool closure of libXaw8. 2008-03-15 13:36:40 +00:00
drochner
b1d91e28ea fix locking around gtk mainloop, bump PKGREVISION 2008-03-14 14:20:22 +00:00
jlam
5ccfe84922 Support user-destdir installation 2008-03-13 22:04:07 +00:00
joerg
2a7055907f Make PostgreSQL 8.2 the default version. Bump all packages using it.
Remove PostgreSQL 8.0 as choice.
2008-03-13 17:38:48 +00:00
drochner
8e0a896b4d update to 2.20.4
changes:
-bugfixes
-UI improvements, mostly about i18n
-honour environment variable XDG_DATA_DIRS
-translation updates
2008-03-12 21:41:21 +00:00
drochner
86ab05360e update to 0.11.5
changes:
-fix exception on first open of context menu
-translation updates
2008-03-12 21:36:53 +00:00
drochner
b176b982fa update to 2.12.9
changes: bugfixes
2008-03-12 20:58:30 +00:00
joerg
b3bb6adaf9 It's *smart*, not small. 2008-03-11 20:09:02 +00:00
joerg
35b1981bfd Follow smalleiffel -> SmallEiffel move. Bump revision. 2008-03-11 18:42:34 +00:00
joerg
dfefac40a2 P: Compilation fails due to redefinition of uint32_t and friends.
A: Why don't you just use inttypes.h?
2008-03-11 14:36:13 +00:00
drochner
52a914a020 update xscreensaver to 5.05
changes:
-added, updated and improved hacks
-bugfixes
-Reworked PAM code to support fingerprint readers, etc.
-Minor tweaks for compilation on MacOS 10.5.0
2008-03-10 12:37:12 +00:00
drochner
d718062b8d update to 0.11.4
changes:
-bugfixes
-translation updates
2008-03-10 12:17:04 +00:00
taca
31bc2444c6 Update ruby pakcages to 1.8.6.114 (1.8.6-p114).
It main chagnes are security fix of WEBrick library.


Mon Mar  3 23:34:13 2008  GOTOU Yuuzou  <gotoyuzo@notwork.org>

	* lib/webrick/httpservlet/filehandler.rb: should normalize path
	  separators in path_info to prevent directory traversal attacks
	  on DOSISH platforms.
	  reported by Digital Security Research Group [DSECRG-08-026].

	* lib/webrick/httpservlet/filehandler.rb: pathnames which have
	  not to be published should be checked case-insensitively.

Mon Dec  3 08:13:52 2007  Kouhei Sutou  <kou@cozmixng.org>

	* test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,
	  test/rss/test_image.rb, test/rss/rss-testcase.rb: ensured
	  declaring XML namespaces.
2008-03-09 13:31:18 +00:00
tnn
fade273e39 PR pkg/38200: Sergey Svishchev: Update x11/xclip to 0.10.
(also add DESTDIR support)

Version 0.10 (Peter Astrand)
  The performance has been greatly enhanced, especially over
  slow networks. Two helper scripts, xclip-copyfile and
  xclip-pastefile, has been added. Taken together, xclip can now
  be used as an alternative to sftp/scp, thus avoiding password
  prompt when X11 forwarding has already been setup.
  Autoconf is now used instead of Imake.
  The maintainer and web site address has been updated.
  All Debian patches have been applied.
Version 0.09: (Baruch Even)
  Changed dir to / when staying running so that the current directory can
  be umounted if necessary.
2008-03-08 20:42:02 +00:00
wiz
30c33a95bb Update to 1.4.3:
Adam Jackson (1):
      inputproto 1.4.3

Eamon Walsh (1):
      XI.h needs X.h for CARD32 on 64-bit systems.

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log

Jesse Barnes (1):
      Use Xmd.h instead of X.h to pull in CARD32 definition
2008-03-07 20:18:07 +00:00
wiz
9e656e85e2 Update to 1.3.2:
Adam Jackson (1):
libXfont 1.3.2

Jens Granseuer (1):
fix build with gcc 2.95.

Matthieu Herrb (3):
catalogue.c: prevent a one character overflow
ftsystem.c is not needed anymore.
Fix for CVE-2008-0006 - PCF Font parser buffer overflow.

Tilman Sauerbeck (1):
Replaced one instance of bcopy() with memcpy().
2008-03-07 20:16:19 +00:00
wiz
fee19af06c Update to 2.1.8:
Aaron Plattner (5):
      G80: Fix connector mapping and TMDS initialization on certain GPUs.
      GeForce 9600 GT.
      More new chip names.
      Add xf86gtf.c to the compat file list.
      Bump to 2.1.8.

Søren Sandmann Pedersen (1):
      Bug #14484: Fix G80SorSetProperty return value.
2008-03-07 20:05:57 +00:00
wiz
954f884e88 Update to 7.0.12:
Adam Jackson (1):
      x11proto 7.0.12

Alan Coopersmith (1):
      Make Xalloca.h work with Sun C++ compiler

Ben Byer (1):
      fd_mask needs to be defined on OS X, too

Daniel Stone (1):
      Check headers before testing for fds_bits access method (bug #8442)

Jeremy Huddleston (2):
      Changed __DARWIN__ to __APPLE__
      Fixed #ifdef checks that were using i386 to use __i386__
2008-03-07 20:03:18 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
obache
239f15e3c2 Include required header files to use some funcions(malloc, strcpy, exit).
Fixes pointer=>int truncate problems on 64bit platforms.
Patch provided by Gilles Dauphin in PR 35476.

Bump PKGREVISION.
2008-03-06 05:58:28 +00:00
jlam
a859e4cb3d + Include termcap.buildlink3.mk to pull in the correct library to
provide tgetent().

Bump the PKGREVISION to 1.
2008-03-05 20:04:42 +00:00
tnn
dff43fdf34 Added x11/xbacklight 2008-03-04 20:19:22 +00:00
tnn
654e0bee1b PR pkg/38156 Yorick Hardy: New package x11/xbacklight.
(Some minor fixes from me)

Xbacklight is used to adjust the backlight brightness where supported.
It finds all outputs on the X server supporting backlight brightness
control and changes them all in the same way.

This is from the modular X.org X11 project.

Because this is X.org, give Joerg maintainership. Give away if you wish.
2008-03-04 19:43:26 +00:00
wiz
c29cb75cfd Update to 2.10.1:
In lablgtk-2.10.1:
2008.02.26 [Jacques]
  * fix wrong type in GContainer.mli (could not compile with 3.10.2)

2007.12.01 [Jacques]
  * revert to setting LC_NUMERIC to C (ocaml still uses strtod)

2007.11.28 [Jacques]
  * Fix Val_GType/GType_val (use Val_addr/Addr_val)

2007.10.09 [Benjamin]
  * add ui_manager#as_ui_manager

2007.09.27 [Jacques]
  * Fix examples.
2008-03-04 14:47:29 +00:00
wiz
231ff63c2d Update to 2.1.7:
Aaron Plattner (9):
      GeForce 8800 GT.
      G80: Reduce load detection false positives.
      Bug #7309: Delay after disabling cursor to avoid wedging the cursor
        hardware on GeForce 6150.
      G80Create{Dac,Sor} return pointers, not Bools.
      New chips.
      Fix more load detection false positives.
      Update know card list date and add G92 to the manpage.
      Fix warning.
      Bump to 2.1.7.

Alan Coopersmith (1):
      xcalloc needs 2 args, Xcalloc takes one - yay for inconsistency!

Giuseppe Bilotta (2):
      Add macros to retrieve the subsystem vendor/device
      Enable backlight toggling for Dell Inspiron 8200 GeForce2 Go

Ian Romanick (1):
      Build fix for recent removal of ALLOCATE_LOCAL and DEALLOCATE_LOCAL
2008-03-04 14:41:00 +00:00
drochner
e1586a57f4 this links against libXrender, so propagate the dependency 2008-03-03 12:31:09 +00:00
drochner
c58f321af2 add missing @dirrms 2008-03-03 11:49:55 +00:00
bjs
4e64993376 Added xinput package to category Makefile. 2008-03-03 03:05:44 +00:00
bjs
4d36ebb38d Import xinput-1.3.0.
The xinput utility configures and tests XInput devices. It wasn't
originally designed to be the primary tool for doing this but it's
still pretty much the only program out there for doing it.
2008-03-03 03:04:56 +00:00
bjs
52482d23b2 Update to 0.9.6pl0, beginning my new local versioning scheme for
snapshots.  This was mostly done to fold the patches into
a new distfile, but a NULL pointer dereference and the EXTEND_PAD
macro were fixed also (see git history).

Bump rev.
2008-03-03 02:25:38 +00:00
adam
77340d750d Changes 2.12.5:
* Documentation:
  - Show stock icon images in the API reference again.
  - Show some pictures of widgets in the API reference.
* Build:
  - Fix header inclusion and use using directive for C functions to
    fix build on gcc-4.3 (pre-releases) and Solaris.
  - Install and find all needed files for gtkmm-demo, and correct the
    executable name.
2008-03-02 15:50:20 +00:00