summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2003-11-02I'm the new maintainer.xtraeme1-2/+2
2003-11-01Update to 2.2.8, to fix compilation with gcc3.wiz4-18/+33
Changes: 2.2.8: * Fixed "inacccessible base" build errors with gcc 3.3.2. (Bradley Bell) * win32: Re-enabled our wrappers for parts of the GTK+ API that are now properly exported on Windows by GTK+. See README.win32 for more details. (Cedric Gustin ) * Documentation: - book: -Updated DrawingArea chapter for gtkmm2 (the last chapter that needed to be updated) (Ainsley Pereira) - Mentioned Treeviews with popup menus, with example. (Murray Cumming) - The libglademm chapter has a clearer explanation of the memory management, and mentions the new get_widget_derived() method. (Murray Cumming) - Distribute doxygen tags for use by the documentation of related projects. (Bradley Bell) - Build and install a devhelp file for the reference docs. This doesn't work yet, but hopefully it's easy to fix. (roel@stack.be)
2003-10-31fix PLIST problems on Solaris by setting the libtool (1.5) versioning typedmcmahill3-1/+29
to sunos. No effect on non-solaris systems.
2003-10-30s/USE_GMAKE/USE_GNU_TOOLS+=make/grant1-2/+2
2003-10-30define USE_GCC_SHLIB.grant1-3/+4
sort USE_* lines.
2003-10-30Force the use of a C++ compiler to compile C++ source files. From anagc2-4/+4
analysis of the problem by Ben Collver in PR 23252.
2003-10-30include graphics/freetype2/buildlink2.mk so this can find the freetypegrant1-1/+2
header files.
2003-10-30whitespace policegrant1-5/+5
2003-10-30make removal of include/X11/extensions directory optional, as this pkggrant1-2/+2
is only a build dependency and shares that directory with Xrender.
2003-10-29pkglint: no consecutive empty lines.wiz1-2/+1
2003-10-29Set LIBTOOL_OVERRIDE correctly. Fixes building on Solaris.gavan1-2/+4
2003-10-25Enable "ttygid" support on *BSD and Darwin, just like for "rxvt". Closesfredb1-2/+13
PR pkg/23229.
2003-10-24This package needs gmake.cube3-8/+9
Update to 0.7.0. News in 0.7.0 ------------- * A bunch of small bugfixes * Replaced deprecated calls for glib 2.3 * Multiline backward search works now * <keyword-item> patterns are now limited to 250 elements (more cause trouble with GNU regex)
2003-10-23G/c unnecessary patch.junyoung2-13/+3
2003-10-22sync COMMENT with gtk package, which had the most sane of them allgrant2-4/+4
(GIMP is an acronym and deserves to be uppercased).
2003-10-20- Take over maintainership.junyoung1-3/+3
- Add category korean.
2003-10-20Make hanterm compile on -current again. Patch from Min Sik Kim.junyoung2-1/+14
2003-10-18Would have to include <sys/param.h> to get a definition of NetBSD andmarkd2-1/+15
KDE is never going to build on NetBSD<1.0 so don't bother testing a version, just assume we have setproctitle in libc. Fixes build with gcc3. Same patch as previously applied to kdelibs3.
2003-10-18Add RCS Idcjep1-0/+1
2003-10-18Add Xft2/buildlink2.mk to match the same change made to the Makefilemarkd1-1/+2
back in June. Should fix the kdelibs2 build problem seen in Hubert's bulk build.
2003-10-13Updated xpmroot to 2.4.17 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2003-10-13Fix a test in the configure script that could cause different resultsjmmv3-3/+18
depending on the shell beeing used (thus introducing a hidden dependancy). As a side effect, the package now uses pthreads. Bump PKGREVISION to 2.
2003-10-11bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS.grant1-2/+2
2003-10-07Both xscreensaver and xscreensaver-gnome are okay as dependencymartti1-2/+2
2003-10-05Update to 0.15.1:wiz4-10/+13
0.15.1: 030915 Toggle again: the check mark displayed in the wrong place when the widget wasn't its default height. Added code to the Command Redisplay function so it doesn't shift the text when the widget is a Toggle in check or radio style. That's really ugly because we're depending on how the widget is subclassed. But it works. 030913 The new highlighting code broke with the Toggle widget in radio or check style. 030912 Fixed function prototypes in Toggle.c and fixed bugs caused by not having them in the first place. 030903 Eliminated warnings caused by missing #includes. 030902 Scrollbar: Added XtNarrowStyle resource to make arrows in the style of Windows ("win95") or NeXt ("next", default). UPDATE: This was later backed out. 0.15.0: 030902 Scrollbar: Made the bump on the thumb optional (resource XtNdrawBump, default True). 030901 ThreeD: Added XtNbevel resource to make the bevel "solid" (Motif/Xaw3d-like) or "rounded" (neXtaw, default). Added the same code to neXtawDrawShadowBox in Misc.c, which is used by Scrollbar and SimpleMenu. Added a 3D bevel to Text using a similar hack as in Xaw95. 030831 Command, Repeater and Toggle: Draw a dotted rectangle around the highlighted widget. Reduced the distance the text shifts in a set widget to 1 pixel. 030824 Added traversal code from Ed Falk's XawM. Note: KDE messes up translations for the Command widget. That is a bug in KDE.
2003-10-05Replace -lpthread with ${PTHREAD_LDFLAGS}. (Fixes my build on FreeBSD 5.x).xtraeme2-4/+5
Ok'ed by skrll@
2003-10-04Fixes for Darwin: add CONFIG_SUB_OVERRIDE, don't use X shared memorydanw4-5/+20
extension, and tweak the gtk-config patch so it's still syntactically correct after RPATH_FLAG stripping
2003-10-03Fix installation on systems where ↵xtraeme2-3/+11
libXrender.so.$(MAJOR_VERSION).$(MINOR_VERSION) was not built (at least FreeBSD/Linux).
2003-10-03Oops regenxtraeme1-3/+1
2003-10-03Updated to 1.12.xtraeme5-33/+7
Changes: * Fixed segfault when clicking on auto-hide toolbar preference * Fixed segfault when changing the first toolbar button * Added Irish translation (by Kevin Patrick Scannell)
2003-10-02Sort.wiz1-4/+4
2003-09-30More GCC3 flotsam.mycroft2-1/+15
2003-09-30Slightly klugy fix for building with Kerberos support.mycroft2-7/+16
2003-09-30Match the buildlink3.mk guidelines set out in revision 1.22 ofjlam1-5/+4
bsd.buildlink3.mk.
2003-09-30Conform to latest buildlink3.mk guidelines using *_BUILDLINK3_MK guardsjlam1-10/+18
to protect more parts of buildlink3.mk files against multiple inclusion.
2003-09-29Fix varargs problems encountered with gcc 3.seb3-3/+111
While here fix my email address.
2003-09-28Rewrite buildlink3.mk files to match the updated buildlink3.mk templatejlam1-7/+8
in bsd.buildlink3.mk: the *_BUILDLINK3_MK multiple inclusion guards are removed and we ensure that things that should be defined only once really are defined only once by using section-specific or variable-specific guards.
2003-09-28fix distinfo (make makepatchsum)recht1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam2-4/+4
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-28only pass gcc specific flags if we are using gcc.grant4-6/+22
2003-09-28add a test for CC_VERSION to correctly choose SunPro. fix anothergrant1-3/+6
gcc version test.
2003-09-27fix a configure test to work on Darwin (-lXext wasn't being automaticallydanw2-1/+13
pulled in by the check for -lXxf86misc since libtool isn't used for configure checks)
2003-09-27fix an incorrect #ifdef in gtk-demo so this builds on Darwindanw2-1/+15
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant2-4/+4
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-27Regenerate (fix dependency to pkgconfig).martti12-46/+24
2003-09-26Update xosd and xmms-osd to 2.2.5. Changes since 2.2.2:jmmv5-11/+10
2.2.5: set font patch (Joachim "nomeata" Breitner) cleanup "draw_bar" method patch (Philipp Matthias Hahn) ran all source and header files through 'indent' for consistancy (Tim Wright). Used default arguents --- GNU style. 2.2.4: outline/shadow cut fix (Tomas Janousek) xmms_plugin: added outline (Ondrej Novy) added playlist_pos/playlist_length (Ondrej Novy) added time_pos on pause (Ondrej Novy) added outline to draw_bar and shadow fix (Ondrej Novy) 2.2.3: Alignment patch (Philipp Matthias Hahn) xosd-config xlibs patch (Philipp Matthias Hahn)
2003-09-26Added libxfce4gui, libxfce4mcs, libxfce4util, xfce4-desktop, ↵martti1-1/+13
xfce4-gtk2-engines, xfce4-mcs-manager, xfce4-mcs-plugins, xfce4-panel, xfce4-themes, xfce4-toys, xfce4-trigger-launcher, xfce4-utils
2003-09-26Utilities for XFce4.martti5-0/+118
2003-09-26Trigger launcher for XFce4.martti5-0/+63
2003-09-26Additional toys for XFce4.martti5-0/+87