summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2007-12-30Needs msgfmt.joerg1-2/+2
2007-12-27Fix PLIST. Bump revision.joerg2-3/+4
2007-12-27Fix MAXNAMLEN usage to prefer NAME_MAX.joerg2-1/+26
2007-12-27Add patch and bump revision.reed3-3/+20
This is for PR 37610 to fix internationalized text bug. This fix was already in XFree86 and Xorg libXaw versions since at least Nov. 2004 and in Fedora for Xaw3d since 2002.
2007-12-27Quick fix for PR pkg/37605. ps->userTime is never used so just set to 0,markd4-8/+27
a proper fix will be committed after the freeze. Also fix PR pkg/37423 - LP64 issue with nspluginviewer from Steve Woodford. Bump PKGREVISION.
2007-12-24Add logic gleefully ripped from x11/Xaw3d/buildlink3.mk to make thesebjs2-3/+26
libraries work properly with xaw.buildlink3.mk. That's better! This was done so that X/Open Curses (pkgsrc-wip/pdcurses) could have a chance of using these libraries. ;)
2007-12-24Add aclocal.m4bjs2-4/+1531
2007-12-24add USE_TOOLS+=gettext-m4 for autotools.bjs1-3/+3
2007-12-21Update to x86-video-radeonhd 1.1.0:joerg4-43/+8
- Added Support for RS600, preliminary RV670. - Allows panning in RandR mode. - Preliminary (read: untested) support for HDMI connectors. - Now builds against the latest upstream X.Org code in git. - Lots of bugfixes, e.g. - Better monitor detection. - Gamma + palette fixes. - Mode stability + textmode restore. - RandR mode selection fixes.
2007-12-20* Add missing DEPENDsobache1-19/+30
* install 'chooser' more conditionally * DESTDIR ready
2007-12-19Begone, ye unwanted patches.bjs9-179/+0
2007-12-19Add some fixes from GIT and bump revision. Tested withbjs4-3/+285
xorg-server-1.4.0.90 + Mesa-7.0.2 by me. Mesa's coming, I promise. ;) While here, PKG_SKIP_REASON -> PKG_FAIL_REASON, add various preprocessor definitions to XCOMPMGR_DEFS for the user to play with (sane defaults have been tested). Changes include: Constified some variables. Include getopt.h for getopt(). (in pkgsrc, this uses USE_FEATURES) Fixed a bunch of warnings. Bug #9762: Fix opacity changes on unmapped windows.
2007-12-19Fix this so that it works with the snapshot I provided. Bump rev.bjs7-61/+70
Tested by me with xorg-server-1.4.0.90.
2007-12-18Defeat very evil shell script code which tries to use "which" to findtron1-2/+12
"gtkdoc-rebase" (which depending on what flavour of "which" your operating system provides will go horribly wrong). This fixes the build under Mac OS X.
2007-12-18Add xkeyboard-configbjs1-1/+2
2007-12-18Import xkeyboard-config-20071217 (snapshot is better than maintainingbjs17-0/+653
a thousand patches). This is required for the upcoming modular-xorg-server-1.4.0.90 package.
2007-12-18Update to a snapshot from GIT head. The current revision seems betterbjs2-6/+7
to me than the release. Bump rev. Changes include: Guard MMX get_fast_path() with pixman_have_mmx() Use -fvisibility=hidden by default. Add a PIXMAN_EXPORT macro that expands to the appropriate GCC magic. Various formatting fixes. Make the tables static; remove unused flag Set maskRepeat to FALSE when the function is NEED_SOLID_MASK Conditionalize MMX code with USE_MMX Don't skip fbFetch/fbStore when PIXMAN_FB_ACCESSORS is enabled. pixman_composite_rect_general_accessors skips the fetch / store steps by setting store to NULL when the op is ADD or OVER and the dest format is [ax]8r8g8b8. This optimization is only valid when no accessors are in play.
2007-12-17Changes 4.3.3:adam4-13/+10
Qt 4.3.3 is a bug-fix release. Read 'changes-4.3.3' for details.
2007-12-17update to 2.12.3drochner3-40/+6
changes: -some Quartz related bugfixes -other minor bugfixes -translation updates -the HTML documentation is built properly this time, so remove the pkgsrc hacks to load it from MASTER_SITE_LOCAL
2007-12-17Fix build problems caused by Mac OS X Leopard linker work around intron1-3/+3
the "MesaLib" package.
2007-12-17update to 0.16.10drochner3-8/+8
changes: - Smart tab character: you can now copy/paste tab characters printed by cat, diff, and other line-oriented tools and get the tab character in the clipboard, instead of multiple spaces. The selection indicates that by being all or none. - Misc bug fixes and optimizations.
2007-12-17for consistency, obey the "evolution" option introduced in gnome-panel,drochner2-8/+20
which allows to switch off features depending on evolution (here: an "about me" dialog which is sync'd to the address book) no change to default configuration
2007-12-17Detect builtin "libXt" e.g. under Mac OS X Leopard.tron2-2/+51
2007-12-17Detect builtin "libSM" e.g. under Mac OS X Leopard.tron2-2/+51
2007-12-17Detect builtin "libICE" e.g. under Mac OS X Leopard.tron2-2/+51
2007-12-17Added a patch for fixing format string vulnerability (CVE-2007-6183).obache3-3/+18
http://ruby-gnome2.svn.sourceforge.net/viewvc/ruby-gnome2?view=rev&revision=2720 Bump PKGREVISION.
2007-12-16Detect builtin "libXext" e.g. under Mac OS X Leopard.tron2-2/+51
2007-12-16Detect builtin "libXinerama" e.g. under Mac OS X Leopard.tron2-2/+51
2007-12-16fix some stupid PLIST substitution to make non-NetBSD-builds succeed,drochner1-2/+2
from Ondrej Tuma per PR pkg/37551
2007-12-16Detect builtin "libXrandr" e.g. under Mac OS X Leopard.tron2-2/+51
2007-12-16Detect builtin "libXrender" e.g. under Mac OS X Leopard.tron2-2/+51
2007-12-16Detect builtin "libXmu" e.g. under Mac OS X Leopard.tron2-2/+51
2007-12-16Fix broken (or non-portable at best) shell code.tron2-4/+4
2007-12-16fix (or work around) a problem in clock applet - evolution communication:drochner3-2/+17
if a Task was checked as done in the calendar the timezone offset was appearently applied twice, so that a wrong time was put into the database. I don't know whether the clock applet generates the timestamp the wrong way or whether evolution doesn't deal with non-UTC timestamps, but passing UTC helps. bump PKGREVISION
2007-12-15Detect builtin "libXdmcp" e.g. under Mac OS X Leopard.tron1-0/+49
2007-12-15Detect builtin "libXau" e.g. under Mac OS X Leopard.tron1-0/+49
2007-12-15Detect builtin "kbproto" e.g. under Mac OS X Leopard.tron1-0/+49
2007-12-15Rename variable to be consistent with other "builtin.mk" files.tron1-4/+4
2007-12-15Detect builtin "libX11" e.g. under Mac OS X Leopard.tron2-2/+51
2007-12-12Reset maintainer on his request.wiz2-4/+4
2007-12-12s/${WRKOBJ}/${WRKDIR}/markd2-6/+6
2007-12-12s/${WRKOBJ}/${WRKDIR}/ (Don't know what I was thinking.)markd1-3/+3
2007-12-12Install q3porting.xml where uic3 can find it so that uic3 generatesmarkd2-3/+5
correct files. Bump PKGREVISION.
2007-12-12Don't directly reference libtool .la files in pkgconfig files. PR pkg/37479markd1-2/+3
2007-12-08Move all the options handling into options.mk.wiz2-39/+43
Use standard options name (modular-xorg-server, not xorg-server) but add legacy support code. Addresses PR pkg/37495 by Per Amund Amundsen.
2007-12-07Updated Xfce to 4.4.2martti51-476/+322
Lots of bug fixes. For the official ChangeLog, please see http://www.xfce.org/documentation/changelogs/4.4.2
2007-12-06Add qt4-qdbusmarkd1-1/+2
2007-12-06Initial import of QT4 DBus support.markd4-0/+97
Building as a separate package means that assistant doesn't have DBus support built in but I don't think thats a problem.
2007-12-06Fix build paths in installed pkgconfig *.pc files (PR pkg/37479).markd2-4/+24
Add some missing dirrm's from PLIST. Also install QtUiTools library and header files (kde4 at least uses these) Bump PKGREVISION
2007-12-06Fix build paths in installed pkgconfig *.pc files (PR pkg/37479) andmarkd2-4/+7
add missing dirrm line from PLIST (PR pkg/37412). Bump PKGREVISION