summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2008-01-12Fix accidently broken patch.joerg2-12/+3
2008-01-12Add missing checksum for patch-ac (hi Blair!)tnn1-1/+2
2008-01-12Remove gmakeism from Linux rules.joerg3-6/+17
2008-01-12Remove the MESSAGE.Solaris and INSTALL.openwin.reed2-50/+0
The INSTALL.openwin is broken. I reported on December 1 that it create a broken INSTALL script. The SunOS check was commented out in pkgsrc/x11/xterm/Makefile revision 1.37. It looks like it was accidently committed as it has nothing to do with the log message. This caused the INSTALL.openwin stuff to be used on non-SunOS systems. That INSTALL.openwin support is broken anyways. The sed changed @PREFIX@ but that was not used.
2008-01-11update to 2.20.0drochner3-9/+19
changes: * Add information to support bug-buddy * Enable session persistence under D-BUS * Remove erroneous line from help * Updated translations
2008-01-11update to 2.20.1drochner4-15/+102
changes: -fixed a menory leak -translation updates
2008-01-11update to 2.20.3drochner3-8/+13
changes: -bugfixes -Add more default keybindings for otherwise unbound keys -translation updates
2008-01-11update to 2.20.3drochner2-6/+6
change: version bump for 2.20.3 release
2008-01-11update to 2.20.3drochner4-18/+29
changes: -bugfixes -translation updates
2008-01-11update to 2.20.3drochner2-7/+6
changes: translation updates
2008-01-11update to 2.20.3drochner2-6/+6
changes: translation updates
2008-01-11update to 2.18.4drochner2-6/+6
changes: -bugdix -translation update
2008-01-11update to 0.16.12drochner2-6/+6
changes: minor fixes
2008-01-09Update to gtk2-2.12.5.tnn2-6/+6
This release fixes an incomplete icon cache that was accidentally shipped in 2.12.4. Noted by wiz@
2008-01-09Update to 0.3.1.reed5-26/+30
Improve COMMENT. Change configure argument from --with-xawm to --with-xaw3d. Add to BUILD_DEFS. (NOTE: I am updating misc/siag also.) Changelog has: 070830 Two patches from Pascal Terjan fixes buffer overflows in MwXFilesel.c and MwXFormat.c. Released 0.3.1. 040108 Added John Cwikla's XCC code. Prepended Mw to all files and external symbols. This adds "Color Contexts" which allow easy colour management with any visual. Anything within Mowitz that calls MwAllocColor or MwQueryColor will be rewritten to use color contexts instead. 030919 Cleaned up the code for release. Released 0.3.0. 030304 New widget in MwApplicationShell.c is subclassed from applicationShellWidgetClass, but has callbacks for OffiX and Xdnd drops. 030209 MwMenu.c: catch X errors in XGrabButton. Needed for OpenWindows, discovered by James B. Hiller <jhiller@visi.net>. Released 0.2.3. 030128 Changed malloc to MwMalloc, realloc to MwRealloc and free to MwFree in MwRudegrid.c.
2008-01-09update to 2.12.1drochner3-7/+8
changes: misc fixes
2008-01-09Add patch so that pixbuf fast paths are not used when the sourcebjs2-2/+36
picture has alpha. Fixes freedesktop.org bugzilla bug #13650. Bump rev.
2008-01-09Update to gtk2-2.12.4.tnn2-6/+6
Overview of Changes from GTK+ 2.12.3 to 2.12.4 ============================================== * Bugs fixed: 494667 gdkpixloader jpeg loader problems with some files 496546 Tooltips may crashe because a window is destroyed 503824 gtk_paned_find_neighbours aborts with assertion failure 388321 gtk_notebook_remove_tab_label 503190 Doesn't build with directfb >= 1.0 491847 gtk-builder-convert --root option doesn't work for GtkWin... 492977 Setup autorelease pool automatically in each mainloop ite... 499951 GtkAssistant remove_page may leave current_page as a dang... 502250 Leak in gtkfilechooserdefault.c:shortcuts_reload_icons() 503569 Leak in GtkTreeViewColumn 504753 Destroyed subviews are not removed from the view hierarchy 504804 Typo in TEST_EXPAND_ROW signal 504984 Problems with hiding/showing transient windows 505708 compatibility macros for signals has wrong type. 506107 mem leak in print dialogue 502850 gtk-builder-convert program not found 504749 gtk-builder-convert and GtkMenu
2008-01-08Dont default QT_NO_DBUS to on in qconfig.h to be consistent with qt4-qdbusmarkd4-3/+22
package. (and therefore set it explicitly in qt4-tools) Bump PKGREVISION of qt4-libs.
2008-01-07Fix build on NetBSD < 4.0.ghen2-6/+6
2008-01-07Unbreak build of a lot of X11 packages on systems which use native X11tron7-49/+7
(e.g. NetBSD with bundled XFree86). Checking whether "X11_TYPE" is "xorg" is obsolete and *not* equivalent to checking whether we are not using modular X.org.
2008-01-06+ dmenu.ghen1-1/+2
2008-01-06Import dmenu-3.4 from www.suckless.org.ghen5-0/+57
dmenu is a generic menu for X, originally designed for wm/dwm, now used by wm/wmii. It manages huge amounts (up to 10.000 and more) of user defined menu items efficiently.
2008-01-06Since X11_TYPE cannot be "xorg", there's no point in checking for thatrillig7-14/+14
condition. What was really meant is X11_TYPE != "modular".
2008-01-06update to 0.16.11drochner2-6/+6
changes: minor bugfixes
2008-01-06pkgsrc doesn't have "xorg" anymore.rillig1-2/+2
2008-01-05Create a shared library for libQtUiTools, in the hope that this fixeswiz4-5/+20
the build for kdelibs4 on amd64. Bump PKGREVISION for qt4-tools.
2008-01-05Fixed tools definition, as reported by pkglint.rillig1-3/+3
2008-01-05ERROR: patches/patch-ac:35: This code must not be included in patches.rillig2-12/+3
(hi joerg!)
2008-01-05Patch files have to start with a CVS Id.rillig2-2/+4
2008-01-05Fixed naming mismatches reported by pkglint.rillig3-12/+12
2008-01-05Use the "pkg-config" file to detect the version number. A builtin versiontron1-39/+8
will otherwise get rejected because we require at least version 1.1.1..
2008-01-05Use the "pkg-config" file to detect the version number. A builtin versiontron1-4/+16
will otherwise get rejected because we require at least version 1.4.
2008-01-05Detect builtin "xineramaproto" e.g. under Mac OS X Leopard.tron1-0/+92
2008-01-05Detect builtin "inputproto" e.g. under Mac OS X Leopard.tron1-0/+49
2008-01-05update missed distinfoabs1-7/+8
2008-01-04Note pkgsrc as the distribution method, for the bug report wizard.markd1-2/+3
From Sergey Svishchev. Bump PKG_REVISION.
2008-01-04Various kdebase updates.markd10-61/+519
Option to build kompmgr - from Sergey Svishchev improved kdeeject script - from Sergey Svishchev ksysguard tidyup, improved handling of process list. infocenter tidyup Add NetBSD support to kicker/applets/naughty (finally fixing PR 25052) Bump PKGREVISION.
2008-01-04Defining a meta-package is done via the META_PACKAGE variable.rillig2-13/+6
In Makefile.common, the MAINTAINER should only be set with the ?= operator.
2008-01-04Fixed pkglint warnings.rillig2-13/+12
2008-01-03Added support for installation to DESTDIR.heinz1-3/+5
2007-12-31gtkmm wants gtk2+>= 2.12.0.dogcow1-1/+2
2007-12-30Needs msgfmt.joerg1-2/+2
2007-12-27Fix PLIST. Bump revision.joerg2-3/+4
2007-12-27Fix MAXNAMLEN usage to prefer NAME_MAX.joerg2-1/+26
2007-12-27Add patch and bump revision.reed3-3/+20
This is for PR 37610 to fix internationalized text bug. This fix was already in XFree86 and Xorg libXaw versions since at least Nov. 2004 and in Fedora for Xaw3d since 2002.
2007-12-27Quick fix for PR pkg/37605. ps->userTime is never used so just set to 0,markd4-8/+27
a proper fix will be committed after the freeze. Also fix PR pkg/37423 - LP64 issue with nspluginviewer from Steve Woodford. Bump PKGREVISION.
2007-12-24Add logic gleefully ripped from x11/Xaw3d/buildlink3.mk to make thesebjs2-3/+26
libraries work properly with xaw.buildlink3.mk. That's better! This was done so that X/Open Curses (pkgsrc-wip/pdcurses) could have a chance of using these libraries. ;)
2007-12-24Add aclocal.m4bjs2-4/+1531
2007-12-24add USE_TOOLS+=gettext-m4 for autotools.bjs1-3/+3