summaryrefslogtreecommitdiff
path: root/x11/qt3-libs
AgeCommit message (Collapse)AuthorFilesLines
2004-08-27Change to use COMPILER_RPATH_FLAG.jlam2-6/+5
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-2/+2
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-25Bump PKGREVISION for patch to use modern resolver lib.markd1-1/+2
Noted by wiz.
2004-08-24Use modern resolver api on recent NetBSD systems that have it.markd2-1/+15
From Love in PR 26638. Fixes problems in threaded programs. eg psi and kde3.3's cups support.
2004-08-12Changes 3.3.3:adam4-36/+8
* Bug-fix release
2004-08-11Fix whitespace.markd1-4/+4
2004-07-31Set QMAKE_LFLAGS based on the value of LDFLAGS at the point that qmake ismarkd1-3/+3
run rather than when the qmake.conf was generated. Should be effectively equivalent to what was happening under buildlink2 and fixes linking problems of audio/kmp and other qmake using packages.
2004-07-13Be explicit about enabling or disabling cups support based on value ofmarkd1-1/+9
USE_CUPS. Patch similar to that described by Bob Bernstein and Jeremy C. Reed in tech-pkg@. Fixes PR 26261 from Ian Zagorskih.
2004-07-06Unused.wiz1-49/+0
2004-07-06Fix include paths for postgresql header files (for qt3-psql).wiz2-7/+7
2004-07-06Convert qt3-libs to use BUILDLINK3. Based on patches from Joachimreed3-20/+21
Kuebart in PR#25753. Tested by myself on Linux and NetBSD 1.6.2_STABLE. (Also tested on NetBSD 2.0_BETA by wiz@. And tested by jschauma under Linux.)
2004-05-10Force building X11 version (not Carbon) under MacOSXadam3-1/+29
2004-05-07whitespace nitscjep1-2/+2
2004-04-30Optimize qmake for speed-upadam2-1/+15
2004-04-29Update to qt3 3.3.2.markd2-100/+3
Qt 3.3.2 is a bugfix release. It maintains both forward and backward compatibility (source and binary) with Qt 3.3.1 and Qt 3.3.0. X11 specific fixes: Fixed crash bug when using X Input Method Chinput. - Drag and Drop Ignores accelerator events when dragging. - QClipboard Fixed bug where data()->format() would return the wrong value. Fixed potential crashes with regards to iterators. - QFont Avoids badly scaled fonts, and prefers exact matches. Made sure symbol fonts get loaded correctly. Made it possible to load Latin fonts that do not contain the Euro symbol. Fixed glyph width bug observed with some Khmer fonts. Fixed crash with misconfigured Xft. Fixed problem with font selection for Xft2 when having Latin text with non-Latin locale. Respects custom dpi settings for Xft. Does not use Xft if we have FreeType1 but no XRender. Fixed memory leak in the font engine when drawing transformed fonts. - QGL Fixed crash when rendering text in GL widgets. - QLocale Tru64: Fixed crash when INFINITY is compared to another double. Tru64: Uses DBL_INFINITY for Compaq C++ compiler. - QMimeSource Does not re-enter the event loop in provides(). - QPainter Fixed rendering of anti-aliased text on non-XRender enabled displays. - QPrinter Fixed setFromTo(). Fixed printing of Arabic text with XLFD fonts. - QTextEdit Fixed bug with extremely long lines. - QThread Fixed bug that made program require superuser privileges on some Linux machines. - QWidget Fixed showFullScreen() and showMaximized() for window managers that do not support extended window manager hints (EWMH).
2004-04-24Add QTDIR to BUILDLINK_PASSTHRU_DIRS in buildlink3.mk, so that bl3recht1-1/+2
packages could actually link against the qt libs.
2004-04-16update to 3.3.1recht8-45/+134
changes (among many others): - New QLocale Class - The ActiveQt framework, first available in Qt 3.1, has been enhanced in lots of ways in Qt 3.3. - Semi-Transparent Windows Other Improvements - The network module now supports IPv6 in addition to IPv4. - New 64-bit platforms are supported: Itanium on Linux (Intel compiler) and Windows (MSVC and Intel). - QCursor now provides the BusyCursor shape, which combines an hourglass with an arrow. - Qt's DOM classes are now reentrant when Qt is built with multithread support enabled. See http://www.trolltech.com/products/qt/whatsnew.html for more details.
2004-03-30Teach qt's configure to find libraries/headers inside BUILDLINK_DIR, whichxtraeme1-2/+4
is mandatory if you want Xft2/Xrender support when using X11_TYPE=XFree86.
2004-03-30Add buildlink3.mkrecht1-0/+46
2004-03-29Add missing Xrandr and xcursor buildlink2.mks.recht2-3/+8
Patch PKGREVISION to 1.
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-2/+2
testing it.
2004-02-08We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,jlam1-4/+4
etc. because the bare variables will point to the correct executables.
2004-02-02These packages need a C++ compiler.jlam1-2/+2
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-11Add -lrt to SYS_LIBS for Solaris.markd1-2/+2
Resolves sched_get_priority_{max,min}().
2003-12-19Update QT3 to 3.2.3.skrll11-96/+67
Far too many new features and bug fixes to list here. Includes a fix for Hangul (Korean character) handling from Bang Jun-Young <junyoung at netbsd dot org>. Thanks. "Better late than never"
2003-12-10Don't force -O2 any more, use CFLAGS insteadadam1-3/+3
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-10-23G/c unnecessary patch.junyoung2-13/+3
2003-10-05Replace -lpthread with ${PTHREAD_LDFLAGS}. (Fixes my build on FreeBSD 5.x).xtraeme2-4/+5
Ok'ed by skrll@
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-18require gcc 2.95.3 so this can be built on NetBSD 1.5.x.grant1-1/+2
closes PR pkg/19189 from hclsmith@yahoo.ca.
2003-08-06fix BUILDLINK_PREFIX defaults to build w/o xpkgwedgedrochner1-2/+2
2003-08-02use USE_GNU_TOOLS+= so we can co-exist with a user's setting.grant1-2/+2
2003-08-02USE_GNU_TOOLS=awkgrant1-1/+3
2003-08-01Don't USE_X11BASE; there is no reason to install there.drochner3-6/+6
Bump PKGREVISION on everything which installs into the QTDIR tree. (Applications which just use qt3 shouldn't be affected because each program using qt3 has an RPATH into both LOCALBASE and X11BASE.)
2003-07-22Build, install and use a shared libqassistantclient.drochner3-1/+29
This is primarily needed by PyQt.
2003-05-29s/USE_CXX/USE_GCC_SHLIB/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv2-5/+5
2003-05-02Move PKGREVISION from Makefile.common to Makefile.wiz2-3/+3
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-03-19Add header files invented by latest QT 3.x version.tron1-1/+7
2003-03-19Remove some header files which are not installed any more.tron1-4/+1
2003-03-18Update qt3 to 3.1.2. This update fixes a large number of bugs.skrll9-24/+42
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-14Add include of freetype2/buildlink2.mk to match the one in the Makefile.markd1-1/+2
Should fix PR 20693 from John Fisher.
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-11Update qt to 3.1.1.markd8-88/+123
Qt 3.1 introduces many significant new features and many improvements over the 3.0.x series. Also lots of bugfixes. The Qt version 3.1 series is binary compatible with the 3.0.x series: applications compiled for 3.0 will continue to run with 3.1.