summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2004-10-16Add patch missed in the previous commit, which replaces setpgrp withminskim2-1/+17
setpgid when setpgrp is not available.
2004-10-16Use setpgid(3) if setpgrp(3) is not available (e.g. on Interix).minskim4-1/+40
2004-10-15Apparently, librep is a gross abuser of libtool, and breaks most oftv3-11/+39
libtool's rules about linking and installing. Worse yet, it encourages users of the library to reuse its libtool abuse. So we have to whack the installed .la files to make them correct as if libtool were *correctly* invoked in the first place.
2004-10-15Fix PLIST issue: fix typo on regexp to search for in Xrandr.h to determineseb1-2/+2
if X RandR extension is present and therefor its support compiled in. XXX Should PKGREVISION bumped? XXX Shouldn't ../x11/Xrandr/buildlink3.mk included instead if X Extension in X11BASE is supported so a dependency on Xrandr package is eventually included?
2004-10-15Update to 2.8.1.1:jmmv2-6/+5
Changes in GNOME-Applets 2.8.1.1 ================================ Overall * Fix possible crasher in gweather preferences (Mark McLoughlin) * Fix error in Italian translation that caused gweather to not parse the location list (Kjarten Maraas) Changes in GNOME-Applets 2.8.1 ============================== Overall * Bugfixes * New icons from Jakub Steiner (charpick, geyes, gswitchit) * Fix multiload network traffic under NetBSD (Douglas Brebner) Translations * nl (Michael Sikkes) * az (Mətin Əmirov) * ca (Jordi Mallach) * ar (Arafat Medini) * fr (Christophe Merlet, Raphael Tournoy, Yannick Marchegay) * ko (Changwoo Ryu) * it (Luca Ferretti) * ru (Leonid Kanter) * it (Alessio Frusciante, Francesco Marletta) * en_GB (David Lodge) * fa (Meelad Zakaria) * zh_TW (Abel Cheung)
2004-10-15Fix PLIST when samba support is not compiled in: set PLIST variable HAVE_SMB toseb1-1/+3
'@comment '
2004-10-15Update linkage to libltdl (via imlib2), now in its own package.tv1-2/+2
2004-10-13Fix distinfo to match the actual release version of kdelibs-3.3.1 rathermarkd1-3/+3
than a pre-release version. Proble noted by Robert Elz.
2004-10-13INSTALL_DATA -> INSTALL_LIB, where appropriate.tv1-11/+11
2004-10-13Another Interix-only fix: add -ldb, and since Qt incorrectly #includestv4-9/+12
system C headers without extern "C", add extern "C" protection.
2004-10-13Update to KDE 3.3.1.markd129-314/+1328
2004-10-13Fix library linkage for Interix.tv3-7/+8
2004-10-13Update to KDE 3.3.1.markd2-7/+6
2004-10-13Update to KDE 3.3.1. Also provide pkgsrc option to build in SMB support.markd3-6/+20
Changes: * kinfocenter: fixed crash in USB viewer * konqueror: "Advanced Add Bookmark" didn't affect right-click bookmarking * konqueror: "Duplicate Tab" now respects "After Current Tab" setting * konqueror: Only let linked views in same tab follow changes * konsole: Added AppScreen support to keytab * konsole: Cycling trough tabs with keyboard caused terminal size to be printed * konsole: Don't crash when showing tabbar with centered background
2004-10-13Update to KDE 3.3.1markd3-8/+25
Changes: * KHTML: fixed spurious deletion of textarea contents * KHTML: fixed innerHTML getter to not behave like outerHTML * KHTML: fix crash in caret mode * KHTML: added missing <marquee> ECMAScript bindings * KHTML: fixed missing Javascript-support for HTMLDocument.compatMode * KHTML: fixed off-by-one error which caused decorations to exceed the selection-end by one pixel * KHTML: fixed wrong positioning of text-decorations in selections * KHTML: small paint optimization for render texts * KHTML: fixed spurious scrollbars on the canvas when overflow of clipped children exceeds the viewport boundaries * KHTML: fixed unreachable relatively positioned content on viewport * KHTML: fixed unreachable positioned content in clipped blocks * KHTML: fixed selection not being redrawn in overflow-area * KHTML: jump-to-anchor fixes * KHTML: Don't warn that a form was not submitted after pressing back button * KHTML: fix crash on illegal CSS * KHTML: On popular demand, double-click between two words selects both again as in KDE 3.2. * kfile: Added "New Folder..." in context menu within KDirSelectDialog * kfile: Enabled dragging of directories within KDirSelectDialog * kfile: KURLRequester now popups KDirSelectDialog when a directory is requested * kfile: Toggling hidden files didn't refresh the file selection list * kio: Separate general from meta info in filetips * don't crash when right clicking on a toolbar in some applications that are using KParts
2004-10-13Update to 2.4.13:jmmv3-6/+9
* Fix size allocation problems. [Chrispin Flowerday, Tim Janik, Tommi Komulainen, Owen Taylor] * New and updated translations (fr,ta)
2004-10-13nb2: Include new Interix platform build files. (Hm, this should probablytv2-3/+5
copy only the ones needed for the build platform, but that's a future task.)
2004-10-13Add Interix 3.5 support. (Will be contributed back to Trolltech as well.)tv8-2/+256
2004-10-11RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directoryreed2-4/+4
under ${PREFIX} instead of being an absolute path. So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}. This should have no changes to use before. Please note that the MESSAGE files in most cases are wrong in the first place. We have automated mechanisms and could have an automated message for explaining rc.d script usage. (This is something to do!)
2004-10-09Adjust BUILDLINK_RECOMMENDED to 6.8.1nb2 (compositeext and fixesextxtraeme1-3/+4
pkgconfig files were added).
2004-10-09As jmmv@ suggested in: http://news.gw.com/netbsd.pkgsrc.changes/53743xtraeme4-3/+34
install pkgconfig files for compositeext and fixesext, required to use the builtin versions. Bump PKGREVISION. Thanks for the suggestion Julio! :)
2004-10-09Update to 2.4.11:jmmv3-9/+10
* GtkFileChooser - Make path bar arrows larger [Matthias Clasen] - Make SELECT_FOLDER mode work [Matthias] - Speed up the completion popup [Matthias] - Update the preview when searching [Tommi Komulainen] - Pop up completions again when tab is pressed [Jon Bech Madsen] - Don't prepopulate the location entry [Matthias] * Win32 bug fixes [Robert Ögren] * Other bug fixes [Federico Mena Quintero, Joel Fredrikson, Matthias, Padraig O'Briain, Michèle Garoche. Frederic Crozat, Jonathan Blandford, John Cupitt, Morten Welinder, Christian Persch, Lorenzo Gil Sanchez, Federico] Martyn Russell] * Documentation improvements [John Finlay, Billy Biggs, Jonathan, Owen Taylor] * New and updated translations (az_IR,ang,en_CA,gl,hu,it,nl) * Bugs fixed: 153185,153224,153628,145467,154191,153326,143826,147700, 154186,154658,154703,153791,154444,152562,154188
2004-10-09s/${X11BASE}/lib/X11/pkgconfig/${X11BASE}/lib/pkgconfig/xtraeme4-8/+8
2004-10-08Updated xfce4-clipman-plugin to 0.4.1martti3-9/+8
* Bug fixes
2004-10-08Check for pkgconfig files (.pc) presence.xtraeme2-4/+6
2004-10-08Back out previous, I was really really wrong!xtraeme1-1/+2
2004-10-08Check for the .pc files presence...xtraeme2-5/+9
2004-10-08This package does not need compositeext, remove it.xtraeme1-2/+1
2004-10-08s/composite_proto/compositeproto/xtraeme1-2/+2
2004-10-08typoxtraeme1-3/+3
2004-10-08More builtin machinery for X11_TYPE=xorg users.xtraeme2-0/+25
2004-10-08Use PKG_SKIP_REASON to print a message when X11_TYPE != xorg.xtraeme1-1/+8
2004-10-08Missing bits to make this build/work correctly on FreeBSD 5.x.xtraeme11-84/+110
Not tested on 4.x, but changes should be trivial to commit...
2004-10-07Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.tv6-12/+13
Since dependencies were actually failing to build, they fortunately don't require PKGREVISION bumps themselves.
2004-10-07This is a meta-package. Make its dependencies more liberal.tv1-6/+6
2004-10-07This is a meta-package, so make its dependencies more liberal.tv1-5/+5
2004-10-06Like XFree86-libs, xorg-libs under Linux does not installreed1-2/+4
libGLU.a and it does install libXfont.so, libXfont.so.1, and libXfont.so.1.5. I decided not to bump PKGREVISION because this could not be packaged (under Linux) in the first place.
2004-10-06No real changes. No different entries.reed1-16/+16
Just sorted a little to make it easier to compare.
2004-10-05Fix dependences broken by package revision bump madness. Bump packagetron1-4/+5
revision of this package, too.
2004-10-05Updated xfce4-utils to 4.0.6nb2martti3-5/+14
Do not depend on xscreensaver as it's not mandatory. Instead show a message to the user which packages may be installed.
2004-10-04Add missing entry to PLIST. Bump PKGREVISION to 2.hira2-3/+4
2004-10-04distinguish between gtk1 and gtk2 in COMMENT.grant2-4/+4
2004-10-03Add buildlink3 files for two missing dependencies.wiz1-1/+3
XXX: more dependencies missing, packages are in pkgsrc-wip.
2004-10-03Add buildlink3.mk.wiz1-0/+22
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv268-360/+536
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-10-02Update to 1.04:jmmv3-10/+13
- Some memory leaks were nailed (thanks to kmaraas and valgrind). - Default ruleset for partially non-compliant servers introduced (though it still long way to go for AccelleratedX support). - A couple of small tests introduced. - Hopefully the last release in 1.0x series.
2004-10-01Changes 8.4.7:adam6-880/+63
* Fixed [glob -path] bug when in the root directory * Fixed unicode-char path installation on Windows NT-based platforms * Properly subsitute more values in Windows tclConfig.sh * Improved stack overflow prevention on Windows * Fixed mem leak in [fconfigure $serial -xchar] * Fixed crash with [cd] with a volumerelative $HOME * Fixed clock %G %V formats for ISO8601 week numbers * Fixed support for non-WIDE_INT aware math functions * Added [http::config -urlencoding] option * Fixed utf-8 encoding of \u0000 on system I/O * Prevented dde hangs with non-responsive apps * Added round() wide integer support * Cleaner exit and correction of mem leaks when using the threaded memory allocator and reinitializing * Improved build configuration on 64-bit systems * Added read support of PPM/PGM with the -data option * Correct issue with displaying maximize window button on KDE-3.2.1 * Fix drawing of unicode chars in menu titles on Windows * Correctly post Tk clipboard data to the Windows clipboard on exit * Fix the panedwindow -opaqueresize option to work as per the docs * Reduce Tk tk_messageBox default font size to 14-point * Prevent possible segfault in -maxundo * Fix XIM initialization on Solaris * Complete the implementation of the CG version of the X drawing emulation layer on Mac OS X * Fix several Mac OS X usability issues
2004-10-01there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*grant1-3/+3
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect this.
2004-10-01Updated xpmroot to 2.4.19 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2004-09-30Make this compile on NetBSD 2.0 too.kristerw3-14/+16
Thanks to Douglas Wade Needham for providing patches (on pkgsrc-bulk@).