summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt33
Commit message (Collapse)AuthorAgeFilesLines
* Update to Qt 3.3.4, introduce MASTER_SITE_QT.lofi2005-02-064-79/+8
| | | | Approved by: maintainer (for qmake)
* Update to KDE 3.3.2lofi2004-12-131-1/+2
|
* Add the patch created by KDE people, that addresses a very annoyingmi2004-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)
* Update to KDE 3.3.1lofi2004-11-081-0/+1
|
* Update to 3.3.3lofi2004-08-134-6/+27
|
* Add to ipv6 category.lofi2004-08-051-1/+1
| | | | PR: ports/70025
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,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)
* Update to version 3.2.3lofi2004-06-092-2/+1
|
* Don't try to enforce PREFIX by patching, Qt already honors it.lofi2004-05-281-1/+1
|
* Patch configure instead of piping echo output to the configure script -lofi2004-05-252-2/+13
| | | | | | the latter isn't make -s - safe. Noticed by: Jon Noack <noackjr@alumni.rice.edu>
* Fix/update MASTER_SITES.lofi2004-05-241-4/+8
| | | | Bitrot noticed by: mat
* Fix location of pkgconfig file.lofi2004-05-222-3/+8
|
* Adjust CONFLICTS, the latest revision of the xfmail port does no longerlofi2004-05-211-1/+3
| | | | conflict with Qt.
* Update to 3.3.2lofi2004-05-164-33/+5
|
* Add an additional patch to make Qt compile on 4.x/Alpha.lofi2004-05-151-0/+14
| | | | | Special thanks to Idar Tollefsen <idart@performancedesign.no> for giving me access to his Alpha/4.x machine for testing!
* Convert build switches to OPTIONS.lofi2004-05-021-22/+10
|
* Add a WITHOUT_NAS knob.lofi2004-03-271-2/+12
| | | | Requested by: kris
* Change COMMENT to something more fitting to today's QT.lofi2004-03-251-1/+1
|
* Add a pkg-message to advertise the database plugin ports.lofi2004-03-252-0/+13
|
* s/pre-install/pre-su-install/ because we're creating directories underlofi2004-03-181-1/+1
| | | | ${PREFIX}.
* Chase the new location of libXft.marcus2004-03-161-1/+1
|
* Instead of checking for the existence of spec directories, check forlofi2004-03-101-1/+1
| | | | the actual specfile to be present.
* Declare CONFLICTS with earlier versions of qt3.x.lofi2004-03-101-1/+3
| | | | Enforce CONFLICTS to take effect by bumping PORTREVISION.
* Update to KDE 3.2.1 / QT 3.3.1lofi2004-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).
* Set to IGNORE for now.lofi2004-03-081-0/+1
|
* Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports whichlofi2004-02-261-1/+0
| | | | BUILD_DEPEND on qmake now.
* PREFIX-safeness fixes.lofi2004-01-281-1/+2
|
* Add qmake as runtime dependency.lofi2004-01-091-0/+1
| | | | PR: ports/61138
* Fix some stylebugs found by portlint.lofi2003-12-161-9/+9
|
* Fix formatting.fjoe2003-12-151-1/+1
|
* - Update QT to version 3.2.3.lofi2003-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)
* Declare (or resolve) conflicts for KDE and QT.lofi2003-10-171-0/+2
|
* Add a small hackish patch that prevents qmake from generating a boguslofi2003-09-211-0/+12
| | | | | | | dependency on an old header during portupgrade and causing the install stage to fail. Approved by: will
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-186-72/+168
|
* - Make PORTNAME overridable too.arved2003-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.
* *grrr* COMMENT needs to be overrideable too.arved2003-07-301-1/+1
|
* Make PORTREVISION overwritable by slave ports.arved2003-07-301-1/+1
|
* Update KDE to the latest official release, KDE 3.1.3lofi2003-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)
* Fix LD_LIBRARY_PATH to include any local additions.will2003-06-121-1/+1
| | | | | PR: 48030 Submitted by: edwin
* MFkde-freebsd Repositoryarved2003-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>
* Update to KDE 3.1.2lioux2003-05-198-161/+192
|
* update portrevision since package name is changedalane2003-04-061-1/+1
|
* Rejoice, for the long awaited upgrade to kde 3.1.1 is here!alane2003-04-052-19/+1
|
* De-pkg-comment.demon2003-02-222-1/+1
|
* Do not install qmake.conf.bak left from REINPLACE_CMD.demon2003-02-221-0/+1
|
* Follow hier(7) more closely (second try).demon2003-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>
* Remove the renaming of Xft headers and library from the Xft (Xft2) port.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
* o Fix a include inside a header file. It was pointing to a no longerlioux2003-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)
* Properly revert packing list to rev 1.56.will2003-01-311-95/+0
|
* bump portrev to 2alane2003-01-311-0/+1
|
OpenPOWER on IntegriCloud