aboutsummaryrefslogtreecommitdiff
path: root/devel/qmake/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use vertical bars (``|'') instead of comas (``,'') for sed's replacements.Mikhail Teterin2004-11-081-9/+9
| | | | | | | Comas can, actually, happen in CFLAGS... Notes: svn path=/head/; revision=121148
* Update to KDE 3.3.1Michael Nottebrock2004-11-081-0/+1
| | | | Notes: svn path=/head/; revision=121092
* Update to 3.3.3Michael Nottebrock2004-08-131-1/+1
| | | | Notes: svn path=/head/; revision=116152
* Update from 3.2.1 to 3.2.2 (released at the end of April). Add a anMikhail Teterin2004-05-151-2/+8
| | | | | | | | | explicit ``-mieee'' for Alphas, which seems to be required. According to lofi (the source for the fix), this flag is implicitly on on all Linux/axp distros. Notes: svn path=/head/; revision=109210
* Revert previous commit now that it has been tagged for 4.10-RELEASE.Joe Marcus Clarke2004-05-131-7/+1
| | | | Notes: svn path=/head/; revision=109045
* Append -mieee to CXXFLAGS when building on Alpha to avoid a segmentation faultJoe Marcus Clarke2004-05-131-1/+7
| | | | | | | | | | | | when building Qt. This is being added for 4.10-RELEASE, and will be removed immediately after tagging pending a qmake update to 3.3.2. Submitted by: lofi Approved by: portmgr (implicit) re (scottl) Notes: svn path=/head/; revision=109044
* Update to 3.3.1.Adam Weinberger2004-03-301-2/+1
| | | | | | | Approved by: maintainer and lofi (kde) Notes: svn path=/head/; revision=105668
* Fix a long standing bug, uncovered by the KDE-team's attempt to use thisMikhail Teterin2003-11-191-1/+1
| | | | | | | | port to build x11-toolkits/qt32 -- the qmake.conf installed did not have any thread flags set at all. Bump portrevision. Notes: svn path=/head/; revision=94321
* Upgrade QMake to Qt-3.2.3. For the record, the patches to makeMikhail Teterin2003-11-181-1/+1
| | | | | | | | x11-toolkits/qt32 use this port instead of building its own qmake were submitted to the KDE team over a month ago. Notes: svn path=/head/; revision=94219
* Borrow the -pthread substitution magic from x11-toolkits/qt32.Mikhail Teterin2003-10-261-0/+2
| | | | Notes: svn path=/head/; revision=92210
* This is first step in an attempt to break the Qt port into pieces.Mikhail Teterin2003-09-051-0/+65
This port installs qmake, which is only needed to build Qt -- not to use it. It should also help futute work on the Qt port, by not requiring the developer to recompile qmake as frequently as at present. This port uses Qt-3.2.1, which is not committed yet. Discussed with: kde@ Notes: svn path=/head/; revision=88602