summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2008-07-14Add xf86-video-mach64 and xf86-video-r128.tnn1-1/+3
2008-07-14Import xf86-video-r128-6.8.0 as x11/xf86-video-r128.tnn5-0/+78
This is the video driver for ATI Rage128 cards for the modular Xorg server.
2008-07-14Import xf86-video-mach64-6.8.0 as x11/xf86-video-mach64.tnn5-0/+77
This is the video driver for ATI Mach64 cards for the modular Xorg server.
2008-07-14Update to xf86-video-ati-6.9.0.tnn7-75/+20
NB: This package no longer supports Mach64 or Rage128 chips. Please see the separate xf86-video-mach64 and xf86-video-r128 packages. 6.9.0: In addition to lots of bug fixes there are several major new features: - Improved EXA render support for r1xx/r2xx cards - EXA render support for r3xx/r4xx/r5xx cards - Textured video support for Xv (r1xx-r5xx) 6.8.0: - mach64, r128, radeon ported to libpciaccess - massive restructuring of ati wrapper - radeon support for r5xx, rs6xx, and r6xx chips using ATOMBIOS - return of zaphod mode support - radeon support for centered modes using scalers (selectable via output attributes) - PAL tv-out fixed on supported chips - initial support for render accel on r3xx/r4xx chips (rotation) - fix TV option handling - Xv RGB fixes - XPRESS Xv fixes - improve bios/driver interaction on radeon - revert back to previous AGP mode behavior - lots of bug fixes
2008-07-14Update to gtk2+-2.12.11.tnn2-6/+6
Overview of Changes from GTK+ 2.12.10 to 2.12.11 ================================================ * Bugs fixed: 536757 regression: openoffice.org menus are placed at wrong position since 2.12.10 536990 updateiconcache.c: 'close ()' is redundant 508751 gnome-terminal crashed with SIGSEGV after keypress 419737 The file chooser clears the filename entry in SAVE/CREATE_FOLDER modes when it shouldn't. 538784 Don't change the filename in the name entry in CREATE_FOLDER mode when changing folders 536966 Paper selector crashes 352738 gtk_tree_view_column_set_sort_indicator() fails to show a... 378158 gdk_win32_selection_add_targets uses uninitialized hwnd v... 537685 print to file crashes when the target can not be written
2008-07-14Fix build failure on -current arising from invalid shell syntax.dholland2-3/+12
2008-07-13Update to libXft-2.1.13. Bump BUILDLINK_ABI_DEPENDS, as the librarybjs7-86/+8
version is now 2.1.13 (from 2.1.2). ChangeLog: commit 19240d3605b5f1e88ca5509afffd48acdb7e1c5f Revert "Drop Requires, use Requires.private instead." This reverts commit a1c78ce68c5f2106c38b6cb93a6b22420e1a80ab. Unfortunately this doesn't work on old pkg-config, which made Requires.private completely useless. That's fixed in 0.22, but... commit a1c78ce68c5f2106c38b6cb93a6b22420e1a80ab Drop Requires, use Requires.private instead. Users of libXft don't need to link with fontconfig, freetype and Xrender directly if they don't use them. commit 541c6194d986e7849ee9541a9fd60b0724647a44 Bug #14232: Fix XftDrawRect when Render not supported. commit 8a7f3d450c1f339f429dbce55df523d026c92375 Register objects used by libXft. libXft uses XFT_MAX_GLYPH_MEMORY without first registering with fontconfig. commit 8ae5ea8c75a7850fa0aca0acc3962b6263f55094 XftFontOpenInfo: Use of uninitialised value of size 8 (bug 11200) This is due to XftFontInfoFill using the binary representation of the XftFontInfo to generate fi->hash. With 64-bit pointers there is padding between .hash and .file in struct _XftFontInfo. This padding is not initialized, and the hash uses these bytes. This will interfere with finding "a matching previously opened font" in XftFontOpenInfo, and XftFontInfoEqual, which uses memcmp, will have similar problems. This fix makes no assumptions about the sizes and alignment of members of struct _XftFontInfo by using memset. (It also makes no assumptions about what FcPatternGet* does to its output parameter when it returns FcResultNoMatch.)
2008-07-13Update to version 1.2.3. ChangeLog:bjs2-6/+6
commit 203fc002b6948c3942f0461a0346dd07b633222d Bug #16430: Ignore ConfigureNotify on non-root windows in UpdateConfiguration commit 332eee90c4d00be3b11049e0261323abe89a96dc Rename parameters to clarify QueryVersion/QueryExtension. These parameters are not treated as input. Rename them to make the inner workings slightly more obvious. X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511> commit 824f3d4a3a4669526a5c391c6668df0384b49cdb Bug #14388: Remove XRRScreenConfig() and XRRConfig() from Xrandr.h. It seems that they were never actually implemented. Also remove the corresponding manpage symlinks. commit 23a47035818390ca197179a9a69a54badb370990 Hide some private symbols. XExtensionInfo, XRRExtensionName, XRRFindDisplay, _XRRHasRates and _XRRVersionHandler are internal to libXrandr. Don't export them.
2008-07-13Update to version 1.0.2. In addition to incorporating patch-aa, there'sbjs3-33/+6
one more change: zero-length strings are set to NULL instead of null- terminated.
2008-07-13Update to pixman-0.11.6. ChangeLog:bjs3-29/+13
commit a766b62880108f278478888f5167a5fbf2819a97 Add configure time options to disable mmx/sse2/vmx commit 02268903e4311709744c11e495f9b17f171ec5e9 pixman-sse.c: silence pointer-cast compiler warnings. Cast pointers to words of the same size, not 32-bits. commit eb2d95de98683a387153f010077ad9c3c3b1b01d Fix implicit declaration of function 'free'. Otherwise pointer will be truncated on 64bit arch and your programs will crash. commit 29d144712e558aaeb49f4384028dd669d76a410b Fix memory leak by freeing boxes{16,32}. After calling pixman_region_init_rects() or pixman_region32_init_rects(), boxes{16,32} were not freed before returning. Fixes bug 16312. commit 5d32519316b40b35113c6df9e15d955a16709ba2 Use pixman_malloc_ab instead of plain malloc for the fbStore64_generic scratch buffer. commit b1c70c4e6435d7f15751111828c381feb1d139cf Move PIXMAN_FORMAT_16BPC to pixman-private.h commit 7fa966df0ee781fa486715710f389b148c11d36e Decide based on the image formats whether we need wide compositing. commit 7cb735c9c0fa55ae1f4d8d13da9f33e3da2ae8fe Take the source format into account in pixman_expand. Extract the original bits of the source image for each component and then replicate up to 16 bits to fill the wide components. Make sure to hard-code the alpha value to 1 if the source format didn't have alpha. commit c0d98e96605c6d03f4b02f337f2f5827165bb092 Make expansion and contraction loops clearer. commit fc0b28bf6af81428b7ac045614eea97fbf9c4a70 Add wide source picture, external alpha, and transformed image routines. The wide external alpha path should work correctly with wide formats. The wide transformed fetch code for now just does a 32-bit fetch and then expands, which will lose precision. Source pictures, for now, are evaluated at depth 32 and then are expanded to depth 64. We could get higher precision by evaluating them directly at depth 64, but this should be good enough for now. commit 42a3a2d6fc8d3e521c6914ff8fb89f1fbc673e28 Add wide fetch/store functions. Use the narrow ones and expand/contract where necessary. Still need wide paths for fancy pictures, but this gets the basic stuff working. commit 7591d3f1d7e0884f9362018edf720724095cf380 Add expand and contract functions to convert between ARGB8 and ARGB16. The expansion function isn't quite correct, but gives reasonable results.
2008-07-13modular-xorg-server patch-an has a broken path.tonnerre2-5/+5
2008-07-13Add some patches for vulnerabilities in different X.Org server extensionstonnerre6-3/+190
(composite, render, record, etc).
2008-07-12Recommit the following, which was removed a couple of weeks ago:tnn2-4/+20
date: 2008/04/27 11:58:09; author: tnn; state: Exp; lines: +2 -2 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.
2008-07-02Fix build failure on DragonFly, treat DragonFly same as FreeBSD.obache3-1/+29
Patch provided by Hasso Tepper in PR 39048.
2008-07-01getvfsstat() of DragonFly is not compatible with NetBSD's one.obache2-7/+7
Patch provided by Hasso Tepper in PR 38877.
2008-06-24Fix broken distinfo.bjs1-1/+1
2008-06-23update to 2.22.1drochner2-6/+6
changes: build system improvements, irrelevant to pkgsrc for now
2008-06-23update to 2.2.2drochner2-6/+6
changes: -Improvements to some of the lang files -Misc bugfixes -Updated translations
2008-06-23configure startx to point to correct pkgsrc-provided xinit.reed1-1/+3
2008-06-22Update xf86-video-intel package to 2.3.2.taca3-6/+20
hangelog since 2.3.1: Alan Coopersmith (1): Define DEFFILEMODE for OS'es that don't have it Bryce Harrington (1): Two more Dell quirks Eric Anholt (10): Disable a bunch of clock gating disables on IGD_GM, which doesn't need them. Just remove the mprotect kludge. Replace a couple of wait-for-ring-idles with a single function to do so. Remove duplicated i830_stop_ring()/SetHWOperatingState() in EnterVT(). Remove gratuitous wait_ring_idle after I830Sync. Syncing implies that. Move BIOS scratch register setup to EnterVT instead of PreInit. Initialize clock gating from EnterVT and save/restore it appropriately. Remove SVG_WORK_CONTROL init. Move debug clock printout from ErrorF to X_INFO. Set up/restore PWRCTXA from enter/leavevt not server start/exit. Hong Liu (1): Set SDVO sync polarity to default on 965 Jesse Barnes (3): Panel fitting: fix letterbox modes Fixup power saving registers Fix TV programming: add vblank wait after TV_CTL writes Keith Packard (2): Skip copying on FOURCC_XVMC surfaces Only use FOURCC_XVMC when INTEL_XVMC is defined Lukas Hejtmanek (1): Fix maximum backlight issue Robert Lowery (1): Fix TV out connection type detection Rmi Cardona (1): Add glproto to DRI dependencies Shuang He (1): Fix typo in xvmc block destroy Zhenyu Wang (6): Revert "Add FIFO watermark regs to register dumper" xvmc: remove unused dri drawable xvmc: a little cleanup Fix compiler warning when disable xvmc config Fix compiling with server master in LVDS backlight patch Bump version 2.3.2 Changelog since 2.3.0: Bryce Harrington (2): More quirks from ubuntu/dell More Pipe A force quirks Eric Anholt (1): Bug #15807: Fix use of the ring while VT-switched, hit by fast user switching. Jesse Barnes (3): Add a new quirk for BIOSes that reprogram regs at lid close/open time Add FIFO watermark regs to register dumper Save/restore cursor registers Keith Packard (2): Overlay video doesn't require that the target pixmap be in video memory. Use new xf86RotateFreeShadow function to clean up shadow buffers. Mike Isely (1): Implement option to ignore external fixed mode settings Zhenyu Wang (4): Only check xvmc lib when xvmc is enabled. Use I830FALLBACK when check pitch for debug Revert last HP 965GM pipe A quirk Bump version 2.3.1
2008-06-21Catch up with gnustep-base changes. Bump revision.joerg2-46/+59
2008-06-21Update to 1.1.0:wiz2-6/+6
Adam Jackson (1): xinit 1.1.0 Jeremy Huddleston (2): Properly handle using xserverrc Apple: Don't use launchd on Tiger since it doesn't support the features we need.
2008-06-20Update distinfo for Ruby 1.8.7 patchlevel 22.taca1-4/+4
2008-06-20modular-xorg-server-1.3.0.0nb9:joerg7-27/+164
Fix CVE-2008-1377, CVE-2008-1379, CVE-2008-2360, CVE-2008-2361 and CVE-2008-2362 based on upstream patches.
2008-06-20Add DESTDIR support.joerg39-68/+148
2008-06-19Fix trailing white-space.bjs1-4/+4
2008-06-19Update to pixman-0.11.4. No ChangeLog--you may check the GIT historybjs9-259/+195
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- Switch to use vendor_dir with Ruby 1.8.7.taca5-12/+99
- Make it build with Ruby 1.8.7, too. Bump PKGREVISION.
2008-06-19Update to ruby-gnome2-panelapplet to 0.17.0rc1 to build with newer gnome ↵taca2-6/+5
packages.
2008-06-19Update to ruby-gnome2-gtk to 0.17.0rc1 to build with newer gnome packages.taca5-45/+8
2008-06-19Update to ruby-gnome2-gnome to 0.17.0rc1 to build with newer gnome packages.taca2-7/+6
2008-06-19- Switch to use vendor_dir with Ruby 1.8.7.taca2-112/+109
Bump PKGREVISION.
2008-06-19Update ruby18-tk package to 1.8.7.taca3-1053/+1081
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-17copy a lightly modified fix for starting xdm on ttyE4 from gdmabs1-1/+20
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-15Make sure that meta packages set META_PACKAGE before includingjoerg1-3/+3
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
2008-06-13update to 0.16.14drochner2-6/+6
changes: bugfixes
2008-06-13update to 2.12.10drochner3-7/+9
changes: -bugfixes -translation updates
2008-06-12Fix interpreter path. Preported by Hasso Tepper in PR 38903.obache1-2/+3
It does not need BASH, just replace with SH. Bump PKGREVISION.
2008-06-12Add CONFLICTS= kdelibs4-[0-9]*abs1-1/+2
2008-06-12pkglint, add '# used by ...' lines - no functional changeabs2-2/+5
2008-06-12Add DESTDIR support.joerg29-51/+106
2008-06-09Add comments for stupid configure script.obache1-2/+3
2008-06-09 * Need pkg-config to build. Noticed by Hasso Tepper in PR 38918.obache1-8/+20
* 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-08Update to version 1.0.3. Changes since 1.0.1:bjs2-6/+6
- 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-08Add a missing application default file to PLIST.taca2-2/+4
Reported by PR pkg/38845 from Hasso Tepper. Bump PKGREVISION.
2008-06-03Revert removal of BUILDLINK_DEPMETHOD.qt4-tools?=build, as most packagesabs2-3/+4
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-03Add RCS Id to patch-ab.wiz2-2/+4
2008-06-03qt4-tools includes shared libraries against which at least poppler-qt4abs2-4/+3
links. Remove BUILDLINK_DEPMETHOD.qt4-tools?=build from buildlink3.mk and bump PKGREVISION
2008-06-03Update to xkeyboard-config-1.3.bjs3-12/+10
* 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-02make it build on DragonFly, from Hasso Tepper by PR pkg/38806, slightlydrochner7-1/+153
modified by me