aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33/files
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.3.5Michael Nottebrock2005-11-056-65/+112
| | | | Notes: svn path=/head/; revision=147325
* Remove a patch that introduces a binary incompatibility between kdelibsMichael Nottebrock2005-07-101-126/+0
| | | | | | | and qt33 if kdelibs has been built against a patched qt. Notes: svn path=/head/; revision=138825
* Update to KDE 3.4Michael Nottebrock2005-03-2023-0/+1996
| | | | Notes: svn path=/head/; revision=131766
* Update to Qt 3.3.4, introduce MASTER_SITE_QT.Michael Nottebrock2005-02-061-61/+0
| | | | | | | Approved by: maintainer (for qmake) Notes: svn path=/head/; revision=128134
* Add the patch created by KDE people, that addresses a very annoyingMikhail Teterin2004-11-161-0/+61
| | | | | | | | | | | | | | | problem in many Qt-based programs -- tabs are replaced by spaces. The patch is straight from KDE's qt-copy CVS tree and should be present in the next version of Qt. Bump PORTREVISION. While here, stop requiring exact versions of png, jpeg, and mng -- anything the user's system has at the time of port-building will satisfy Qt. Approved by: Andy Fawcett (as part of kde@ -- the maintainers) Notes: svn path=/head/; revision=121782
* Update to 3.3.3Michael Nottebrock2004-08-131-0/+20
| | | | Notes: svn path=/head/; revision=116152
* Patch configure instead of piping echo output to the configure script -Michael Nottebrock2004-05-251-1/+12
| | | | | | | | | the latter isn't make -s - safe. Noticed by: Jon Noack <noackjr@alumni.rice.edu> Notes: svn path=/head/; revision=109983
* Update to 3.3.2Michael Nottebrock2004-05-161-27/+0
| | | | Notes: svn path=/head/; revision=109250
* Add an additional patch to make Qt compile on 4.x/Alpha.Michael Nottebrock2004-05-151-0/+14
| | | | | | | | Special thanks to Idar Tollefsen <idart@performancedesign.no> for giving me access to his Alpha/4.x machine for testing! Notes: svn path=/head/; revision=109221
* Update to KDE 3.2.1 / QT 3.3.1Michael Nottebrock2004-03-098-195/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== KDE: - Audio/arts does not install artswrapper anymore, instead it is provided by audio/artswrapper. See UPDATING. - misc/kdeaddons3 is now a metaport with editors/kate-plugins editors/vimpart games/atlantikdesigner misc/kaddressbook-plugins misc/kfile-plugins misc/kicker-applets misc/knewsticker-scripts misc/konq-plugins misc/ksig misc/renamedlgplugins multimedia/noatun-plugins net/kontact-plugins as slave ports. - A number of KDE ports now uses OPTIONS do make various WITH_* options more visible. - Plist fixes - devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for newly created projects. - kdebase will no longer remove previous KDM configurations. This won't take effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still remove the configuration), but subsequent updates will merge old configs. QT: - Previous versions of QT could be compiled with debugging-support enabled by defining DEBUG. This switch has been renamed to the more unambiguous WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports). Notes: svn path=/head/; revision=103453
* - Update QT to version 3.2.3.Michael Nottebrock2003-12-131-0/+49
| | | | | | | | | | | | | | | | - s/USE_MESA/USE_GL - Get rid of the nvidia-driver warning - Unhook database-plugin ports from the main port. - Use and depend on devel/qmake. Thanks to Mikhail Teterin <mi+kde@aldan.algebra.com> for ideas and code for the dependency on the qmake-port and the database- plugins. Approved by: Maintainer (for qt-mysql-plugins) Notes: svn path=/head/; revision=95714
* Add a small hackish patch that prevents qmake from generating a bogusMichael Nottebrock2003-09-211-0/+12
| | | | | | | | | | dependency on an old header during portupgrade and causing the install stage to fail. Approved by: will Notes: svn path=/head/; revision=89101
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.Will Andrews2003-09-183-42/+0
| | | | Notes: svn path=/head/; revision=89050
* Update to KDE 3.1.2Mario Sergio Fujikawa Ferreira2003-05-195-21/+42
| | | | Notes: svn path=/head/; revision=81484
* Rejoice, for the long awaited upgrade to kde 3.1.1 is here!Alan Eldridge2003-04-051-11/+0
| | | | Notes: svn path=/head/; revision=78353
* o Fix a include inside a header file. It was pointing to a no longerMario Sergio Fujikawa Ferreira2003-02-171-0/+9
| | | | | | | | | | | | | | | existent file [1]. This fixes unixODBC port GUI build. o qt applications should be built with thread support per default. Thus, add this to default qmake.conf for FreeBSD. [2] o Bump PORTREVISION due to aforementioned PR: 48303 [1] Submitted by: Michael Collette <metrol@metrol.net> [1], arved [2] Reviewed by: Lauri Watts <lauri@kde.org> (FreeBSD KDE Team) Notes: svn path=/head/; revision=75735
* Repocopy from qt30. Modified to current status.Alan Eldridge2003-01-0610-7/+218
| | | | | | | NOT TO BE USED AS A DEPENDENCY UNTIL AFTER 5.0 RELEASE!!!! Notes: svn path=/head/; revision=72632
* Upgrade to Qt 3.0.5.Will Andrews2002-07-292-50/+7
| | | | | | | | Submitted by: mi Reviewed by: Lauri Watts <lauri@kde.org> Notes: svn path=/head/; revision=63714
* o Switch to official distribution distfiles instead of using speciallyMario Sergio Fujikawa Ferreira2002-04-271-0/+50
| | | | | | | | | | | | | | | | tailored ones o Add patch-aa to handle current not patched distfile (it is already incorporated in repo version) o Uphold hier(7) for documentation installation o Bump PORTREVISION o Fixes sent by [1]. Coordinated by [2] Submitted by: Lauri Watts <lauri@kde.org> [1] Reviewed by: Alan E <ports@geeksrus.net> [2] Approved by: will Notes: svn path=/head/; revision=58214
* Please welcome Qt3/KDE3 to our ports tree. This includes work since theWill Andrews2002-04-217-566/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | original versions of these ports, so some PORTREVISIONs were bumped. See http://freebsd.kde.org/ and mailing lists linked to from there for info on the packages generated to test these ports. bsd.kde.mk has already been updated a few days ago to work with these. Some patches applied to fix a few bugs were: deskutils/kdepim3: [1] Remove kpilot from build because it wasn't ready at release. editors/koffice-kde3: [2] Fix compile time bugs for FreeBSD. misc/kdeedu3: [3] Fix compile problem with kvoctrain. x11/kdebase3: [4] Fix KDM CPU usage and login bug. Some caveats: * All PLISTs are broken for deinstall due to script bug that I didn't notice until very recently. This will be fixed when I commit an update tomorrow. These ports should still install perfectly fine though. They should also deinstall without giving errors, but will leave directories behind. * You can't install this with any other version of QT or KDE already installed. I am not sure the checks are 100% working, but fixes for these will be forthcoming. This is mainly due to a policy decision made by kde@ to make QT/KDE ports install the way the rest of the world expects it to while also still conforming to FreeBSD's hier(7). For reference on this decision, please consult the KDE/FreeBSD mailing list archives. This decision fixes 2-year-old bug reports relating to how we handled this for KDE2 vs KDE1. Submitted by: [1] Adrian de Groot <adridg@cs.kun.nl>, [2] David Faure <faure@kde.org>, Andy Fawcett <andy@athame.co.uk> Lauri Watts <lauri@kde.org> [3] Lauri Watts <lauri@kde.org> [4] Alan Eldridge <alane@geeksrus.net> Oswald Buddenhagen <ossi@kde.org> Reviewed by: kde Notes: svn path=/head/; revision=57964
* Apply objprelink patch and use it only if MACHINE_ARCH=i386 *and*Will Andrews2002-01-052-12/+23
| | | | | | | | | | NO_QT_OBJPRELINK isn't defined. This was a little trickier than fixing the KDE stuff, but I think this will work ok. Requested by: several Notes: svn path=/head/; revision=52586
* Upgrade KDE to 2.2.2:Will Andrews2001-12-043-19/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd Notes: svn path=/head/; revision=51005
* Add missing manpage.Will Andrews2001-08-171-0/+1
| | | | | | | | PR: 29356 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=46386
* Update to 2.3.1.Will Andrews2001-07-032-20/+4
| | | | | | | Submitted by: mi Notes: svn path=/head/; revision=44673
* Replicate the fixes in the other two patches when building qt23 withNik Clayton2001-06-222-0/+91
| | | | | | | | | debugging turned on. Approved by: MAINTAINER Notes: svn path=/head/; revision=44308
* Ladies and gentlemen, I give you QT 2.3.0!Dag-Erling Smørgrav2001-03-148-147/+20
| | | | Notes: svn path=/head/; revision=39803
* Fix PLIST.Will Andrews2001-03-051-1/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=39098
* Update QT2 to 2.2.4: Re-add USE_MESA, remove antialiasing patch, removeWill Andrews2001-02-045-127/+61
| | | | | | | | | | | | | | | | | | | | | default -j2 (but keep MAKE_JOBS var), restore old perl REs as soon as I'd learned how to do multiple ones, remove QPL license file from packaging, sync with newest KOI8-U/R stuff (not tested). The biggest bonus: split QT Designer into its own port, and make the qt22/qt-designer pair a member of the master-slave ports legion, hopefully to reduce redundancy as much as possible. This should also save roughly 20 minutes of compile time on a dual PIII-600 for those that don't need or want QT Designer. UIC is, however, still installed/compiled by the default Qt 2.2.4 (as it _is_ required for other things e.g. KDE2). USE_MESA may break KDE2. Hopefully, now that the port does install both the threaded and non-threaded versions of QT, it won't. But until the next release of KDE2, I'm not gonna bother testing to see. USE_MESA repeatedly requested by: sobomax Notes: svn path=/head/; revision=37942
* Add missed manpage.Maxim Sobolev2001-01-291-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=37732
* kio8-* encoding improvementKevin Lo2001-01-055-0/+211
| | | | | | | | Submitted by: mi@aldan.algebra.com Approved by: will Notes: svn path=/head/; revision=36808
* Fix build for XFree86 4.0.2 users: use threads by default in QT even thoughWill Andrews2000-12-261-7/+16
| | | | | | | | | | | | | it doesn't really work (or so I've been told). This does not affect the build for non-XFree86-4.0.2 users. Apologies for not getting this in sooner. Thanks to: Andrew <elitetek@flashcom.net> for loaning me access to a fast machine with XFree86 4.0.2 to do my testing on, as well as being the first one to contact me about this. Notes: svn path=/head/; revision=36357
* Update to QT 2.2.3. This upgrade includes the addition of MNG supportWill Andrews2000-12-181-1/+0
| | | | | | | | | in the port.. although that support has been in QT 2.x for awhile. The upgrade is also required for KDE 2.1 beta 1. Apologies to Kevin for not getting it done sooner. Notes: svn path=/head/; revision=36070
* Numerous fixes and improvements:Maxim Sobolev2000-11-202-9/+31
| | | | | | | | | | | | | | | | | | 1.In Designer, don't rely on QTDIR environment being set when searching for documentation and templates. Also correct search paths relatively to QTDIR (/doc/html/... --> /share/doc/qt2/... etc.). 2.Install *all* documentation (previously index files and some pixmaps were left behind, which was rendering help system mostly non-functional and useless). 3.Install Designer's templates. 4.Don't use ${INSTALL_DATA} to install symbolic link to shared library - it leads to the file this link points to being installed and as a result two fully indentical versions of lib{qt2,util} are installed, wasting user's HDD space (approx 8MB) and bloating package file (+3MB). Also use ${INSTALL_PROGRAM} for shared libs to strip unneeded symbols. Notes: svn path=/head/; revision=35282
* Add WANT_STATIC option, basically it adds support for compiling a staticWill Andrews2000-09-171-0/+20
| | | | | | | | | library, useful for things like libh. Bump PORTREVISION accordingly. Submitted by: nra Notes: svn path=/head/; revision=32737
* Update to QT 2.2.0 release. Satoshi will handle the USE_QT2 upgrade, whichWill Andrews2000-09-122-6/+6
| | | | | | | | | | should happen sometime later this week. Yes, this is *THE* QT that will be used with KDE2. :-) Submitted by: nra (thanks for making my job easier) Notes: svn path=/head/; revision=32538
* Typo (qanvasview -> qcanvasview).Satoshi Asami2000-09-091-1/+1
| | | | | | | Submitted by: obento Notes: svn path=/head/; revision=32474
* Update the manpage listing.Will Andrews2000-09-081-0/+64
| | | | | | | Submitted by: new-bento (by way of asami) Notes: svn path=/head/; revision=32417
* Update to 20000829A snapshot. Disable kdenetwork2 for the time being soWill Andrews2000-08-291-26/+15
| | | | | | | | | | | | | | | | | I can address some of its issues (should see it marked un-broken in about 3 hours, if they're trivial enough). It took too long to get this update out the door... :-( This is a rather stable version of KDE2. Release is hoped for sometime next month, so I'm going to try to reroll snapshots this weekend. Also decide policy by removing the interactive requirement in qt22's configure script. I don't know why they bothered adding it there.. Bugged by: *many* bug-reports, requests, etc. Notes: svn path=/head/; revision=32116
* Add one manpage and one shlib link.Satoshi Asami2000-08-131-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=31593
* Update to version Qt-2.1.0 beta4.R. Imura2000-04-141-0/+4
| | | | | | | | - Added support of X Session Management. - MASTER_SITES and WWW changed. ( troll.no -> trolltech.com ) Notes: svn path=/head/; revision=27525
* Update to Qt Free Edition version 2.1.0 Beta 2.R. Imura2000-03-062-51/+34
| | | | | | | | | | | | | | | | | | | | | 1) Bump lib's version, since qt-2.1.0 loses lower compatibility with qt-2.0.2 but has only upper compatibility. (new qt binary does not work with old qt library) 2) Install libqgl.a (it works with its examples) in addition to libqt, so added LIB_DEPENDS to MesaGL. 3) JPEG support from extension had been included to the main library. 4) 'examples' and 'tutorials' are no longer built with port building, since they are never installed. If you want them, set QTDIR=/usr/ports/x11-toolkits/qt21/work and just type 'gmake' in each directories. Some ideas obtained from qt145. :) Notes: svn path=/head/; revision=26591
* Update to Qt-2.0.2R. Imura1999-10-022-6/+9
| | | | Notes: svn path=/head/; revision=22108
* New port of qt2.01. (From a repo-copy by asami).Chris Piazza1999-08-302-45/+285
| | | | | | | | | PR: 13199 Submitted by: Ryuichiro Imura <imura@cs.titech.ac.jp> Tested and modified by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=21111
* partly adopt changes from PRAndreas Klemm1999-02-251-8/+50
| | | | | | | | | | | | | | | | - use CXX and CXXFLAGS if set additionally - use X11BASE still unsure if I should remove the dependancy from MESA... have to think over it when having time I think there was a problem, when building KDE with Mesa support and using a qt lib without ... Does somebody else have time to check ? PR: closes 8904 Submitted partly by: Alex Zepeda <garbanzo@hooked.net> Notes: svn path=/head/; revision=16894
* Upgrade qt141 to qt142 after repository copy. qt141 will be deleted afterSatoshi Asami1999-01-071-28/+26
| | | | | | | | | | | | | | | a short test period to make sure qt142 is an adequate replacement. Note #1: I changed it to install libqt.so.2.0. qt141 or newer are required for some software (most notably kde). We missed the chance to change the shlib number in qt141 so I'm doing it now. Note #2: After talking with Peter Wemm, I decided not to add extra -rpath directives. The fix for kdesupport and other build problems are forthcoming in ld. Notes: svn path=/head/; revision=15910
* The long awaited port of qt141Andreas Klemm1998-11-231-11/+12
| | | | | | | Thanks Satoshi for your patience ! ;-) Notes: svn path=/head/; revision=14827
* Convert to ELF and pickup a bunch of missing header files in pkg/PLIST.Steve Price1998-09-271-4/+16
| | | | Notes: svn path=/head/; revision=13458
* - Upgrade libqt to newest version 1.40 after repository copy.Andreas Klemm1998-07-201-0/+33
- The Makefile templates for all bsd's were broken, I fixed this for one installation target and already sent the patch to the qt folks. Notes: svn path=/head/; revision=12016