summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2001-06-23Correct typo and reorder lines to our BUILDLINK_FIX_LIBTOOL_SED settingjlam1-3/+3
comes first.
2001-06-23Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Alsojlam2-11/+13
use ${FIND}/${SORT} instead of find/sort.
2001-06-23Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-5/+6
2001-06-23Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Handlejlam5-38/+123
-L and rpath specifications in the config files by directly substituting their final values; this is needed since the configure script directly manipulates these values via sed and needs the substituted values, not just ${VAR}. Also honor CXXFLAGS passed in from the environment (possibly containing optimization flags) during the build.
2001-06-23Within a package, references to it's installed location should bejlam1-6/+6
${PREFIX}.
2001-06-23The QT2 directory is not always ${X11BASE}/qt2.jlam1-6/+6
2001-06-23Add buildlink.mk file for use by other package Makefiles.jlam2-0/+78
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam5-20/+25
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-21Add buildlink.mk files for use by other package Makefiles.jlam1-0/+53
2001-06-21Touch ${TK_LIB_FILE} during build so that it doesn't have to be re-linkedjlam3-7/+16
during installation.
2001-06-21Move inclusion of buildlink.mk file below GNU_CONFIGURE and USE_LIBTOOLjlam1-3/+3
settings.
2001-06-21Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-18/+13
2001-06-21Disable multi char glyph languages as a stopgap for now. Themartin1-2/+1
implementation is broken, it breaks the program for users with non-multi-char-glyph and non english ("C") locales. I will file a PR for the real problem.
2001-06-20Mark as USE_BUILDLINK_ONLY.jlam1-8/+8
2001-06-20Add buildlink.mk file for use by other package Makefiles.jlam1-0/+39
2001-06-19Use db/buildlink.mk to make this compile under Solaris withjlam1-3/+4
USE_BUILDLINK_ONLY defined.
2001-06-19Make sure that installed files announce the correct version number forjlam1-1/+24
the installed package. We patch the version info in the configure scripts to deal with shared library versioning, but we don't want those version numbers to leak into installed files. Fixes 2nd part of pkg/12146 by Dan Winship <danw@ximian.com>.
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-2/+3
2001-06-18Mark these packages as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-18Regularize fixes to config scripts to use the same code.jlam2-11/+15
2001-06-18Update xscreensaver package(s) to 3.33, with patches submitted by Danielfredb5-30/+35
Hagerty in PR pkg/13233.
2001-06-18s/INSTAL_DATA_DIRL/INSTALL_DATA_DIR. Fix by sen_ml@eccosys.com injlam2-4/+4
pkg/13235.
2001-06-17update to 2.3.1drochner10-41/+50
Qt 2.3.1 is a bugfix release. It keeps both forward and backward compatibility (source and binary) with Qt 2.3.0 **************************************************************************** * General * **************************************************************************** - correctly reinitialize internal data structures on QApplication destruction to allow the sequential creation of multiple QApplication objects. - Some bugfixes for the new support for Xft (antialiased fonts on X11) correct clipping when drawing with Xft correctly handle family names starting with a number handle case when no Xft font could be loaded correctly report bounding rectangles of strings - Printing on Windows work around a bug in some HP printer drivers correctly map between Qt and Windows page sizes - Improved build on HP/UX, AIX and SCO **************************************************************************** * Library * **************************************************************************** - QAction use unique object names for generated objects - QCanvasView even less flicker - QClipboard on Windows keep clipboard contents even after application exit - QDns: fixed a crash. - QFont correctly report fixed pitch on Windows make inFont work correctly on X11 - QFontDataBase on X11: report correct sizes when monitor resolution != 75 dpi some fixes for asian character sets - QImageIO fixed saving of paletted PNGs - QLineEdit fixed keyboard selection after undo/redo - QListBox fix numRows() and numCols() for empty listboxes - QMovie some performance optimizations - QPainter on X11 fixed clipping problems occuring in some cases in paint events fix drawText when using scaled painters - QPopupMenu on Windows: child widgets now receive mouse events fix placement of menus - QPrintDialog on X11 more tolerant parsing of /etc/printcap - QPrinter on X11 search some more places for embeddable fonts produce smaller postscript when printing grayscale images - QRichText fixed a problem in the HTML parser handle translated painters correctly fixed endless loop occurring rarely when printing long tables - QString fixed toULong for base != 10 - QThread some smaller fixes in QWaitCondition and sleep functions don't lock application mutex for console applications - QToolBar fixed moving of toolbars between main windows Insert toolbuttons with associated popup menus as a submenu in the extension popup - QUrl / QFileDialog delete files with special characters improved processed processing of filenames on different platforms allow digits in protocol names - QUrlOperator some memory leaks are fixed (one of them caused a segmentation fault if FTP was used and the FTP server timed out) - QWidget preserve Widget flags when toggling to and from FullScreen mode. fixed some focus issues with the menubar's Alt-mode (clearFocus() did not always behave as desired). X11 only: fixed mouse move event compression when using QWidget::scroll(). - QWizard correct update of finished and next button - QWorkSpace fixed minimize/maximize behaviour, hide maximize controls when the workspace gets hidden some focus handling fixes - Windows event processing Use mouse position at event generation time rather than processing time. **************************************************************************** * Extensions * **************************************************************************** - OpenGL workaround for some Windows OpenGL drivers - Browser plugins fixed OpenGL handling in plugins **************************************************************************** * Other * **************************************************************************** - Turn off Windows 2000 fading effects on color depths of less than 32 bit - Designer: clear namespace when deleting widgets - fix some memory leaks in the network module - Better support for VNC **************************************************************************** * Changes that might affect runtime behavior * **************************************************************************** - QWheelEvent make accept the default state for QWheelEvent as documented - QPrinter on Windows unknown page sizes now return QPrinter::Custom instead of the wrong QPrinter::A4 **************************************************************************** * Qt/Embedded-specific changes * **************************************************************************** - USB Keyboard support improved. - Printing support improved. - Development support for non-Linux platforms (eg. with QVfb on FreeBSD). - QWSServer/QWSWindow now have a more useable (and documented) API. - Pixmap brush polygon fills are now supported. - Fixed freezing of modal widgets inside manager events. - Bug fixes in masked blit, scrolling, clipped alpha-blended images, focus handling, and QCopChannel::isRegistered(). - iPAQ buttons F1..F4 are now F9..F12 (F4 pops up Comboboxes!) - Support for more mice. - Fixes to compile with GCC 3.0snapshots.
2001-06-17USE_MESA is defined automatically by the buildlink.mk file.jlam1-2/+1
2001-06-17update DESCRzuntum1-11/+6
2001-06-16Converted to use buildlink.mk files.jlam1-10/+23
2001-06-16Remove -I$(includedir) from the header search path (in spirit ofjlam9-6/+113
buildlink).
2001-06-16Really put locale files under ${PKGLOCALEDIR}, not only under share, andjlam1-6/+17
refer to orbit-config as $ORBIT_CONFIG in the configure script.
2001-06-16Convrt to use buildlink.mk.jlam1-5/+16
2001-06-16Add buildlink.mk files for use by other packages.jlam2-0/+112
2001-06-15update to wxGTK-2.2.7drochner5-46/+122
changes since 2.2.3: Applied patch to allow using non-Latin keyboards. Added wxActivateEvent for top level windows. Corrected wxActivateEvent for app (now wxEVT_ACTIAVTE_APP). wxTextCtrl sends focus events. Corrected so-library name. wxTreeCtrl now shows an item, if it was programmatically selected. wxTextCtrl no longer sends any text event upon its construction. wxSpinCtrl misbehaviour fixed. Corrected wxYield() to handle recursive calls more gracefully (and with a warning in debug mode). This fixes a problem with crashing wxTreeCtrl's built-in drag'n'drop and probably some other as well. Corrected wxMenuItem::GetLabel() to handle deliberate underscore characters correctly. Patch for better 8-bit-display support. Implememted wxCommandEvent::IsSelection() for wxListBox. Corrected wxListBox::Set() for sorted mode. Added EVT_TEXT_UPDATED for spin ctrl. Corrected wrongly rounded value in slider and scrollbar for negative values. Translation updates. Fixed wxMenu::FindItem() for sub menus. Various other fixes. Synchronized release with wxMSW again.
2001-06-14pkglint doesn't like ${PKGSRCDIR}skrll1-4/+4
2001-06-13Put FreeBSD patch back, on suggestion by agc.wiz2-1/+15
2001-06-13Fix installation if xpkgwedge is used. While here, remove patch-ab which iswiz3-29/+9
only necessary on FreeBSD. pkg/13193 by John P. Darrow.
2001-06-13Fix installation path if xpkgwedge is used.wiz2-9/+7
pkg/13187 by John P. Darrow.
2001-06-13- Simplify code to handle detection of what library files (shared, static,tron4-107/+106
shared library revisions, etc.) were installed. - Get includes into a sub directorty with OpenWindows. - Fix package list for OpenWindows systems.
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam3-8/+8
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12Make this package happy with xpkgwedge; Since mkfontdir is a part of standardkei1-3/+3
X distribution, it's always in /usr/X11R6/bin even if xpkgwedge is installed.
2001-06-11Update xpenguins to version 2.1zuntum6-51/+60
* Version 2.1 (26 May 2001) - Found a WM that requires vroot.h: amiwm - replaced vroot.h functionality - Detects KDE, Enlightenment & Nautilus desktops & draws to them (at last!) - Sends expose event to background window so that KDE icons reappear - ToonErase does not erase whole screen on first call - No longer segfaults if display not found (new bug in 2.0) - Can override root window detection using `--id' - Use `--nice' to respond to system load by killing toons * Version 2.0 (7 May 2001) - Minor changes to error reporting * Version 1.9 (1 May 2001) - Code modularisation and separation into lots of different files - A massive rewrite of xpenguins_*.c code (toon_*.c functions mostly unchanged) - Themability added and some default themes written - Now use automake and autoconf - Removed use of vroot.h - I really don't know what it did anyway
2001-06-11o remove input redirection for sedzuntum1-5/+5
o add missing '/' to the HOMEPAGE
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam14-30/+21
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-4/+1
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-11Use bsd.buildlink.mk instead of duplicating code all over the place.jlam1-48/+11
2001-06-10Use cookies (.*_done) to determine whether headers and libs have beenjlam1-5/+14
linked from a particular package, and add a pre-configure target to the buildlink.mk file to more painlessly use buildlink.mk files. A ${BUILDLINK_TARGETS} variable still exists in case a package _must_ define NO_CONFIGURE.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-09' ' -> '\t'wiz1-2/+2
2001-06-09Undo previous to let rxvt use big5 fonts from intlfonts (pkg/12664).wiz2-15/+1
Will be done by modifying intlfonts.
2001-06-08Use wildcard dependence on "p5-HTML-Parser" package.tron1-2/+2
2001-06-07Remove "post-configure" target for Solaris which is not necessary withtron1-8/+1
revision 1.750 of "mk/bsd.pkg.mk".
2001-06-05Use ${X11PREFIX} as the installation prefix of fltk instead of double-listingjlam1-8/+3
the headers and libraries.