summaryrefslogtreecommitdiff
path: root/x11/qt2-libs
AgeCommit message (Collapse)AuthorFilesLines
2004-05-03No longer used.snj1-38/+0
2004-04-11Whitespace fixes.snj1-7/+7
2004-04-11Convert to buildlink3 and remove some unnecessary CONFIGURE_ARGS.snj2-14/+43
2004-04-11FIX_RPATH has been gone for 4 months.snj1-2/+1
2004-02-08PKGLIBTOOL and PKGSHLIBTOOL are no more.jlam1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-11-30As pointed out by jlam:jschauma1-2/+2
bump PKGREVISION on packages depending on graphics/glu due to latest shlib changes there.
2003-11-25include stdlib.h to get a prototype for getenv(). Fixes recently noteddmcmahill2-9/+18
bulk build problems on alpha.
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-06-09Add "Xft2" support. This provides antialiased fonts and fixes buildtron3-3/+22
problems under XFree86 4.3.0 (and with it hopefully PR pkg/21828). Bump package revision to reflect changes.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-3/+4
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-03-12More updates from Mesa:jschauma1-2/+3
As with the Makefiles, only include Mesa's buildlink when necessary, otherwise include MesaLib's and/or glu's buildlink.
2003-03-09Bump PKGREVISION due to upgrade of Mesa and friends.jschauma1-3/+4
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-02-07fix a bug created by last fix. We need to use gmake for the configuredmcmahill2-8/+21
step as well as the build instead of only the build. Should fix problems noted in Hubert's recent bulk builds.
2003-02-05regendmcmahill1-2/+2
2003-02-05on alpha, turn off optimization on the 33 files which tickle compiler bug(s).dmcmahill3-13/+72
This now builds on alpha with gcc-2.95.3.
2002-10-25Don't depend on egcs for solaris, the gcc-2.95.3 provided with solaris9bouyer3-14/+53
works fine too. libtoolize the library builds for solaris, and build shared libraries.
2002-10-09Unused.wiz1-54/+0
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-09-22Create new variables BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg>jlam1-1/+4
that hold the compiler and linker flags used to find the headers and libraries because these packages install them into non-standard places. These variables may be used in package Makefiles by doing: CPPFLAGS+= ${BUILDLINK_CPPFLAGS.<pkg>} LDFLAGS+= ${BUILDLINK_LDFLAGS.<pkg>}
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-38/+69
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-4/+4
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-16Update qt2-libs to 2.3.1nb1. Changes from version 2.3.1 are makingjlam3-3/+50
QDir::mkdir and QDir::rmdir work when passed a directory name with trailing slashes by removing the trailing slashes prior to making the mkdir(2) and rmdir(2) system calls. KDE2 seems to rely heavily on this behaviour.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-09Make sure that the licence question is not repeated in the "build" target.tron1-1/+4
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam5-15/+17
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-3/+3
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-02REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SED should do oppositejlam1-1/+3
substitutions, so make it so.
2001-07-02Change BUILDLINK_FIX_LIBTOOL_SED to REPLACE_BUILDLINK_SED.jlam1-3/+4
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-26Also add ${QTDIR}/lib to the rpath setting in LDFLAGS.jlam1-1/+2
2001-06-26Define BUILDLINK_QTDIR and QTDIR, and pass settings for QTDIR and MOC tojlam1-2/+9
CONFIGURE_ENV and MAKE_ENV.
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. 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.jlam1-0/+42
2001-06-17update to 2.3.1drochner7-37/+37
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-14pkglint doesn't like ${PKGSRCDIR}skrll1-4/+4
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-04-19Stylistic change.skrll1-2/+3
2001-04-19Fix path to license-accepted file, per PR 12699hubertf1-2/+2
(Do we really need a file for this?)
2001-04-17Re-enable common m5,patch-sum file in new distinfo scheme.skrll2-3/+4
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo