summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2004-07-22add python as categoryrecht12-24/+24
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-21Use pkglint, the best friend for pkgsrc.xtraeme2-5/+5
2004-07-21One PLIST file for >=4 Operating Systems is not so good.xtraeme6-265/+529
2004-07-21Ensure that BuildCyrillicFonts is not defined (to avoid some warningsxtraeme2-6/+14
building XFree86-* pkgs under OpenBSD).
2004-07-21Add OpenBSD compiler options.xtraeme2-1/+51
2004-07-21Added OpenBSD support.xtraeme4-4/+51
2004-07-21USE_IMAKE implies USE_X11BASE, remove it.salo5-10/+5
2004-07-20Update xlockmore to 5.13. Changes:hubertf1-3/+3
life.h and life3d.h modified to allow use of names with compile-time options LIFE_NAMES (this doubles the memory for these guys so I am not sure if its wise). Text for screen "-label" added for life and life3d like apollonian mode (Hmmm this highlights the fact that some of the pattern names that I chose for life3d are stupid :) ). Added -sequential off by default so now the change button randomly picks a pattern from a rule. ant3d: new mode... -eyes are the eyes on the small leading black face :) (todo: need better "eyes" on the leading face of the leading cube). triangle use fast erase before drawing the next iteration life3d and ant3d movement of perspective ant and ant3d command line option rule to pick Turk`s ants and table for other ants. time as part of plan thanks to Robert Goliasz <uuk AT irc.pl> Author of patch says, "If someone wrote a nicer time displayer, eg. in one of the corners and updated each second, I`d be pleased :-)" Fixed for C and Cygwin. Patch to remove unneeded include of linux/fs.h and adds include for waitpid thanks to Michal iha <mcihar AT suse.cz> New life forms for life3d.h.
2004-07-20Update xlockmore to 5.13. Changes:hubertf1-2/+2
life.h and life3d.h modified to allow use of names with compile-time options LIFE_NAMES (this doubles the memory for these guys so I am not sure if its wise). Text for screen "-label" added for life and life3d like apollonian mode (Hmmm this highlights the fact that some of the pattern names that I chose for life3d are stupid :) ). Added -sequential off by default so now the change button randomly picks a pattern from a rule. ant3d: new mode... -eyes are the eyes on the small leading black face :) (todo: need better "eyes" on the leading face of the leading cube). triangle use fast erase before drawing the next iteration life3d and ant3d movement of perspective ant and ant3d command line option rule to pick Turk`s ants and table for other ants. time as part of plan thanks to Robert Goliasz <uuk AT irc.pl> Author of patch says, "If someone wrote a nicer time displayer, eg. in one of the corners and updated each second, I`d be pleased :-)" Fixed for C and Cygwin. Patch to remove unneeded include of linux/fs.h and adds include for waitpid thanks to Michal iha <mcihar AT suse.cz> New life forms for life3d.h.
2004-07-14Update of x11/XaoS to 3.1, as requested in PR#26323.ben5-68/+136
2004-07-13Be explicit about enabling or disabling cups support based on value ofmarkd1-1/+9
USE_CUPS. Patch similar to that described by Bob Bernstein and Jeremy C. Reed in tech-pkg@. Fixes PR 26261 from Ian Zagorskih.
2004-07-13Changes 1.1.0:adam2-5/+5
* Added the -fork option * Fixed a bug where stars were not drawn when using the -proj option
2004-07-12For USE_MMX users, do the following:cube1-2/+4
o only include it in the BUILD_DEFS if the current platform is concerned. For now that only includes i386, but we might find amd64 users in the future. o test against [Yy][Ee][Ss], for consistency. Fixes part of PR 26243.
2004-07-12Always register USE_MMX as a BUILD_DEF, and test against [Yy][Ee][Ss], ascube1-3/+3
everywhere else. About PR 26243.
2004-07-12Updated XFce to 4.0.6martti33-71/+86
As usual, this is a maintenance release, aimed at bug-fixing; no new features are being added to the 4.0 branch. The main purpose of this release is compatibility with recent GTK+ releases along with other fixes.
2004-07-11Moved xfce to xfce3martti7-772/+2
2004-07-11Re-import xfce as xfce3martti6-0/+770
2004-07-10remove line mistakenly committedgrant1-3/+1
2004-07-10expose a hidden dependency on libX11, fixes build on Solaris.grant3-10/+12
2004-07-10Update to 2.4.4:jmmv3-13/+11
* GtkFileChooser - Use Save button in save mode. [Federico Mena Quintero] - Check for errors when opening folders [Federico] - Fall back to stock icons if icon theme is not found [Federico] - Bug fixes [Federico, Alex Roitman, Owen Taylor] * GtkComboBox - Make it work without a model [Mariano Suarez-Alvarez, Christian Persch] - Improve placement of popup [David A. Knight] * GtkImage - Fix issues with partial redrawing [John Ehresman, Felipe Heidrich, Billy Biggs] * GtkEntry - Fix cursor movement with combining marks [Theppitak Karoonboonyanan] - Protect passwords better [Morten Welinder] * Win32 fixes - Fix build without wintab [J. Ali Harlow] - Improve Clipboard handling [Tor Lillqvist, John Ehresman] * Gdk - Make RGBA cursors work [Michael Natterer] - Work with odd XServers [Bastien Nocera] - Handle _NET_WM_STATE_ABOVE/_BELOW better [Billy Biggs] - Don't leak DND contexts [Alex Larsson] * gdk-pixbuf - Make tiff loader work with libtiff 3.6.1 [Marco Ghirlanda] - Fix math for GDK_INTERP_HYPER [Brian Cameron] - Fix Win32 exported symbols [Tor Lillqvist] * Documentation improvements [Billy Biggs, Matthias Clasen, Oliver Andrieu] * Other bug fixes [Federico, Michael, Matthias, Philip Kendall, Jean-François Wauthy, John Finlay, Jeff Franks, Tim Janik, Nickolay V. Shmyrev, Sampo Nurmentaus, William Jon McCann, Jan-Marek Glogowski, Yevgen Muntyan, Pawel Salek, Jonathan Blandford, Sunil, Dimitiry. M Shatrov] * Updated translations (bg,he,hu,ne,sq)
2004-07-09Use VARBASE instead of hardcoding /var.minskim1-2/+2
2004-07-09depend on groff and use ${TBL} for tbl,drochner1-2/+3
fixes PR pkg/23010 by Jeremy C. Reed
2004-07-09Under Linux, we must run ldconfig in post-install target, tested byxtraeme1-1/+6
Jeremy C. Reed and myself.
2004-07-06Unused.wiz9-580/+0
2004-07-06Make this package use state-of-the-bloat^Wart QT, i.e. version 3hubertf5-22/+33
(qt-1 doesn't seem to build with recent gcc). Patch based on PR 23443 submitted by Ron Roskens
2004-07-06Convert to bl3.wiz1-4/+4
2004-07-06Fix include paths for postgresql header files (for qt3-psql).wiz2-7/+7
2004-07-06bump PKGREVISIONs since libxslt needs libgcrypt nowrecht2-3/+4
2004-07-06Build qt3-tools using BUILDINK3 (instead of BUILDLINK2).reed1-3/+3
2004-07-06Convert qt3-libs to use BUILDLINK3. Based on patches from Joachimreed3-20/+21
Kuebart in PR#25753. Tested by myself on Linux and NetBSD 1.6.2_STABLE. (Also tested on NetBSD 2.0_BETA by wiz@. And tested by jschauma under Linux.)
2004-07-06update to 0.6.11recht5-88/+92
While at it follow py-gtk2's lead and active Numeric Python support. pygtk-0.6.11: 23-August-2002 - Fix up libtool patch for older binutils'. - a few bug fixes in some GtkWidget methods. pygtk-0.6.10: 22-August-2002 - Fix up segfaults when using with a Python compiled with pymalloc. - various new wrapper functions added. - Raise exception if gtk_init() fails. - bug fixes. - Support parallel install with PyGTK 2.0.
2004-07-05Update to 2.6.0.3nb1:jmmv4-36/+16
- Use VARBASE instead of hardcoding /var. - Patch gdm.conf.in directly from the Makefile using subst.mk, instead of doing it from a patch _and_ the Makefile. - Do not register the rc.d script in the PLIST (handled automatically). - Under NetBSD (and OpenBSD), use /sbin/shutdown to reboot and halt the computer, instead of reboot and poweroff. The former runs the rc.d scripts properly while the other two don't.
2004-07-05Use ${VARBASE} instead of /var.minskim1-2/+2
2004-07-05update to 2.2.12,drochner10-72/+64
fix MASTER_SITES changes: * gtkmm 2.2.10 had an incorrect configure-time test, that mistakenly disabled some template code for gcc, used to convert from intermediate C++ containers to STL containers. For instance, this broke the gnome-vfsmm build. * TreeView::get_path_at_pos(): Correct memory management. ("David"). * ConstructParams::ConstructParams(): improvement. (Daniel Elstner). * TreePath::append(): Maybe fixed compilation for gcc 3.4. (Daniel Elstner)
2004-07-05Instead of patching the configure script, just use an argument it providesjmmv3-24/+10
to disable PAM support (in fact, to select the appropiate authentication scheme). No functional changes.
2004-07-05Update xosd and xmms-osd to 2.2.8:jmmv3-7/+7
- investigated using indent. From now on I'll use these arguments to indent before releasing: indent -br -ce -bap -bbo -npcs -nprs -nsob -nut xosd.c (the program indent.sh should indent everything:) (Tim Wright) - new version of osd_cat that can do percentage and slider bars (phil gees) - speed optimisation (Piotr Chmura)
2004-07-04+gtkmm24drochner1-1/+2
2004-07-04Import the latest generation of gnome-C++ bindings.drochner5-0/+2187
(can coexist with older versions)
2004-07-03This package uses intltool; include textproc/intltool/buildlink3.mk tominskim1-1/+2
have build dependency.
2004-07-03Replace USE_PKGSRC_GCC that was USE_GCC2 with GCC_REQD+=2.95.wiz4-8/+8
2004-07-03Fix build when Xinerama is detected by also using Xext; if none of them arejmmv2-3/+21
found, just disable Xinerama support. Closes PR pkg/25198.
2004-07-03Simplify configure patching by removing large (useless) chunks. Also avoidjmmv3-874/+8
patching configure.in; the few changes in configure do not need to be done by re-running autoconf.
2004-07-03Use the subst.mk framework to disable PAM support.jmmv1-6/+6
2004-07-03Added gtkterm2.xtraeme1-1/+2
2004-07-03Initial import of gtkterm2 from pkgsrc-wip, packaged by yui@yui.pe.kr.xtraeme5-0/+55
A GTK/VTE based Multi Terminal Emulator for X Window, it provides several terminals in one window.
2004-07-03define BuildXFree86OnSparcSunOS to get this at least half building ongrant4-2/+32
Solaris.
2004-07-03we already patched SUBDIRS= # empty because this only builds imake, sogrant2-7/+16
also comment out #define IHaveSubdirs. imake builds different targets for "includes" based on whether IHaveSubdirs is defined. however, this was only working by chance because if IHaveSubdirs is defined, the shell code used is: for blah in $(SUBDIRS); do which doesn't work with Solaris sh(1) or ksh(1), where NetBSD sh(1), bash(1), etc. just skip empty for loops. fixes install on Solaris.
2004-07-02Unused.wiz1-37/+0
2004-06-30add missing pkgconfig bl3recht1-1/+2
fix suggested by Rhialto in PR pkg/26105
2004-06-28Update to 2.6.2: Many HC/HCLP icons deleted and symlinked to generic iconsjmmv3-6/+285
at install time instead, giving better coverage (and a slightly smaller tarball).