summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2005-07-19update to 1.5.1drochner2-7/+7
change: Updated the German translations.
2005-07-19Changes 8.4.11:adam7-101/+102
* Bug fixes
2005-07-19depends should be ../../<category>/<pkg>grant3-8/+8
2005-07-18Export a new variable TOOLS_CMDLINE_<TOOL> that holds the full commandjlam1-2/+2
line (path and arguments) needed to run the real tool. Modify TOOLS_<TOOL> to hold only the path to the real tool. Modify falcons-eye/Makefile and qt3-libs/Makefile.common to use TOOLS_CMDLINE_YACC instead of TOOLS_YACC to that they'll use "bison -y".
2005-07-17Fix C99 variable declarations to make this pkg compile with gcc 2.95.kristerw5-1/+330
2005-07-17Completed the last change. It could have failed if NONBINMODE was 444.rillig1-10/+7
2005-07-17Changed the way the host.def file is updated. When doing unprivilegedrillig1-7/+8
builds, this file may have mode 0444 and was unwritable.
2005-07-17Fix C99-isms.kristerw2-1/+62
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam3-7/+5
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam13-35/+26
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam2-4/+4
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam4-8/+8
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-13Use ${f} instead of $f, for pkglint.wiz1-5/+5
2005-07-13DragonFlyBSD support, from Joerg Sonnenberger.wiz3-1/+85
2005-07-12Patch .po header so that it works with the old version of msgfmt inmarkd24-4/+549
NetBSD.
2005-07-12Make comment in de.po UTF-8 (like the rest of the file).wiz2-1/+15
Fixes a problem with gettext reported by Joerg Sonnenberger in private mail.
2005-07-09check variable is defined before testing its value.grant1-2/+3
2005-07-09check variable is defined before testing its value. fixes malformedgrant1-2/+3
conditional problem noted by Jake Maciejewski on tech-pkg@
2005-07-07Fix gnome-pty-helper handling of NetBSD's utmpx.markd3-2/+29
When writing logout records NetBSD requires the ut_name field to be filled in when calling pututxline() (otherwise utmp_update refuses to write it) but nulled when writing to wtmpx. Problem seen by gnome-terminal leaving stale utmpx entries on exit. Bump PKGREVISION.
2005-07-06update to 2.10.2drochner3-7/+9
changes: minor fixes and translation updates
2005-07-06Depend on newer versions of GConf2, py-ORBit, gnome-vfs2,reed1-1/+5
and py-gtk2 than the corresponding buildlink3.mk require. No PKGREVISION bump since this package would fail to configure in the first place.
2005-07-01Remove errant plus sign at beginning of line.reed1-1/+1
2005-07-01Bump PKGREVISION for the Darwin fix.reed1-2/+2
2005-07-01Forgot this in previous commit.reed2-24/+16
Split out shared parts of PyQt packages to Makefile.common. I did this so I could get Darwin support which requires a Mac-specific source. Also capitalize Qt3 in COMMENT. I tested a few packages using PyQt running on Mac OS X over remote X11 and it still worked (even though no X11 support, but I guess the Qt3's X11 works for this).
2005-07-01Add support for Darwin. When on Darwin use different source distfile.reed3-30/+11
Split out parts of Makefile. Now use new ../../x11/py-qt3-base/Makefile.common. Improve COMMENT to better describe this package. Improve DESCR to better describe this package. (PyQt is a set of Python bindings for the Qt toolkit. The py-qt3-qscintilla package provides the bindings for QScintilla, the port to Qt of the Scintilla programmer's editor class.)
2005-07-01Add support for Darwin.reed1-2/+14
And add support for Solaris. Sorry I commit both at same time. I forgot to commit this earlier.
2005-07-01Add support for Darwin. Use "PyQt-mac-gpl" source instead when on Darwin.reed1-6/+3
Use new ../../x11/py-qt3-base/Makefile.common. So split out some of the parts of the Makefile. Improve the COMMENT (especially so it will be different from other PyQT package). Improve the DESCRiption to really describe this package.
2005-07-01Lots of little changes to package. Not an upgrade though.reed8-34/+67
Split this up into a Makefile.common to be used by other packages. For Darwin, use a different DISTFILE as told by the py-kde list. Improve DESCR. (The same DESCRiption was used by multiple packages.)
2005-07-01If Darwin, then use real RANLIB.reed2-4/+12
No change for other platforms, as QMAKE_RANLIB is set to "true". And if Darwin and /usr/lib/libresolv.dylib exists, then use -lresolv.
2005-06-30Changes 0.94.4:adam2-157/+160
* Fixes some critical build system bugs w.r.t. 0.94.2 Changes 0.94.2: * Lots of improvements, most importantly better XmRenderTable support
2005-06-30Changes 0.11.55:adam9-73/+58
* Added "Require Source Selection" (and Destination ditto) flag in the "Before&After" options for external command rows. This prevents commands from running if there is no selection, which is handy to avoid making programs read from stdin. Added after issue report by C. H. Block. * Brought Copyright in About window and man page into 2005. :) * Added (commented-out) sample row in gentoogtkrc.in to show how to set color of non-used pane rows (not reachable by gentoo's File Style system). * Fixed broken g_snprintf() formatting specifier in the overwrite dialog that caused it to crash on Solaris. Reported (possibly among others) by N. Antic. * Added option to let window manager position dialogs. Suggested by "Martinko". This is the new default behavior, too. * Added a SelectShell command, that makes select/unselect/toggle decisions based on running shell commands. Suggested by me. :) See docs/scratch/command_args.txt, or use the GUI. Modified the default button layout to put SelectRE/SelectShell together.
2005-06-30Changes 1.2.0:adam6-50/+8
* Added the -grs_longitude option, to specify the longitude of Jupiter's Great Red Spot, in System II coordinates. This assumes the Jupiter image has the center of the Great Red Spot at pixel 0 (at the left side of the image) in order to draw it at the right position. * Added the Icosagnomonic projection, contributed by Ian Turner. * Fixed a bug where output filenames had an extra digit in some cases. * Added the bump_map and bump_scale options in the configuration file. * Added the -glare option to set the size of the sun's glare. * An image map may be specified for the sun in the configuration file now. A shade value is now required for the sun (should be 100, otherwise the sun will have a night side!) * Added the -arc_spacing option to set the default angular distance between great arc points. It used to be 0.1 degree, so arcs smaller than this wouldn't get drawn. * Fixed a bug where markers were not aligned properly when using align = "above" or "below". * Added warnings if options are specified in the [default] section of the configuration file that probably shouldn't be there.
2005-06-30setpgrp(pid_t, pid_t) is not available on Darwin-8.x. Use setpgid instead.minskim2-1/+15
2005-06-29Update to 2.10.2:jmmv3-7/+8
Panel * Fix crash when the "locked" gconf key is unset (Mark) * Fix bad interactions between the panel and the recent menus (Mark) * Fix crasher with recent items menu (Mark) * Fix "dialogs pop up under panel dialogs" issue by making each panel be in its own window group and the dialogs part of the default group. (Mark) * Help links update (Kjartan Maraas, Sébastien Bacher) * Code cleanup (Kjartan Maraas) * Plug leaks (Kjartan Maraas) * Fix bad interaction between the panel and the window manager (Mark) Translators * Vladimir Petkov (bg) * Priit Laes (et) * Roozbeh Pournader (fa) * Christophe Merlet (RedFox) (fr) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Yuval Tanny (he) * Rajesh Ranjan (hi) * Lilit Azizbekyan (hy) * Takeshi AIHANA (ja) * Clytie Siddall (vi) * Canonical Ltd (xh) * Woodman Tuen (zh_TW)
2005-06-29Register the rc.d script into the PLIST, which is not done automaticallyjmmv2-2/+5
any more. Bump PKGREVISION to 1. Pointed out by reed@.
2005-06-28Update to 4.22:wiz8-34/+47
Changes since 4.21: * Fixed a bug in the new mouse-motion code that caused the screen to never blank on multi-head non-Xinerama systems. Oops. * New hacks, `interaggregate', `antmaze', `tangram', and `crackberg'. * Minor tweaks to `fiberlamp', `ifs', `slidescreen', `zoom', `sonar', `fireworkx', `whirlwindwarp', `bubble3d', and `rd-bomb'. * Added motion blur to `blinkbox'. * `bsod' now includes Longhorn's "RSOD", and OS/2. * Fixed `-wireframe' usage in most hacks and man pages.
2005-06-27Use socklen_t, instead of int, as QT_SOCKLEN_T on Darwin>=8.0.minskim1-1/+10
2005-06-27Add DragonFly support (untested). Provided by Jörg Sonnenbergerwiz6-40/+334
in PR 30258. While here, clean up pkglint warnings.
2005-06-26comment out dirrm of shared directories.markd1-3/+3
2005-06-26Add some more shared directories.markd2-7/+6
Bump PKGREVISION.
2005-06-26Update to 2.6.8:jmmv4-21/+9
* GtkFileChooser - Don't select first row in SELECT_FOLDER mode [Christian Neumair] - Improve autocompletion behaviour; fix CREATE_FOLDER mode [Federico Mena Quintero] - Don't stat children of /afs or /net network directories [Federico] - Fix set_current_name() and unselect_all() in the light of asynchronous selections [Federico] - GtkFileChooserButton fixes [David A. Knight] - Miscellaneous fixes [Federico, Sven Neumann, Kjartan Maraas] * GtkIconView - Many fixes for scrolling and selection handling [Mathias Hasselmann] * GtkTreeView - Fix insensitive appearance [Billy Biggs, Matthias Clasen] * GtkEntry - Don't blink the cursor if the entry is not editable [Nikos Kouremenos] * GtkTextView - Optimize cursor blinking [Michael Natterer] - Don't blink the cursor if the entry is not editable [Nikos] * GtkAlignment - Flip padding in RTL mode [Maciej Katafiasz] * Fix a bug in focus tracking that lead to problems between some window managers and GTK+ applications. [Owen Taylor, Billy Biggs, Niko Tyni] * gtk-demo - Add demos for 2.6 features [Matthias] * Win32 changes - Initialize gettext before use [Robert Ögren, Daniel Atallah, Kevin Stange] - Fix DND on multi-monitor systems [Tor Lillqvist] - Improve handling of special and dead keys [Tor, Ivan Wong Yat Cheung] - Improve rendering of insensitive icons [Tim Evans] - Support RGBA cursors [Tim] - Bug fixes [Ivan, Hans Breuer, Tor, Daniel] * Other bug fixes [Federico, Sven Neumann, Nguyen Thai Ngoc Duy, Philip Langdale, Stephen Kennedy, Michael, Pattrick Fimml, Felix Riemann, David A. Knight, Hazael Maldonado Torres, Mikael Hallendal, Ian Wienand, Tommi Komulainen, Ismael Juma, Leonard Michlmayr, Matthias, Gary Kramlich, Peter Wainwright, Dom Lachowicz, Kjartan Maraas, Victor Osadci, Olaf Vitters, Morten Welinder, Alexander Hunziker, Elijah Newren, Frederic Crozat, Joerg Sonnenberger, John Ehresman] * Documentation improvements [Matthias, Masao Mutoh, Maciej, Richard Hult, Ghorban M. Tavakoly] * New and updated translations (cs,cy,da,de,en_GB,et,eu,fr,gu,hu,id, nn,ru,sv,th,xh,zh_CN)
2005-06-26Update to 2.8.0.0:jmmv8-113/+97
Interface Changes: - Now gdm, gdm-binary, gdmsetup are installed to /sbin and gdmchooser, gdmgreeter, gdmlogin are installed to /libexec. This better conforms to UNIX recommend installation locations. The gdmconfig and gdmXnest symlinks have been removed since they were redundant. Distributions will need to modify the way GDM programs are launched to reflect these changes. (Brian Cameron) - gdm.conf and GdmSetup now use the DefaultWelcome and DefaultRemoteWelcome keys to specify if the default message should be used. Now the Welcome and RemoteWelcome keys are empty by default. This is to avoid putting strings that are translated in the gdm.conf file. Users that want to use a non-default welcome string will need to ensure that DefaultWelcome and/or DefaultRemoteWelcome are set to false. (Brian Cameron) - Now users to be included in the face browser need to be identified using the gdm.conf "Include" configure option or the "Face Browser" tab in gdmsetup. Previously, GDM parsed the system's password file for a complete list of users and excluded userid's listed in the gdm.conf "Exclude" configure option. This behavior did not work well on systems that use NIS for storing passwords. This previous behavior may be turned back on by setting the gdm.conf "IncludeAll" configure option to "true". (Brian Cameron) - xevie Xserver extension is now turned on by default on Linux for better a11y support. - /bin/ksh is used in the GDM2 Xsession script on Solaris. Since this script sources the user's $HOME/.profile, ksh works better if the profile has bash/ksh style syntax. (Brian Cameron) Other Changes: - Fix so GDM works better on BSD and MacOS. Upon getting EOF on socket/pipe/etc. G_IO_IN is always set and G_IO_HUP may not be set. Therefore, if a length <= 0 is returned from read(), the socket is closed. This prevents gdm2 from causing high CPU-load after logout. (Joe Marcus Clarke) - Now support "session migration" using DMX. Refer to docs. (Mark McLoughlin) - Now support "Dynamic Xservers". Refer to docs. (Bob Terek) - The background colors used in gdmgreeter's Face Browser in can now be themed using the <color iconcolor="" "labelcolor=""> syntax. The Face Browser now shrinks so it is the same size as the treeview so extra white space isn't shown. (Brian Cameron) - To better conform to the Usability Guide, gdmlogin and gdmgreeter now supports an "OK" button which functions the same as hitting <Return> and a Cancel button which allows the user to go back to the "Username" prompt without having to enter an invalid password. (Brian Cameron) - The Face Browser usability has been improved. Now the user can select a different face without having to enter an invalid password. Single-clicking on the face takes the user to Password entry. The cancel button can be used to get back to "Username" entry. (Brian Cameron) - GDM now ships with a collection of default faces installed to datadir/pixmaps/faces. (Jaap A. Haitsma) - Support for ratio scaling of SVG images. (Vincent Untz) - Better left-handed support. Now right and left mouse buttons can be used in all GDM windows/dialogs/etc. (Brian Cameron) - Now can use XDMCP from Xnest session. (Leena Gunda) - Now login success/failure sounds can be selected in gdm.conf or in the Accessibility tab of gdmsetup. (Andrew Case, Mark McLoughlin) - Now "random theme" can be selected in the gdm.conf file or gdmsetup to allow a different theme to be used for each login. (Andrew Case) - Now support background programs that are started after a timedelay and can be restarted after a delay. Useful for running a screensaver at login time. (Laurent Birtz) - gdmphotosetup has been improved so it now scales the face image to GDM's max icon size before saving it. By default it looks in datadir/pixmaps/faces to find face images. (Brian Cameron) - <Control>-U may now be used to clear the entry field. Now <Tab> works like <Enter> in the login screen. (Brian Cameron) - gdmflexiserver now supports the GET_CONFIG command, so that other programs can access the GDM configuration data in a stable fashion. This is useful for other programs that might want to know what the system suspend/halt/reboot command is or what the max icon size for creating gdm2 face images, etc. (Brian Cameron) - Flexiserver commands are now sent as a single call to gdm_connection_write or gdm_connection_printf rather than building commands and sending them in pieces. Fixes bug #158799. (Brian Cameron) - Now gesture listener configuration files specify AT programs by full PATH (default EXPANDED_BINDIR). This can be overridden via the --with-at-bindir configure option. Since AT programs are launched as user gdm2, it is more secure to not depend on PATH. (Brian Cameron) - Now use more sensible arguments for starting magnifier. (Bill Haneman) - gdmsetup Now has a separate tab for configuring the Face Browser, and for configuring the Xserver. Now the checkboxes for turning on the Face Browser and XDMCP are on the Security tab. The Face Browser and XDMCP tabs are insenitive if they are not enabled. Now users can turn on/off Theme menu choice for gdmlogin in the Accessibility tab. Can turn on/off debug in the Security tab. RemoteWelcome is insensitive if XDMCP is not enabled. Better mnemonics. (Brian Cameron, Andrew Case) - GDM now no longer uses deprecated widgets. The new file selection widget is used (which no longer core dumps if you click on the sidebars). GtkComboBox and GtkComboBoxEntry are used instead of GtkEntry and GtkOptionMenu (Brian Cameron) - gdmthemetester now uses gdmwhich instead of which, so it works better on Solaris. (Brian Cameron) - Timed login message is displayed in a separate label on gdmlogin which avoids problems caused because different things were trying to use the same label for status messages. Reorganized gdmlogin screen so it no longer should resize as it is being used. (Brian Cameron) - The max size of the username/password entry is now set to PAM_MAX_RESP_SIZE to allow long username/password entry. If PAM is not set, it is defaulted to 256. (Brian Cameron, Ali Akcaagac) - Now dialogs that ask the user if they want to change their default language/session have a Cancel button so the user can return to the login screen. (Brian Cameron) - Theme save remembers where the last theme was installed and opens to that location. Also fixed bug which was causing *.tar theme files to not install properly. (Brian Cameron) - No longer rely on Xserver physical screen geometry which sometimes causes text to be too big or too small. Now use gdk/pango functions to get root window resources. (Ray Strode) - Better sorting of session names in the Session menu. (Ray Strode) - Remove gdm_debug from signal handlers since they aren't safe in signal handlers (Mark McLoughlin) - Many strings, docs, README's have been improved. Better wording, better grammar. (Brian Cameron, Seb Wills, Adam Weinberger, Abel Cheung, Kjartan Maraas, Danilo \305\240egan, Nicholas Skehin) - Many translation improvements. Entries in the language list now show their encoding so you no longer see what appear to be identical entries in the language list. (Nikos Charonitakis, Theppitak Karoonboonyanan, Priit Laes, David Lodge, Jordi Mallach, Kjartan Maraas, Gareth Owen, Ahmad Riza H Nst, Kostas Papadimas, Francisco Javier F. Serrador, Danilo \305\240egan, Alexander Shopov, \303\205smund Skj\303\246veland, Clytie Siddall, Miloslav Trmac, Tommi Vainikainen, Funda Wang, Adam Weinberger) - gi18n.h is used instead of libgnome header files. (Christian - Manny Calavera - Neumair) - Some cleanup (Brian Cameron, Mark McLoughlin)
2005-06-25Make configure work when the output of `uname -m` contains a space.minskim2-1/+15
2005-06-24Update to 1.4.0.5:wiz6-61/+79
- the screensaver capplet is no more - we are to use xscreensaver-demo - a new default-applications capplet is replacing the old gnome-editor-properties capplet. This also lets you do some new things wrt changing the users preferred webbrowser etc.
2005-06-24For XFree86-libs and xorg-libs file existence test, check whether thejlam2-4/+4
file is in ${LOCALBASE} or not. If it isn't, then assume that the X11 distribution is built-in. This fixes the detection of both XFree86-libs and xorg-libs and causes the proper dependency to be added to packages that use X11.
2005-06-23Updated xfce4-notes-plugin to 0.10.0martti3-9/+8
* bug fixes
2005-06-22Restore changes in revision 1.34 of qt3-libs/Makefile.common afterjlam5-15/+10
the change in revision 1.6 of mk/buildink3/libtool-fix-la, and create the qmake.conf files at post-configure time. This causes the libtool wrapper to be used to create the libtool archives, instead of just using ${LOCALBASE}/bin/libtool. Bump the PKGREVISIONs for the packages that include qt3-libs/Makefile.common as their *.la files are now different.
2005-06-22remove CPPFLAGS=-Xc workaround for Solaris/sunpro which is no longergrant1-9/+2
needed (and now breaks the build).
2005-06-21Back out the previous change and add a comment to qt3-libs/Makefile.commonjlam2-4/+12
noting why we did so, and that this will be fixed after pkgsrc-2005Q2 is branched. Bump the PKGREVISION.
2005-06-20Fix variable names to start with "BUILTIN_FILES_" as expected by thejlam2-8/+8
find-files.mk fragment. This fixes the version number detection for Mesa, XFree86, and X.org.