summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2004-11-22Changes 0.93.97:adam3-10/+9
* unknown
2004-11-22Disable XRender on Solaris. Workaround for graphics corruption problemsgavan1-1/+3
experienced on Solaris 10.
2004-11-21Update descriptions a little.augustss2-5/+16
2004-11-20Add wxhaskell, a package with Haskell bindings for wxGTK.augustss5-0/+114
Not quite ready for general use yet.
2004-11-20Remove xbindkeys-config; the site holding the program has disappeared, andjmmv7-126/+1
it will be of little use with the new syntax of xbindkeysrc files (though it's only optional).
2004-11-20Update xbindkeys{,-tk} to 1.7.1. Changes since 1.6.5:jmmv4-8/+9
1.7.1: Verbose mode is not started as daemon by default. Check rc file before starting as daemon (so warning about configuration files are visible). 1.7.0: Add guile/scheme configurtion file style (Many thanks to Marcello Mathias Herreshoff).
2004-11-20Add and enable xdesktopwaves.jmmv1-1/+2
2004-11-20Initial import of xdesktopwaves, version 1.0:jmmv4-0/+42
xdesktopwaves is a cellular automata setting the background of your X Windows desktop under water. Windows and mouse are like ships on the sea. Each movement of these ends up in moving water waves. You can even have rain and/or storm stirring up the water.
2004-11-20Bump PKGREVISION due to security fixes in libxml (dependency adjusted tojmmv3-6/+6
1.8.17nb3).
2004-11-19Let the reboot and halt options appear in GNOME's "Log Out" dialog andjmmv3-2/+59
make they use /sbin/shutdown under *BSD, instead of the poweroff and reboot commands. The patch is a hack (not to be submitted back to the upstream developers without modification), but is the simplest thing we can do to avoid ugly and hard to maintain patches. I'll submit a better, but more complex one, to GNOME's Bugzilla when I have more time. Bump PKGREVISION to 1.
2004-11-19Remove an unneeded include which only exists on XFree86/Xorg.sketch2-1/+14
2004-11-19Changes 0.2.3:adam4-30/+27
* Add stealth modus * Add transparent background * Add mode cli opions * Bug fixes
2004-11-18More duplicate dirrm cleanup.markd3-7/+12
2004-11-17There is no more "native" BDB_TYPE. It's just "db1" now.jlam1-2/+2
2004-11-16Add dependency on freetype2/Xft2.rh2-9/+13
Bump PKGREVISION. This closes PR pkg/28114 by Francois Briere, thanks!
2004-11-15Fix PLIST on NetBSD/amd64.hira2-16/+22
2004-11-15Make this build on NetBSD/amd64. Patch provided by Nicolas Jolyhira11-23/+306
on port-amd64@. OK'd by xtraeme@.
2004-11-15Update kkbswitch to 1.4.2 from maintainer Ian Zagorskih.markd4-13/+14
This maintenance release adds the Hebrew translation contributed previously, as well as a manpage to comply with Debian standards.
2004-11-15Update devilspie to 0.7.snj2-6/+5
Changes: * Fix the fullscreen action * Set the Motif hint when setting the decoration hint (Vaclav Lorenc)
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam1-2/+2
former) for applications that are known to require C++.
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam9-45/+11
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-11-11Backout previous, the root cause has been fixed via pkgtools/x11-links. Theresketch1-7/+1
were going to be far too many packages requiring small tweaks like this one.
2004-11-11Turn on ANSI when compiling with SunPro to work around certain revisions ofsketch1-1/+7
OpenWindows headers which incorrectly check __STDC__ and lead to macro concatenation breakage with the SunPro compiler.
2004-11-11Remove incomplete (and apparently ineffective) patch I added to work aroundsketch2-24/+1
certain versions of OpenWindows headers which incorrectly check __STDC__. There are cleaner ways of fixing this if deemed necessary.
2004-11-10Use ${VARBASE} instead of hardcoding /var.sketch4-8/+15
2004-11-08Make dependency on Xrandr and xcursor explicit rather than trying to notemarkd3-26/+20
which bits wouldn't get built if you didn't have them.
2004-11-08Allow distinguishing the version of Xrandr that came with XFree86 4.2markd2-5/+6
from that of XFree86 4.3.
2004-11-08SunOS PLIST that got left off yesterday.markd1-0/+121
2004-11-08Remove patch-ai, which is the same file than DragonFly.cf in ${FILESDIR},xtraeme2-285/+1
noted by hira@ in private email.
2004-11-07Add support for building XFree86 packages on Solaris.markd6-14/+69
Claim to be using gcc always and assume that the wrapper framework will deal with the differences for other compilers (rather than getting imake to try and do it).
2004-11-06No need to include bsd.prefs.mk; should have been removed when vte wasminskim1-3/+1
updated to 0.11.11.
2004-11-06Explicitly include buildlink3 files of packages directly used.minskim2-2/+9
2004-11-06Add patch from jmmv that fixes scrollkeeper core dumps during installation.wiz2-1/+29
2004-11-06gnome2-control-center shouldn't be here; found by dmcmahill@.jmmv1-3/+1
scrollkeeper doesn't have to either.
2004-11-05Fix CONF_FILES in xorg-clients, the 'xdm' subdir already was set byxtraeme1-10/+11
EGDIR! (hi reed!)
2004-11-04Changes 2.4.7:adam3-11/+43
* TreeModelFitler: - Really fix the constructor. - Warn when calling set_value() on the filter mdoel instead of the child model. - set_modify_func(): Make this work - don't ignore the value. * TreeView: add_column_editable() operates on the child model if the model is a TreeModelFiler. * Documentation: - Updated popup menu section and example, to use UIManager. - Added 2 TreeModelFilter examples. (Murray Cumming) Changes 2.4.6: * TreeModelFilter: Correct the constructor implementation, so that this is usable. * gtkmm.h: #include filechooserwidget.h. (Arjan Timmerman) * Gdk::Screen::get_default(): Correct the reference counting, to avoid a crash. (Jonathan Brandmeyer) * Windows platform: - Added MSVC++ project files, which might work. (Timothy Shead) - Build fix for cygwin. (Roger Leigh) * Documentation, book: - Slightly improved UIManager explanation and ported the menu and toolbar examples to UIManager. - Added custom containers section. (Murray Cumming) - Add FileChooser section, though it needs more detail. (Gene Ruebsamen) - Updated the windows installation appendix. (Gene Ruebsamen) Changes 2.4.5: * Gtk::Settings::get_default(): Correct reference-count error. (Murray Cumming) * Gtk::ActionGroup, EntryCompletion, UIManager: Make constructors protected instead of private (Christopher Palm). * Examples: TreeView: - Added popup example, from gtkmm 2.2. - drag_and_drop: Correct vfuncs. * Documentation: - libglademm memory management. - Tell people to check pkg-config for 2.4, not 2.2. - Gtk::TreeSortable: Document sort function return value. (Murray Cumming)
2004-11-03Remove some useless C99-isms that cause the build to fail with GCC 2.95.jmmv3-1/+45
Should fix the problem exposed by kristerw@'s NetBSD 1.6.2 bulk build.
2004-11-01Make this build/work on DragonFlyBSD. Patches were submitted byxtraeme5-2/+595
Todd Willey via tech-pkg@.
2004-11-01Workaround for compilation problems on Solaris/gcc.gavan23-14/+304
2004-11-01Use GNU awk.gavan1-1/+2
2004-10-30Add and enable p5-X11-Protocol.minskim1-1/+2
2004-10-30Import p5-X11-Protocol from pkgsrc-wip. Packaged by Roland Illig.minskim4-0/+28
X11::Protocol and the related modules in this distribution are a rough equivalent of Xlib (libX11.a, with a bit of Xau and Xext mixed in) used for drawing windows on and otherwise manipulating X11 window servers.
2004-10-30remove patch backup files in mkspecs/ so they don't get mistakenlygrant1-1/+2
installed.
2004-10-29use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk,jdolecek1-2/+2
so that we'd not force dependance on specific MySQL version, and instead pick the currently installed mysql*-client (or install the default if there is no mysql-client package installed yet) this makes package buildable with arbitrary MySQL version, such as 3.23.x, 4.0.x or 4.1.x
2004-10-28Update to 0.9.16:jmmv6-39/+39
Changes in 0.9.16 ================= Speech: * Modify to remove information from queue for an end of speech marker only if the marker is for text for which information is. Changes in 0.9.15 ================= Presentation: Gnopernicus now presents context information for when a toolbar item is focused. Translation: Added and updated Romanian translation. Updated Canadian English, Italian and Simplified Chinese translations. Changes in 0.9.14 ================= Miscelaneous: * Gnopernicus uses now version 1.7 of autotools. Translation: * Updated Danish, Korean, Spanish and British translations. Changes in 0.9.13 ================= Miscelaneous: * Gnopernicus uses now version 1.7 of autotools. Translation: * Updated Danish, Korean, Spanish and British translations. Changes in 0.9.12 ================= Translation: * Added Russian, Turkish, Traditional Chinese translations.
2004-10-28Update to 0.11.8:jmmv2-6/+5
What's new in gnome-mag-0.11.8: * bugfixes, sanity checks on client requests. What's new in gnome-mag-0.11.7: * magnifier's use of the new DAMAGE x extension can be turned off via the MAGNIFIER_IGNORE_DAMAGE environment variable, or via the "--ignore-damage" command line flag. This is a debugging feature. * magnifier now does some sanity checking on the setROI calls before attempting to comply. What's new in gnome-mag-0.11.6: * Fix for bug 141376 and 152300; we now provide the missing epv implementation for getTargetDisplay and getSourceDisplay, and we check to make sure we can connect to a display before trying to change source or target.
2004-10-28Update to 2.8.1:jmmv2-6/+5
* Build fixes [Kjartan] * New and updated translations - Meelad Zakaria, Roozbeh Pournader [fa] - Dmitry G. Mastrukov [ru] - Adam Weinberger [en_CA] - Marcel Telka [sk]
2004-10-28Update to 1.1.1:jmmv3-7/+13
* New languages specs for fortran, css, javascript and pascal. * Bug fixes and updated translations.
2004-10-28Convert to buildlink3.wiz1-11/+8
2004-10-28Wildcard depends.wiz1-2/+2