summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2002-05-20Pkglint complaint (too many blank lines).cjep1-2/+1
2002-05-20On arm32, use gcc-2.95.3 to avoid an internal egcs compiler error:cjep1-2/+8
/usr/src/gnu/usr.bin/egcs/common/../../../dist/gcc/caller-save.c:657: Internal compiler error in function insert_save_restore
2002-05-20Mark this package as broken on arm32. Compilation hangs the machine evencjep1-1/+5
without optimization. XXX Should probably try using gcc>=2.95.3.
2002-05-16Update to 5.04.jschauma3-12/+10
Move patch-ac to patch-ab. New since last BETA2: + pacman AI update with trackmouse thanks to Edwin de Jong <mauddib at gmx dot net> + C++ fixes, memcpy prefered over bcopy, random start. New since last BETA: * Changed delay on several GL modes. They were too fast on my GeForce4. * bounce drawing errors fixed on my nVidia fixed ant: fudged the truchet lines a bit more for squares and hexagons. molecule needs to be protected from pipes by a "glDrawBuffer(GL_BACK);" thanks to Jouk Jansen. molecule needs to be protected from pipes by a "glDrawBuffer(GL_BACK);" thanks to Jouk Jansen. Patch from Marcelo Vianna <mfvianna at centroin dot com dot br> to get his modes (cage,moebius,morph3d,rubik) working on NVidia under XFree (NVidia has a policy to not release code open source and the bug crashes the system requiring a hard reset). Since skewb is similar that was done as well by maintainer. configure changes for 2.53, added option for .ad installation dir, check for xlockrc and pam. flag debugged for xpm, do not set byte order for ZPixmap. Flag ripples now flow left to right and from bottom to top. Combined XLock-jp.ad into XLock.ad fontset to use regular (not bold/italic) font/fontset as default, fix for sound.c using DEF_PLAY, and a fix for customName thanks to Shingo Yamaguchi <shingo at kip dot iis dot toyama-u dot ac dot jp>. nice changes were causing problems, set_priority used instead thanks to Felicia Neff <fn at panix dot com>. (VMS still uses nice). noof mode added from GLUT demos thanks to Dave Riesz <driesz at cpl dot net>. USE_XPM changed to HAVE_XPM to be compatible with xscreensaver.
2002-05-16On arm32, use gcc from pkgsrc to avoid egcs internal error.cjep1-1/+5
2002-05-12Fix compilation on -current. Patches from Rui-Xiang Guo in responsewiz3-1/+51
to pkg/16637.
2002-05-12prdownloads.sourceforge.net is no longer any use.abs6-12/+12
Switch to MASTER_SITE_SOURCEFORGE.
2002-05-11Add app-defaults file to PLIST, per pkg/16758.wiz1-2/+3
2002-05-08Some packages like glib2, atk, etc., also use share/gtk-doc/html, sowiz1-3/+3
don't remove the directory unconditionally.
2002-05-05Fix patch-ay, which seems to have been merged completely wrong by themartin2-22/+24
last update. This prevents crashes when opening URLs (i.e. by selecting "Open in browser" in the gnome-terminal context menu)
2002-05-04update to 3.0.4drochner7-47/+56
"Qt 3.0.4 is a bugfix release. It maintains both forward and backward compatibility (source and binary) with Qt 3.0.3."
2002-05-04Update to 2.4.0.uebayasi2-7/+13
* #RRGGBB format is supported for specifying fg/bg color. * All color names defined in rgb.txt are available for specifying fg/bg color. * Bidi processing is improved for practical use.(Thanks to Nadim Shaikli) * Even if console applications don't support character combining, -J/--dyncomb option enables them to show combining characters correctly. * Shortcut keys for scrolling which are not compatible with xterm are disabled by default. -q/--extkey option enables them. * And many monor bus are fixed. Also, enable anti-alias configure option suggested by Rui-Xiang Guo in pkg/16042.
2002-05-02Update to 0.0.3.9.4 (aka 0.0.3.9pre4).jschauma2-6/+7
Note new MASTER_SITE (old URL no longer valid)
2002-04-30Update to 0.4jschauma2-5/+5
2002-04-28Use the right prefix so this actually works on systems w/o xpkgwedge.rh1-2/+2
2002-04-23Set myself as the new MAINTAINERmartti1-2/+2
2002-04-23Updated xfce to 3.8.16martti3-8/+24
* bug fixes * translation, icon and palette updates
2002-04-21- Corrected WRKSRCshell2-15/+18
- change my email address - fmt on DESCR
2002-04-20distfile renamed to Tk-800.024shell2-5/+5
2002-04-17Make the included programs and demos link against the package's "forms"fredb4-16/+62
shared library, rather than any previously installed one.
2002-04-17add pyqtdrochner1-1/+3
2002-04-17initial import of PyQt-3.1, a Python binding for Qt 2.3.1drochner8-0/+140
2002-04-17initial import of sip-3.1, a tool to create Python bindings for C++drochner6-0/+66
libraries, in its "Qt-2" variant
2002-04-17Update buildlink depends, too.fredb1-2/+2
2002-04-17Update xforms to 0.9999. This is the first Open Source version (LGPL),fredb12-201/+140
and is evidently very close to 1.0. This is a completely new package -- all ports build from source; no more abominable relinking of binaries.
2002-04-17Explicitly set USE_X11BASE as is is a Motif widget and should go wherejlam1-1/+2
Motif lives.
2002-04-17Explicitly set USE_X11BASE as these are Motif widgets and should go wherejlam1-1/+2
Motif lives.
2002-04-16Follow established practise about passing environment variables to sub-${MAKE}seb1-2/+2
i.e. using ${SETENV}.
2002-04-15Add recently imported tk-Tix.he1-1/+2
2002-04-15Bring back tk-Tix package to pkgsrc, in version 8.2.0b1.he7-0/+721
Tix is a powerful widget library for Tcl/Tk. Reviewed and fully buildlinkified by Stoned Elipot.
2002-04-13The last commit commented out the x11 buildlink file, because the packageagc1-1/+2
has not yet been strongly buildlinked. However, we need to indicate that the package needs X11 to build, so fall back to USE_X11=yes. Fixes a problem in the i386 bulk build.
2002-04-12Several changes:jlam1-11/+11
* It's CONFIGURE_ARGS, not CONFIGURE_ARG. * Use Mesa/buildlink.mk to properly handle whether we're using XF3 or XF4 (the latter contains its own MesaGL libraries). * Comment out inclusion of x11.buildlink.mk since we're not even weakly buildlinked, so jumping ahead to trying to strongly buldlinkify this package is overboard. * Sort the buildlink.mk file (just personal aesthetics).
2002-04-12Updated xpmroot to 2.4.7 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2002-04-11Strongly buildlinkify and use LIBTOOL_OVERRIDE to ensure that the pkgsrcjlam3-8/+101
libtool is invoked.
2002-04-11Use the correct database directory when updating with scrollkeeper so thatjlam1-0/+13
we don't dump core during the installation.
2002-04-10Wow, this has been broken for the longest time. We get rid of the trailingjlam1-3/+3
slash to .../gtk-1.2/ since it's usually not there and we won't match it. This error was detected only because gconf-config has .../gtk-1.2 at the very end of it's output. Anywhere in the middle, and it would have been fine.
2002-04-10Use ${TRUE} instead of true.jlam1-19/+19
2002-04-10Don't emit errors if some shared directories can't be removed.jlam1-5/+5
2002-04-10turn off optimization on alpha to workaround a c++ compiler bug.dmcmahill1-4/+7
2002-04-10obey CXXFLAGS and don't unconditionally prepend -O2.dmcmahill2-7/+35
2002-04-10This package's lib/help/*.info are not Info files: remove theseb2-13/+2
texinfo/install-info/... support bits.
2002-04-09Strongly buildlinkify.jlam6-47/+85
2002-04-09* Strongly buildlinkify.jlam3-10/+81
* Use *_CONFIG instead of directly invoking *-config so that the wrappers will be used. This is also the correct way of invoking these scripts anyway, but the GNOME authors keep making this same stupid mistake over and over and over again ... <grrr>!
2002-04-08Add artwork and addons to the list of KDE modules.skrll1-1/+3
2002-04-06make sure that USE_XPM is set _before_ pulling in the gcc makefile whichdmcmahill1-6/+6
in turn pulls in bsd.prefs.mk.
2002-04-06update to gtk2+-2.0.2dmcmahill16-88/+106
This is a bug fix release. Overview of Changes in GTK+ 2.0.2 ================================= * GtkTreeView cursor movement fixes [Kristian Rietveld] * GtkTreeModelSort iterator stamp fixes [Kristian Rietveld]
2002-04-06Install GTK pixmaps in ${PREFIX}/share/pixmaps, not /usr/share/pixmaps.wiz4-9/+34
Fix PLIST to include the files. XXX: If you had this package installed, you can rm /usr/share/pixmaps/*screensaver* and probably rmdir /usr/share/pixmaps
2002-04-05WTF happened there... you do a cvs diff and then a cvs commit and itskrll2-7/+3
misses out a couple of files.
2002-04-05Remove BUILD_DEPENDS on autoconf. It actually lost the changes made toskrll1-2/+11
configure. Hi Charles. Thanks to Thomas Klausner <wiz@netbsd.org> for pointing out the BUILD_DEPENDS.
2002-04-05Fix krb5 library linkage.mycroft3-2/+20