summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2008-01-05Create a shared library for libQtUiTools, in the hope that this fixeswiz4-5/+20
the build for kdelibs4 on amd64. Bump PKGREVISION for qt4-tools.
2008-01-05Fixed tools definition, as reported by pkglint.rillig1-3/+3
2008-01-05ERROR: patches/patch-ac:35: This code must not be included in patches.rillig2-12/+3
(hi joerg!)
2008-01-05Patch files have to start with a CVS Id.rillig2-2/+4
2008-01-05Fixed naming mismatches reported by pkglint.rillig3-12/+12
2008-01-05Use the "pkg-config" file to detect the version number. A builtin versiontron1-39/+8
will otherwise get rejected because we require at least version 1.1.1..
2008-01-05Use the "pkg-config" file to detect the version number. A builtin versiontron1-4/+16
will otherwise get rejected because we require at least version 1.4.
2008-01-05Detect builtin "xineramaproto" e.g. under Mac OS X Leopard.tron1-0/+92
2008-01-05Detect builtin "inputproto" e.g. under Mac OS X Leopard.tron1-0/+49
2008-01-05update missed distinfoabs1-7/+8
2008-01-04Note pkgsrc as the distribution method, for the bug report wizard.markd1-2/+3
From Sergey Svishchev. Bump PKG_REVISION.
2008-01-04Various kdebase updates.markd10-61/+519
Option to build kompmgr - from Sergey Svishchev improved kdeeject script - from Sergey Svishchev ksysguard tidyup, improved handling of process list. infocenter tidyup Add NetBSD support to kicker/applets/naughty (finally fixing PR 25052) Bump PKGREVISION.
2008-01-04Defining a meta-package is done via the META_PACKAGE variable.rillig2-13/+6
In Makefile.common, the MAINTAINER should only be set with the ?= operator.
2008-01-04Fixed pkglint warnings.rillig2-13/+12
2008-01-03Added support for installation to DESTDIR.heinz1-3/+5
2007-12-31gtkmm wants gtk2+>= 2.12.0.dogcow1-1/+2
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