summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam10-14/+0
can handle packages having no PLIST files.
2007-10-24Fix up COMMENT, this is not the VESA driver...xtraeme1-2/+2
2007-10-24Change qmake to not add the target directory as rpath.joerg4-10/+32
This would leak rpath references to the build directory and libtool should take care of this already. Non-libtool builds might be broken by this, but they shouldn't use -Wl,-R either, but -Wl,-rpath. Bump revision of qt3-libs (rpath changes) and qt3-tools (qmake changes).
2007-10-24Supports DESTDIR.joerg1-1/+3
2007-10-23Added x11/xf86-video-radeonhd.xtraeme1-1/+2
2007-10-23Initial import of xf86-video-radeonhd. This is a snapshot from the gitxtraeme5-0/+53
repository because there is not an official release yet. This is the video driver for ATI Radeon HD cards for the modular Xorg server. This works well enough on my Radeon HD 2600XT DDR3.
2007-10-23The package supports installation to DESTDIR.heinz1-1/+3
2007-10-23recordproto contains only header files, relax from full to build dep.tnn1-1/+3
2007-10-21No need "ENABLE_CUPS" anymore since last option.mk change.obache2-13/+3
2007-10-21Suppress the unexptected cups detection.obache1-2/+2
Fixes PR 37134.
2007-10-20Update KDE to 3.5.8markd193-561/+1064
2007-10-20Update to KDE 3.5.8markd4-12/+10
2007-10-20Update to KDE 3.5.8markd4-190/+24
POP3 ioslave * Fix SASL Authentication fails if another client of sasl is loaded. SMTP ioslave * Fix SASL Authentication fails if another client of sasl is loaded. Kate * Add .hh Extension for C++ syntax highlighting. * Highlight 'read' and 'write', used when declaring properties in Pascal. * Fix code folding breaks highlighting. * Fix tabs in wrapped line broke cursor navigation. * Fix save doesn't work after redo. * Do not disable quit button when no session is selected but the open session button. * Pressing X now triggers the open session button, when it should trigger quit button. KControl * When delete all is pressed, only delete the visible cookies if the view is filtered. * Do not loose the domain-specific cookie policies when cookie support is disabled and re-enabled again. * Newly added fonts are not available. kdesktop * Do not shutdown at autologout. kdm * Do not attempt to auto-login after a post-session shutdown confirmation. * Fix CVE-2007-4569. kwin * Fix restarting KWin messes up active border order. * Fix block global shorcuts is broken. Konsole * Real transparency support without side effects, if qt-copy patch #0078 is available. Konqueror * Fix Konqueror not autodetecting new plugins. * Avoid preview crashes when view is invalid. * Resolve media: and system: urls to local files in the popup menu. * Fix crash when the window is deleted from onmousedown. * Fix nspluginviewer crashes on amd64.
2007-10-20Update to KDE 3.5.8markd8-72/+143
core libs * Small performance improvements. * Reworked KCmdLineArgs::makeURL to make "kpdf a:b" work when a:b is an existing file in the current directory. * Be more robust against addressbar spoofing. * A hostname may resolve to multiple addresses. When connection to one timeouts, we should not immediately give up. Instead, we try the other addresses. http ioslave * Fix crash on broken servers. * Fix Connection failed Url Frame Redirection. * Fix session cookies not always accepted. * Fix persistent cookies are treated like session cookies. * Fix a cross-site cookie injection vulnerability. * Fix for correctly propagating HTTP response headers > 8K. * Fix http responses containing just a header cause Konqueror to wait indefinitely for a response. * Fix problem with cookies in konqueror when server specified as IP adress. * Fix per-site cookie policy does not apply to cookies set for subdomains. KHTML * Fix handling of font-variant:inherit. * Fix GMail/Firefox yet again. * Fix confused cursor shapes if mail and new-window links appear on the same page. * Fix cannot type text into boxes on riteaid.com. * Optimize descendant selector matching. * Fix invalid placing of image. * Default to "UTF-8" per section 2 of the draft W3C "The XMLHttpRequest Object" specification. kjs * Do not convert accented latin1 characters into undrawable char in websites using advanced JavaScript.
2007-10-20Force to not install terminfo file. Fixes PR 37082.obache3-6/+17
A terminfo entry was installed into somewhere(or not) depending on tic command. Install termcap/terminfo entry source file in examples directory and mention it in MESSAGE. Bump PKGREVISION.
2007-10-15Update to xhost-1.0.2nb1: Explicitly pass inet6 setting to configure - from ↵abs2-1/+16
Yakovetsky Vladimir in PR/37115
2007-10-15Update to libSM-1.0.3: Explicitly pass inet6 setting to configure - from ↵abs2-1/+16
Yakovetsky Vladimir in PR/37116
2007-10-15Update to qt3-libs-3.3.8nb6: Explicitly pass inet6 setting to configure - ↵abs2-3/+10
from Yakovetsky Vladimir
2007-10-13Changes 2.12.1:adam6-253/+119
* PrintOperation: Corrected a reference-counting problem that caused crashes. Changes 2.12: * New classes: Builder, RecentAction, Tooltip, VolumeButton. * Deprecated the Tooltips class. * More...
2007-10-13Changes 4.3.2:adam14-62/+73
* General Improvements * Fixed incorrect behavior of the widget editing mode that could occur when a form was resized. * Fixed a crash that could occur when several commands were redone in one go. * Enabled MSVC and Borland project generators for the Qt Open Source edition. * Ensured that the QMAKE_CC and QMAKE_CXX variables are not defined in the Xcode project generator to allow distributed (distcc) builds to work again. * more...
2007-10-13Changes 8.4.16:adam6-35/+35
* Bug fixes * Improvements
2007-10-12Don't set the maintainer unconditionally in files that are used by manyrillig1-2/+2
packages. Patch by Vladimir Yakovetsky in PR 37113.
2007-10-11Update x11vnc to 0.9.3.obache2-6/+6
New in the 0.9.3 x11vnc release: This release provides client-side caching to improve interactive response. Almost no VNC viewers implement caching which is why VNC is slow compared to other remote graphics protocols. The x11vnc caching will work with any VNC viewer, but they will not hide the pixmap cache region that is below the main desktop (one must adjust the window manually). The SSVNC Unix VNC viewer, however, automatically detects and hides the region. To enable caching, supply "-ncache n" to x11vnc, where the number n, e.g. 10, indicates how much memory to devote to the caching scheme. See http://www.karlrunge.com/x11vnc/#faq-client-caching
2007-10-11The code to verify user and password provided inhauke1-2/+2
daemon/verify-{crypt,shadow}.c prints out the user name in various places, where daemon/verify-pam.c code does not. Get out of sync with the login dialog, and you'll have your password logged. Adapt patches from the gdm 2.20 branch for (1) not logging the user name in any syslog error messages (2) not localizing the log messages. Bump pkg revision. Fixes PR 31417.
2007-10-11The code to verify user and password provided inhauke3-1/+203
daemon/verify-{crypt,shadow}.c prints out the user name in various places, where daemon/verify-pam.c code does not. Get out of sync with the login dialog, and you'll have your password logged. Adapt patches from the gdm 2.20 branch for (1) not logging the user name in any syslog error messages (2) not localizing the log messages. Fixes PR 31417.
2007-10-09Remove trailing spaces.martti3-5/+5
2007-10-09Fixed the build errors with gcc4.rillig7-11/+197
2007-10-07Don't define a local weak in6addr_any. Any sane IPv6 setup has and if itjoerg3-5/+18
doesn't include it, your lost mostly anyway. The weak alias creates a conflict on HP-UX tho. Bump revision.
2007-10-06Update Ruby packages to 1.8.6-p111.taca1-4/+4
No change; DISTFILES update only.
2007-10-06Reorder pkgconfig file as the gnopernicus configure fails becausejoerg3-3/+18
datarootdir is used before being defined. Bump revision.
2007-10-05Fix homepage.dillo1-2/+2
2007-10-04Install uic3 binary and not the libtool wrapper. Bump revision.joerg1-2/+4
2007-10-04Renamed devel/libglade2 to devel/libglade.obache1-2/+2
2007-10-03Updated x11/xfce4-desktop to 4.4.1nb2martti4-5/+19
Fix application launch problems with gtk2 2.11 and later. http://bugzilla.xfce.org/show_bug.cgi?id=3359
2007-10-02remove option xterm-toolbar from the default options. Toolbar support seemsaymeric1-2/+2
to be broken in xterm for now. OK bjs@
2007-10-01After a few more tries, it finally worked. The features framework isn'trillig1-1/+12
as easy to use as I first thought.
2007-10-01librsvg2 -> librsvg.hira1-2/+2
2007-10-01Needs err() and errx().rillig1-1/+2
2007-10-01Added three patches to make the package work on Solaris.rillig4-1/+118
2007-09-30Reset maintainer -- shell@ is inactive.wiz1-2/+2
2007-09-29Need lex & yacc.obache1-1/+2
Problem reported by L. Schmidt in PR 36937 and fix confirmed by Aleksey Cheusov in pkgsrc-bulk@.
2007-09-28fix compilation on NetBSD-4+ (seen in bulk build)drochner2-1/+15
2007-09-28Update xlockmore to 5.25. Changes:hubertf2-6/+6
Renamed xlockrc.rc to xlock95.rc. win95 settings fixes from Frank Fesevur 'Enabled' checkbox set in the savers configuration for is honored when the random mode is selected. Dialog rearranged to allow more room for Delay/Count/Cycles. Version is now displayed. ant3d,ant,life1d now with better colors. Really looked bad on Windows 95. rain a new mode from Frank Fesevur. Patch for running stuff like "xlock95.scr -s ant3d" thanks to Frank Fesevur <ffes AT users.sourceforge.net> which makes testing and showing a particular mode much easier. Fix for xlock -resource in life.c. Added a compile-time option "-DNO_TIME if you dont want the time in the password window.
2007-09-25Fix comment (GConf2 -> GConf).hira9-18/+18
2007-09-25Fix comment (gnome-vfs2 -> gnome-vfs).hira1-2/+2
2007-09-25Back out previous. Pointed out by uebayasi@ and martti@.hira3-8/+8
2007-09-25ln -> ${LN}.hira3-8/+8
2007-09-24Require randrproto 1.2.1 as found in PR pkg/37015.joerg1-1/+2
2007-09-24Update Ruby to 1.8.6-p110.taca1-4/+4
Approved by wiz@. This is bug fix release of Ruby 1.8.6. Especially it fixes thread/eval function problem on Mac OS X.
2007-09-24Fix off-by-one issue. Bump revision.joerg3-2/+17