summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2006-07-27Rename "SITES_* to "SITES.*" for file-specific lists of sites from whichjlam1-2/+2
to fetch the file. This completes the renaming described in revision 1.1799 of bsd.pkg.mk.
2006-07-27Forgotten patchsum. Reminder by Mark.joerg1-1/+2
2006-07-27de-maintainhubertf1-2/+2
2006-07-26Fix BUILDLINK_ABI_DEPENDS to use PYPKGPREFIX.wiz3-6/+6
2006-07-26Fix BUILDLINK_ABI_DEPENDS line to use PYPKGPREFIX.wiz1-2/+2
2006-07-26Add a missing file on Linux. Bump PKGREVISION.minskim2-3/+4
2006-07-26Readd recursive Xcursor buildlink3 inclusion, the problems in Xorg worldjoerg4-4/+39
have been fixed in the mean time and it broke accidently native builds. As found in the process fix the detection of Xrandr for the Xorg case and bump revision for that. Activate -verbose for the configure step to make debugging such issues in the future e.g. in bulk builds easier.
2006-07-26update to 2.14.2drochner2-6/+6
changes: -minor bugfixes and UI improvements -translation updates
2006-07-26update to 2.14.2drochner2-6/+6
changes: -some bugfixes and UI improvements -translation updates
2006-07-26update to 2.14.2drochner3-8/+15
changes: -minor bugfixes -translation updates
2006-07-26update to 2.14.2drochner2-6/+6
changes: * Use libgnomeui functions instead of libegg -translation updates
2006-07-26update to 2.14.9drochner4-20/+20
changes: - Backporting some useful features from 2.15 to 2.14. Per-display configuration and new gdmgreeter theming options -bugfixes -Better configure support for FreeBSD -Translation updates -Added gestures to the AccessKeyMouseEvents configuration file
2006-07-26update to 2.14.2drochner3-8/+8
changes: * Small code cleanups * New and updated translations
2006-07-25Update ruby-gnome2 to 0.15. Patch provided by Dieter Roelants in PR 34064.minskim4-7/+5
Changes: Ruby/GLib * Improve signal handlers with pthread ruby(--enable-pthread). [Sjoerd Simons] * Added new fundamental object for other bindings. [Sjoerd Simons] * GLib::Source#remove? -> GLib::Soruce.remove? [Kouhei Sutou] * Added new macros (GLIST2ARYF, GLIST2ARY2F, GSLIST2ARYF, GLIST2ARY2F, G_PROTECT_CALLBACK) [Masao Mutoh] * Added GLib.win32_locale, GLib, win32_locale_filename_from_utf8 [Kouhei Sutou] * Improve memory management [Kouhei Sutou, Sjoerd Simons, Masahiro Sakai, Masao Mutoh] * Other improvement and fix bugs. [Sjoerd Simons, Joao Pedrosa, Kouhei Sutou, Masahiro Sakai, Masao Mutoh] Ruby/ATK * Improved cygwin support. [Masao Mutoh] * Fix a bug. [Masahiro Sakai] Ruby/Pango * Fix some bugs. [Laurent Sansonetti, Masao Mutoh] * Added Pango::Layout#markup=, Pango::AttrAbsoluteSize? [Masao Mutoh] Ruby/GdkPixbuf * Fix a bug. [NISHI Takao] * Code cleanup [Masao Mutoh] Ruby/GTK * Improve signal handlers. [Masahiro Sakai] * Added Gtk::Widget#set_widget, #set_requisition. [Daniel Chokola] * Added Gtk::Dialog#get_response. [Masao Mutoh] * Other improvement and fix bugs [Mario Steele, Tilman Sauerbeck, Geoff Youngs, Masahiro Sakai, Kouhei Sutou, Masao Mutoh] Ruby/GNOME * Follow Ruby/GLib2 change(GRClosure). [Kouhei Sutou] Ruby/GnomeCanvas * Code cleanup [Kouhei Sutou, Masao Mutoh] Ruby/Libart * None. Ruby/PanelApplet * Fixed a bug [Patch #1431855]
2006-07-25Don't run anything that might invoke the toolchain until the configurejlam1-2/+4
step.
2006-07-25Use the right make program when invoked within the source directory.jlam1-2/+2
2006-07-24Set ForceNormalLib and SharedFontLib to YES regardless of Linux distribution,minskim3-12/+67
so that the same set of libraries are built on every Linux distribution. Thanks to Joerg Sonnenberger for guide and review.
2006-07-24-gtk-thinice-enginedrochner1-2/+1
2006-07-24this went into gtk2-engines a while ago, so it is obsolete and conflictingdrochner4-41/+0
2006-07-24Move zlib SUBST magic to Makefile.common, it is always needed.joerg1-8/+1
Fixes problems found by abs@
2006-07-23Add missing entries for Linux. Approved by the maintainer.minskim1-1/+11
2006-07-23Make this package build on platforms without native zlib by includingminskim3-5/+22
zlib's buildlink3.mk. Thanks to Joerg Sonnenberger for review.
2006-07-23Backed out the last change, since Joerg told me that Adam will provide arillig1-2/+1
better fix soon.
2006-07-23This package needs x11/Xfixes to build.rillig1-1/+2
2006-07-23Pass "-I." to the preprocessor so that xf86drm.h is found on Linux.minskim3-7/+25
Approved by the maintainer.
2006-07-22Security update to version 0.8.2salo3-8/+16
Changes: Security fix for CVE-2006-2450, remote authentication bypass in libvncserver. Notified by the upstream maintainer, Karl Runge via PR pkg/34050 New in the 0.8.2 x11vnc release: ================================ Support for full mouse and keyboard input into the Linux console framebuffer /dev/fb0 in -rawfb mode (i.e. non-X11) by using the Linux "uinput" driver. This enables, for example, viewing and interacting with Qt-embedded/Qtopia-Core apps on Linux-based handhelds, etc. Options: -rawfb cons, -pipeinput UINPUT More info: http://www.karlrunge.com/x11vnc/#faq-qt-embedded Extension of the display option: -display WAIT:<disp-or-cmd> to delay x11vnc's opening of the X display until a VNC client connects (useful built-in: -display WAIT:cmd=FINDDISPLAY, to find a user's display and Xauthority data). Options -grabkbd and -grabptr have x11vnc try to grab the X display when VNC clients are connected to prevent a (non-malicious) user at the physical X display from performing keyboard or mouse input. E.g. remote help-desk support. miscellaneous new features and changes: -allowedcmds option to fine-tune which external commands may be run by x11vnc, rather than shutting them all off with -nocmds. -env VAR=VALUE convenience option to avoid the need of setting environment variables before starting x11vnc. -allinput option to enable libvncserver handleEventsEagerly parameter (not clear it yields an improvement). -rawfb rand fun/testing option using /dev/urandom as a fb. -license, -copying, -warranty option. New in the 0.8.1 x11vnc release: ================================ Improved support for webcams and TV tuners with video4linux /dev/video: see the "-rawfb video" and "-pipeinput VID" options. (the latter gives a simple keyboard control of a TV tuner; see also the -freqtab option for stations). FBPM support for hardware that provides framebuffer power management (it needs to be disabled when vnc clients are connected). The -usepw option will require x11vnc to use a password of some sort or otherwise exit immediately. Put it in your ~/.x11vncrc so you don't forget. The command "x11vnc -storepasswd" will prompt for a password without echoing and save it in ~/.vnc/passwd The X CLIPBOARD selection is managed in addition to the X PRIMARY selection. miscellaneous new features and changes: Convenience option for accessing the Linux console: -rawfb cons etc. (requires /dev/fb0 to be working). clipboard/cut-text input can now be managed on a per-client basis. -capslock and -skip_lockkeys options can help make CapsLock work better. The Xdummy wrapper script is included in the source tree. A mode "-gone popup" as been added. -24to32 option to avoid 24bpp problems. -xinerama is on by default.
2006-07-22Reverted the recent change that has set USE_LANGUAGES="c objc", where onlyrillig3-6/+6
"objc" was needed. Thanks to Min Sik Kim for showing me the Right Way to handle this.
2006-07-22The shell code to symlink the pkg-config file is hidden as usual.rillig1-2/+2
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig11-22/+22
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-22Fix katemodeline.po for older msgfmt's. Bump PKGREVISION.markd3-2/+16
2006-07-21The configure script is a csh script. Add csh to USE_TOOLS and setminskim1-1/+3
CONFIG_SHELL accordingly. This fixes PR 33903.
2006-07-21"BUILD_ENV" was misnamed. It's actually the environment that is passedjlam2-7/+7
to all internal recursive make processes. As such, rename it to "PKGSRC_MAKE_ENV". XXX Note, some of the usage of this variable in package Makefiles seems XXX incorrect. They probably want "MAKE_ENV", which is the environment XXX passed to the make process when running "make" within ${WRKSRC}.
2006-07-21Needs a C compiler.rillig1-2/+2
2006-07-21Needs a C compiler.rillig3-6/+6
2006-07-20Remove gnome-icon-them and startup-notification, since they are notwiz1-3/+1
in the package Makefile. This broke e.g. gnome2-applets.
2006-07-19Add a comment that kdeartwork3 might need updating.wiz1-1/+4
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam1-3/+1
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
2006-07-19Needs intltool.joerg1-2/+2
2006-07-18Don't recurse into xcursor, it is not needed by Qt3 itself.joerg1-2/+1
2006-07-18Update to 5.00:wiz14-327/+274
Changes since 4.24: * Ported to MacOS X! (10.4.0 or newer) * API change: instead of providing a single screenhack() function that does not return, screen savers using the screenhack.h framework must now provide "init" and "draw one frame" functions instead. All bundled savers have been updated; third-party patches will need work. * All image-loading happens asynchronously. * xscreensaver-getimage-file caches the contents of the image directory for a few hours, so consecutive runs won't have to re-list the whole directory tree. * New hacks, `topblock' and `glschool'. * Removed `xteevee' (superceded by `xanalogtv'). * Added variable-sized puzzle pieces to `jigsaw'. * Changes to the defaults and command-line options of many hacks to make the .xml files more consistent. * Reap zombies in `glslideshow' and `carousel'. * `sonar' works without setuid on OSX (dgram icmp). * `xmatrix -mode pipe' displays the text of a subprocess. * `endgame' has higher resolution chess-piece models. * `webcollage' takes a -directory option to get images from a local directory. Changes since 4.23: * New versions of `cube21', `glsnake', `celtic'. * Backed out a DPMS-related patch that cause desktop flickering with some X servers. * Fixed startup crash in getgroups() when running setuid. * Default to not displaying stderr on the saver window. * Fixed bad free() in "Documentation" button. * Don't try to run hacks that aren't installed. * Minor fixes to various XML config files and man pages. Changes since 4.22: * New hacks, `glhanoi', `cube21', `timetunnel', `juggler3d', and `celtic'. * New versions of `tangram', `webcollage', `hypertorus', `polytopes', and `ripples'. * `sonar' is now quiet about unresolvable hosts. * Minor corrections to BASIC code in `apple2'. * Don't install `ant' by default, since there is some Java tool of that name, which was causing confusion. And also it's boring. * Made screen grabbing work again on MacOS 10.4.2. * No longer prints bogus warnings about ClientMessages intended for the window manager. * Ignore unprintable characters in passwd entry field. * Fixed yet another cross-host-display image-loading endian problem. * `xscreensaver-command -watch' and `-time' now work on 64-bit machines.
2006-07-18Don't buildlink x11/xcursor, it is not actually used by GTK2 directly.joerg1-2/+1
2006-07-17Update to 1.4.34, latest from 1.4.x series:wiz3-11/+10
New in 1.4.34: * Fixed buglet in own strtoll which is only used on machines which don't have native one. 1.4.32 * Back-ported fixes for GCC 4.1 C++ Language Changes [Friend Injection]. 1.4.26 * Fixed SUN Solaris compile issue with threads. * Missing fxcheckTIF(), fxcheckPNG(), fxcheckJPG() declarations if TIF, PNG, and JPEG support is stubbed out. 1.4.24 * Fixed small issue in FXVec4{d,f} distance() routine. 1.4.23 * Fixed compile issue with new GetOwnModuleHandle() function. * Delete thread local storage key upon global destructor in FXThread. 1.4.22 * Fixed bug in fxloadGIF [and thus also in FXGIFIcon and FXGIFImage; some subltety with the LZW implementation was wrong. It is very rare as we've lived with this flaw for a long time before discovering it. The symptom is that the decoder complains that the image is truncated [it isn't!]. * Bug in FXSettings causes trouble when writing large integer numbers back to the registry file. 1.4.21 * The getDisplay() API now returns the proper HINSTANCE on Windows; thanks to Henrik and Claus Wann Jensen feedback on this problem. The solution fixes some instability problems in .DLL use of FOX on Windows. 1.4.20 * Set active window to owner when dialog closes on Windows. * Fixed Thread Local Storage handle leak on Windows. * Fixed GDI HICON handle leak for FXTopLevel's big/small icons on Windows.
2006-07-17Since mkhtmlindex is now a Perl script, depend on Perl and replacejoerg1-2/+5
the interpreter. Bump revision.
2006-07-17Use the libtool mode of qmake, instead of patching the non-libtool modeminskim8-32/+132
to use libtool. This fixes PR 33951. Bump PKGREVISION for qt4-libs and qt4-tools.
2006-07-16Only Solaris is known to need GNU awk for the pkgsrc work. With thisrillig1-2/+7
change, the patch suggested in PR 33998 is completely applied.
2006-07-15The native AWK of Solaris cannot patch the configure file, so gawk isrillig1-2/+2
needed. Fixes PR 33998.
2006-07-14Added a patch needed for Solaris 8.rillig2-1/+25
2006-07-13Added a patch to make the package build on Solaris, which does not haverillig3-10/+35
struct msghdr.msg_control and CMSG_FIRSTHDR. While here, removed BROKEN_IN, since the package works on NetBSD 3.0 and fixed some pkglint warnings.
2006-07-13Backout last revision, it is not included in xorg-libs *sigh*.joerg1-8/+1
2006-07-12Follow py-gnome2: no Python 2.3 any longer.joerg1-2/+2