summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2010-02-08needs m4tnn1-2/+2
2010-02-08Add RCS Id to patch-ay, and bump PKGREVISION for the bugfix in that patch.wiz3-4/+6
2010-02-08Fix crashing on amd64; courtesy of Sverre Froyenadam2-1/+13
2010-02-08Fix wrong ownership of authorization directories. Bump PKGREVISION.tnn1-5/+5
2010-02-08Fix wrong ownership of config files. Bump PKGREVISION.tnn1-5/+5
2010-02-07Use a simpler patch from KDE's svn.wiz2-295/+6
2010-02-07Make build with py-sip-4.10, and depend on it.wiz3-3/+396
Patch from gentoo bug #301106 via drochner.
2010-02-06- make sure the authdir exists, reported on tech-pkg@ by Dennis den Brok.tnn1-6/+11
- don't include compiler.mk twice - bump PKGREVISION
2010-02-06Update to xf86-video-vesa-2.3.0. Changes:tnn2-6/+6
Fix a comment Use VBE palette load, not VGA banging. Remove unused variable. Don't artificially limit the screen size to 2k Code motion Warning fix when !HAVE_ISA Use own thunk function instead of shadowUpdatePackedWeak Remove support for non-shadowfb banked framebuffer Make the VBESetVBEMode fallback message slightly clearer vesa 2.3.0 .gitignore: use common defaults with custom section # 24239 Several driver modules do not have a ChangeLog target in Makefile.am #23814 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES configure.ac: remove -I$(prefix)/include from INCLUDES #24676 configure.ac: sdkdir usage duplicates the sdk include dir Add missing shadowRemove() in VESACloseScreen().
2010-02-04bump PKGREV for sip updatedrochner3-6/+6
2010-02-04update to 4.7drochner3-8/+74
The highlights of this release include full support for Qt v4.6, automatically generated docstrings for all callables that describe the valid Python signatures, and support for keywords for all optional arguments.
2010-02-04update to 4.10drochner4-17/+17
changes: added some methods and options pkgsrc note: this changes the API revision compiled into the runtime library, so updates of py-qt* must be enforced
2010-02-04DESTDIR supportjoerg2-1/+16
2010-02-03Bump PKGREVISION for xmlpatterns fix.wiz1-3/+3
2010-02-03Fix: script includes were installed twice, insted of xmlpattersadam1-2/+2
2010-02-03Use b3.mk of x11/p5-Wx to avoid build errors, bumping revisionsno1-3/+3
2010-02-03Add buildlink3.mk to ensure each depending package has right BUILD_DEPENDSsno1-0/+22
2010-02-02Add more "# used by" lines.wiz1-2/+8
2010-02-02Added some text to DESCRadam1-1/+1
2010-02-02Added qt4-mngadam1-1/+2
2010-02-02MNG support plugin for Qt.adam3-0/+34
2010-02-02* Exceptions enabledadam6-33/+25
* Build and install XmlPatters * MNG moved to qt4-mng
2010-01-30Added LICENSE information.heinz5-5/+10
2010-01-30Update to ggiterm-0.7.1 (2005-06-27)tnn3-8/+9
Changes: bugfixes, speed improvements.
2010-01-30Add QtMultimedia.pc to PLIST, bump PKGREVISION.wiz2-2/+4
2010-01-29Changes 4.6.1:adam34-489/+298
* Optimized empty QUrl creation * Improve performance of getting the canonical filename on Linux and Symbian by using realpath() system call. * Avoid stat() when opening a file. * Do not look at the Qt patch-level version embedded in plugins' buildkeys when trying to determine if the plugin is compatible * Bug-fixes * load() and loadFromData() can now support compressed GL textures in the DDS, ETC1, PVRTC2, and PVRTC4 formats if the OpenGL graphics system is active and the appropriate extensions are present in the GL implementation. * Fixed a small leak when using the new QPixmapCache::Key based API.
2010-01-28Update to libXt-1.0.7. Changes:tnn8-235/+7
Use make rules instead of shell for loops to generate shadow man pages Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf Archive Link against libICE Fix compilation of host tools in cross-compilation case
2010-01-28Update to xdm-1.1.9 (PR pkg/42682)tnn3-30/+6
xdm-1.1.9: Update AC_DEFINE_DIR to latest version from Autoconf Archive Remove RCS Ids Move xdmcp ARRAY initializators to declarations Replace FORCE_CURSOR_FLASH code with simpler cursor update for passwd field Remove OS/2's duplicate copy of default path definitions in resource.c sprintf -> snprintf/asprintf conversions Documentation improvements malloc(strlen()); strcpy() -> strdup() Delete old A/UX (#ifdef macII) code Use imdent to show cpp macro nesting more clearly Remove #ifdef Lynx blocks Clarify comment/#ifdefs for USE_SIOCGLIFCONF Do a better job of getting user name for failed login log when using PAM Continue processing Xaccess after unresolvable host entry found Truncate pid file before writing new pid to it Set utmp/wtmp paths via configure instead of hardcoding them Treat all 127.0.0.0/8 addresses as localhost Update to using xorg-macros 1.3, including XORG_DEFAULT_OPTIONS Add support for AM_SILENT_RULES for building files with cpp Replace -D_XOPEN_SOURCE & -D_BSD_SOURCE with AC_USE_SYSTEM_EXTENSIONS Unrecognized argument errors shouldn't print xdm error header repeatedly Refactor & constify error logging code Log errors when failing to make authentication dirs/files Fill in COPYING file spelling fix Add some more log and debug messages session.c: Add more debugging to execute() Use xdm's _SysErrorMsg() function instead of merely printing errno Use _SysErrorMsg() in the log message in various error conditions. Use xdm's _SysErrorMsg() function instead of strerror() Add RemovePid() function, and register it with atexit() Bug 16356: xdm Xstartup/Xreset configuration files malconstructed by cpp xaw8 is gone, use xaw7 xdm compile failed due to asprintf() Add support for syslog on more than openbsd. Call InitErrorLog() right after BecomeDaemon() Remove RCS Id and put some comment here. getLocalAddress(): return 127.0.0.1 if the hostname doesn't resolve. Add variable DisplayManager.authDir to xdm-config (Fedora bug 388431) Ansification and compile warning fixes. xdm-1.1.8: Added include of pwd.h so we build correctly on OS-X - see xorg mailing list Build fix for case-insensitive file systems Fix installation of app-defaults Fix build with builddir != srcdir $(builddir) is the current directory README: nuke RCS Id Bug 10145: xdm passes file descriptors to children xdm-1.1.7: Fix distcheck. Restore #endif accidentally removed in d0d4581be22aba9021c5a672bd9e5ba719961e29 Debian bug #440389: 800x600 settings got lost, screen now too wide Darwin doesn't need __DARWIN__ anymore.
2010-01-27Depend on py-xcbgen that has py-expat dependency.wiz1-2/+2
There are some 1.6 packages (post-python2{5,6} changes) that don't pull py-expat in and fail.
2010-01-27Needs py-expat nowadays. Depend on it and bump PKGREVISION.wiz1-1/+4
2010-01-27Update to kde4 4.3.5markd16-49/+44
* A number of bugs in KIO have been squashed, making updating of shown directories work again and solving some other stability issues * A crash when creating an avatar from the webcam in Kopete has been fixed * kded taking 100% CPU time in certain situations has been cured
2010-01-27Depend on py-expat for all supported python versions, now thatwiz2-11/+9
python25 and python26 have been fixed to behave like python24.
2010-01-27DEPENDS should be right after MAINTAINER block, reorder.wiz1-3/+3
2010-01-25MS Word is not good for ASCII files;-)drochner1-2/+2
2010-01-24Disable python bindings in xfce4-exo.gls2-15/+5
These bindings are deprecated, and proposed for removal. See:ยท http://foo-projects.org/pipermail/xfce4-dev/2009-November/027867.html and http://foo-projects.org/pipermail/xfce4-dev/2009-July/027081.html This fixes the build on sparc64, and therefore allows meta-pkgs/xfce4 to build on sparc64.
2010-01-24More PKGREVISION bumps of jpeg dependencies.wiz7-12/+14
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files and Robert Elz.
2010-01-24Not MAKE_JOBS_SAFE.joerg1-1/+2
2010-01-21forgottenis1-11/+0
2010-01-20Update to 0.16.4:wiz2-6/+6
The only change since 0.16.2 is that asserts are now disabled by default, so that region bugs in the X server don't take down the entire desktop.
2010-01-18update to 2.18.5drochner2-6/+6
changes: -Removal of a potential infinite loop in different clearlooks styles -translation updates
2010-01-18update to 2.8.2drochner3-8/+8
changes: -bugfixes -translation updates
2010-01-18update to 2.18.6drochner2-7/+6
changes: -improvements for "Client-side windows" -bugfixes -translation updates
2010-01-18Don't hack a seperate game manual suffix/directory in behindis3-6/+5
xmkmf's back. Makes this install cleanly on Solaris.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz193-369/+386
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz95-180/+190
2010-01-17patch-ae is gone, remove hash too.dsainty1-2/+1
2010-01-17Updating x11/p5-Wx from 0.95 to 0.96sno2-6/+6
Upstream changes: 0.96 Sat Jan 9 10:40:00 CET 2010 - Fixed Windows build with MSVC 6 buil.
2010-01-17Updating x11/p5-Alien-wxWidgets from 0.48 to 0.50sno2-6/+6
Upstream changes: 0.50 Sun Jan 10 16:16:44 CET 2010 - When compiling on Windows with MSVC 9, make the generated wxWidgets DLL load correctly by adding a manifest to them (suggested by IKEGAMI). - Add a missing file to the distribution.
2010-01-16Remove workaround for compiler bug in gcc2 on sparc64.wiz2-8/+2
2010-01-16Add SUBDIR for newly imported modulessno1-1/+4