aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33
Commit message (Collapse)AuthorAgeFilesLines
* Update to KDE 3.3.2Michael Nottebrock2004-12-131-1/+2
| | | | Notes: svn path=/head/; revision=123951
* Add the patch created by KDE people, that addresses a very annoyingMikhail Teterin2004-11-162-4/+65
| | | | | | | | | | | | | | | 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 KDE 3.3.1Michael Nottebrock2004-11-081-0/+1
| | | | Notes: svn path=/head/; revision=121092
* Update to 3.3.3Michael Nottebrock2004-08-134-6/+27
| | | | Notes: svn path=/head/; revision=116152
* Add to ipv6 category.Michael Nottebrock2004-08-051-1/+1
| | | | | | | PR: ports/70025 Notes: svn path=/head/; revision=115457
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-3/+3
| | | | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) Notes: svn path=/head/; revision=114511
* Update to version 3.2.3Michael Nottebrock2004-06-092-2/+1
| | | | Notes: svn path=/head/; revision=111165
* Don't try to enforce PREFIX by patching, Qt already honors it.Michael Nottebrock2004-05-281-1/+1
| | | | Notes: svn path=/head/; revision=110176
* Patch configure instead of piping echo output to the configure script -Michael Nottebrock2004-05-252-2/+13
| | | | | | | | | the latter isn't make -s - safe. Noticed by: Jon Noack <noackjr@alumni.rice.edu> Notes: svn path=/head/; revision=109983
* Fix/update MASTER_SITES.Michael Nottebrock2004-05-241-4/+8
| | | | | | | Bitrot noticed by: mat Notes: svn path=/head/; revision=109864
* Fix location of pkgconfig file.Michael Nottebrock2004-05-222-3/+8
| | | | Notes: svn path=/head/; revision=109730
* Adjust CONFLICTS, the latest revision of the xfmail port does no longerMichael Nottebrock2004-05-211-1/+3
| | | | | | | conflict with Qt. Notes: svn path=/head/; revision=109657
* Update to 3.3.2Michael Nottebrock2004-05-164-33/+5
| | | | 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
* Convert build switches to OPTIONS.Michael Nottebrock2004-05-021-22/+10
| | | | Notes: svn path=/head/; revision=108174
* Add a WITHOUT_NAS knob.Michael Nottebrock2004-03-271-2/+12
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=105405
* Change COMMENT to something more fitting to today's QT.Michael Nottebrock2004-03-251-1/+1
| | | | Notes: svn path=/head/; revision=105237
* Add a pkg-message to advertise the database plugin ports.Michael Nottebrock2004-03-252-0/+13
| | | | Notes: svn path=/head/; revision=105235
* s/pre-install/pre-su-install/ because we're creating directories underMichael Nottebrock2004-03-181-1/+1
| | | | | | | ${PREFIX}. Notes: svn path=/head/; revision=104345
* Chase the new location of libXft.Joe Marcus Clarke2004-03-161-1/+1
| | | | Notes: svn path=/head/; revision=104228
* Instead of checking for the existence of spec directories, check forMichael Nottebrock2004-03-101-1/+1
| | | | | | | the actual specfile to be present. Notes: svn path=/head/; revision=103565
* Declare CONFLICTS with earlier versions of qt3.x.Michael Nottebrock2004-03-101-1/+3
| | | | | | | Enforce CONFLICTS to take effect by bumping PORTREVISION. Notes: svn path=/head/; revision=103519
* Update to KDE 3.2.1 / QT 3.3.1Michael Nottebrock2004-03-0911-210/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Set to IGNORE for now.Michael Nottebrock2004-03-081-0/+1
| | | | Notes: svn path=/head/; revision=103326
* Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports whichMichael Nottebrock2004-02-261-1/+0
| | | | | | | BUILD_DEPEND on qmake now. Notes: svn path=/head/; revision=102232
* PREFIX-safeness fixes.Michael Nottebrock2004-01-281-1/+2
| | | | Notes: svn path=/head/; revision=99315
* Add qmake as runtime dependency.Michael Nottebrock2004-01-091-0/+1
| | | | | | | PR: ports/61138 Notes: svn path=/head/; revision=97814
* Fix some stylebugs found by portlint.Michael Nottebrock2003-12-161-9/+9
| | | | Notes: svn path=/head/; revision=95941
* Fix formatting.Max Khon2003-12-151-1/+1
| | | | Notes: svn path=/head/; revision=95905
* - Update QT to version 3.2.3.Michael Nottebrock2003-12-134-243/+106
| | | | | | | | | | | | | | | | - 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
* Declare (or resolve) conflicts for KDE and QT.Michael Nottebrock2003-10-171-0/+2
| | | | Notes: svn path=/head/; revision=91475
* 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-186-72/+168
| | | | Notes: svn path=/head/; revision=89050
* - Make PORTNAME overridable too.Tilman Keskinoz2003-08-061-10/+19
| | | | | | | | | | - change CONFIGURE_ARGS -no-fast to -fast. This improves the configure time of the qt-plugin ports and should not harm the Masterport. - If BUILD_PLUGIN_ONLY, remove several directories that are not needed for the Plugin build. This improves the buildtime for the plugins. Notes: svn path=/head/; revision=86374
* *grrr* COMMENT needs to be overrideable too.Tilman Keskinoz2003-07-301-1/+1
| | | | Notes: svn path=/head/; revision=85918
* Make PORTREVISION overwritable by slave ports.Tilman Keskinoz2003-07-301-1/+1
| | | | Notes: svn path=/head/; revision=85916
* Update KDE to the latest official release, KDE 3.1.3Michael Nottebrock2003-07-291-6/+29
| | | | | | | | | | | | | | | | | | | | | Official KDE 3.1.3 announcement: http://www.kde.org/announcements/announce-3.1.3.php (may not work until a few hours after this commit - we jumped the gun a little in order to have the update in place at the time the security notifications for KDE 3.1.2 will be released together with the announcement of KDE 3.1.3). Changelog from 3.1.2 to 3.1.3 release: http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php Thanks and credits need to go to the whole KDE-FreeBSD team, as well as everyone on kde@freebsd.org for providing feedback, reporting bugs and just using the KDE ports. Approved by: will (real mentor asleep) Notes: svn path=/head/; revision=85806
* Fix LD_LIBRARY_PATH to include any local additions.Will Andrews2003-06-121-1/+1
| | | | | | | | PR: 48030 Submitted by: edwin Notes: svn path=/head/; revision=82870
* MFkde-freebsd RepositoryTilman Keskinoz2003-06-022-7/+20
| | | | | | | | | | | | | | - Add a warning about the nvidia-opengl problems - Don't build examples and tutorials - Don't install useless header files that clobber jdk and netscape header files - Bump PORTREVISION Submitted by: Lauri Watts <lauri@kde.org> Michael Nottebrock <michaelnottebrock@gmx.net> Notes: svn path=/head/; revision=82000
* Update to KDE 3.1.2Mario Sergio Fujikawa Ferreira2003-05-198-161/+192
| | | | Notes: svn path=/head/; revision=81484
* update portrevision since package name is changedAlan Eldridge2003-04-061-1/+1
| | | | Notes: svn path=/head/; revision=78410
* Rejoice, for the long awaited upgrade to kde 3.1.1 is here!Alan Eldridge2003-04-052-19/+1
| | | | Notes: svn path=/head/; revision=78353
* De-pkg-comment.Dmitry Sivachenko2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76136
* Do not install qmake.conf.bak left from REINPLACE_CMD.Dmitry Sivachenko2003-02-221-0/+1
| | | | Notes: svn path=/head/; revision=76134
* Follow hier(7) more closely (second try).Dmitry Sivachenko2003-02-182-1991/+1993
| | | | | | | | | | | This is the same patch that was backed out by alane some time ago. Now Reviewed by: kde@freebsd.org (silence) Approved by: Lauri Watts <lauri@kde.org> Notes: svn path=/head/; revision=75788
* Remove the renaming of Xft headers and library from the Xft (Xft2) port.Eric Anholt2003-02-181-1/+2
| | | | | | | | | | | Remove installing of Xft1 from XFree86-4-libraries, and add dependencies to the Xft port by all the ports that use it along with whatever patches are necessary. Approved by: portmgr (kris), marcus Notes: svn path=/head/; revision=75774
* o Fix a include inside a header file. It was pointing to a no longerMario Sergio Fujikawa Ferreira2003-02-172-1/+12
| | | | | | | | | | | | | | | 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
* Properly revert packing list to rev 1.56.Will Andrews2003-01-311-95/+0
| | | | Notes: svn path=/head/; revision=74396
* bump portrev to 2Alan Eldridge2003-01-311-0/+1
| | | | Notes: svn path=/head/; revision=74393
* back out unauthorized commit by demon@. backout authorized by will@.Alan Eldridge2003-01-312-1993/+2085
| | | | Notes: svn path=/head/; revision=74392