summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2004-01-09Pull up portability fix to the pkgsrc-2003Q4 branch, requested by Danagc2-9/+18
McMahill. Committed By: dmcmahill Date: Tue Nov 25 23:05:24 UTC 2003 Modified Files: pkgsrc/x11/qt2-libs: distinfo pkgsrc/x11/qt2-libs/patches: patch-am Log Message: include stdlib.h to get a prototype for getenv(). Fixes recently noted bulk build problems on alpha.
2004-01-02Finish previous pull-up - remove patch-ad which isn't necessary any more.agc1-15/+0
2004-01-01Pull up security fix to the pkgsrc-2003Q4 branch, requested by Lubomiragc7-46/+49
Sedlacik. Module Name: pkgsrc Committed By: salo Date: Thu Jan 1 20:06:11 UTC 2004 Modified Files: pkgsrc/x11/xfstt: MESSAGE Makefile PLIST distinfo pkgsrc/x11/xfstt/patches: patch-aa patch-ab patch-ac Log Message: Update to version 1.6. - correct usage of PREFIX in MESSAGE - sort PLIST Changes: 1.6: ==== - Fixed ttSyncAll only looking at fontdir subdirectories - Added more robust checking for cachedir - Removed a constant path size limitation (for the Hurd) - Fixed a typo in "syncing" - Minor indentation fixes - Started the transition to using C++ strings - Changed the libfstt API: Fixed multiple memory leakages The member getString doesn't need the conversion buffer anymore - Fixed the output format of --gslist 1.5.1: ====== - Fixed a possible security problem by checking the byteorder magic in the connection handshake: bugtraq id 8255 1.5: ==== - Fixed multiple buffer overflows in the network packet handling code: CAN-2003-0581 - New encoding: iso8859-14 - Moved hardcoded dir locations to configure space - Mkdir the fontdir and cachedir in the make install target - Improve error messages when cachedir does not exist - Remove --gslist dependency on order of arguments - Replaced dprintfN with a debug function - Cleaned the debugging output - Indentation and minor source cosmetic changes - Updated to gettext 0.12.1, version 0.11.5 was buggy - Added a System V init file example - Cleaned the examples in doc/examples: font.properties, test.sh - Updated the documentation: doc/FAQ, INSTALL, THANKS, TODO, xfstt.1x
2003-11-20use 'test -d' for directories to improve portability (solves problem in ↵heinz1-2/+2
http://mail-index.netbsd.org/tech-pkg/2003/11/19/0000.html)
2003-11-14Excise "mkpatches" vs. USE_PKGLOCALEDIR fallout (caught by Thomas Klausner).fredb2-21/+3
2003-11-14Make the gnome1 control-center applet work again:fredb4-9/+74
- The demo now needs --crapplet to run properly in the control-center (undoubtedly, short for "control-center applet"). ;-) - There's no need to haphazardly install the gnome2 applet into the gnome1 directories, as the package gnome2 control-center will presumably use the directories designated for it.
2003-11-14Many of the "hacks" aren't ready for strict aliasing, so turn it off.fredb1-1/+5
2003-11-12PKGREVISION++ after openssl update.jschauma2-3/+4
2003-11-12PKGREVISION++ due to devel/popt update.salo26-48/+52
2003-11-10It seems that the package libXrender has a few symbols absent in the 4.3.0fredb2-6/+6
libXrender, so treat that as a minor bump and upgrade the dependency. It seems that all packages that depend on Xrender do so indirectly, through a dependency on Xft2, which already depends on Xrender 0.8.2, so skip the PKGREVISION bumps. The only effect of this should be to prevent dependents from gaining the shared library dependency on both the X and package libs.
2003-11-08it's necessary to use 'grep -i' in the test for KDE UIC plugins - thejdolecek2-8/+17
class name is KLineEdit, so exact match on 'klineedit' doesn't work
2003-11-08Update xlockmore to 5.10. Changes:hubertf2-5/+5
* Allows xlockmore to be configured to pipe the password into a command * when the correct password is entered. Thanks to Nick Cleaton * <nick@cleaton.net> See etc/README.etc. Disabled for VMS. rubik lxmxn allow l&m&n to be 1 but not all at once. minor skewb fixes (the hidden surface was not flush, and one of the pieces was turned). Disable logout button and autologout with -logoutButton -1 put back in by popular demand. NO_NEGATIVE_LOGOUT will disable but its not active by default. rubik's orange was pink. JP to JA fixes and some more Japanese and French translation thanks to YAMAGUCHI Shingo <shingo-y@spacelan.ne.jp>.
2003-11-08Upgrade to 2.4.2, by Soren Jacobsen via PR pkg/23384.xtraeme7-121/+43
Changes since 1.31: * Complete rewrite by new author. * Perl no longer used * Uses curl * ~/.wmWeatherReports/ -> ~/.wmweather/ While here s/USE_X11BASE/USE_X11/, sync DESCR, MASTER_SITES and COMMENT with reality.
2003-11-08Update HOMEPAGE, MASTER_SITE and COMMENT with reality, fromxtraeme1-4/+4
Soren Jacobsen via PR pkg/23385.
2003-11-07depend on Xrender 0.8 (rather than 0.8.3), so that the Xrender bundledjdolecek1-2/+2
with XFree 4.x would match the dependency (if present), instead of forcing use of the Xrender package
2003-11-06Let this package build and install in the presence of xpkgwedge.agc2-5/+23
2003-11-05Bring in converters/libiconv/bl2.mk for -liconvrtr1-1/+2
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